@charset "utf-8";

/* **********************************************************
	faq__contact
********************************************************** */
.faq__contact article{
	padding-bottom: 75px;
}
.faq__contact #section-A.mdl__textbox{
	margin-top: 50px;
}
.faq__contact .mdl__textbox+.mdl__textbox{
	margin:80px 0;
}
.faq__contact .mdl__textbox:nth-of-type(4){
	margin:80px 0 0px;

}
.faq__contact .mdl__textbox:nth-of-type(5){
	/* margin:60px 0 0px; */

}
.faq__contact .mdl__btnbox .search__contact{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.625em;
	padding-bottom: 20px;

}
.faq__contact .mdl__btnbox a.email__link{
	background: none;
	padding: 0;
	color: #333;
	font-size: 1.6rem;
	display: inline-block;
	text-decoration: underline;
}
.faq__contact .mdl__btnbox a{
	background-color: #cc295f;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 18px 10px;
}
.faq__contact .mdl__btnbox a:hover span{
	text-decoration: underline;
}
.faq__contact .mdl__btnbox a span{
	padding: 0 10px 0 16px;

}

.faq__contact .mdl__btnbox{
padding: 33px 30px 42px;
}

.faq__contact .contact__btn{
	text-align: right;
    margin-top: 20px;
    padding-bottom: 14px;
}
.faq__contact .contact__btn a {
    background-color: #cc295f;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 10px 68px 10px 67px;
}
.faq__contact .contact__btn a:hover span{
	text-decoration: underline;
}
.faq__contact .contact__btn a span {
    background: url(/common/images/blt_arrow_01.png) left center no-repeat;
    display: inline-block;
    font-weight: bold;
    padding-left: 15px;
}
.faq__contact .question__wrap > dl{
	border-bottom: 1px solid #d1d1d1;
}
.faq__contact .question__wrap > dl > dt {
	background: url(/common/images/btn_schedule_open.png) right top 1.5em no-repeat;
	border-top: 1px solid #d1d1d1;
	color: #333333;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.57143;
	padding: 25px 70px 24px 4em;
	position: relative;
}
.faq__contact .question__wrap > dl > dt li+li span{
	color: #f10028;
}
.faq__contact .question__wrap > dl > dt li+li{
	color: #f10028;
	padding-top: 20px;
	line-height: 1.43;
}
.faq__contact .question__wrap > dl > dt span{
	position: absolute;
	left: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.faq__contact .question__wrap > dl > dt.opened {
	background: url(/common/images/btn_schedule_close.png) right top 1.5em no-repeat;
	border-bottom: 0px;
}

.faq__contact .question__wrap > dl > dd {
	display: none;
	position: relative;
	padding-left: 4em;
	padding-right: 70px;
	color: #333380;
	
}
.faq__contact .question__wrap > dl > dd ul li{
	color: #333333; 
	/* margin-bottom: 10px; */
}
.faq__contact .question__wrap > dl > dd span{
	font-size: 16px;
	font-size: 1.6rem;

}
.faq__contact .question__wrap > dl > dd{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.faq__contact .question__wrap > dl > dd span{
	position: absolute;
	left: 0;
}
.faq__contact .question__wrap > dl > dd.last:after {
	background: url(/common/images/line_events_last.png) no-repeat;
	content: " ";
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 38px;
}
.faq__contact .question__wrap> dl > dt.opened+dd{
		padding-bottom: 24px;
}
.faq__contact .question__wrap .flow__test p{
	position: relative;
	padding-left: 1.2em;

}
.faq__contact .question__wrap .flow__test p span{
	position: absolute;
	left: 0;
}
.faq__contact .question__wrap .flow__test .num__text{
	padding-left: 1.2em;
}
.mb20{
	margin-bottom: 20px;
}
.mb10{
	margin-bottom: 10px;
}
@media (max-width: 767px) {
.pc_only{
		display: none;
	}
.sp_only{
		display: none;
	}
.faq__contact .mdl__contents{
	padding-bottom: 35px;
}
.faq__contact .mdl__h2{
	margin-bottom: 21px;
}
.faq__contact h3{
	padding:20px 0 14px;
}
.faq__contact.mdl__textbox{
	margin:50px 0 0 0;
}
.faq__contact .mdl__textbox+.mdl__textbox{
	margin:50px 0 0 0;
}
.faq__contact .mdl__textbox:nth-of-type(5){
	margin:36px 0 0 0;

}
.faq__contact .contact__btn a{
	display: block;
	padding: 19px 20px 10px;
}
.faq__contact .question__wrap{
	border-top: none;
	padding-top: 10px;
}
.faq__contact .question__wrap> dl > dt {
	background: url(/common/images/btn_schedule_open_sp.png) right top 1.3em no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.57;
	padding: 19px 42px 19px 48px;
}
.faq__contact .question__wrap> dl > dt.opened {
	background: url(/common/images/btn_schedule_close_sp.png) right top 1.3em no-repeat;
	background-size: 30px 30px;
	border-bottom: 0px;
	padding-top: 19px;
	padding-bottom: 19px;
}
.faq__contact .question__wrap> dl > dd {
	display: none;
	position: relative;
	padding-left: 48px;
	padding-right: 42px;
	padding-bottom: 19px;

}
.faq__contact .question__wrap> dl > dt.opened+dd{
	padding-bottom: 19px;
}
.faq__contact .question__wrap> dl > dd li {
	font-size: 14px;
	font-size: 1.4rem;
}

.faq__contact .mdl__btnbox a{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 10px 16px;
}
.faq__contact .mdl__btnbox{
	padding: 36px 15px 30px;
}
.faq__contact .mdl__btnbox .search__contact{
	text-align: left;
	font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 13px;
}
}
