@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}



.commonContact {
	margin-top: 0;
}


/*************************************************

 ancNavs

*************************************************/
.ancNavs {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}
.ancNavs li {
	width: 175px;
	padding: 0 15px;
}
.ancNavs li a {
	position: relative;
	display: block;
	padding: 30px 0;
	color: #000;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
.ancNavs li a > * {
	position: relative;
	z-index: 2;
}
.ancNavs li a:before,
.ancNavs li a:after {
	box-sizing: border-box;
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
}
.ancNavs li a:before {
	top: 6px;
	left: 6px;
}
.ancNavs li a:after {
	top: 0;
	left: 0;
	border: #000 solid 1px;
}
.ancNavs li .icon {
	display: table;
	width: 100%;
	height: 60px;
}
.ancNavs li .icon > * {
	display: table-cell;
	vertical-align: middle;
}
.ancNavs li .txt {
	display: table;
	width: 100%;
	margin-top: 17px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.ancNavs li .txt > * {
	display: table-cell;
	vertical-align: middle;
}

.ancNavs li:nth-child(1) a:before { background-color: #fff0e2; }
.ancNavs li:nth-child(2) a:before { background-color: #effff3; }
.ancNavs li:nth-child(3) a:before { background-color: #ebffff; }
.ancNavs li:nth-child(4) a:before { background-color: #fff0f8; }

@media only screen and (max-width:767px) {
	.ancNavs {
		flex-wrap: wrap;
		width: 90%;
		max-width: 340px;
		margin: 0 auto 20px;
	}
	.ancNavs li {
		box-sizing: border-box;
		width: 50%;
		padding: 0 10px 20px;
	}
	.ancNavs li a {
		padding: 20px 0;
	}
	.ancNavs li .icon {
		height: 46px;
	}
	.ancNavs li .txt {
		display: table;
		width: 100%;
		margin-top: 10px;
	}

	.ancNavs li:nth-child(1) .icon img { width: 36px; }
	.ancNavs li:nth-child(2) .icon img { width: 57px; }
	.ancNavs li:nth-child(3) .icon img { width: 33px; }
	.ancNavs li:nth-child(4) .icon img { width: 37px; }

}







/*************************************************

 supportSection

*************************************************/
.supportSection {
	position: relative;
	padding: 80px 20px;
	max-width: 1320px;
	margin: 0 auto;
}
.supportSection .inner {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	z-index: 2;
}
.supportSection:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 200vw;
	height: 100%;
	z-index: 1;
}
.supportSection .secTitle {
	margin-bottom: 23px;
	font-size: 35px;
	font-weight: 100;
	line-height: 1.3;
}
.supportSection .minTitle {
	padding: 10px 15px;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	background-color: #3c3c3c;
	line-height: 1.4;
}
.supportSection .minSec + .minSec {
	margin-top: 30px;
}
.supportSection .minSec .box {
	position: relative;
	padding-left: 190px;
}
.supportSection .minSec .box + .box:before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #bebebe;
}
.supportSection .minSec .box .absttl {
	position: absolute;
	top: 15px;
	left: 0;
	width: 190px;
	font-weight: 100;
}
.supportSection .minSec .fq {
	padding: 15px 0;
	border-bottom: #bebebe solid 1px;
}
.supportSection .minSec .fq > * {
	font-weight: 100;
}
.supportSection .minSec .fq > dt {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}
.supportSection .minSec .fq > dt:before {
	position: absolute;
	top: 4px;
	left: 10px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: #000 solid 1px;
	border-right: #000 solid 1px;
	transform: rotate(45deg);
	transition: 0.3s;
}
.supportSection .minSec .fq > dt.on:before {
	top: 10px;
	transform: rotate(-135deg);
}
.supportSection .minSec .fq > dd {
	display: none;
	padding: 15px 0 0 35px;
}

.supportSection .minSec .fq > dd >span.text{
	position: relative;
}

.supportSection .minSec .fq > dd >span.text::before{
	content: "";
	width: 10px;
	height: 10px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
	left: -3px;
}

.supportSection .minSec .fq > dd > ul.list li,
.supportSection .minSec .fq > dd > ol li{
	font-weight: 100;
}

.supportSection .minSec .fq > dd > ul.list li::before{
	content: "・";
	font-size: 20px;
}

.supportSection .minSec .fq > dd > ol li{
	position: relative;
	padding-left: 20px;
}

.supportSection .minSec .fq > dd > ol li::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.supportSection .minSec .fq > dd > ol li:nth-child(1):before{
	content: "①";
}

.supportSection .minSec .fq > dd > ol li:nth-child(2):before{
	content: "②";
}

.supportSection .minSec .fq > dd > ol li:nth-child(3):before{
	content: "③";
}

.supportSection .minSec .fq > dd > ol li:nth-child(4):before{
	content: "④";
}



.fq .youtube-re video {
    width: 100%;
}

.supportSection.orange:before { background-color: #fff7ee; }
.supportSection.line:before { background-color: #effff3; }
.supportSection.aqua:before { background-color: #ebffff; }
.supportSection.pink:before { background-color: #fff6fb; }

.fq__inner-list > li + li{
	margin-top: 10px;
}

.fq__inner-list p{
	font-weight: 100;
}


@media only screen and (max-width:767px) {
	.supportSection {
		padding: 45px 20px;
	}
	.supportSection .secTitle {
		font-size: 25px;
	}
	.supportSection .minTitle {
		padding: 7px 15px;
		font-size: 15px;
	}
	.supportSection .minSec .box {
		padding-left: 0;
	}
	.supportSection .minSec .box + .box:before {
		display: none;
	}
	.supportSection .minSec .box .absttl {
		position: static;
		width: auto;
		margin: 20px 0 0;
	}
	.supportSection .minSec .fq {
		padding: 12px 0;
	}
	.supportSection .minSec .fq > dt {
		padding-left: 30px;
	}
	.supportSection .minSec .fq > dt:before {
		top: 6px;
		left: 10px;
		width: 7px;
		height: 7px;
	}
	.supportSection .minSec .fq > dd {
		padding: 12px 0 0 30px;
	}
}
