@charset "UTF-8";
/* お問い合わせ */
.contact {
  padding: 0 0 34px;
}
.contact__notice {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.contact__warning {
  font-size: 14px;
  line-height: 1.6em;
}
.contact__table {
  width: 100%;
  margin: 15px 0 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.4em;
  text-align: left;
}
.contact__table__ttl {
  width: 280px;
  padding: 10px 10px 10px 20px;
  background: #d4edfa;
  border: 1px solid #bdbdbe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__table__ttl sup {
  margin-left: 0.5em;
  font-size: 12px;
  color: #e60012;
}
.contact__table__txt {
  padding: 10px 10px 10px 17px;
  background: #f8f4f4;
  border: 1px solid #bdbdbe;
}
.contact__table__txt input,
.contact__table__txt textarea,
.contact__table__txt select {
  width: 100%;
  padding: 0.5em 0.8em;
  background: #fff;
  border: 1px solid #ccc2c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
}
.contact__table__txt input.eng,
.contact__table__txt textarea.eng,
.contact__table__txt select.eng {
  ime-mode: disabled;
}
.contact__agree {
  padding: 1.5em 0 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}
.contact__agree input[type=checkbox] {
  margin: 0 0.5em 0 0;
}
.contact__agree input[type=checkbox] + strong {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact__agree input[type=checkbox]:checked + strong {
  color: #f60;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact__agree + .contact__notice {
  display: inline-block;
  color: inherit;
}
.contact__apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 0;
}
.contact__apply.single {
  padding: 60px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__apply__btn {
  width: 484px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d4e1f3), to(#9bc3e6));
  background: linear-gradient(#d4e1f3, #9bc3e6);
  border: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 65px;
  color: #221815;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact__apply__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#9bc3e6), to(#002d67));
  background: linear-gradient(#9bc3e6, #002d67);
  color: #f8bd16;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact__complete {
  padding: 100px 0;
}
.contact__complete__ttl {
  margin: 0 0 0.6em;
  padding: 0 0 0.6em;
  border-bottom: 2px solid #ccc2c6;
  font-size: 24px;
  line-height: 1em;
  text-align: left;
}

.privacy {
  padding: 38px 0 0;
  border-top: 2px dotted #bdbdbe;
  text-align: left;
}
.privacy__ttl {
  padding: 0 0 0.8em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}
.privacy__txt {
  padding: 0 0 1em;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 0 0 10vw;
  }
  .contact__notice {
    font-size: 3.6vw;
    line-height: 1.4em;
  }
  .contact__warning {
    font-size: 3.3vw;
  }
  .contact__table {
    margin: 5vw 0 0;
    font-size: 3.4vw;
    line-height: 1.2em;
  }
  .contact__table__ttl {
    width: 35%;
    padding: 0.3em 0.5em;
    border: 0.4vw solid #ccc2c6;
  }
  .contact__table__ttl sup {
    font-size: 3vw;
    vertical-align: top;
  }
  .contact__table__txt {
    padding: 0.3em 0.5em;
    border: 0.4vw solid #ccc2c6;
  }
  .contact__table__txt input,
.contact__table__txt textarea,
.contact__table__txt select {
    border: 0.4vw solid #ccc2c6;
    font-size: 4vw;
  }
  .contact__agree {
    font-size: 4.2vw;
  }
  .contact__apply {
    padding: 5vw 0 0;
  }
  .contact__apply.single {
    padding: 5vw 0 0;
  }
  .contact__apply__btn {
    width: 48%;
    border-radius: 2vw;
    font-size: 4.6vw;
    line-height: 12vw;
  }
  .contact__complete {
    padding: 25vw 0;
  }
  .contact__complete__ttl {
    font-size: 5vw;
  }

  .privacy {
    padding: 5vw 0 0;
    border-top: 0.7vw dotted #bdbdbe;
  }
  .privacy__ttl {
    font-size: 4vw;
  }
  .privacy__txt {
    font-size: 3.4vw;
    line-height: 1.6em;
  }
}