/* ------------------------------
 width: all
------------------------------ */
main {
  position: relative;
}
main .msg_side01 {
  width: 53.8px;
  display: block;
  position: absolute;
  top: 400px;
  left: 0;
}
main .msg_side02 {
  width: 53.8px;
  display: block;
  position: absolute;
  top: 400px;
  right: 0;
}
main section.ttlsection .wrapper {
  height: 400px;
  background-image: url(../../images/en0101.jpg);
}
main section.ttlsection .wrapper h2 img {
  width: 522px;
}
main section.s00 .wrapper .ttlbox .design {
  width: 355px;
}
main section.s00 .wrapper .ttlbox .mainttl {
  height: 92px;
}
main section.s01 {
  padding: 200px 0 100px;
  background-image: url(../../images/fixmenu0101_sp.png);
  background-position: top 0 center;
  background-size: 15px auto;
  margin-top: 90px;
}
main section.s01 .wrapper {
  width: 960px;
  margin: -420px auto 0;
  position: relative;
}
main section.s01 .wrapper h3 {
  width: 192px;
  margin: 0 auto;
}
main section.s01 .wrapper h3 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .formbox {
  width: 960px;
  margin: 40px auto 0;
  border-radius: 60px;
  border: 1px solid #000;
  padding: 70px 60px 80px;
  background-color: #fff;
}
main section.s01 .wrapper .formbox .t01 {
  font-size: 16px;
  padding-left: 20px;
}
main section.s01 .wrapper .formbox .t01 span {
  color: #e90000;
  padding-left: 10px;
}
main section.s01 .wrapper .formbox .t02 {
  margin-top: 50px !important;
}
main section.s01 .wrapper .formbox input {
  border: 2px solid #c9c9c9;
  border-radius: 10px;
  background-color: #ffefde;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 20px;
  width: 100%;
  display: block;
  max-width: 100% !important;
}
main section.s01 .wrapper .formbox input + .t01 {
  margin-top: 20px;
}
main section.s01 .wrapper textarea {
  border: 2px solid #c9c9c9;
  border-radius: 10px;
  background-color: #ffefde;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 20px;
  width: 100% !important;
  height: 260px !important;
  max-width: 100% !important;
  display: block;
}
main section.s01 .wrapper .box01 {
  margin: 40px 0;
  padding-left: 20px;
  letter-spacing: 0;
  font-size: 0;
}
main section.s01 .wrapper .box01 .span01 {
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  font-size: 16px;
}
main section.s01 .wrapper .box01 .span02 {
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  font-size: 16px;
  margin-left: 20px;
}
main section.s01 .wrapper .box01 label {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 30px;
  margin-left: 40px !important;
  cursor: pointer;
}
main section.s01 .wrapper .box01 label input {
  width: 30px;
  height: 30px;
  border: 2px solid #c9c9c9;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
main section.s01 .wrapper .caution01 {
  font-size: 14px;
  color: #e90000;
  margin-top: 10px;
}
main section.s01 .wrapper .submitbtn {
  display: block !important;
  border: none !important;
  background: none !important;
  background-color: #eb962d !important;
  margin: 40px auto 0;
  width: 270px !important;
  height: 64px;
  border-radius: 50px !important;
  color: #fff;
  font-size: 18px !important;
  text-shadow: none !important;
}
main section.s01 .wrapper .submitbtn:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s01 .wrapper .btnbox {
  text-align: center;
  margin-top: 20px;
}
main section.s01 .wrapper .btnbox a {
  display: inline-block;
  font-size: 16px;
  color: #eb962d;
  line-height: 160%;
  text-decoration: none;
  border-bottom: 1px solid #eb962d;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    margin-top: 60px;
    padding-bottom: 80px;
  }
  main section.ttlsection .wrapper {
    height: 170px;
  }
  main section.ttlsection .wrapper h2 img {
    width: auto;
    height: 64px;
  }
  main section.s00 .wrapper .ttlbox .design {
    width: 172px;
  }
  main section.s00 .wrapper .ttlbox .mainttl {
    height: 46px;
  }
  main section.s01 {
    padding: 200px 25px 60px;
    background-image: url(../../images/fixmenu0101_sp.png);
    background-position: top 0 center;
    background-size: 15px auto;
    margin-top: 170px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: -420px auto 0;
    position: relative;
  }
  main section.s01 .wrapper h3 {
    width: 130px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .formbox {
    width: 100%;
    margin: 20px auto 0;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 20px 20px 40px;
    background-color: #fff;
  }
  main section.s01 .wrapper .formbox .t01 {
    font-size: 14px;
    padding-left: 10px;
  }
  main section.s01 .wrapper .formbox .t01 span {
    color: #e90000;
    padding-left: 10px;
  }
  main section.s01 .wrapper .formbox .t02 {
    margin-top: 30px !important;
  }
  main section.s01 .wrapper .formbox input {
    border: 2px solid #c9c9c9;
    border-radius: 10px;
    background-color: #ffefde;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 20px;
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .formbox input + .t01 {
    margin-top: 15px;
  }
  main section.s01 .wrapper textarea {
    border: 2px solid #c9c9c9;
    border-radius: 10px;
    background-color: #ffefde;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 20px;
    width: 100% !important;
    height: 160px !important;
    display: block;
    -webkit-appearance: none;
  }
  main section.s01 .wrapper .box01 {
    margin: 20px 0;
    padding-left: 10px;
    letter-spacing: 0;
    font-size: 0;
  }
  main section.s01 .wrapper .box01 .span01 {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
  }
  main section.s01 .wrapper .box01 .span02 {
    display: block;
    vertical-align: top;
    line-height: 28px;
    font-size: 12px;
    margin-left: 0px;
  }
  main section.s01 .wrapper .box01 label {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
    margin-left: 15px !important;
    cursor: pointer;
  }
  main section.s01 .wrapper .box01 label input {
    width: 20px;
    height: 20px;
    border: 2px solid #c9c9c9;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 5px;
  }
  main section.s01 .wrapper .caution01 {
    font-size: 13px;
    color: #e90000;
    line-height: 140%;
    margin-top: 10px;
  }
  main section.s01 .wrapper .submitbtn {
    display: block !important;
    border: none !important;
    background-color: #eb962d !important;
    margin: 30px auto 0;
    width: 240px !important;
    height: 54px;
    border-radius: 50px !important;
    color: #fff;
    font-size: 16px !important;
    -webkit-appearance: none;
  }
  main section.s01 .wrapper .btnbox {
    text-align: center;
    margin-top: 20px;
  }
  main section.s01 .wrapper .btnbox a {
    display: inline-block;
    font-size: 13px;
    color: #eb962d;
    line-height: 160%;
    text-decoration: none;
    border-bottom: 1px solid #eb962d;
  }
}