@charset "utf-8";
/* faq css */

.intro_txt {
font-size: 1.5rem;
line-height: 200%;
letter-spacing: 0.2em;
display: block;
text-align: center;
margin-bottom: 50px;
}

@media all and (max-width : 767px ){
.intro_txt {
font-size: 1.2rem;
line-height: 180%;
letter-spacing: 0.1em;
margin-bottom: 30px;
}
}

/* アコーディオンメニュー
-------------------------------------------------- */

.accordion_container {
width: 100%;
border: solid 1px #DEDEDE;
margin-bottom: 20px;
}
.accordion_title {
font-size: 1.6rem;
font-weight: 400;
letter-spacing: 0.2em;
color: #111;
padding: 20px 10% 20px 50px;
position: relative;
z-index: +1;
background-image: url(../img/faq/faq_bg.jpg);
background-repeat: repeat-x;
background-position: left top;
cursor: pointer;
transition-duration: 0.2s;
}
.accordion_title::before {
content: "Q";
font-family: "garamond-premier-pro", serif;
font-weight: 500;
font-size: 2.4rem;
color: #8E7742;
display: inline-block;
position: absolute;
top: 12px;
left: 20px;
}
.accordion_title:hover {
opacity: 0.8;
}
.icon_wrap {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
right: 3%;
width: 40px;
height: 40px;
margin-top: -20px;
box-sizing: border-box;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
transition-duration: 0.2s;
}
.icon {
display: block;
width: 30px;
height: 30px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
transition-duration: 0.2s;
position: relative;
}
.accordion_title.open 
.icon_wrap {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.icon:before, 
.icon:after {
display: flex;
content: '';
background-color: #666;
width: 30px;
height: 1px;
position: absolute;
top: 15px;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transform-origin: center center;
}
.icon:before {
width: 1px;
height: 30px;
top: 0;
left: 15px;
}
.accordion_title.open 
.icon_wrap .icon:before {
content: none;
}
.accordion_title.open 
.icon_wrap .icon:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.accordion_inner {
display: none;
background: #fff;
padding: 0px 40px 30px;
box-sizing: border-box;
}
.ac_inner_wraper {
padding-top: 20px;
}
.ac_inner_txt {
width: 100%;
font-size: 1.5rem;
line-height: 180%;
}
.ac_inner_txt span {
color: #cc0000;
}
.ac_inner_txt a {
color: #8E7742;
text-decoration: underline;
}
.ac_inner_txt a:hover {
text-decoration: none;
}

@media all and (max-width : 820px ){
.ac_inner_txt {
width: 100%;
font-size: 1.4rem;
}
}

@media screen and (max-width: 767px) {
.accordion_container {
margin-bottom: 12px;
}
.accordion_inner {
padding: 0px 15px 15px;
}
.ac_inner_wraper {
padding-top: 15px;
}
.accordion_title {
font-size: 1.3rem;
letter-spacing: 0.05em;
padding: 15px 45px 15px 25px;
}
.accordion_title::before {
font-size: 1.5rem;
color: #8E7742;
top: 13px;
left: 8px;
}
.icon_wrap {
right: 1%;
}
.icon {
width: 20px;
height: 20px;
}
.icon:before, 
.icon:after {
width: 20px;
height: 1px;
position: absolute;
top: 10px;
left: 0;
}
.icon:before {
width: 1px;
height: 20px;
top: 0;
left: 10px;
}
.ac_inner_txt {
font-size: 1.3rem;
}
.feature_box dl:last-of-type {
padding: 15px 15px 0;
}
}

