/* ------------------------------
 width: all
------------------------------ */
main section.ttlbox .wrapper {
  background-image: url(../../images/ttl_qa.jpg);
}

main section.s01 .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

main section.s01 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 45px;
  letter-spacing: 6px;
  margin-top: 10px;
  color: #0f1f55;
}

main section.s01 .wrapper .t01 {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

main section.s01 .wrapper dl {
  width: 1000px;
  margin: 0 auto 25px;
}

main section.s01 .wrapper dl dt {
  background-color: rgba(166, 150, 97, 0.3);
  font-size: 22px;
  color: #0f1f55;
  position: relative;
  padding: 20px 80px 20px 98px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s01 .wrapper dl dt .q {
  width: 48px;
  display: block;
  position: absolute;
  top: 15px;
  left: 35px;
}

main section.s01 .wrapper dl dt .arrow {
  width: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s01 .wrapper dl dt:hover {
  opacity: .6;
  cursor: pointer;
}

main section.s01 .wrapper dl dt.open .arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

main section.s01 .wrapper dl dd {
  padding: 40px 80px 30px 98px;
  position: relative;
  display: none;
}

main section.s01 .wrapper dl dd .a {
  width: 48px;
  display: block;
  position: absolute;
  top: 35px;
  left: 35px;
}

main section.s01 .wrapper dl dd .t02 {
  color: #c63419;
  font-size: 22px;
}

main section.s01 .wrapper dl dd .t03 {
  font-size: 16px;
  line-height: 170%;
  margin-top: 15px;
}

main section.s01 .wrapper dl.dl10 dd {
  padding-right: 260px;
  position: relative;
}

main section.s01 .wrapper dl.dl10 dd .photo02 {
  display: block;
  position: absolute;
  top: 90px;
  right: 60px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.ttlbox .wrapper {
    background-image: url(../../images/ttl_qa.jpg);
  }
  main section.s01 .wrapper {
    padding: 50px 20px;
  }
  main section.s01 .wrapper .icon_ttl {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 7px;
    color: #0f1f55;
  }
  main section.s01 .wrapper .t01 {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  main section.s01 .wrapper dl {
    width: 100%;
    margin: 0 auto 15px;
  }
  main section.s01 .wrapper dl dt {
    background-color: rgba(166, 150, 97, 0.3);
    font-size: 16px;
    color: #0f1f55;
    position: relative;
    padding: 12px 50px 12px 55px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s01 .wrapper dl dt .q {
    width: 30px;
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  main section.s01 .wrapper dl dt .arrow {
    width: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s01 .wrapper dl dt:hover {
    opacity: .6;
    cursor: pointer;
  }
  main section.s01 .wrapper dl dt.open .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  main section.s01 .wrapper dl dd {
    padding: 12px 50px 12px 55px;
    position: relative;
    display: none;
  }
  main section.s01 .wrapper dl dd .a {
    width: 30px;
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  main section.s01 .wrapper dl dd .t02 {
    color: #c63419;
    font-size: 16px;
  }
  main section.s01 .wrapper dl dd .t03 {
    font-size: 13px;
    line-height: 140%;
    margin-top: 10px;
  }
  main section.s01 .wrapper dl.dl10 dd {
    padding-right: 50px;
    position: relative;
  }
  main section.s01 .wrapper dl.dl10 dd .photo02 {
    position: static;
    margin: 15px auto 0;
  }
}
