@charset "UTF-8";
/*
html{
  font-size:62.5%;
}
*/
/*SP*/
.h2__ttl{
  margin-top:0;
}
section.faq{
  background:#E9F5EF;
  font-size:1.8rem;
  line-height: 1.5;
}
.inner__1000{
  padding-bottom: 100px;
  max-width: 1040px;
  margin:0 auto;
}
.wrap_faq{
  background: #fff;
  border-radius: 20px;
  padding:20px;
  margin:20px;
}
.h3__ttl{
/*  text-align: center;*/
  position: relative;
  color:#454493;
/*  margin-bottom: 50px;*/
  font-size:2rem;
}
/*
.h3__ttl::after{
  content:"";
  width: 40px;
  height: 5px;
  display: inline-block;
  position: absolute;
  background: #454493;
  bottom:-10px;
  left: 50%;
  transform: translateX(-50%);
}
*/
.acc dt{
  border-bottom:2px solid #454493;
  padding:30px 25px 10px 0;
  font-size:1.6rem;
  line-height: 1.4;
  color:#454493;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.acc dt::after{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #454493 transparent transparent transparent;
  position: absolute;
  right:0;
  bottom:25px;
  transition: .3s;
}
.acc dt::before{
  content:"";
  background: url(../img/question.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 26px;
  margin-bottom:2px;
  display: inline-block;
  padding-right: 5px;
  display: block;
}
.acc dt.on::after{
  transform: rotate(180deg);
}
.acc dd{
  padding:20px 0;
  font-size:1.4rem;
  display: none;
}
.acc dd::before{
  content:"";
  background: url(../img/answer.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 21px;
  margin-bottom: 0;
  display: inline-block;
  padding-right: 10px;
}
.acc dd a{
  font-weight: bold;
  color:#454493;
  text-decoration: underline;
}
/*PC*/
@media screen and (min-width:768px){
  .wrap_faq{
    padding:50px;
  }
  .h3__ttl{
    font-size:2.4rem;
    text-align: center;
    padding-bottom: 30px;
  }
  .h3__ttl::after{
    content:"";
    width: 28px;
    height: 7px;
    display: inline-block;
    position: absolute;
    background: #454493;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
  }
  .acc dt{
    font-size: 2rem;
    padding:50px 30px  20px 0;
    line-height: 1.6;
    display: flex;
  }
  .acc dt::before{
    width:25px;
    height:34px;
    margin-bottom: -10px;
    padding-right: 15px;
  }
  .acc dd{
    font-size:1.8rem;
    display: flex;
    margin-top: 10px;
  }
  .acc dd::before{
    width:28px;
    height: 29px;
  }
  .acc dd > div{
    width:calc(100% - 30px);
  }
}