/* ------------------------------
 width: all
------------------------------ */
main section .detailbox {
  position: relative;
}
main section .detailbox .numbox {
  position: relative;
  min-height: 56px;
  padding-left: 70px;
}
main section .detailbox .numbox::before {
  width: 10000px;
  height: 2px;
  background-color: #B79D86;
  position: absolute;
  top: 50%;
  left: -10000px;
  margin-top: -1px;
  content: "";
  display: block;
}
main section .detailbox .numbox .t02 {
  width: 56px;
  height: 56px;
  border: 3px solid #B79D86;
  border-radius: 56px;
  line-height: 1;
  color: #B79D86;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  padding-top: 15px;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -28px;
}
main section .detailbox .numbox .t03 {
  font-size: 25px;
  font-weight: bold;
  color: #B79D86;
}
main section .detailbox .numbox .t04 {
  font-size: 20px;
  color: #B79D86;
}
main section.s01 {
  overflow: hidden;
  padding: 90px 0 50px;
}
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s01 .wrapper .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s01 .wrapper .box01 .txtbox {
  width: 570px;
}
main section.s01 .wrapper .box01 .txtbox .t01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
main section.s01 .wrapper .box01 .txtbox .t02 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 2.2;
}
main section.s01 .wrapper .box01 .photo01 {
  width: 329px;
}
main section.s02 {
  overflow: hidden;
  background-color: #F3F4F8;
  padding: 90px 0 50px;
}
main section.s02 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s02 .wrapper .box01 {
  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;
}
main section.s02 .wrapper .box01 .txtbox {
  width: 546px;
  padding-right: 20px;
}
main section.s02 .wrapper .box01 .txtbox .t05 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
main section.s02 .wrapper .box01 .txtbox .t06 {
  font-size: 15px;
  line-height: 2;
  margin-top: 10px;
}
main section.s02 .wrapper .box01 .photo {
  width: 374px;
}
main section.s02 .wrapper .service {
  width: 100%;
  margin-top: 20px;
}
main section.s03 {
  padding: 70px 0;
  overflow: hidden;
}
main section.s03 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s03 .wrapper .subttl {
  position: relative;
}
main section.s03 .wrapper .subttl.subttl01 {
  margin-top: 20px;
}
main section.s03 .wrapper .subttl.subttl02 {
  margin-top: 50px;
}
main section.s03 .wrapper .subttl::before {
  content: "";
  display: block;
  background-color: #B79D86;
  width: 10000px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
}
main section.s03 .wrapper .subttl span {
  display: inline-block;
  vertical-align: top;
  background-color: #B79D86;
  border-radius: 3px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 9px 15px;
  position: relative;
  z-index: 2;
}
main section.s03 .wrapper .box01 {
  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;
  margin-top: 25px;
}
main section.s03 .wrapper .box01 dl {
  width: 309px;
  position: relative;
  cursor: pointer;
}
main section.s03 .wrapper .box01 dl dt,
main section.s03 .wrapper .box01 dl dd {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: none;
}
main section.s03 .wrapper .box01 dl dt.active,
main section.s03 .wrapper .box01 dl dd.active {
  display: block;
}
main section.s03 .wrapper .box01 dl dt img,
main section.s03 .wrapper .box01 dl dd img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .box01 dl dt p,
main section.s03 .wrapper .box01 dl dd p {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  padding: 8px 12px;
  background-color: #3D485F;
  border-radius: 3px 0 3px 0;
}
main section.s03 .wrapper .box01 dl dt p span,
main section.s03 .wrapper .box01 dl dd p span {
  font-size: 20px;
}
main section.s03 .wrapper .box01 .photo {
  width: 602px;
}
main section.s03 .wrapper .photo02 {
  width: 100%;
  margin-top: 15px;
}
main section.s03 .wrapper .more {
  width: 100%;
  display: block;
  margin-top: 50px;
}
main section.s03 .wrapper .more img {
  width: 100%;
}
main section.s04 {
  background-color: #F3F4F8;
  overflow: hidden;
  padding: 70px 0 0;
}
main section.s04 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s04 .wrapper img {
  width: 100%;
  margin-top: 30px;
}
main section.s05 {
  background-color: #F3F4F8;
  overflow: hidden;
  padding: 70px 0;
}
main section.s05 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s05 .wrapper img {
  width: 100%;
  margin-top: -40px;
}
main section.s06 {
  padding: 70px 0 0;
}
main section.s06 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s06 .wrapper img {
  max-width: 874.5px;
  width: 100%;
  margin-top: 30px;
}
main section.s11 {
  padding: 50px 0 0;
  overflow: hidden;
}
main section.s11 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s11 .wrapper .flow {
  width: 100%;
  margin-top: 50px;
}
main section.s11 .wrapper .ttlbox_en {
  margin-top: 70px;
}
main section.s11 .wrapper .t05 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
main section.s11 .wrapper .qalist {
  margin-top: 30px;
}
main section.s11 .wrapper .qalist li {
  margin-top: 20px;
}
main section.s11 .wrapper .qalist li.opened dl dt {
  background-image: url(../../../images/icon_qa_close.svg);
}
main section.s11 .wrapper .qalist li dl dt {
  position: relative;
  min-height: 62px;
  padding: 10px 45px 15px 57px;
  font-size: 15px;
  line-height: 1.8;
  border-bottom: 1px solid #1f1f1f;
  cursor: pointer;
  background-image: url(../../../images/icon_qa_open.svg);
  background-size: 21px auto;
  background-position: right 0 center;
  background-repeat: no-repeat;
}
main section.s11 .wrapper .qalist li dl dt .q {
  width: 47px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s11 .wrapper .qalist li dl dd {
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 15px;
  display: none;
  padding-bottom: 15px;
}
main section.s11 .wrapper .qalist li dl dd p {
  padding: 0 0 0 57px;
  margin-top: 10px;
}
main section.s11 .wrapper .qalist li dl dd .a {
  width: 47px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section .detailbox {
    position: relative;
  }
  main section .detailbox .numbox {
    position: relative;
    min-height: 46px;
    padding-left: 90px;
  }
  main section .detailbox .numbox::before {
    width: 10000px;
    height: 2px;
    background-color: #B79D86;
    position: absolute;
    top: 50%;
    left: -9970px;
    margin-top: -1px;
    content: "";
    display: block;
  }
  main section .detailbox .numbox .t02 {
    width: 46px;
    height: 46px;
    border: 2px solid #B79D86;
    border-radius: 56px;
    line-height: 1;
    color: #B79D86;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    padding-top: 14px;
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -23px;
  }
  main section .detailbox .numbox .t03 {
    font-size: 20px;
    font-weight: bold;
    color: #B79D86;
  }
  main section .detailbox .numbox .t04 {
    font-size: 15px;
    color: #B79D86;
  }
  main section.s01 {
    overflow: hidden;
    padding: 70px 15px 30px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .box01 {
    display: block;
  }
  main section.s01 .wrapper .box01 .txtbox {
    width: 100%;
  }
  main section.s01 .wrapper .box01 .txtbox .t01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  main section.s01 .wrapper .box01 .txtbox .t01 span {
    padding-top: 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
  }
  main section.s01 .wrapper .box01 .txtbox .t02 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
  }
  main section.s01 .wrapper .box01 .photo01 {
    width: 100%;
    margin-top: 15px;
  }
  main section.s02 {
    overflow: hidden;
    background-color: #F3F4F8;
    padding: 20px 15px 30px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 {
    display: block;
  }
  main section.s02 .wrapper .box01 .txtbox {
    width: 100%;
    padding-right: 0;
  }
  main section.s02 .wrapper .box01 .txtbox .t05 {
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin-top: 20px;
  }
  main section.s02 .wrapper .box01 .txtbox .t06 {
    font-size: 15px;
    line-height: 2;
    margin-top: 10px;
  }
  main section.s02 .wrapper .box01 .photo {
    width: 100%;
    margin-top: 15px;
  }
  main section.s03 {
    padding: 50px 0;
    overflow: hidden;
  }
  main section.s03 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s03 .wrapper .subttl {
    position: relative;
  }
  main section.s03 .wrapper .subttl.subttl01 {
    margin-top: 20px;
  }
  main section.s03 .wrapper .subttl.subttl02 {
    margin-top: 50px;
  }
  main section.s03 .wrapper .subttl::before {
    content: "";
    display: block;
    background-color: #B79D86;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
  }
  main section.s03 .wrapper .subttl span {
    display: inline-block;
    vertical-align: top;
    background-color: #B79D86;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding: 6px 10px;
    position: relative;
    z-index: 2;
  }
  main section.s03 .wrapper .box01 {
    display: block;
    margin-top: 15px;
  }
  main section.s03 .wrapper .box01 dl {
    width: 100%;
    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;
    pointer-events: none;
  }
  main section.s03 .wrapper .box01 dl dt,
  main section.s03 .wrapper .box01 dl dd {
    width: 49%;
    position: relative !important;
    border-radius: 3px;
    overflow: hidden;
    display: block !important;
  }
  main section.s03 .wrapper .box01 dl dt.active,
  main section.s03 .wrapper .box01 dl dd.active {
    display: block;
  }
  main section.s03 .wrapper .box01 dl dt img,
  main section.s03 .wrapper .box01 dl dd img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .box01 dl dt p,
  main section.s03 .wrapper .box01 dl dd p {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    color: #fff;
    line-height: 1;
    padding: 8px 12px;
    background-color: #3D485F;
    border-radius: 3px 0 3px 0;
  }
  main section.s03 .wrapper .box01 dl dt p span,
  main section.s03 .wrapper .box01 dl dd p span {
    font-size: 12px;
  }
  main section.s03 .wrapper .box01 .photo {
    width: 100%;
    margin-top: 20px;
  }
  main section.s03 .wrapper .photo02 {
    width: 100%;
    margin-top: 15px;
  }
  main section.s03 .wrapper .more {
    width: 100%;
    display: block;
    margin-top: 50px;
  }
  main section.s03 .wrapper .more img {
    width: 100%;
  }
  main section.s04, main section.s05, main section.s06 {
    padding: 30px 15px 0;
  }
  main section.s04 .wrapper, main section.s05 .wrapper, main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper img, main section.s05 .wrapper img, main section.s06 .wrapper img {
    width: 100%;
    margin-top: 20px;
  }
  main section.s11 {
    padding: 50px 15px 0;
    overflow: hidden;
  }
  main section.s11 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s11 .wrapper .flow {
    width: 100%;
    margin-top: 15px;
  }
  main section.s11 .wrapper .ttlbox_en {
    margin-top: 70px;
  }
  main section.s11 .wrapper .t05 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
  }
  main section.s11 .wrapper .qalist {
    margin-top: 30px;
  }
  main section.s11 .wrapper .qalist li {
    margin-top: 20px;
  }
  main section.s11 .wrapper .qalist li.opened dl dt {
    background-image: url(../../../images/icon_qa_close.svg);
  }
  main section.s11 .wrapper .qalist li dl dt {
    position: relative;
    min-height: 24px;
    padding: 3px 30px 10px 35px;
    font-size: 12px;
    line-height: 1.8;
    border-bottom: 1px solid #1f1f1f;
    cursor: pointer;
    background-image: url(../../../images/icon_qa_open.svg);
    background-size: 12px auto;
    background-position: right 0 center;
    background-repeat: no-repeat;
  }
  main section.s11 .wrapper .qalist li dl dt .q {
    width: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s11 .wrapper .qalist li dl dd {
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
    display: none;
    padding-bottom: 15px;
  }
  main section.s11 .wrapper .qalist li dl dd p {
    padding: 0 30px 15px 35px;
    margin-top: 3px;
  }
  main section.s11 .wrapper .qalist li dl dd .a {
    width: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}