/*
** 装置情報レポート
*/
#Sochijoho main .cnts {
	padding-top: 70px;
	padding-bottom: 70px;
}



/* セクション：導入 */
.l-intro {
	position: relative;
	height: 47vh;
	min-height: 360px;
	max-height: 440px;
	overflow: hidden;
	background: url(/shared/img/app/sochijoho/title.png)no-repeat;
	background-size: cover;
	background-position: center bottom; 
	background-attachment: scroll; 
}
.l-intro::before,
.l-intro::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}
.l-intro::before {
	background-color: rgba(33,33,33,.4);
}
.l-intro::after {
	background-color: rgba(33,33,33,.3);
}
.l-intro * {
	box-sizing: border-box;
}

.l-intro_inr {
	position: relative;
	z-index: 1;
	max-width: 1080px;
	height: 100%;
	margin: 0 auto;
}

.l-intro_txt {
	position: absolute;
	top: 50%;
	left: -70px;
	transform: translateY(-50%);
	/* width: 56%; */
	padding: 30px;
	color: #fff;
}
.l-intro_txt .ttl1 {
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-size: 4.4rem;
}
.l-intro_txt .ttl1 > img {
	width: 80px;
	margin-left: .5em;
}
.l-intro_txt > p:first-child {
	font-size: 2.0rem;
}
.l-intro_txt > p:nth-child(3) {
	font-size: 1.6rem;
}

.l-intro_img {
	position: absolute;
	top: 20%;
	right: 200px;
	height: 75%;
}
.l-intro_img > img {
	width: auto;
	height: 80%;
	margin-left: 30%;
	margin-top: 8%;
}
.l-intro_img .circle_right {
	position: absolute;
	bottom: 46%;
	right: 3%;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(131,131,132);
	border-radius: 50%;
}
.l-intro_img .circle_left {
	position: absolute;
	bottom: 50%;
	left: 5%;
	width: 8px;
	height: 8px;
	border: 2px solid rgba(52,46,48);
	border-radius: 50%;
}
.l-intro_img > iframe {
	position: absolute;
	top: 5%;
	left: 10%;
	width: 79%;
	height: 88%;
}

.l-intro_btn {
	font-size: 1.6rem;
	color: #fff;
	margin-top: 10px;
	justify-content: normal;
}
.l-intro_btn > * {
	width: 220px;
	text-align: center;
}
.l-intro_btn > *:first-child {
	margin-right: 20px;
}
.l-intro_btn a {
	display: inline-block;
	line-height: 1.65;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #18266C;
	border-radius: 50px;
	color: #18266C;
	background: #ffffff;
}
.l-intro_btn a p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-intro_btn a p span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #18266C;
	border-right: 2px solid #18266C;
	transform: rotate(45deg);
	margin-left: 10px;
}


/* 作業フロー */
#Sochijoho .secWorkflow .cnts{
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(112,112,112,.5);
}

#Sochijoho .secWorkflow .img{
	margin-left:auto;
	margin-right:auto;
	max-width: 640px;
}

#Sochijoho .secWorkflow .change-scroll_btn-grp {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	margin-bottom: 15px;
}
#Sochijoho .secWorkflow .change-scroll_btn {
	width: 30%;
	padding: 2.5em .5em;
	margin-right: 5%;
	border: 3px solid #333;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
#Sochijoho .secWorkflow .change-scroll_btn.is-pick {
	position: relative;
	z-index: 1;
}
#Sochijoho .secWorkflow .change-scroll_btn.is-pick::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	background-color: #C00000;
	opacity: .3;
}
#Sochijoho .secWorkflow .change-scroll_note {
	text-align: right;
}

.link-btn_edge_grp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.link-btn_edge > a {
	height: 50px;
	border: 3px solid #333;
	border-radius: 5em;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	color: inherit;
	overflow: hidden;
	line-height: 50px;
}
.btn_text {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	left: 0;
	transition: all 0.25s;
}
.btn_text:nth-child(1) {
	top: 0;
}
.btn_text:nth-child(2) {
	top: -100%;
}
.link-btn_edge:first-child > a{
	margin-right: 15px;
	background-color:#F9ABAB;
}
.link-btn_edge:last-child > a {
	margin-left: 15px;
	background-color:#F4CB95;
}
.link-btn_edge {
	width: 50%;
}
.link-btn_yazirusi {
	display: flex;
	position: absolute;
	right: 5%;
} 
.link-btn_yazirusi::after {
	content: '';
	width: 25px;
	height: 5px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	transform: skew(45deg);
}

.point-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.point-cont * {
	box-sizing: border-box;
}
/* .point-cont div:first-child {
	width: 20%;
	margin-right: 60px;
} */
.point-cont_clm {
	width: 30%;
	/* opacity: 0; */
}
/* .point-cont.is-fadein-view .point-cont_clm {
	opacity: 1;
	: opacity .5s ease-out;
}
.point-cont.is-fadein-view .point-cont_clm:nth-child(2) {
	transition-delay: .5s;
}
.point-cont.is-fadein-view .point-cont_clm:nth-child(3) {
	transition-delay: 1s;
}
.point-cont div:first-child {
	margin-right: 50px;
} */
.effect-list_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 30px;
	/* width: 100%;
	height: 100%;
	padding: 10px 0; */
}



.option{
	justify-content: space-between;
}
.option .point-cont_clm{
	width: auto;
	height: 200px;
}
.option .point-cont_clm img{
	width: auto;
	height: 100%;
}
.option .effect-list_arrow{
	margin: 0 10px;
}
.option p{
	margin-left: 15px;
}

/* .point-cont_desc {
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.3;
	font-weight: 700;
}
.point-cont_desc > span:first-of-type {
	margin: 0 .15em;
	font-size: 3.2rem;
}
.point-cont_desc + img {
	padding: 0 50px;
}
.point-cont_note {
	width: 64%;
	margin-left: auto;
	opacity: 0;
}
.point-cont.is-fadein-view + .point-cont_note {
	opacity: 1;
	transition: opacity .5s ease-out 1.5s;
} */

.list_conts {
	display: flex;
	flex-wrap: wrap;
}
.haichi_list {
	width: 40%;
	height: 100%;
	margin-right: 50px;
}
.haichi_list ul{
	border: solid 3px #C00000;
	margin-left: 0;
	margin-top: 10px;
	padding: 20px 10px;
	padding-left: 2.5em;
}
.fa-li {
	color: #C00000;
}
.haichi_list_img {
	width: 50%;
}

.haichi_list_img img:first-child {
	margin-right: 30px;
}

/* セクション共通 */
.change-scroll_cont {
	transition: opacity .25s;
}
.change-scroll_cont.is-hide {
	opacity: 0;
}

.change-scroll_sec.is-hide {
	display: none;
}

#Sochijoho .ttlbar {
	width: 80px;
	height: 8px;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: #C00000;
}

#Sochijoho .cnts > .ttl2 {
	line-height: 1.6;
}

#Sochijoho .fontEm {
	font-size: 1.25em;
	color: #C00000;
}

.outer-cnts {
	max-width: 1080px;
	padding-bottom: 70px;
	margin: 0 auto;
}

.outer-cnts .change-scroll_btn-grp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
}
.outer-cnts .change-scroll_btn-grp > * {
	position: relative;
	width: 22%;
	padding-top: calc(22% - 6px);
	margin-right: 30%;
	box-sizing: border-box;
	text-align: center;
}
.outer-cnts .change-scroll_btn-grp > *:last-child {
	margin-right: 0;
}
.outer-cnts .change-scroll_btn {
	border: 3px solid #C00000;
	border-radius: 50%;
	background: url(/shared/img/app/sochijoho/before_hover.png) no-repeat 50% 50%;
	background-size: contain;
	opacity: 1;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	cursor: pointer;
}
.outer-cnts .change-scroll_btn:hover{
	background: #fff;
}
.outer-cnts .change-scroll_btn::before,
.outer-cnts .change-scroll_btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: '';
	display: block;
}
.outer-cnts .change-scroll_btn::before {
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/shared/img/app/sochijoho/after_hover.png) no-repeat 50% 50%;
	background-size: contain;
	opacity: 1;
}
.outer-cnts .change-scroll_btn > * {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 100%;
}
.outer-cnts .change-scroll_btn.is-pick::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/shared/img/app/sochijoho/after_hover.png) no-repeat 50% 50%;
	background-size: contain;
	opacity: 1;
}


.img_title{
	color: #fff;
	background-color: #5b9bd5;
	display: inline-block;
	padding: 2px 20px;
	border-radius: 50px;
}
.img_wrap{
	width: 85%;
	margin: 0 auto;
}


/* 概要を知る */
.Sochijoho_item > img {
	width: 100%;
}
.cnts-features{
	background: linear-gradient(to bottom, #ED8F03,#EDA703, #EDC603);
	margin:0;
}

.features-list ul{
	width: 100%;
	margin:0 auto;
	gap: 30px;
	display:flex;
	flex-direction:column;
}
.features-list li{
	position:relative;
	padding:30px;
	border-radius: 6px;
	background:#FDFDFD;
}
.features-list h3{
	font-size: 2.4rem;
	margin-bottom:20px;
}
.features-list-text{
	width:93%;
	margin:0 auto;

}
.features-list-text p{
	font-size: 1.8rem;
	margin:0 auto 10px;
}
.features-list-img{
	width:100%;
	text-align: center;
}
.features-list img{
	width:40%;
}
.features-list li:nth-child(6)::before {
	content: '';
	width: 200px;
	height: 50px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
	position: absolute;
	top: -70px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.Sochijoho_item {
	position:relative;
	display: inline-block;
}
.recommend_option span {
	color: #E46C0A;
	font-size: 2.5rem;
	line-height: 1;
	top: -8%; left: 42%; transform: translateX(-50%);
	position: absolute;
    white-space: nowrap;
    z-index: 10; 
}
.recommend_option span::before,
.recommend_option span::after {
	content: '';
	width: 2px;
	height: 100%;
	background: #E46C0A;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	animation: blinkingAnime 1s step-end infinite;
}
.recommend_option span::before {
	left: -10px;
	transform: rotate(-20deg);
}
.recommend_option span::after {
	right: -10px;
	transform: rotate(20deg);
}
@keyframes blinkingAnime {
	0% { opacity: 1;}
	50% { opacity: 0;}
	100% { opacity: 1;}
}

/* 使い方を知る */
.seisan-jisseki, 
.event-syukei,
.kadou-info,
.setsubi-info,
.enclosure {
	display: flex;
	/* flex-wrap: wrap; */
}
.seisan-jisseki > p, 
.event-syukei > p,
.kadou-info > p,
.setsubi-info > p{
	width: 55%;
	margin-right: 5%;
}
.seisan-jisseki > img,
.event-syukei > img,
.kadou-info > img,
.setsubi-info > img {
	width: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.2); 
}
.enclosure {
	justify-content: center;
}
.enclosure > * {
	border-radius: 1.5em;
	padding: 0.5em 2.5em;
	color: #fff;
	background-color: #C00000;
	width: 17%;
	text-align: center;
	/* box-shadow: 3 3 7px rgba(0,0,0,.2); */
}

.setsubi-info_item1 {
	display:flex;
}
.setsubi-info_item1_text {
	width:45%;
	margin-right: 5%;
}

.setsubi-info_item1_imgs {
	width: 50%;
	text-align: center;
	margin: auto;
}
.setsubi-info_item1_imgs img{
	box-shadow: 0 0 10px rgba(0,0,0,.2); 
}


.secViewerLink_btn {
	width: 100%;
	box-sizing: border-box;
	margin-top : 5%;
}
.secViewerLink_btn .link-btn {
	width: 100%;
	height: 100%;
}
.secViewerLink_btn .link-btn > a {
	height: 100%;
	padding: 10px 10px;
	margin: 0;
	box-sizing: content-box;
}

.link-btn {
	width: 50%;
}
.link-btn > a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 3px solid #000;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	color: inherit;
}

.link-btn > a {
	transition: transform .5s, box-shadow .5s;
}
.link-btn > a:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 10px rgb(0,0,0,.2);
}
.link-btn_arrow i {
	animation: none;
}
.link-btn > a:hover .link-btn_arrow i:first-child {
	animation: arrowMotion .75s infinite;
}
.link-btn > a:hover .link-btn_arrow i:nth-child(2n) {
	animation: arrowMotion .75s .25s infinite;
}
.link-btn > a:hover .link-btn_arrow i:last-child {
	animation: arrowMotion .75s .5s infinite;
}

.link-btn_arrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1.4rem;
	font-weight: 700;
}

.link_btn_img {
	width: 90%;
}

.item3_img {
	width : 50%;
	margin-right: 2%;
}



/* 目次 */
.Sochijoho_tablet{
	/* padding: 40px 80px; */
	background-color: #fff;
	/* overflow: hidden; */
	border-radius: 18px;
	/*box-shadow: 0 0 10px rgb(0 0 0 / 20%);*/
}
.Sochijoho_topic {
	border-radius: 15px;
	padding: 30px;
	background: #ffffff;
	border: solid #C00000 3px;
}
.Sochijoho_topic .ttl2 {
	color: #C00000;
}
.Sochijoho_topic-icon {
	display: flex;
	margin-top: 10px;
}
.Sochijoho_topic-icon li {
	width: 193px;
	border-radius: 50px;
	padding: 5px 0;
	background: #BFBFBF;
	color: #ffffff;
	margin-left: 15px;
}
.Sochijoho_topic-icon li:first-child {
	background: #C00000;
	margin-left: 0;
}
.Sochijoho_topic-item {
	display: flex;
	justify-content: space-between;
}
.Sochijoho_topic-inner {
	width: calc((100% - 310px) - 30px);
}
.Sochijoho_topic-inner p {
	font-size: 1.8rem;
	line-height: 1.4;
}
.Sochijoho_topic-image {
	width: 310px;
	margin-top: 10px;
}
.Sochijoho_topic-link {
	display: inline-block;
	width: calc(100% - 8px);
	padding: 10px 0;
	margin-top: 20px;
	color: #ffffff;
	font-size: 1.8rem;
	text-align: center;
	background: linear-gradient(#007370, #009292);
	border: 4px solid #ffffff;
	border-radius: 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	position: relative;
	overflow: hidden;
}
.Sochijoho_topic-link:hover {
	color: #ffffff;
	text-decoration: none;
}


/* Point1 */
#Sochijoho.secPoint1 .cnts {
	width: 100%;
	/* padding-bottom: 100px; */
}


/* Point2 */
#Sochijoho .secPoint2 .cnts {
	width: 100%;
}


/* Point3 */
#Sochijoho .secPoint3 .cnts {
	width: 100%;
}
.Sochijoho_subttl {
	display: block;
	color: #C00000;
}
.Sochijoho_subttl2 {
	margin-top: 30px;
	font-size:2.4rem;
}

/*「機能を知る」機能トピック（第２フェーズで使用） 
.topic-name {
	font-size: 2.1rem;
	margin-bottom: 10px;
}
.topic-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc((100% / 4) - 10px), 1fr));
	gap: 10px;
	justify-content:center;
}
.topic-list_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	background: #fff;
}
p[class^="topic-item-ttl-"] {
	padding: 10px;
	background: #C00000;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
p[class^="topic-item-ttl-"]::after {
	display: block;
	padding: 5px;
	border-radius: 5px;
}
.topic-item-ttl-standard::after {
	content: '標準';
	background: #fff;
	color: #C00000;
}
.topic-item-ttl-option::after {
	content: 'オプション';
	background: #1F4E79;
	color: #fff;
}
.topic-item-txt {
	margin-bottom: auto;
	padding: 10px;
}
.topic-item-img {
	padding: 0 10px 20px;
	text-align: center;
}
.topic-item-img img {
	width: auto;
	height: 80px;
}
 */

/* 動作環境 */
#Sochijoho .secSystem {
	background: url(/shared/img/bg_ind_sec_01.png) 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
}


@media screen and (min-width:769px){
	/* 作業フロー */
	#Sochijoho .secWorkflow .change-scroll_btn {
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	#Sochijoho .secWorkflow .change-scroll_btn:last-child {
		margin-right: 0;
	}
	#Sochijoho .secWorkflow .change-scroll_btn.unique-style {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.3rem;
	}
	#Sochijoho .secWorkflow .change-scroll_btn::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: -1;
		content: '';
		display: block;
		width: 0;
		height: 0;
		background-color: #C00000;
		opacity: .3;
		transition: .25s ease-in-out;
	}
	#Sochijoho .secWorkflow .change-scroll_btn:hover::before {
		width: 100%;
		height: 100%;
	}
	#Sochijoho .secWorkflow .change-scroll_btn.is-pick::before {
		transition: .25s ease-in-out;
	}

	#Sochijoho .secWorkflow .change-scroll_note .pc {
		display: inline;
	}


	/* セクション共通 */
	.outer-cnts .change-scroll_btn::before {
		transition: .25s ease-in-out;
	}
	.outer-cnts .change-scroll_btn:hover::before {
		width: 100%;
		height: 100%;
	}
	/*.outer-cnts .change-scroll_btn:hover::after {
		background: url(/shared/img/app/sochijoho/after_hover.png) no-repeat 50% 50%;
		background-size: contain;
		opacity: 1;
	}*/
}

@media screen and (min-width: 821px) {
	.l-intro_btn a {
		transition: all .3s ease;
	}
	.l-intro_btn a:hover {
		text-decoration: none;
		color: #ffffff;
		background: #18266C;
		border: 1px solid #ffffff;
	}
	.l-intro_btn a p span {
		transition: all .3s ease;
	}
	.l-intro_btn a:hover p span {
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}

	.link-btn > a {
		transition: transform .5s, box-shadow .5s;
	}
	.link-btn > a:hover {
		transform: translateY(-5px);
		box-shadow: 0 5px 10px rgb(0,0,0,.2);
	}
	.link-btn_arrow i {
		animation: none;
	}
	.link-btn > a:hover .link-btn_arrow i:first-child {
		animation: arrowMotion .75s infinite;
	}
	.link-btn > a:hover .link-btn_arrow i:nth-child(2n) {
		animation: arrowMotion .75s .25s infinite;
	}
	.link-btn > a:hover .link-btn_arrow i:last-child {
		animation: arrowMotion .75s .5s infinite;
	}

	.link-btn_edge > a:hover .btn_text:nth-child(1) {
		top: 100%;
	}
	.link-btn_edge > a:hover .btn_text:nth-child(2) {
		top: 0;
	}
}

@media screen and (max-width:820px){
	.cnts-gaiyou,
	.features-list,
	.cnts-diff,
	#howtouse .cnts,
	.secTopic{
		padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
	}
	#Sochijoho main > *:nth-child(2) {
		margin-top: 0;
	}

	.sdtopgap10{
		margin-top: 10px !important;
	}


	/* セクション：導入 */
	.l-intro {
		height: auto;
		min-height: auto;
		max-height: none;
		background-attachment: scroll;
	}
	.l-intro::before {
		background-color: rgba(33,33,33,.6);
	}
	.l-intro::after {
		content: none;
	}

	.l-intro_inr {
		max-width: 540px;
		padding: 20px;
	}

	.l-intro_txt {
		position: static;
		transform: none;
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}
	.l-intro_txt .ttl1 {
		justify-content: center;
		/* font-size: 3.8rem; */
		font-size: 3.7rem;
	}
	.l-intro_txt .ttl1 > img {
		width: 72px;
		margin-left: 0;
	}
	.l-intro_txt > p:first-child {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.l-intro_txt > p:nth-child(3) {
		font-size: 1.4rem;
	}

	.l-intro_btn {
		position: static;
		transform: none;
		align-items: center;
		font-size: 1.4rem;
	}
	.l-intro_btn > *:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.l-intro_btn > *:last-child {
		margin-left: 0;
	}


	/* 作業フロー */
	#Sochijoho .secWorkflow .change-scroll_btn-grp {
		justify-content: center;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	#Sochijoho .secWorkflow .change-scroll_btn {
		flex: 0 1 300px;
		margin: 0 10px 20px;
	}
	#Sochijoho .secWorkflow .change-scroll_note {
		text-align: center;
	}
	#Sochijoho .secWorkflow .change-scroll_note .sp {
		display: inline;
	}

	.link-btn_grp {
		max-width: 480px;
		margin: 0 auto;
	}
	.link-btn {
		width: 100%;
	}
	.link-btn > a {
		margin: 0 0 20px 0;
	}
	.link-btn_edge:first-child > a,
	.link-btn_edge:last-child > a {
		margin-right: auto;
		margin-left: auto;
	}
	.link-btn_txt {
		font-size: 2.0rem;
	}
	.link-btn_arrow {
		font-size: 1.2rem;
	}

	.link-btn_edge_grp {
		max-width: 360px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
	}
	.link-btn_edge > a {
		border-radius: 50%;
		width: 73%;
		padding-top: 70%;
		height: 0;
	}
	.btn_text {
		line-height: 2;
	}
	.btn_text:nth-child(1) {
		top: 27%;
	}
	.link-btn_yazirusi {
		display: none;
	}


	/* セクション共通 */
	.outer-cnts {
		max-width: 640px;
		padding: 0 20px 70px;
	}

	.outer-cnts .change-scroll_btn-grp {
		max-width: 360px;
		margin-bottom: -4%;
	}
	.outer-cnts .change-scroll_btn-grp > * {
		width: 46%;
		padding-top: calc(46% - 6px);
		margin-bottom: 4%;
		margin-right: 15px;
	}
	.outer-cnts .change-scroll_btn-grp > *:nth-child(2) {
		margin-right: 0;
	}

	.img_wrap{
		width: 100%;
	}
	.img_title{
		font-size: 1.5rem;
		padding: 2px 15px;
	}


	/* 目次 */
	.Sochijoho_tablet{
		padding: 20px;
	}

	.Sochijoho_topic-item {
		flex-direction: column;
	}
	.Sochijoho_topic-inner,
	.Sochijoho_topic-image {
		width: 100%;
	}
	/* 概要を知る */
	.recommend_option span {
		font-size: 1.6rem;
	}

	/* 使い方を知る */
	.seisan-jisseki, 
	.event-syukei,
	.kadou-info,
	.enclosure {
		display: inline-block;
		/* flex-wrap: wrap; */
	}
	.seisan-jisseki > p, 
	.event-syukei > p,
	.kadou-info > p{
		width: auto;
		margin-right: 5%;
	}
	.seisan-jisseki > img,
	.event-syukei > img,
	.kadou-info > img{
		margin-top:10px;
		width: 100%;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
	}


	.effect-list_arrow {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 30px;
		transform: rotate(90deg);
		/* width: 100%;
		height: 100%;
		padding: 10px 0; */
	}

	.haichi_list {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.haichi_list ul{
		padding: 10px 5px;
		padding-left: 2.2em;
	}
	.fa-li {
		color: #C00000;
	}

	.haichi_list_img {
		display: inline-block;
		width: 100%;
		margin-top: 10%;
	}
	
	.haichi_list_img img:first-child {
		margin-bottom: 8%;
	}

	.enclosure {
		display: block;
		width:75%
	}
	.enclosure > p {
		border-radius: 1.5em;
		color: #fff;
		background-color: #C00000;
		width:100%;
		margin-bottom: 5%;
		margin-left: 2%;
		/* box-shadow: 3 3 7px rgba(0,0,0,.2); */
	}	

	
	.setsubi-info, .enclosure {
		display: inline-block;
	}

	.setsubi-info > p {
		width: 100%;
	}
	.setsubi-info > img {
		width: 100%;
		box-shadow: 0 0 10px rgba(0,0,0,.2); 
	}

	.setsubi-info_item1 {
		display:inline-block;
	}
	.setsubi-info_item1_text {
		width:100%;
		margin-right: 5%;
	}

	.setsubi-info_item1_imgs {
		width: 100%;
		text-align: center;
		margin: 10px auto 0;
	}

	.link-btn {
		width: 100%;
	}
	.link-btn > a {
		margin: 0 0 10px 0;
	}
	.link-btn:last-child > a {
		margin: 0;
	}
	.link-btn_txt {
		font-size: 2.0rem;
	}
	.link-btn_arrow {
		font-size: 1.2rem;
		bottom: 2px;
	}

	/*「機能を知る」機能トピック */
	.topic-list {
		grid-template-columns: repeat(auto-fit, minmax(calc((100% / 2) - 10px), 1fr));
	}
}
@media screen and (min-width: 769px) {
	.Sochijoho_topic-link::before {
		position: absolute;
		top: -50%;
		left: -25%;
		z-index: 1;
		content: '';
		width: 25%;
		height: 110%;
		background: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,1));
	}
	.Sochijoho_topic-link:hover::before {
		animation: btnShiny .5s ease-out;
	}
}

@media screen and (max-width:768px){
	/* 概要を知る */
	.Sochijoho_item {
		margin-top:0px;
	}
	.Sochijoho_item > img {
		width:100%;
	}
	.cnts-diff .dpInBlock{
		margin-bottom: 0;
	}
	.features-list h3{
		font-size: 1.3rem;
		margin-bottom:10px;
	}
	.features-list-text{
		width:93%;
	}
	.features-list-text p{
		font-size: 1rem
	}
	.features-list img{
		width:60%;
	}
	.features-list ul {
		gap:20px;
	}
	.features-list li {
		padding:15px;
	}
	.features-list li:nth-child(6) {
		margin-top: 30px;
	}
	.features-list li:nth-child(6)::before {
		width: 100px;
		height: 25px;
		top: -35px;
	}
	.point-cont {
		display: inline-block;
		justify-content: space-between;
		align-items: center;
		padding: 0 2%;
	}

	.point-cont * {
		box-sizing: border-box;
	}
	/* .point-cont div:first-child {
		width: 20%;
		margin-right: 60px;
	} */
	.point-cont_clm {
		width: 100%;
		/* opacity: 0; */
	}

	.point-cont_clm > p{
		width: 100%;
	}

	.point-cont_clm > img{
		width: 100%;
		margin-bottom: 5%;
	}

	.option .point-cont_clm,
	.option .point-cont_clm img{
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	.option p{
		margin-bottom: 10px;
	}
	.effect-list_arrow::before{
		border-left: 20px solid #F9ABAB;
	}

	.Sochijoho_topic-icon {
		flex-direction: column;
	}
	.Sochijoho_topic-icon li {
		margin: 10px 0 0 0;
		width: 100%
	}
	.Sochijoho_topic-icon li:first-child {
		margin: 0 0 0 0;
	}

	/*「機能を知る」機能トピック */
	.topic-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.topic-list_item {
		max-width: 100%;
	}
}
@media screen and (width:768px){
	.Sochijoho_tablet {
		margin-top:30px;
	}
}
@media screen and (max-width:540px){
	.recommend_option span {
		font-size: 1rem;
	}
}
@media screen and (max-width:539px){
	.recommend_option span {
		font-size: 0.7rem;
	}
}
