.position {
  position: relative;
}

.main {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a:hover, a:active {
  text-decoration: none;
}

.para1, .para2, .para3 {
  opacity: 0;
}

.form-wrap {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 110px;
  color: #4C4C4E;
}
.form-wrap .m-ttl {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 28px;
  font-size: 24px;
  line-height: 1.58;
  color: #0D2EA0;
  text-align: center;
}
.form-wrap .m-ttl::after {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  content: "";
  border-bottom: 3px solid #CCCCCC;
}
.form-wrap .form-flex {
  display: flex;
  justify-content: space-between;
}
.form-wrap .form-flex .left-box {
  width: 44%;
}
.form-wrap .form-flex .left-box .h-txt {
  font-size: 15px;
  line-height: 1.46;
  text-align: center;
  color: #4C4C4E;
  margin-bottom: 30px;
}
.form-wrap .form-flex .left-box .sub-txt {
  font-size: 17px;
  line-height: 1.52;
  margin-bottom: 20px;
  text-align: center;
  color: #0D2EA0;
}
.form-wrap .form-flex .left-box .img-box {
  margin-bottom: 50px;
}
.form-wrap .form-flex .right-box {
  width: 44%;
}
.form-wrap .form-flex .right-box .error {
  display: none;
  color: #DF5D00;
  position: relative;
  padding-left: 22px;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 5px;
}
.form-wrap .form-flex .right-box .error::before {
  content: "";
  background: url(../images/at_img.png) no-repeat left center/100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.form-wrap .form-flex .right-box .form-box {
  padding: 30px 26px;
  background: #EEF3F7;
  font-size: 15px;
}
.form-wrap .form-flex .right-box .form-box .form-subwrap {
  margin-bottom: 10px;
}
.form-wrap .form-flex .right-box input[type=text] {
  font-size: 15px;
  border: 1px solid #CCCCCC;
  padding: 8px 10px;
  line-height: 1;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.form-wrap .form-flex .right-box input[type=email] {
  font-size: 15px;
  border: 1px solid #CCCCCC;
  padding: 8px 10px;
  line-height: 1;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.form-wrap .form-flex .right-box input[type=checkbox] {
  margin-right: 0.5em;
  background: #fff;
  border: 1px solid #6E6F6F;
  border-radius: 3px;
}
.form-wrap .form-flex .right-box .form-flex {
  display: flex;
  justify-content: space-between;
}
.form-wrap .form-flex .right-box .form-flex .form-subwrap {
  width: 48%;
}
.form-wrap .form-flex .right-box .check-text {
  margin-top: 20px;
  font-size: 14px;
}
.form-wrap .form-flex .right-box .notes {
  font-size: 12px;
  font-weight: 400;
}
.form-wrap .form-flex .right-box .notes a {
  color: #0D2EA0;
  text-decoration: underline;
}
.form-wrap .form-flex .right-box input[type=submit] {
  margin-top: 35px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #0D2EA0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  border: 0;
  border-radius: 5px;
}
.form-wrap .form-flex .bottom-text {
  margin-top: 48px;
  text-align: center;
  line-height: 1.42;
  font-weight: 400;
}
.form-wrap .form-flex .bottom-text .bold {
  font-weight: bold;
}
.form-wrap .form-flex .bottom-text .head {
  margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
  .form-wrap {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .form-wrap .m-ttl {
    position: relative;
    margin-bottom: 12vw;
    padding-bottom: 6vw;
    font-size: 4.5vw;
    line-height: 1.58;
  }
  .form-wrap .m-ttl::after {
    width: 16vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    content: "";
    border-bottom: 3px solid #CCCCCC;
  }
  .form-wrap .form-flex {
    display: block;
    justify-content: space-between;
  }
  .form-wrap .form-flex .left-box {
    width: 86%;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
  }
  .form-wrap .form-flex .left-box .h-txt {
    font-size: 3.3vw;
    line-height: 1.46;
    margin-bottom: 7vw;
  }
  .form-wrap .form-flex .left-box .sub-txt {
    font-size: 3.8vw;
    line-height: 1.52;
    margin-bottom: 4vw;
    text-align: center;
    color: #0D2EA0;
  }
  .form-wrap .form-flex .left-box .img-box {
    margin-bottom: 9vw;
  }
  .form-wrap .form-flex .right-box {
    width: 100%;
  }
  .form-wrap .form-flex .right-box .error {
    display: none;
    color: #DF5D00;
    position: relative;
    padding-left: 5.3vw;
  }
  .form-wrap .form-flex .right-box .error::before {
    content: "";
    background: url(../images/at_img.png) no-repeat left center/100%;
    width: 3.5vw;
    height: 3.5vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .form-wrap .form-flex .right-box .form-box {
    padding: 7vw 7vw;
    background: #EEF3F7;
    font-size: 3.8vw;
  }
  .form-wrap .form-flex .right-box .form-box .form-subwrap {
    margin-bottom: 2vw;
  }
  .form-wrap .form-flex .right-box input[type=text] {
    font-size: 3.8vw;
    border: 1px solid #CCCCCC;
    padding: 2vw 2vw;
    line-height: 1;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
  }
  .form-wrap .form-flex .right-box .form-flex {
    display: block;
    justify-content: space-between;
  }
  .form-wrap .form-flex .right-box .form-flex .form-subwrap {
    width: 100%;
  }
  .form-wrap .form-flex .right-box .check-text {
    margin-top: 4vw;
    font-size: 3.1vw;
  }
  .form-wrap .form-flex .right-box .notes {
    font-size: 2.6vw;
  }
  .form-wrap .form-flex .right-box input[type=submit] {
    margin-top: 9vw;
    display: block;
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4.1vw;
    border: 0;
    border-radius: 1vw;
  }
  .form-wrap .form-flex .right-box input[type=email] {
    margin-top: 9vw;
    display: block;
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4.1vw;
    border: 0;
    border-radius: 1vw;
  }
  .form-wrap .form-flex .bottom-text {
    margin-top: 10vw;
    text-align: center;
    line-height: 1.42;
  }
  .form-wrap .form-flex .bottom-text .bold {
    font-weight: bold;
  }
  .form-wrap .form-flex .bottom-text .head {
    margin-bottom: 2vw;
  }
}
.error-box {
  background: #FAEDED;
  color: #4C4C4E;
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5px;
  text-align: center;
}
.error-box .head-txt {
  text-align: center;
}
.error-box .head-txt p {
  display: inline-block;
  color: #CE5253;
  padding-left: 34px;
  margin-bottom: 30px;
  line-height: 1.77;
  font-size: 22px;
  position: relative;
}
.error-box .head-txt p::before {
  content: "";
  background: url(../images/at_img_02.png) no-repeat left center/100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.error-box .sub-txt {
  font-size: 14px;
  line-height: 1.78;
  font-weight: 400;
}

.header {
  padding: 10px 30px;
  background: #0D2EA0;
}
.header .logo {
  max-width: 110px;
  width: 18%;
}
.header .logo img {
  display: block;
}

.foot-img {
  max-width: 1200px;
}

@media only screen and (max-width: 900px) {
  .header {
    padding: 2vw 2vw;
  }
  .header .logo {
    max-width: none;
    width: 18%;
  }
  .header .logo img {
    display: block;
  }
  .error-box {
    max-width: none;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    padding: 12vw 3vw;
    text-align: center;
  }
  .error-box .head-txt {
    text-align: center;
  }
  .error-box .head-txt p {
    padding-left: 6.7vw;
    margin-bottom: 7vw;
    line-height: 1.77;
    font-size: 4.1vw;
    position: relative;
  }
  .error-box .head-txt p::before {
    content: "";
    background: url(../images/at_img_02.png) no-repeat left center/100%;
    width: 4.8vw;
    height: 4.8vw;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .error-box .sub-txt {
    font-size: 3.3vw;
    line-height: 1.58;
  }
}
.thanks-box {
  margin-top: 55px;
  color: #4C4C4E;
}
.thanks-box .text1 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.62;
  text-align: center;
}
.thanks-box .text2 {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.thanks-box .form-btn {
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.thanks-box .bottom-text {
  margin-top: 80px;
  text-align: center;
  line-height: 1.42;
}
.thanks-box .bottom-text .bold {
  font-weight: bold;
}
.thanks-box .bottom-text .head {
  margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
  .thanks-box {
    margin-top: 12vw;
  }
  .thanks-box .text1 {
    margin-bottom: 2vw;
    font-weight: bold;
    font-size: 5.5vw;
    line-height: 1.47;
    text-align: center;
  }
  .thanks-box .text2 {
    text-align: center;
    font-size: 3.8vw;
    line-height: 1.5;
  }
  .thanks-box .form-btn {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.8vw;
    width: 90%;
  }
  .thanks-box .bottom-text {
    margin-top: 18vw;
    text-align: center;
    line-height: 1.42;
  }
  .thanks-box .bottom-text .bold {
    font-weight: bold;
  }
  .thanks-box .bottom-text .head {
    margin-bottom: 2vw;
  }
}/*# sourceMappingURL=style.css.map */