@charset "utf-8";
/* CSS Document */


/*------------------------------------------------
 contents common
------------------------------------------------*/
section{
	padding:30px 0;
	position: relative;
	text-align: center;
}

section h3{
	margin:0 auto 20px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	color:#2b84d2;
}


/*------------------------------------------------
 faq
------------------------------------------------*/

/* mainTt ------------------------------------------*/

#mainHdImg{
	width:100%;
	box-sizing: border-box;
	background-image:url(../images/faq_top_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-size:cover;
	height:290px;
	padding-top:30px;
	min-width: 980px;
    max-width: 1440px;
    margin: 0 auto;

}
#mainHdImg .logoMark{
	display: block;
	height:1.4em;
	color:#2b84d2;
	font-size: 2em;
    padding: 0.5em 0;

}
#mainHdImg .logoMark::before{
	font-family: 'marurino';
	content:'\e911';
	font-size:1.5em;
	font-weight: 400;
	margin-right:8px;
	vertical-align: -0.2em;
}
#mainHdImg h2{
	width:85%;
	margin:10px auto 15px;
	padding:0;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	color:#614336;
/*	border-top:solid 1px #614336;
	border-bottom:solid 1px #614336;*/
}
#mainHdImg h2 + p{
	font-size: 1.1em;
	text-align: center;
	text-shadow: 0 0 3px #fff;
}

#mainHdImg h2 span{
	display:block;
	font-size:0.7em;
	color:#000;
}


@media screen and (max-width:767px) {
	
#mainHdImg{
	min-width: 0;
	height:242px;
	padding-top: 22px;
	background-position: center 33%;
}
	
#mainHdImg h2{
	border-top:solid 1px #614336;
	border-bottom:solid 1px #614336;
	font-size: 1.55em;
    padding: 0.65em 0 0.3em;
    font-weight: bold;
    margin: 16px auto 20px;
}
		
#mainHdImg .logoMark{
	font-size:1.3em;
	font-weight: bold;
	padding: 0;
}	
	
#mainHdImg h2 + p {
	font-weight: bold;
	font-size: 1.2em;
}
	
.co {
 
    padding: 0;
}
}

/* contents ------------------------------------------*/
.faq .contents{
	padding: 0;
}

.faq .contents .co{
	min-width: 980px;
    max-width: 1160px;
    margin: 0 auto;
}

@media screen and (max-width:959px) {
	
.faq .contents .co{
	min-width: 0;
}
	
}

@media screen and (max-width:959px) {
	
.faq .contents .co{
	width: 90%;
    margin: 0 auto;
}
	
}

/* faqBox ------------------------------------------*/
#faqBox .co div{
	margin-bottom: 5vh;
	padding: 30px;
	border: 1px solid #614336;
	border-radius:10px;
	text-align: left;
	position: relative;
}
#faqBox .co div:nth-child(odd){
	background-color: #f2f2e7;
}
#faqBox .co div:nth-child(even){
	background-color: #edf1eb;
}
#faqBox .co div:last-child{
	margin-bottom: 0;
}
#faqBox dt{
	margin-left: 5px;
	float: left;
	font-size: 2em;
	font-weight: 700;
	clear: both;
}
#faqBox dd{
	margin-left: 10%;
	padding-top: 0.7em;
	width: 50%;
}
#faqBox .answer,
#faqBox .answer + dd{
	margin-top: 15px;
}
#faqBox dt + dd,
#faqBox .bld{
	font-weight: 700;
}
#faqBox .question,
#faqBox .question + dd{
	color: #2b84d2;
}
#faqBox #q05 .question + dd{
	padding-top: 0.3em;
	line-height: 2.5em;
}
#faqBox #q01,
#faqBox #q04,
#faqBox #q05,
#faqBox #q06{
	padding-bottom: 7vh;
}
#faqBox #q01 img,
#faqBox #q04 img,
#faqBox #q06 img{
	width: 340px;
	position: absolute;
	bottom: 0;
	left: 88%;
	margin-left: -18%;
}



#faqBox #q05 img{
	width: 340px;
	position: absolute;
	bottom: 0;
	left: 90%;
	margin-left: -260px;
}
#faqBox #q06 img{
/*	width: 45vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -13vw;*/
}
#faqBox .imgC{
/*	text-align: center;*/
	width: 90%;
	text-align: right;
	margin-top: -80px;
	
}

#faqBox #q02 img,
#faqBox #q03 img,
#faqBox #q07 img{
	width: 280px;
}
#faqBox #q07 .imgC{
	margin-top: -100px;
	margin-bottom: 7px;
}

@media screen and (max-width:959px) {
	
#faqBox #q01, #faqBox #q04, #faqBox #q05, #faqBox #q06 {
    padding-bottom: 12vh;
}

#faqBox .imgC {
    margin-top: 0;
}

#faqBox dd{
	width: auto;
}
	
#faqBox #q01 img,
#faqBox #q04 img,
#faqBox #q06 img{
	width: 30vw;
	left: 86%;
}
	
#faqBox #q02 img,
#faqBox #q03 img,
#faqBox #q07 img{
	width: 24vw;
}	
	
#faqBox #q05 img {
    width: 30vw;
    margin-left: -25%;
}
	
#faqBox #q07 .imgC {
    margin-top: 0;
    margin-bottom: 7px;
}
	
}

@media screen and (max-width:767px) {
	
#faqBox #q01, #faqBox #q04, #faqBox #q05, #faqBox #q06 {
    padding-bottom: 7vh;
}
	

#faqBox .co div{
	padding: 15px;
}
	
#faqBox dd{
	width: auto;
	margin-left: 15vw;
}
	
	
#faqBox #q01 img, #faqBox #q04 img, #faqBox #q06 img {
    width: 50vw;
    left: 50%;
}
	
#faqBox #q01,
#faqBox #q04,
#faqBox #q05,
#faqBox #q06{
	padding-bottom: 15vh;
}
	
#faqBox .imgC{
	width: auto;
	text-align: center;
	margin-top: 0;
}
	
#faqBox #q02 img,
#faqBox #q03 img,
#faqBox #q07 img{
	width: auto;
}	
	
#faqBox #q01 img,
#faqBox #q04 img,
#faqBox #q06 img{
	width: 50vw;
	left: 50%;

}

#faqBox #q05 img{
	left: 50%;
	width: 58vw;
	margin-left: -23vw;
}	
	
#faqBox #q07 .imgC{
	margin-top: 7px;

}
}


