@charset "utf-8";

/*
 *
 *	faq style
 *
 */

/*======================================
	pageTit
======================================*/
.pageTit {
	background: url(../../images/second-tit.png), url(../images/tit-bg.jpg);
	background-position: center, center;
	background-repeat: repeat, no-repeat;
	background-size: 8px 8px, cover;
}



/*======================================
	faqBox
======================================*/
.faqBox .faqList dt {
	position: relative;
	line-height: 1.3;
	margin: 0 0 1px;
	padding: .1em 40px .4em 2.4em;
	background: #f9d97c;
	text-indent: -1.8em;
	cursor: pointer;
}
.faqBox .faqList dt:hover {
	opacity: .7;
}
.faqBox .faqList dt:before {
	content: 'Q ';
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}
.faqBox .faqList dt:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border: #ff6464 solid;
	border-width: 0 0 3px 3px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
		-moz-transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-ms-transition: all .4s ease;
    transition: all .4s ease;
}
.faqBox .faqList dt.close:after {
	margin-top: -3px;
	transform: rotate(135deg);
}
.faqBox .faqList dd {
	margin-bottom: 1em;
	padding-left: 2.4em;
	text-indent: -1.8em;
}
.faqBox .faqList dd:before {
	content: 'A ';
	font-size: 1.6em;
	font-weight: bold;
	color: #ff6464;
}


/****** accessBox ******/
.faqBox .faqList dd.accessBox {
	overflow: hidden;
}
.faqBox .faqList dd.accessBox * {
	text-indent: 0;
}
.faqBox .faqList dd.accessBox div {
	float: right;
	overflow: hidden;
	width: 100%;
	margin-top: .8em;
}
.faqBox .faqList dd.accessBox figure {
	position: relative;
	margin-bottom: 40px;
	border: #FBEBBE solid 5px;
	background: #fcfcfc;
	text-align: center;
}
.faqBox .faqList dd.accessBox figure:after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	bottom: -50px;
	margin-left: -30px;
	border: transparent solid 30px;
	border-top: #FBEBBE solid 15px;
}

/* access */
.faqBox .faqList dd.accessBox .access {
	overflow: hidden;
}
.faqBox .faqList dd.accessBox .access li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 50%;
	padding-right: 1em;
}
.faqBox .faqList dd.accessBox .access li:nth-child(odd) {clear: both;}
.faqBox .faqList dd.accessBox .access.walk1 li {width: 100%;}
.faqBox .faqList dd.accessBox .access.walk1 li img {width: 25%;}
.faqBox .faqList dd.accessBox .access.walk1 li p {width: 75%;}
.faqBox .faqList dd.accessBox .access li span {
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.3em;
	border-radius: 50%;
	border: #ef7918 solid 2px;
	background: #f79c0b;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}
.faqBox .faqList dd.accessBox .access li span:before,
.faqBox .faqList dd.accessBox .access li span:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -16px;
	margin-left: -6px;
	border: transparent solid 6px;
	border-top-width: 10px;
}
.faqBox .faqList dd.accessBox .access li span:before {
	border-top-color: #ef7918;
}
.faqBox .faqList dd.accessBox .access li span:after {
	bottom: -14px;
	border-top-color: #f79c0b;
}
.faqBox .faqList dd.accessBox .access li span.fin {background: #d8331d; border-color: #aa2218;}
.faqBox .faqList dd.accessBox .access li span.fin:before {border-top-color: #aa2218;}
.faqBox .faqList dd.accessBox .access li span.fin:after {border-top-color: #d8331d;}
.faqBox .faqList dd.accessBox .access li img {
	float: left;
	width: 50%;
}
.faqBox .faqList dd.accessBox .access li p {
	float: left;
	width: 50%;
	padding: 1em 0 0 .5em;
	color: #ef7918;
}


/****** most ******/
.most {
	padding: 1em;
	background: #fff5f5;
}
.most .faqList dt {
	background: rgba(255,100,100,.4);
}





/*============================================================================

	responsive

============================================================================*/
@media screen and (max-width:960px) {

}



@media screen and (max-width:767px) {

}



@media screen and (max-width:480px) {
/*======================================
	faqBox
======================================*/
.faqBox .faqList dt {
	padding-right: 35px;
}
.faqBox .faqList dt:after {
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-width: 0 0 2px 2px;
}


/****** accessBox ******/
/* access */
.faqBox .faqList dd.accessBox .access li {
	float: none;
	width: 100%;
	padding-right: 0;
}
.faqBox .faqList dd.accessBox .access li img {
	width: 25%;
}
.faqBox .faqList dd.accessBox .access li p {
	width: 75%;
	padding-top: 0;
}
.faqBox .faqList dd.accessBox .access li span {
	display: none;
}

}
