/* ------------------------------
 width: all
------------------------------ */
main {
  background-color: #FFF7F0;
}
main section.s01 {
  padding: 180px 0 100px;
}
main section.s01 .wrapper {
  width: 1220px;
  margin: 0 auto;
}
main section.s01 .wrapper .catbox {
  margin-top: 60px;
}
main section.s01 .wrapper .catbox h3 {
  background-image: url(../../images/bd01.png);
  background-size: 10px auto;
  background-position: center right 0;
  background-repeat: repeat-x;
}
main section.s01 .wrapper .catbox h3 span {
  display: inline-block;
  vertical-align: top;
  background-color: #FFF7F0;
  padding-right: 10px;
  font-size: 25px;
}
main section.s01 .wrapper .catbox .faqlist {
  width: 800px;
}
main section.s01 .wrapper .catbox .faqlist li {
  position: relative;
  margin-top: 20px;
}
main section.s01 .wrapper .catbox .faqlist li .icon {
  width: 36px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s01 .wrapper .catbox .faqlist li .icon.opened {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main section.s01 .wrapper .catbox .faqlist li dl {
  cursor: pointer;
}
main section.s01 .wrapper .catbox .faqlist li dl dt {
  font-size: 20px;
  line-height: 2;
  padding-left: 100px;
  position: relative;
}
main section.s01 .wrapper .catbox .faqlist li dl dt::before {
  width: 90px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  display: block;
}
main section.s01 .wrapper .catbox .faqlist li dl dd {
  margin-top: 10px;
  font-size: 20px;
  line-height: 2;
  display: none;
}
main section.s01 .wrapper .catbox .faqlist li dl dd a {
  color: #464646;
}
main section.s01 .wrapper .box01 {
  width: 850px;
  border: 1px solid #717171;
  border-radius: 10px;
  padding: 30px 0 20px;
  margin: 70px auto 0;
}
main section.s01 .wrapper .box01 .t05 {
  text-align: center;
  font-size: 20px;
}
main section.s01 .wrapper .box01 dl {
  width: 580px;
  margin: 25px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
main section.s01 .wrapper .box01 dl dt {
  width: 240px;
}
main section.s01 .wrapper .box01 dl dt .t06 {
  text-align: center;
  font-size: 15px;
}
main section.s01 .wrapper .box01 dl dt .t07 a {
  display: inline-block;
  font-size: 25px;
  color: #464646;
  text-decoration: none;
}
main section.s01 .wrapper .box01 dl dt .t08 {
  font-size: 15px;
}
main section.s01 .wrapper .box01 dl dd {
  width: 340px;
}
main section.s01 .wrapper .box01 dl dd .t09 {
  text-align: center;
  font-size: 15px;
}
main section.s01 .wrapper .box01 dl dd .t10 a {
  display: inline-block;
  text-decoration: none;
  color: #464646;
  line-height: 28px;
  font-size: 15px;
}
main section.s01 .wrapper .box01 dl dd .t10 a img {
  width: 26px;
  vertical-align: top;
  margin-right: 10px;
}
main section.s01 .wrapper .box01 dl dd .t11 {
  font-size: 15px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    background-color: #FFF7F0;
  }
  main section.s01 {
    padding: 100px 20px 50px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .ttlbox01 {
    text-align: center;
  }
  main section.s01 .wrapper .catbox {
    margin-top: 30px;
  }
  main section.s01 .wrapper .catbox h3 {
    background-image: url(../../images/bd01.png);
    background-size: 10px auto;
    background-position: center right 0;
    background-repeat: repeat-x;
  }
  main section.s01 .wrapper .catbox h3 span {
    display: inline-block;
    vertical-align: top;
    background-color: #FFF7F0;
    padding-right: 10px;
    font-size: 16px;
  }
  main section.s01 .wrapper .catbox .faqlist {
    width: 100%;
  }
  main section.s01 .wrapper .catbox .faqlist li {
    position: relative;
    margin-top: 10px;
    padding-right: 30px;
  }
  main section.s01 .wrapper .catbox .faqlist li .icon {
    width: 24px;
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s01 .wrapper .catbox .faqlist li .icon.opened {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  main section.s01 .wrapper .catbox .faqlist li dl {
    cursor: pointer;
  }
  main section.s01 .wrapper .catbox .faqlist li dl dt {
    font-size: 14px;
    line-height: 2;
    padding-left: 0;
    position: relative;
  }
  main section.s01 .wrapper .catbox .faqlist li dl dt::before {
    display: none;
  }
  main section.s01 .wrapper .catbox .faqlist li dl dd {
    margin-top: 5px;
    font-size: 12px;
    line-height: 2;
    display: none;
    padding-left: 0;
  }
  main section.s01 .wrapper .catbox .faqlist li dl dd a {
    color: #464646;
  }
  main section.s01 .wrapper .box01 {
    width: 100%;
    border: 1px solid #717171;
    border-radius: 10px;
    padding: 30px 0 20px;
    margin: 40px auto 0;
  }
  main section.s01 .wrapper .box01 .t05 {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
  }
  main section.s01 .wrapper .box01 dl {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box01 dl dt {
    width: 100%;
  }
  main section.s01 .wrapper .box01 dl dt .t06 {
    text-align: center;
    font-size: 15px;
  }
  main section.s01 .wrapper .box01 dl dt .t07 a {
    display: inline-block;
    font-size: 25px;
    color: #464646;
    text-decoration: none;
  }
  main section.s01 .wrapper .box01 dl dt .t08 {
    font-size: 15px;
  }
  main section.s01 .wrapper .box01 dl dd {
    width: 100%;
    margin-top: 15px;
  }
  main section.s01 .wrapper .box01 dl dd .t09 {
    text-align: center;
    font-size: 15px;
  }
  main section.s01 .wrapper .box01 dl dd .t10 a {
    display: inline-block;
    text-decoration: none;
    color: #464646;
    line-height: 28px;
    font-size: 15px;
  }
  main section.s01 .wrapper .box01 dl dd .t10 a img {
    width: 26px;
    vertical-align: top;
    margin-right: 10px;
  }
  main section.s01 .wrapper .box01 dl dd .t11 {
    font-size: 15px;
  }
}