@charset "UTF-8";
body {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 55px;
  }
}

section {
  padding-top: 155px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../../img/common/pattern1.png);
}
@media screen and (max-width: 1099px) {
  section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 100px;
    background-size: 2px 2px;
  }
}
section .vt-text {
  top: 72px;
}
@media screen and (max-width: 767px) {
  section .vt-text {
    display: none;
  }
}
section .vt-text img {
  width: 7px;
  height: 96px;
}
section .wrap {
  max-width: 980px;
  padding: 0px 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 1099px) {
  section .wrap {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  section .wrap {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
section .wrap .top {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section .wrap .top {
    margin-bottom: 40px;
  }
}
section .wrap .top h2 {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  section .wrap .top h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
section .wrap .top > p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section .wrap .top > p {
    width: 335px;
    padding-bottom: 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2.0;
  }
}
section .wrap .top > p span {
  display: block;
}
@media screen and (max-width: 767px) {
  section .wrap .top > p br {
    display: none;
  }
}
section .wrap .top .btns a {
  display: inline-block;
  width: 175px;
  height: 40px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: #ffd900;
  text-align: center;
  font-size: 12px;
  line-height: 3.4;
}
@media screen and (max-width: 767px) {
  section .wrap .top .btns a {
    display: block;
    width: 105px;
    height: 23px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 3.1;
  }
}
section .wrap .top .btns a:last-child {
  margin-bottom: 0;
  border: 1px solid #b4b4b4;
  background-color: transparent;
  color: #7f7f7f;
}
section .wrap .top .img {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  section .wrap .top .img {
    right: -15px;
    top: auto;
    bottom: -10px;
  }
}
section .wrap .top .img img {
  width: 235px;
  height: auto;
}
@media screen and (max-width: 1099px) {
  section .wrap .top .img img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  section .wrap .top .img img {
    width: 118px;
  }
}
section .wrap form input[type="submit"] {
  width: 290px;
  height: 70px;
  margin-top: 60px;
  background-color: #ffd900;
  border: 0;
  border-radius: 5px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  section .wrap form input[type="submit"] {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    font-size: 10px;
  }
}
section .wrap form .col2:after {
  content: "";
  display: table;
  clear: both;
}
section .wrap form .col2 .data {
  width: 484px;
  margin-right: 12px;
  float: left;
}
@media screen and (max-width: 1099px) {
  section .wrap form .col2 .data {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section .wrap form .col2 .data {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
section .wrap form .col2 .data:last-child {
  margin-right: 0;
}
section .wrap form .col2 .data .input-wrap {
  width: 220px;
}
@media screen and (max-width: 1099px) {
  section .wrap form .col2 .data .input-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section .wrap form .col2 .data .input-wrap {
    width: 100%;
  }
}
section .wrap form p.error-text {
  display: none;
  margin-bottom: 12px;
  color: red;
}
section .wrap form p.error-text.active {
  display: block;
}
section .wrap form .data {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 12px;
  background-color: #fff;
  font-size: 15px;
}
section .wrap form .data:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  section .wrap form .data {
    padding: 15px 0px 10px 15px;
    font-size: 10px;
    line-height: 1;
  }
}
section .wrap form .data.error {
  border: 1px solid red;
}
section .wrap form .data > label, section .wrap form .data > .label {
  display: block;
  width: 200px;
  float: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section .wrap form .data > label, section .wrap form .data > .label {
    width: 115px;
  }
}
section .wrap form .data > label span.name, section .wrap form .data > .label span.name {
  display: inline-block;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  section .wrap form .data > label span.name, section .wrap form .data > .label span.name {
    padding-top: 3px;
  }
}
section .wrap form .data > label span.require, section .wrap form .data > .label span.require {
  padding-left: 10px;
  color: red;
  font-size: 10px;
}
section .wrap form .data .input-wrap {
  width: 710px;
  float: left;
  font-size: 16px;
}
@media screen and (max-width: 1099px) {
  section .wrap form .data .input-wrap {
    width: 100%;
    padding-left: 200px;
    margin-left: -200px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  section .wrap form .data .input-wrap {
    width: 100%;
    padding-left: 115px;
    margin-left: -115px;
    box-sizing: inherit;
    font-size: 10px;
  }
}
section .wrap form .data .input-wrap .input-inwrap {
  display: inline-block;
}
@media screen and (max-width: 1099px) {
  section .wrap form .data .input-wrap .input-inwrap {
    display: block;
  }
}
@media screen and (max-width: 1099px) {
  section .wrap form .data .input-wrap br {
    display: none;
  }
}
section .wrap form .data .input-wrap input, section .wrap form .data .input-wrap textarea {
  display: inline-block;
  outline: 0;
  border: 0;
  background-color: transparent;
  color: #000;
}
section .wrap form .data .input-wrap input:placeholder-shown, section .wrap form .data .input-wrap textarea:placeholder-shown {
  color: #ddd;
}
section .wrap form .data .input-wrap input::-webkit-input-placeholder, section .wrap form .data .input-wrap textarea::-webkit-input-placeholder {
  color: #ddd;
}
section .wrap form .data .input-wrap input:-moz-placeholder, section .wrap form .data .input-wrap textarea:-moz-placeholder {
  opacity: 1;
  color: #ddd;
}
section .wrap form .data .input-wrap input::-moz-placeholder, section .wrap form .data .input-wrap textarea::-moz-placeholder {
  opacity: 1;
  color: #ddd;
}
section .wrap form .data .input-wrap input:-ms-input-placeholder, section .wrap form .data .input-wrap textarea:-ms-input-placeholder {
  color: #ddd;
}
section .wrap form .data .input-wrap input[type="text"] {
  width: 100%;
}
section .wrap form .data .input-wrap label {
  display: inline-block;
  margin-right: 25px;
  margin-left: 6px;
  font-weight: bold;
}
@media screen and (max-width: 1099px) {
  section .wrap form .data .input-wrap label {
    padding-top: 5px;
    margin-left: 0px;
    margin-right: 0;
    margin-bottom: 10px;
    vertical-align: top;
  }
}
section .wrap form .data .input-wrap label.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1099px) {
  section .wrap form .data .input-wrap label.mb30 {
    margin-bottom: 10px;
  }
}
section .wrap form .data .input-wrap.sub-wrap:after {
  content: "";
  display: table;
  clear: both;
}
section .wrap form .data .input-wrap.sub-wrap > input {
  width: 470px;
  float: left;
}
@media screen and (max-width: 767px) {
  section .wrap form .data .input-wrap.sub-wrap > input {
    width: auto;
  }
}
section .wrap form .data .input-wrap.sub-wrap .sub {
  width: 240px;
  float: left;
}
@media screen and (max-width: 1099px) {
  section .wrap form .data .input-wrap.sub-wrap .sub {
    width: 100%;
    margin-top: 10px;
  }
}
section .wrap form .data .input-wrap.sub-wrap .sub .input-inwrap {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  section .wrap form .data.full {
    padding-right: 15px;
  }
}
section .wrap form .data.full > label, section .wrap form .data.full > .label {
  width: 100%;
  margin-bottom: 25px;
  float: none;
}
section .wrap form .data.full .input-wrap {
  width: 100%;
  float: none;
}
@media screen and (max-width: 1099px) {
  section .wrap form .data.full .input-wrap {
    padding-left: 0;
    margin-left: 0;
  }
}
section .wrap form .data.full .input-wrap textarea {
  width: 100%;
  min-height: 200px;
  font-size: 12px;
  line-height: 2.0;
}
@media screen and (max-width: 767px) {
  section .wrap form .data.full .input-wrap textarea {
    font-size: 10px;
  }
}
