@charset "utf-8";
/* CSS Document */


/** よくある質問エリア **/

.faqBlock dt, .faqBlock dd {
    position: relative;
}

.faqBlock dt {
    padding: 22px 50px 22px 70px;
    line-height: 1.8;
    font-weight: 700;
    background: #efefef;
}

.faqBlock dt:before, .faqBlock dd:before {
    position: absolute;
    left: 17px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.faqBlock dt:before {
    content: 'Q.';
    top: 21px;
}

.faqBlock dd {
    padding: 26px 22px 26px 70px;
}

.faqBlock dd:before {
    content: 'A.';
    top: 23px;
}

dt.Q.acTrig h4 {
    color: #000;
    font-size: 13px;
}



.faqSect {
	position: relative;
}

.faqSect .baseSectTitle {
	margin-bottom: 0;
}


.faqSect .faqAnc {
	display: block;
	position: absolute;
	top: -112px;
	left: 0;
	height: 0;
}

.faqList {
	margin: 0 auto;
	border-top: 1px solid #000;
}

.faqList .faqBlock {
	background-color: #fafafa;
}

.faqList .faqBlock:nth-of-type(2n) {
	background-color: #fff;
}

.faqBlock dt,
.faqBlock dd {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.faqBlock dt {
	padding: 22px 50px 22px 70px;
	line-height: 1.8;
	font-weight: bold;
	cursor: pointer;
}

.faqBlock dd {
	padding: 26px 22px 50px 70px;
}

.faqBlock dt:before,
.faqBlock dd:before {
	position: absolute;
	left: 17px;
	color: #333;
	font-family: 'Montserrat',sans-serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}

.faqBlock dt:before {
	content: 'Q.';
	top: 21px;
}

.faqBlock dd:before {
	content: 'A.';
	top: 23px;
}

.faqBlock dt:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 12px;
	margin-top: -6px;
	background-image: url(/common/images/arrow_black_down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faqBlock dt.acOpen:after {
	transform: rotate(180deg);
}


header.sectTitleArea {
    background: none;
    text-align: center;
}

.faqSect .baseSectTitle {
    display: inline-block;
    margin-bottom: 16px;
    padding: 15px 50px;
    border-top: 9px solid #000;
    border-bottom: 9px solid #000;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    white-space: nowrap;
    background: none;
    border-left: none;
    color: #141510 !important;
    margin: 1.5em 0 1em;
    background-color: #fff !important;
    border-radius: 0 !important;	
}







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


.faqSect {
	padding-bottom: 25px;
}


.faqSect .faqAnc {
	top: -45px;
}

.faqList {
	width: auto;
}


.faqBlock dt {
    padding: 9px 25px 9px 42px;
    font-size: .8rem;
    line-height: calc(19/12);
}

.faqBlock dd {
	padding: 8px 15px 30px 42px;
}

.faqBlock dt:before,
.faqBlock dd:before {
	left: 9px;
	font-size: 1.4rem;
}

.faqBlock dt:before {
	top: 7px;
}

.faqBlock dd:before {
	top: 12px;
}

.faqBlock dt:after {
	right: 7px;
	width: 8px;
	height: 10px;
	margin-top: -5px;
}


.faqSect .baseSectTitle {
    font-size: 1.2em;
    margin-top: 2em;
}

}
