@charset "UFT-8";


#MAIN{
	text-align: center;
	background: #EEEEEF;
	position: relative;
}
#MAIN:before{
	content: "";
	width: 100%;
	height: 350px;
	background: url(../img/other/bg_faq.png) center no-repeat #9badc6;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
.h2{
	color: #fff;
}
.btn-flex{
	padding: 30px 0 10px;
}
#MAIN a.btn{
}
#MAIN p {
	padding: 1em 0;
}

.chk-accordion{
	text-align: left;
}

.chk-accordion input[type="checkbox"]{
	display: none;
}
.chk-accordion label{
	display: block;
	font-size: 120%;
	background: url(../img/common/ico_plus.png) center right 10px no-repeat #4177C8;
	color: #fff;
	font-weight: 600;
	padding: 1em 1.5em;
	cursor: pointer;
-moz-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
	-webkit-touch-callout: none;
	user-select: text;
	margin-top: .5em;
}
.chk-accordion label:hover{
	opacity: 0.8;
}
.chk-accordion div,
.chk-accordion dl{
	background: #EEEEEF;
	height: 0;
	overflow: hidden;
/*	overflow:auto;*/
	transition: height .3s ease-in-out;
}
.chk-accordion dt{
	font-weight: bold;
	color: #4177C8;
	padding: 2.5em 2.2em 1em 5em;
	position: relative;
}
.chk-accordion p:before,
.chk-accordion dt:before{
	color: #4177C8;
	font-weight: bold;
	position: absolute;
	content: "A. ";
	display: inline-block;
	font-size: 130%;
	vertical-align: top;
	left: 2em;
}

.chk-accordion dd {
	padding: 0 2.2em 1em 5em;
	line-height: 1.8;
}
.chk-accordion p {
	position: relative;
	padding: 2.5em 2.2em 2em 5em !important;
	line-height: 1.8;
}
input:checked ~ label{
	background: url(../img/common/ico_minus.png) center right 10px no-repeat #4177C8;
}
input:checked ~ dl{
	height: auto;
	transition: height .3s linear;
	padding-bottom: 20px;
}
input:checked ~ div {
	height: auto;
	transition: height .3s linear;
}

input:checked ~ .mini{
	height: auto;
}
input:checked ~ .small{
	height: auto;
}
input:checked ~ .medium{
	height: auto;
}
input:checked ~ .tall{
	height: auto;
}
input:checked ~ .huge{
	height: auto;
}


@media only screen and (max-width: 768px) {
	#MAIN {
		background: url(../img/other/bg_faq_sp.png) top center no-repeat #FFF;
		background-size: contain;
		padding: 5%;
	}
	#MAIN:before {
		content: none;
	}
	#MAIN .h2 h2 {
		font-size: 150%;
	}
	#MAIN .h2 p {
		font-size: 110%;
		padding: 0.5em;
	}
	#MAIN h3 {
		font-size: 170%;
	}
	#MAIN h3:after {
		margin: 10px auto 0;
	}
	#MAIN div.bg-blue {
		margin-top: 10px;
		text-align: center;
	}
	#MAIN .h2 {
		padding-top: 40px;
	}
	#MAIN div.sec {}
	#MAIN .flex {
		display: block;
	}

	.chk-accordion label{
		font-size: 90%;
		padding: 0.8em 3.6em 0.8em 1em;
		line-height: 1.5;
	}

	input:checked {
/*		height: 0;*/
	}
	input:checked ~ div,
	input:checked ~ dl{
		 height: auto !important;
	}
.chk-accordion dt{
	font-weight: bold;
	color: #4177C8;
	padding: 1.5em 0.8em 1em 3.5em;
	position: relative;
	line-height: 1.5;
}
.chk-accordion p:before,
.chk-accordion dt:before{
	content: "A. ";
	left: 1.5em;
	font-size: 100%;
}
	.chk-accordion dd{
		padding: 0 0.8em 1em 3.5em;
	}

	.chk-accordion p {
	position: relative;
	padding: 1em 0.8em 1em 3.5em !important;
	line-height: 1.8;
}

	#sec04 .chk-accordion {
		margin-bottom: 2em;
}
	#sec03 .chk-accordion p,
	#sec04 .chk-accordion p{
		padding: 1em !important;
	}
#sec03 .chk-accordion p:before,
#sec04 .chk-accordion p:before {
		content: none;
}


	#MAIN #sec02 .flex > div:first-of-type,
	#MAIN #sec03 .flex > div:first-of-type {
		margin-right: 0;
	}
	#MAIN #sec01,
	#MAIN #sec01 p:first-of-type,
	#MAIN #sec02,
	#MAIN #sec02 p:first-of-type,
	#MAIN #sec03,
	#MAIN #sec03 p:first-of-type ,
	#MAIN #sec04,
	#MAIN #sec04 p:first-of-type {
		padding: 0;
	}

}
