
.m-ico:before {
    position: relative;
    top: 4px;
    font-family: 'Material Icons Round';
    content: attr(data-icon);
    font-size: 100%;
}

.m-ico {
    font-style: normal;
}


/*  発地切り替え（海外）
============================================================================= */
.deptchange-ALL, .deptchange-SPK, .deptchange-SDJ, .deptchange-TYO, .deptchange-NRT, .deptchange-NGO, .deptchange-OSA, .deptchange-FUK, .deptchange-OTH{
	display: none;
}
.deptchange-bd-SPK .deptchange-SPK, .deptchange-bd-SDJ .deptchange-SDJ, .deptchange-bd-TYO .deptchange-TYO, .deptchange-bd-NRT .deptchange-NRT, .deptchange-bd-NGO .deptchange-NGO, .deptchange-bd-OSA .deptchange-OSA, .deptchange-bd-FUK .deptchange-FUK, .deptchange-bd-OTH .deptchange-OTH{
	display: block;
}


/* サブセクション */
.sect-sub{
	margin-top: 50px;
}
.sect-sub.-dotline:not(:first-of-type){
	margin-top: 30px;
	padding-top: 30px;

}
.sect-sub.-wline:not(:first-of-type){
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 2px #000;
}

@media screen and (min-width: 760px) {
	.sect-sub{
		margin-top: 50px;
	}
	.sect-sub.-dotline:not(:first-of-type),
	.sect-sub.-wline:not(:first-of-type){
		margin-top: 10px;
		padding-top: 30px;
	}
}


/* 発地切り替えボタン */
div:not(.pagenav-dept) > .deptchange{
	/*display: none;
	margin-top: 30px;*/
}
div:not(.pagenav-dept) > .deptchange .deptchange-list{
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 -5px;
}
div:not(.pagenav-dept) > .deptchange .deptchange-item{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0 0 5px;
	padding: 5px ;
	width: calc(100% / 2 - 10px);
	color: #00c2c1;
	border-radius: 50vw;
	border: solid 1px #00c2c1;
	background: #fff;
	transition: background-color 0.4s ease;
}
div:not(.pagenav-dept) > .deptchange .deptchange-item:not(.is-active){
	cursor: pointer;
}
div:not(.pagenav-dept) > .deptchange .deptchange-item.is-active{
	color: #fff;
	/*border-color: #00AEC3;*/
	background: #00c2c1;
}
div:not(.pagenav-dept) > .deptchange .deptchange-box{
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}
div:not(.pagenav-dept) > .deptchange .deptchange-box:before{
	font-size: 1.3rem;
	font-weight: normal;
}

div:not(.pagenav-dept) > .deptchange .deptchange-box span{
	font-weight: bold;
}


.cost-ttl em{
	display: inline-block;
	margin-top: 5px;
	color: #0097fe;
	font-size: 2.4rem;
	font-weight: bold;
}
.cost-ttl_sub{
	position: relative;
	display: flex;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.cost-ttl_sub:before, .cost-ttl_sub:after{
	position: relative;
	content: "";
	display: block;
	width: 3px;
	border-radius: 3px;
	background: #323743;
}
.cost-ttl_sub:before{
	margin-right: 20px;
	transform:rotate(-20deg);
}
.cost-ttl_sub:after{
	margin-left: 20px;
	transform:rotate(20deg);
}

@media screen and (min-width: 760px) {
	div:not(.pagenav-dept) > .deptchange{
		display: block;
	}
	div:not(.pagenav-dept) > .deptchange .deptchange-list{
		flex-wrap: nowrap;
		margin: 0 0 0 -10px;
	}
	div:not(.pagenav-dept) > .deptchange .deptchange-item{
		margin: 0 0 0 10px;
		padding: 10px;
		width: 100%;
	}
	div:not(.pagenav-dept) > .deptchange .deptchange-item:not(.is-active):hover{
		background-color: #fff2f3;
		color: #ffa6b9;
	    border: solid 1px #ffa6b9;
	}
	div:not(.pagenav-dept) > .deptchange .deptchange-box{
		font-size: 2.1rem;
	}

	.cost-ttl em{
		font-size: 4.5rem;
	}
	.cost-ttl_sub{
		font-size: 2.2rem;
	}
}




/*  費用から探す カセット
============================================================================= */
.costCassette{
	margin-top: 20px;
}
.costCassette_item{
	position: relative;
	margin-top: 15px;
}
.costCassette_item a{
	position: relative;
	z-index: 1;
	display: block;
	padding-bottom: 5px;
	border: solid 1px #00c2c1;
	border-radius: 5px;
	transition: opacity 0.2s;
	overflow: hidden;
	background: #fff;
}

.costCassette-ttl{
	padding: 15px;
	background:#00c2c159;
	text-align: left;
	padding-left: 5.8em;
	text-indent: -5.0em;
	line-height: 150%;
}

.costCassette_item a:hover{/*background: #fff2f3;*/ border: solid 1px #ffc4d0;}
.costCassette_item a:hover .costCassette-ttl{background: #ffc4d0;}

.costCassette-ttl span{
	font-weight: bold;
}
.costCassette-ttl span.logo {
    display: inline-flex;
    align-items: center;
    /*height: 100%;*/
    margin-right: 5px;
}

.costCassette-body{
	padding: 10px 20px;
}
.costCassette-icon{
	display: flex;
	margin-left: -5px;
}
.costCassette-icon_item{
	margin-left: 5px;
	padding: 4px 10px;
	color: #00c2c1;
	font-size: 1.2rem;
	line-height: 1;
	border-radius: 50vw;
	border: solid 1px #00c2c1;
	background: #fff;
}
a:hover .costCassette-icon_item{
	border: solid 1px #ffa6b9;
	color: #ffa6b9;
}
.costCassette-detailslist{
	margin-top: 10px;
	font-size: 1.2rem;
	text-align:left;
}
.costCassette-detailslist_item{
	display: flex;
	align-items: flex-start;
}

.costCassette-detailslist_item .m-ico{
	position: relative;
	top: -3px;
	margin-right: .4em;
	color: #6B6E71;
	font-size: 1.8rem;
}
.costCassette-detailstxt{
	margin-top: 5px;
	font-size: 1.4rem;
}
.costCassette-price{
	/*margin: 0 15px;*/
	padding-top: 5px;
	font-size: 1.2rem;
	line-height: 1.3;
	/*border-top: solid 1px #777;*/
	text-align: center;
}
.costCassette-price_txt{
	color: #ff001a;
	font-size: 1.6rem;
	font-weight: bold;
}
.costCassette-price_num{
	font-size: 3.0rem;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.costCassette-conditions{
	margin: 10px 15px 0;
}

.costCassette-conditions li{
	display: flex;
	font-size: 1.2rem;
}
.costCassette-conditions li:before{
	content: "※";
	margin-right: .2em;
}
.costCassette-bt{
	position: relative;
	margin: 15px auto 0;
	padding: 10px;
	max-width: 250px;
	color: #0097fe;
	text-align: center;
	font-weight: bold;
	border-radius: 50vw;
	border: solid 2px #0097fe;
	background: #fff;
}
.costCassette-bt .m-ico{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
	border-radius: 50vw;
	background: #0097fe;
}
.costCassette-bt .m-ico:before{
	top: 0;
}

.costCassette.-supportplan .costCassette-price{
	border-top: none;
}
.costCassette.-supportplan .costCassette-conditions{
	margin-top: 0;
}
.costCassette-other{
	margin: 10px 20px 0;
	padding-top: 10px;
	border-top: solid 1px #ccc;
}
.costCassette-other_txt{
	color: #00AEC3;
	font-size: 1.4rem;
}

@media screen and (min-width: 760px) {
	.costCassette{
		display: flex;
		flex-wrap: wrap;
		margin: 15px 0 0 -25px;
	}
	.costCassette_item{
		margin: 25px 0 0 25px;
		width: calc(100% / 3 - 25px);
	}
	.costCassette_item a:hover{
	}

	/*.costCassette-detailslist_item:not(:first-child){
		margin-top: 5px;
	}*/
	.costCassette-bt{
		padding: 15px;
	}
	.costCassette-ttl{
		padding-left: 4.5em;
		text-indent: -4.0em;
	}
	
}

@media screen and (max-width:767px){ 
.costCassette-price_num{font-size:130%;}
.costCassette-icon_item{font-size:85%;}
}


/*  ボタン
============================================================================= */
.fbtn{
	position: relative;
	margin: 20px auto 0;
	max-width: 500px;
}
.fbtn a{
	position: relative;
	z-index: 1;
	display: block;
	padding: 15px 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 50vw;
	border: solid 1px #00c2c1;
	background: #fff;
	transition: opacity 0.3s ease;
	color:#00c2c1;
	margin-bottom: 50px;
	font-size: 1.9rem;
}
.fbtn .m-ico{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3.0rem;
	line-height: 1;
}

@media screen and (min-width: 760px) {
	.fbtn{
		margin: 50px auto 0;
	}
	.fbtn + .fbtn{
		margin-top: 20px;
	}
	.fbtn a:hover{
	border: solid 1px #ffa6b9;
	background: #fff2f3;
	color:#ffa6b9;
	}
}

/*調整*/
.sec-ovs .c-sec__title .c-txt__small {padding-bottom: .625em;}
.sec-plan__heading .c-txt__small {font-size: smaller;}
.l-page #anchor_sec-ovs .c-inner {width: 95%;}
@media screen and (min-width:768px){.sp-item { display: none; }}
@media screen and (max-width: 767px) {.sec-plan__title {line-height: 130%;}}




