/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding: 20px 0 50px;
  background-color: #F3F4F8;
}
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
  border-top: 1px solid #1f1f1f;
  padding-top: 20px;
}
main section.s01 .wrapper .t01 {
  font-size: 20px;
  line-height: 1.7;
}
main section.s01 .wrapper form {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 40px;
  margin-top: 35px;
}
main section.s01 .wrapper form .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 0;
}
main section.s01 .wrapper form .box01 dl {
  width: 100%;
}
main section.s01 .wrapper form .box01 dl.dl01 {
  width: calc(50% - 15px);
}
main section.s01 .wrapper form .box01 dl.dl01 + .dl01 {
  margin-left: 30px;
}
main section.s01 .wrapper form .box01 dl dt {
  font-size: 20px;
  font-weight: bold;
  padding-left: 5px;
}
main section.s01 .wrapper form .box01 dl dt .hissu {
  margin: 3px 0 0 5px;
  font-size: 8px;
  color: #F00;
  display: inline-block;
  vertical-align: top;
}
main section.s01 .wrapper form .box01 dl dd {
  margin-top: 5px;
}
main section.s01 .wrapper form .box01 dl dd input[type=text] {
  display: block !important;
  width: 100% !important;
  border-radius: 4px;
  background-color: #EFEFEF;
  outline: none;
  border: none;
  font-size: 20px;
  line-height: 1.7;
  padding: 5px 15px;
}
main section.s01 .wrapper form .box01 dl dd textarea {
  display: block !important;
  width: 100% !important;
  height: 160px !important;
  border-radius: 4px;
  background-color: #EFEFEF;
  outline: none;
  border: none;
  font-size: 20px;
  line-height: 1.7;
  padding: 5px 15px;
}
main section.s01 .wrapper form .box01 dl dd ul {
  font-size: 0;
  letter-spacing: 0;
}
main section.s01 .wrapper form .box01 dl dd ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  margin-top: 20px;
}
main section.s01 .wrapper form .box01 dl dd ul li label {
  display: block;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
main section.s01 .wrapper form .box01 dl dd ul li label input {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 15px;
}
main section.s01 .wrapper form .t02 {
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
main section.s01 .wrapper form .t02 a {
  color: #0089FF;
}
main section.s01 .wrapper form .agree {
  text-align: center;
  margin-top: 15px;
}
main section.s01 .wrapper form .agree label {
  display: block;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}
main section.s01 .wrapper form .agree label input {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 15px;
}
main section.s01 .wrapper form .submitbtn {
  width: 266px;
  height: 62px;
  display: block;
  border: none;
  margin: 25px auto 0;
  background-image: url(../../images/btn_submit.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
main section.s01 .wrapper .box02 {
  border: 3px solid #3D485F;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px 50px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s01 .wrapper .box02 .dl03 {
  width: calc(100% - 340px);
}
main section.s01 .wrapper .box02 .dl03 dt {
  font-size: 25px;
  font-weight: bold;
  color: #3D485F;
}
main section.s01 .wrapper .box02 .dl03 dd {
  font-size: 20px;
  color: #3D485F;
}
main section.s01 .wrapper .box02 .btn {
  width: 340px;
  display: block;
}
main section.s01 .wrapper .box02 .btn img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .box02 .bd {
  width: 100%;
  display: block;
  margin-top: 20px;
}
main section.s02 {
  padding: 50px 0 70px;
  background-color: #F3F4F8;
  overflow: hidden;
}
main section.s02 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s02 .wrapper .msg01 {
  width: 506.5px;
  display: block;
}
main section.s02 .wrapper h3 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  color: #3D485F;
}
main section.s02 .wrapper .photo01 {
  width: 100%;
  margin-top: 20px;
}
main section.s02 .wrapper .t01 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 30px;
}
main section.s02 .wrapper .detailbox {
  position: relative;
  margin-top: 50px;
}
main section.s02 .wrapper .detailbox .numbox {
  position: relative;
  min-height: 56px;
  padding-left: 70px;
}
main section.s02 .wrapper .detailbox .numbox::before {
  width: 10000px;
  height: 2px;
  background-color: #B79D86;
  position: absolute;
  top: 50%;
  left: -10000px;
  margin-top: -1px;
  content: "";
  display: block;
}
main section.s02 .wrapper .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.s02 .wrapper .detailbox .numbox .t03 {
  font-size: 25px;
  font-weight: bold;
  color: #B79D86;
}
main section.s02 .wrapper .detailbox .numbox .t04 {
  font-size: 20px;
  color: #B79D86;
}
main section.s02 .wrapper .t05 {
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  background-color: #B79D86;
  padding: 5px 15px;
}
main section.s02 .wrapper .t06 {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
main section.s02 .wrapper .photo02 {
  width: 100%;
  margin-top: 30px;
}
main section.s02 .wrapper .box03 {
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  margin-top: 30px;
}
main section.s02 .wrapper .box03 .t07 {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}
main section.s02 .wrapper .box03 .btn {
  width: 340px;
  display: block;
  margin-right: 70px;
}
main section.s02 .wrapper .box03 .btn img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .box03 .btn02 {
  width: 436px;
  display: block;
}
main section.s02 .wrapper .box03 .btn02 img {
  width: 100%;
  display: block;
}

footer {
  margin-top: 0;
}
footer .wrapper .contactbox {
  display: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 15px 15px 30px;
    background-color: #F3F4F8;
  }
  main section.s01 .wrapper {
    width: 100%;
    border: none;
    margin: 0 auto;
    padding-top: 15px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 12px;
    line-height: 1.7;
  }
  main section.s01 .wrapper form {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px 15px 25px;
    margin-top: 20px;
  }
  main section.s01 .wrapper form .box01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  main section.s01 .wrapper form .box01 dl {
    width: 100%;
  }
  main section.s01 .wrapper form .box01 dl.dl01 {
    width: calc(50% - 15px);
  }
  main section.s01 .wrapper form .box01 dl.dl01 + .dl01 {
    margin-left: 30px;
  }
  main section.s01 .wrapper form .box01 dl dt {
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
  }
  main section.s01 .wrapper form .box01 dl dt .hissu {
    margin: 2px 0 0 3px;
    font-size: 6px;
    color: #F00;
    display: inline-block;
    vertical-align: top;
  }
  main section.s01 .wrapper form .box01 dl dd {
    margin-top: 3px;
  }
  main section.s01 .wrapper form .box01 dl dd input[type=text] {
    display: block !important;
    width: 100% !important;
    border-radius: 4px;
    background-color: #EFEFEF;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 1.7;
    padding: 3px 10px;
  }
  main section.s01 .wrapper form .box01 dl dd textarea {
    display: block !important;
    width: 100% !important;
    height: 120px !important;
    border-radius: 4px;
    background-color: #EFEFEF;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 1.7;
    padding: 5px 15px;
  }
  main section.s01 .wrapper form .box01 dl dd ul {
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s01 .wrapper form .box01 dl dd ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    margin-top: 20px;
  }
  main section.s01 .wrapper form .box01 dl dd ul li label {
    display: block;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
  }
  main section.s01 .wrapper form .box01 dl dd ul li label input {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 5px;
  }
  main section.s01 .wrapper form .t02 {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
  }
  main section.s01 .wrapper form .t02 a {
    color: #0089FF;
  }
  main section.s01 .wrapper form .agree {
    text-align: center;
    margin-top: 15px;
  }
  main section.s01 .wrapper form .agree label {
    display: block;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
  }
  main section.s01 .wrapper form .agree label input {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 10px;
  }
  main section.s01 .wrapper form .submitbtn {
    width: 168px;
    height: 41px;
    display: block;
    border: none;
    margin: 20px auto 0;
    background-image: url(../../images/btn_submit.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  main section.s01 .wrapper .box02 {
    border: 2px solid #3D485F;
    border-radius: 6px;
    margin-top: 25px;
    padding: 15px 0px;
    display: block;
    position: relative;
  }
  main section.s01 .wrapper .box02 .dl03 {
    width: 100%;
    text-align: center;
  }
  main section.s01 .wrapper .box02 .dl03 dt {
    font-size: 15px;
    font-weight: bold;
    color: #3D485F;
  }
  main section.s01 .wrapper .box02 .dl03 dd {
    font-size: 15px;
    color: #3D485F;
  }
  main section.s01 .wrapper .box02 .btn {
    width: 200px;
    margin: 20px auto 0;
    display: block;
  }
  main section.s01 .wrapper .box02 .btn img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box02 .bd {
    width: 250px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 67px;
    right: 0;
    left: 0;
  }
  main section.s02 {
    padding: 5px 15px 30px;
    background-color: #F3F4F8;
    overflow: hidden;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .msg01 {
    width: 319px;
    display: block;
  }
  main section.s02 .wrapper h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    color: #3D485F;
  }
  main section.s02 .wrapper .photo01 {
    width: 100%;
    margin-top: 15px;
  }
  main section.s02 .wrapper .t01 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 20px;
  }
  main section.s02 .wrapper .detailbox {
    position: relative;
    margin-top: 20px;
  }
  main section.s02 .wrapper .detailbox .numbox {
    position: relative;
    min-height: 46px;
    padding-left: 90px;
  }
  main section.s02 .wrapper .detailbox .numbox::before {
    width: 10000px;
    height: 2px;
    background-color: #B79D86;
    position: absolute;
    top: 50%;
    left: -9970px;
    margin-top: -1px;
    content: "";
    display: block;
  }
  main section.s02 .wrapper .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.s02 .wrapper .detailbox .numbox .t03 {
    font-size: 20px;
    font-weight: bold;
    color: #B79D86;
  }
  main section.s02 .wrapper .detailbox .numbox .t04 {
    font-size: 15px;
    color: #B79D86;
  }
  main section.s02 .wrapper .t05 {
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background-color: #B79D86;
    padding: 5px 15px;
  }
  main section.s02 .wrapper .t06 {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
  }
  main section.s02 .wrapper .photo02 {
    width: 100%;
    margin-top: 20px;
    max-width: 400px;
  }
  main section.s02 .wrapper .box03 {
    display: block;
    padding: 0;
    margin-top: 30px;
    background-color: #F3F4F8;
  }
  main section.s02 .wrapper .box03 .t07 {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  main section.s02 .wrapper .box03 .btn {
    border: 1px solid #3D485F;
    width: 328px;
    padding: 10px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box03 .btn img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .box03 .btn02 {
    width: 328px;
    margin: 15px auto 0;
    display: block;
    padding: 5px 0;
    background-color: #3D485F;
  }
  main section.s02 .wrapper .box03 .btn02 img {
    width: 100%;
    display: block;
  }
}