@charset "UTF-8";

#contents *{
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Verdana,sans-serif;
}

#contents .min{
  font-family: 'ヒラギノ明朝 W3 JIS2004', 'Hiragino Mincho W3 JIS2004',serif;
}

#contents .wrap{
  margin: 0 auto;
  width: 940px;
}

#contents .ttl{
  font-size: 37px;
  line-height: 1.1;
  margin-bottom: 80px;
  text-align: center;
}

#contents .sub_ttl{
  font-size: 24px;
  margin-bottom: 35px;
  text-align: center;
}

.gray_bg{
  background: #f4f4f4;
  padding: 50px 0 60px;
}

.intro_box{
  padding-bottom: 30px;
}

.intro_box .lead_box p{
  font-size: 16px;
  line-height: 1.6875;
  text-align: center;
}

.navi_box .navi{
  display: flex;
  justify-content: space-between;
}

.navi_box .navi li{
  width: 180px;
}

.navi_box .navi li a{
  align-items: center;
  background: #b58e46;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  height: 100px;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: opacity .4s;
}

.navi_box .navi li a:hover{
  opacity: .7;
  text-decoration: none;
}

.navi_box .navi li a:before{
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  bottom: 15px;
  content: '';
  height: .5em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: .5em;
}

.navi_box .many{
  background: #ffffff;
  margin-top: 75px;
  padding: 35px 40px;
}

.navi_box .many_navi{
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navi_box .many_navi li{
  background: #f4f4f4;
  width: 425px;
}

.navi_box .many_navi li:nth-child(n+3){
  margin-top: 20px;
}

.navi_box .many_navi li a{
  align-items: center;
  display: block;
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: flex-start;
  line-height: 1.625;
  padding: 1.4em;
  position: relative;
  transition: opacity .4s;
}

.navi_box .many_navi li a:hover{
  opacity: .7;
  text-decoration: none;
}

.navi_box .many_navi li a:before{
  border-bottom: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  content: '';
  height: .5em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: .5em;
}

.faq_box{
  padding: 100px 0;
}

.faq_box .sub_ttl{
  margin-top: 95px;
}

.faq_box .sub_ttl:first-child{
  margin-top: 0;
}

.faq_box dl{
  border-bottom: 1px solid #dedede;
}

.faq_box dt{
  border-top: 1px solid #dedede;
  cursor: pointer;
  font-size: 16px;
  line-height: 2;
  padding: 25px 45px;
  position: relative;
}

.faq_box dt:before{
  background: url(../img/q.png) no-repeat center center /contain;
  content: '';
  height: 25px;
  left: 0;
  position: absolute;
  top: 27px;
  width: 25px;
}

.faq_box dt .icon{
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.faq_box dt .icon:before,
.faq_box dt .icon:after{
  background: #bca06b;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq_box dt .icon:before{
  height: 1px;
  width: 100%;
}

.faq_box dt .icon:after{
  height: 100%;
  right: 12px;
  width: 1px;
}

.faq_box dt.open .icon:after{
  display: none;
}

.faq_box dd .inner{
  border-top: 1px dotted #dedede;
  min-height: 75px;
  padding: 25px 45px 25px 90px;
  position: relative;
}

.faq_box dd,
.faq_box dd p{
  font-size: 16px;
  line-height: 2;
}

.faq_box dd .inner > * + *{
  margin-top: 15px;
}

.faq_box dd p a{
  color: #ac87bf;
  text-decoration: underline;
}

.faq_box dd p a:hover{
  text-decoration: none;
}

.faq_box dd .btn a{
  align-items: center;
  border: 1px solid #222222;
  display: flex;
  font-size: 14px;
  height: 60px;
  justify-content: flex-start;
  line-height: 1.5;
  padding: 0 25px;
  position: relative;
  transition: opacity .4s;
  width: 240px;
}

.faq_box dd .btn a:before{
  content: '＞';
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.faq_box dd .btn a:hover{
  opacity: .7;
  text-decoration: none;
}

.faq_box dd{
  display: none;
}

.faq_box dd .inner:before{
  background: url(../img/a.png) no-repeat center center /contain;
  content: '';
  height: 24px;
  left: 45px;
  position: absolute;
  top: 27px;
  width: 22px;
}

.contact_box{
  padding: 80px 0;
}

.contact_box .txt{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.contact_box .btn{
  margin-top: 35px;
}

.contact_box .btn a{
  align-items: center;
  background: #bca06b;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  transition: opacity .4s;
  width: 320px;
}

.contact_box .btn a span{
  position: relative;
}

.contact_box .btn a span:before{
  content: '>';
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.contact_box .btn a:hover{
  opacity: .7;
  text-decoration: none;
}

#footer1{
  background: none;
}

@media screen and (max-width:640px) {

  #contents .wrap{
    margin: 0 auto;
    width: 89%;
  }

  #contents .ttl{
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 40px;
  }

  #contents .sub_ttl{
    font-size: 20px;
    margin-bottom: 40px;
  }

  .gray_bg{
    padding: 45px 0 60px;
  }

  .intro_box{
    padding-bottom: 55px;
  }

  .intro_box .lead_box p{
    font-size: 15px;
    text-align: left;
  }

  .navi_box .navi{
    display: block;
  }

  .navi_box .navi li{
    width: 100%;
  }

  .navi_box .navi li + li{
    margin-top: 10px;
  }

  .navi_box .navi li a{
    display: block;
    font-size: 15px;
    height: auto;
    padding: 17px 17px;
    text-align: left;
  }

  .navi_box .navi li a:before{
    bottom: auto;
    left: auto;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .navi_box .many{
    margin-top: 36px;
    padding: 35px 5% 20px;
  }

  .navi_box .many_navi{
    display: block;
  }

  .navi_box .many_navi li{
    width: 100%;
  }

  .navi_box .many_navi li:nth-child(n+2){
    margin-top: 10px;
  }

  .navi_box .many_navi li a{
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    min-height: 75px;
    padding: 1.4em;
  }

  .navi_box .many_navi li a:before{
    bottom: auto;
    left: auto;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .faq_box{
    padding: 50px 0;
  }

  .faq_box .sub_ttl{
    margin-bottom: 25px !important;
    margin-top: 52px;
  }

  .faq_box .sub_ttl:first-child{
    margin-top: 0;
  }

  .faq_box dt{
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 30px;
  }

  .faq_box dt:before{
    height: 20px;
    top: 20px;
    width: 19px;
  }

  .faq_box dt .icon{
    height: 18px;
    width: 18px;
  }

  .faq_box dt .icon:after{
    right: 9px;
  }

  .faq_box dd .inner{
    min-height: 0;
    padding: 15px 0 15px 30px;
  }

  .faq_box dd,
  .faq_box dd p{
    font-size: 15px;
    line-height: 1.6;
  }

  .faq_box dd .inner > * + *{
    margin-top: 15px;
  }

  .faq_box dd .btn a{
    font-size: 15px;
    height: auto;
    min-height: 60px;
    padding: 0 25px 0 17px;
    width: 100%;
  }

  .faq_box dd .btn a:before{
    font-size: 11px;
    right: 10px;
  }

  .faq_box dd .inner:before{
    height: 20px;
    left: 0;
    top: 16px;
    width: 19px;
  }

  .contact_box{
    padding: 50px 0;
  }

  .contact_box .txt{
    font-size: 18px;
  }

  .contact_box .btn{
    margin-top: 30px;
  }

  .contact_box .btn a{
    font-size: 18px;
    height: 60px;
    width: 90%;
  }

  .contact_box .btn a span:before{
    right: -20px;
  }

  .android .contact_box .btn a span:before{
    margin-top: -1px;
  }

  #footer1{
    background: none;
  }

}

.faq_box{
  padding-top: 0;
}

.faq_box dd.many_link{
  display: block;
  margin-top: -90px;
  padding-top: 90px;
}

.faq_box .sub_ttl{
  margin-top: -10px;
  padding-top: 105px;
}

@media screen and (max-width:640px) {

  .faq_box dd.many_link{
    display: block;
    margin-top: -50px;
    padding-top: 50px;
  }

  .faq_box .sub_ttl{
    margin-top: -10px;
    padding-top: 65px;
  }}
