/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  padding-bottom: 70px;
}
main section.s01 .wrapper h2 {
  text-align: center;
  background-color: #1F85CC;
  font-size: 46px;
  line-height: 100%;
  padding: 23px 0 36px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
main section.s01 .wrapper h2::before {
  content: "";
  display: block;
  width: calc(100% - 27px);
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 20px;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  margin-top: 23px;
}
main section.s01 .wrapper .t02 {
  font-size: 22px;
  line-height: 170%;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}
main section.s01 .wrapper .mailform {
  width: 800px;
  display: block;
  margin: 26px auto 0;
  max-width: calc(100% - 54px);
  border-top: 2px dashed #ccc;
}
main section.s01 .wrapper .mailform .form_label {
  font-weight: bold;
  font-size: 17px;
  width: 440px;
  margin: 16px auto 0;
}
main section.s01 .wrapper .mailform .form_label span {
  background-color: #FA4545;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 13px;
  padding: 8px 0;
  width: 52px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-left: 14px;
}
main section.s01 .wrapper .mailform .form_input {
  width: 440px;
  margin: 7px auto 0;
}
main section.s01 .wrapper .mailform .form_input input[type=text] {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 150%;
  padding: 7px 14px;
  -webkit-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1);
}
main section.s01 .wrapper .mailform .form_input textarea {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 150%;
  padding: 7px 14px;
  -webkit-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1);
  width: 100% !important;
  height: 140px !important;
}
main section.s01 .wrapper .mailform .form_input ul {
  font-size: 0;
  letter-spacing: 0;
  margin-top: -10px;
}
main section.s01 .wrapper .mailform .form_input ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 19px;
  margin-right: 15px;
  margin-top: 10px;
}
main section.s01 .wrapper .mailform .form_input ul li input {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
main section.s01 .wrapper .mailform .namebox {
  width: 440px;
  margin: 0 auto;
  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.s01 .wrapper .mailform .namebox .left {
  width: 203px;
}
main section.s01 .wrapper .mailform .namebox .left * {
  max-width: 100%;
}
main section.s01 .wrapper .mailform .namebox .right {
  width: 203px;
}
main section.s01 .wrapper .mailform .namebox .right * {
  max-width: 100%;
}
main section.s01 .wrapper .mailform .caution {
  text-align: center;
  font-size: 10px;
  margin-top: 14px;
  font-weight: bold;
}
main section.s01 .wrapper .mailform .caution a {
  color: #1F85CC;
}
main section.s01 .wrapper .mailform .submitbtn {
  width: 378px;
  height: 63px;
  display: block !important;
  font-size: 0;
  border: none;
  outline: none;
  margin: 46px auto 0;
  background-image: url(../../images/btn_submit.svg);
  background-size: cover;
  background-position: center center;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    padding-bottom: 70px;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    background-color: #1F85CC;
    font-size: 28px;
    line-height: 100%;
    padding: 12px 0 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  main section.s01 .wrapper h2::before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 1.5px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
  }
  main section.s01 .wrapper .t02 {
    font-size: 10px;
    line-height: 170%;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: bold;
    -webkit-text-size-adjust: 100%;
  }
  main section.s01 .wrapper .mailform {
    display: block;
    margin: 10px auto 0;
    max-width: calc(100% - 40px);
    border-top: 2px dashed #ccc;
  }
  main section.s01 .wrapper .mailform .form_label {
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    margin: 10px auto 0;
  }
  main section.s01 .wrapper .mailform .form_label span {
    background-color: #FA4545;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 6px;
    line-height: 10px;
    padding: 2px 0 0;
    width: 26px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin: 2px 0 0 5px;
  }
  main section.s01 .wrapper .mailform .form_input {
    width: 100%;
    margin: 8px auto 0;
  }
  main section.s01 .wrapper .mailform .form_input input[type=text] {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 130%;
    padding: 2px 10px;
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
  }
  main section.s01 .wrapper .mailform .form_input textarea {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 150%;
    padding: 10px 20px;
    -webkit-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    height: 76px !important;
  }
  main section.s01 .wrapper .mailform .form_input ul {
    font-size: 0;
    letter-spacing: 0;
    margin-top: -10px;
  }
  main section.s01 .wrapper .mailform .form_input ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 8px;
    line-height: 9px;
    margin-right: 10px;
    margin-top: 10px;
  }
  main section.s01 .wrapper .mailform .form_input ul li input {
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }
  main section.s01 .wrapper .mailform .namebox {
    width: 100%;
    margin: 0 auto;
    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.s01 .wrapper .mailform .namebox .left {
    width: calc(50% - 10px);
  }
  main section.s01 .wrapper .mailform .namebox .left * {
    max-width: 100%;
  }
  main section.s01 .wrapper .mailform .namebox .right {
    width: calc(50% - 10px);
  }
  main section.s01 .wrapper .mailform .namebox .right * {
    max-width: 100%;
  }
  main section.s01 .wrapper .mailform .caution {
    text-align: center;
    font-size: 6px;
    margin-top: 10px;
    font-weight: bold;
  }
  main section.s01 .wrapper .mailform .caution a {
    color: #1F85CC;
  }
  main section.s01 .wrapper .mailform .submitbtn {
    width: 185px;
    height: 28px;
    display: block !important;
    font-size: 0;
    border: none;
    outline: none;
    margin: 20px auto 0;
    background-image: url(../../images/btn_submit.svg);
    background-size: cover;
    background-position: center center;
  }
}