@charset "utf-8";

/*------------------------------------------------
faq
--------------------------------------------------*/
.faqList{
	margin-top: 30px;
}
.faqList dt{
	padding: 25px 160px;
	line-height: 2.2;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}
.faqList dt:before{
	content: "Q";
	font-size: 26px;
	position: absolute;
	top: 30px;
	line-height: 1;
	left: 50px;
	font-family: 'Marcellus', "游明朝", "Yu Mincho", "游明朝体", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.faqList dt:after{
	content: "";
	display: block;
	position: absolute;
	background: url("../images/common/arrow_down_black.png") no-repeat center center;
	background-size: 100%;
	width: 15px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	right: 30px;
}
.faqList dd{
	padding: 25px 160px 50px;
	line-height: 2.2;
	position: relative;
	background-color: #E1E1E1;
	display: none;
}
.faqList dd:before{
	content: "A";
	font-size: 26px;
	position: absolute;
	top: 30px;
	line-height: 1;
	left: 50px;
	font-family: 'Marcellus', "游明朝", "Yu Mincho", "游明朝体", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #960000;
}
.faqList dd:after{
	content: "Close";
	position: absolute;
	bottom: 15px;
	right: 15px;
	line-height: 1;
	font-family: 'Marcellus', "游明朝", "Yu Mincho", "游明朝体", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	padding-left: 20px;
	background: url("../images/common/cross01_black.png") no-repeat left center;
	background-size: 12px;
}


/*------------------------------------------------
sp
--------------------------------------------------*/
@media screen and (max-width: 480px) {
    .faqList dt{
        padding: 20px 25px 20px 50px;
    }
    .faqList dt:before{
        top: 20px;
        left: 10px;
    }
    .faqList dt:after{
        right: 0;
    }
    .faqList dd{
        padding: 20px 15px 45px 50px;
    }
    .faqList dd:before{
        top: 20px;
        left: 10px;
    }







}