@charset "UTF-8";

/* contact */
.contact {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.contact-txt {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 0;
}
.contact-txt p strong {
  font-weight: bold;
}
.contact-txt p a {
  color: #000;
  text-decoration: underline;
}
.contact-txt p s {
  text-decoration: line-through;
}
.form {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0 auto;
}
.form-txt {
  font-size: 1.4em;
  line-height: 20px;
  padding: 30px 0 0 0;
}
.form-txt-sub {
  font-size: 1.2em;
  line-height: 1;
  padding: 7px 0 0 0;
}
.pink {
  color: #c89687;
  font-weight: bold;
}
.gray {
  color: #969696;
}
.error-txt {
  font-size: 1.4em;
  line-height: 20px;
  color: #ec0000;
  padding: 15px 0 0 0;
}
.form-box {
  font-family: inherit !important;
  font-size: 1.4em;
  line-height: 20px;
  width: 100%;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  padding: 10px;
}
.form-body {
  font-family: inherit !important;
  font-size: 1.4em;
  line-height: 20px;
  width: 100%;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  padding: 10px;
  height: 250px;
}
.contact-hr {
  width: 100%;
  margin: 50px auto;
  border-top: 1px solid #bfbfbf;
}
.contact-txt-1 {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.contact-txt-2 {
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  padding: 25px 0 0 0;
}
.contact-txt-3 {
  font-size: 1.3em;
  line-height: 24px;
  padding: 0;
}
.contact-txt-4 {
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  padding: 0;
}
.contact-txt-5 {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 50px 0 20px 0;
}
.contact-txt-5 a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.contact-table td {
  font-size: 1.4em;
  line-height: 24px;
  padding: 5px 0;
}
.contact-txt-box {
  border: 1px solid #bfbfbf;
  overflow-y: scroll;
  width: 100%;
  height: 320px;
  box-sizing: border-box;
  background-color: transparent;
  margin: 30px 0 35px 0;
  padding: 30px;
}
.check {
  text-align: center;
  padding: 30px 0 0;
}
.center {
  text-align: center;
}
.form-btn {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #c89687;
  width: 100%;
  border: none;
  margin: 50px 0 0 0;
  padding: 15px 0;
  cursor: pointer;
}
.form-txt-q {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 20px;
  color: #c89687;
  padding: 30px 0 0 0;
}
.form-txt-a {
  font-size: 1.4em;
  line-height: 20px;
  padding: 10px 0 0 0;
}
.form-btn-l {
  width: 48%;
  float: left;
}
.form-btn-r {
  width: 48%;
  float: right;
}
input[type="text"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="button"],
input[type="submit"] {
  border-radius: 0;
}
input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
}
input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 2px solid #000;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 10px;
  margin-top: -7px;
  border-left: 3px solid #c89687;
  border-bottom: 3px solid #c89687;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

/* thanks */
.thanks-txt {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 0;
}
.thanks-btn {
  margin: 50px 0 0 0;
  text-align: center;
}
.thanks-btn a {
  font-size: 1.5em;
  text-align: center;
  background-color: #c8c8c8;
  color: #000;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
}

@media screen and (max-width:767px) {
  /* contact */
  .contact {
    padding: 60px 0;
  }
  .contact-txt {
    font-size: 1.3em;
    line-height: 25px;
    text-align: left;
  }
  .form-txt {
    font-size: 1.3em;
  }
  .form-txt-sub {
    font-size: 1.1em;
  }
  .error-txt {
    font-size: 1.2em;
  }
  .form-box {
    font-size: 1.6em;
  }
  .form-body {
    font-size: 1.6em;
  }
  .contact-txt-1 {
    font-size: 1.4em;
  }
  .contact-txt-2 {
    font-size: 1.3em;
    line-height: 25px;
  }
  .contact-txt-3 {
    font-size: 1.2em;
  }
  .contact-txt-4 {
    font-size: 1.3em;
    line-height: 25px;
  }
  .contact-txt-5 {
    font-size: 1.3em;
    line-height: 25px;
  }
  .contact-table td {
    font-size: 1.2em;
    line-height: 22px;
  }
  .contact-txt-box {
    padding: 20px;
  }
  .form-btn {
    font-size: 1.5em;
  }
  .form-txt-q {
    font-size: 1.3em;
    line-height: 25px;
  }
  .form-txt-a {
    font-size: 1.3em;
    line-height: 25px;
  }
  input[type="checkbox"] + label {
    font-size: 1.4em;
  }
  /* thanks */
  .thanks-txt {
    font-size: 1.3em;
    line-height: 25px;
  }
  .thanks-btn {
    margin: 50px 0 0 0;
  }
  .thanks-btn a {
    font-size: 1.4em;
  }
}