/* ページヘッダ */
#pagehead.ph_faq{
	background-image:url("../images/contact/pagehead.jpg");
	background-position:right center;
}

#sec_faq{
	padding:30px 0;
}

.faq_wrap{
	background:#fff;
	padding:0px 30px 30px;
	width:100%;
	max-width:800px;
	margin:0 auto;
}


.faq_wrap .container{
	position: relative;
}

.faq_wrap h4{
	padding-bottom:8px;
	margin:30px 0 15px;
	border-bottom:1px solid #ccc;
}
.faq_wrap p{
	font-size:14px;
	margin-bottom:30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.qa_list dl {
    position: relative;
    margin: 20px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa_list dl:first-child {
  margin-top: 0;
}
.qa_list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa_list .open::after {
    transform: rotate(-45deg);
}
.qa_list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #F1F0E7;
}
.qa_list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa_list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa_list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa_list dl dd p {
    margin: 30px 0 0;
}
.qa_list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
 .qa_list dl {
    margin: 10px 0 0;
}
.qa_list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa_list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa_list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa_list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa_list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa_list dl dd p {
    margin: 30px 0 0;
}
.qa_list dl dd p:first-child{
    margin-top: 0;
}
}



.btnarea{
	margin-top:30px;
	text-align:center;
}
.btnarea .btn_more{
	margin:0 auto;
}
