/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.faq{font-size:15px;line-height:1.8;color:#333333;}
.faq .ct{margin:0 auto;text-align:center;}
.faq .contents{margin:0 auto;width:660px;}
.faq div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.faq h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
	position: relative;
}
.faq h1::before{
	content: "";
    position: absolute;
    left: 48.5%;
    bottom: -20px;
    display: block;
    width: 60px;
    height: 4px;
    background: #FE1F8D;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
}
.faq h1::after{
	content: "";
    position: absolute;
    left: 51.5%;
    bottom: -20px;
    display: block;
    width: 55px;
    height: 4px;
    background: #FECE00;
    transform: translate3d(-50%, 0, 0);
}
.faq h2.title{
	margin: 0 auto 35px;
	max-width: 1240px;
	width: 100%;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.faq h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #FE1F8D;
}
.faq h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.faq sup {
    vertical-align: top;
    font-size: 11px;
}
.faq .anchor_box {
	background: #FEFCEF;
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 60px;
}
.faq .anchor_box ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.faq .anchor_box ul li {
	width: 25%;
	line-height: 2.2;
}
.faq .anchor_box ul li a{
	position: relative;
}
.faq .anchor_box ul li a::before {
	content: '';
	position: absolute;
    background: url(/img/special/faq/arr_btm.png) no-repeat;
    width: 18px;
    height: 18px;
    top: 1px;
    left: -25px;
}
.faq .anchor_box ul li a:hover {
	text-decoration: none;
}
.faq dl {
	max-width: 1120px;
	width: 100%;
	cursor: pointer;
	display: block;
	margin: 0 auto 20px;
	border-bottom: 1px dotted #CECECE;
	padding-bottom: 15px;
}
.faq dl dt.question {
	position: relative;
	padding-left: 45px;
}
.faq dl dt.question:hover{
	opacity: 0.6;
	transition: 0.6s;
}
.faq dl dt.question:before{
	content: '';
	position: absolute;
    background: url(/img/special/faq/question.png) no-repeat;
    width: 29px;
    height: 29px;
    top: -2px;
    left: 0;
}
.faq dl dt.question:after{
	content: '';
	position: absolute;
	background: url(/img/special/faq/plus.png) no-repeat;
	display: block;
	width: 23px;
    height: 23px;
    top: 2px;
	right: 0;
}
.faq dl dt.question.on:after{
	content: '';
	position: absolute;
	background: url(/img/special/faq/minus.png) no-repeat;
	display: block;
	width: 23px;
    height: 23px;
    top: 2px;
	right: 0;
}
.faq dd.answerarea {
	display: none;
}
.faq dd.answerarea {
	cursor: auto;	
}
.faq dd.answerarea p{
	padding-left: 45px;
	padding-top: 15px;
	padding-bottom: 10px;
	position: relative;
	font-size: 14px;
}
.faq dd.answerarea p::before{
	content: '';
	position: absolute;
    background: url(/img/special/faq/answer.png) no-repeat;
    width: 29px;
    height: 29px;
    left: 0;
}
.faq dd.answerarea p a{
	color: #FE1F8E;
	text-decoration: underline;
}
.faq #anc-faq01,
.faq #anc-faq02,
.faq #anc-faq03,
.faq #anc-faq04,
.faq #anc-faq05,
.faq #anc-faq06,
.faq #anc-faq07,
.faq #anc-faq08{
	margin-top: 50px;
}

@media print, screen and (max-width: 767px) {
	.faq h1 {
		font-size: 24px;
	}
	.faq h1::before{
	    left: 47%;
	    bottom: -20px;
	    width: 60px;
	    height: 4px;
	}
	.faq h1::after{
	    left: 53%;
	    bottom: -20px;
	    width: 55px;
	    height: 4px;
	}
	.faq h2.title{
		margin: 0 auto 20px;
		padding: 18px 15px 15px 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	.faq .anchor_box {
		padding: 40px 20px 35px 20px;
	}
	.faq .anchor_box ul {
		justify-content: space-between;
	}
	.faq .anchor_box ul li {
		width: 48.5%;
		padding-left: 25px;
		margin-bottom: 5px;
	}
	.faq .anchor_box ul li a::before {
	    width: 18px;
	    height: 18px;
	    top: 1px;
	    left: -25px;
	}
	.faq dl {
		margin: 0 auto 20px;
		border-bottom: 1px dotted #CECECE;
		padding-bottom: 15px;
	}
	.faq dl dt.question {
		padding-left: 35px;
		padding-right: 30px;
		font-size: 14px;
	}
	.faq dl dt.question:before{
	    top: -3px;
	}
	.faq dd.answerarea p{
		font-size: 14px;
		padding-left: 35px;
		padding-right: 30px;
	}
}