/*----------------------------------------------------
　
------------------------------------------------------*/
#main{
background: url("img/main.jpg") no-repeat center top;
}
#main h2 {
position: relative;
height:500px;
line-height: 500px;
background: none;
filter: drop-shadow(3px 3px 5px #000);
}
#main h2 img{
max-width: 302px;
vertical-align: middle;
}

@media screen and (max-width: 1280px) {
#main{
background-image: url('img/main_sp.jpg');
background-size: 100% auto;
}
#main h2 img{
width: 60%;

}
}
@media screen and (max-width: 640px) {
#main{
background-size: auto 100%;
}
}

@media screen and (max-width: 480px) {
#main{
max-height:360px;
background-size: auto 100%;
}
#main h2 {
max-height:340px;
line-height: 340px;
box-sizing: inherit;
padding-top: 20px;
}

}
@media screen and (max-width: 390px) {
#main{
max-height:270px;
}
#main h2 {
max-height:270px;
line-height: 270px;
}
}



/*----------------------------------------------------
　
------------------------------------------------------*/


.title{
  clear: both;
  position: relative;
  margin: 0 0 38px;
  padding: 0 0 0.5em;
  font-size:23px;
  font-weight:bold;
  line-height: 1.2;
  text-align: left;
  border-bottom: 2px solid #fff;
}

.title:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 90px;
  border-bottom: 2px solid #bbaf5b;
}
.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 45px;
  height: inherit;
  border-bottom: 2px solid #73588b;
}
.title .eng{
display: block;
color: #bbaf5b;
font-size:12px;
font-weight: normal;
font-family: chaparral-pro, serif;
}



@media screen and (max-width: 1280px) {
.title{
font-size: 16px;
}
.title:before{
  width: 64px;
}
.title:after {
  width: 32px;
}
.title .eng{
font-size:6px;
}


}






/*----------------------------------------------------
　#text01
------------------------------------------------------*/

#faq-text{
clear: both;
width: 90%;
max-width: 800px;
margin: 0 auto;
padding: 100px 0 50px;
font-size: 25px;
font-family: a-otf-futo-min-a101-pr6n, serif;
text-align: left;
}

@media screen and (max-width: 1280px) {
#faq-text{
padding: 40px 0 40px;
font-size: 14px;
}


}





/*----------------------------------------------------
　#text01
------------------------------------------------------*/
#faq-list{
width: 90%;
max-width: 1680px;
margin: 0 auto 50px;
}
#faq-list dl{
clear: both;
padding: 45px 0;
font-family: a-otf-futo-min-a101-pr6n, serif;
text-align: left;
border-top: 1px solid #bebebe;
}
#faq-list dt {
  position: relative;
  cursor: pointer;
padding-left:160px;
  font-size: 30px;
}
#faq-list dt::before{
font-family: "Font Awesome 5 Free";
content: '\f061';
font-weight: 600;
font-size: 60%;
color: #BBAF5B;
position: absolute;
right: 10px;
top: 0.5em;
transform: rotate( 90deg );
}
#faq-list dt.close::before{
transform: rotate( -90deg );
}
#faq-list dd {
display: none;
margin: 0;
padding-top: 50px;
padding-left:160px;
font-size: 25px;
}
#faq-list dt .q{
display: inline-block;
width: 6em;
max-width: 160px;
min-height: 70px;
line-height: 70px;
margin-left: -170px;
margin-right: 10px;
color: #fff;
font-family: futura-pt-condensed, sans-serif;
font-size: 30px;
text-align: center;
background: url("img/q.svg") no-repeat 0 0;
background-size: 100% 100%;
}
#faq-list dd .a{
display: inline-block;
width: 6em;
max-width: 160px;
min-height: 70px;
line-height: 70px;
margin-left: -170px;
margin-right: 10px;
color: #563265;
font-family: futura-pt-condensed, sans-serif;
font-size: 30px;
text-align: center;
background: url("img/a.svg") no-repeat 0 0;
background-size: 100% 100%;
}



@media screen and (max-width: 1280px) {
#faq-list dt {
padding-right: 20px;
padding-left:110px;
font-size: 20px;
position: relative;
}
#faq-list dd {
overflow: hidden;
display: none;
margin: 0;
padding-top: 25px;
padding-left:110px;
font-size: 14px;
position: relative;
}
#faq-list dt .q{
position: absolute;
left: 0;
top: 0;
display: block;
max-width: 110px;
min-height: 40px;
margin-left: 0;
font-size: 20px;
}
#faq-list dd .a{
position: absolute;
left: 0;
top: 0;
display: block;
max-width: 110px;
min-height: 40px;
margin-left: 0;
font-size: 20px;
}


}

@media screen and (max-width: 480px) {
#faq-list dt {
padding-right: 16px;
padding-left:96px;
font-size: 16px;
}
#faq-list dd {
padding-top: 25px;
padding-left:96px;
font-size: 14px;
}
#faq-list dt .q{
max-width: 96px;
min-height: 35px;
margin-left: 0;
font-size: 16px;
}
#faq-list dd .a{
position: absolute;
left: 0;
top: 0;
display: block;
max-width: 110px;
min-height: 35px;
font-size: 16px;
}


}


















