@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.form-message-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2977d8;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .form-message-wrapper {
    padding-top: 150px;
  }
}
.form-message-inner {
  width: fit-content;
  margin: 0 auto;
  padding: 0 160px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .form-message-inner {
    padding: 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .form-message-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 479px) {
  .form-message-inner {
    padding: 0 30px;
  }
}
.form-message__txt--1 {
  text-align: center;
  font-size: 1.25rem;
}
.form-message__txt--2 {
  font-size: 1.625rem;
}
@media screen and (max-width: 599px) {
  .form-message__txt--2 {
    font-size: 1.25rem;
  }
}
.form-message__ttl {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
  margin: 30px 0;
}

.btn-wrapper {
  text-align: center;
  display: flex;
  gap: 20px;
  margin-top: 80px;
  justify-content: center;
}
.btn-wrapper input {
  width: 200px;
}
.btn-wrapper input[type=submit],
.btn-wrapper input[type=reset],
.btn-wrapper input[type=button] {
  border-radius: 8px;
  font-size: 1.5rem;
  text-align: center;
  padding: 13px 10px;
  border: 2px solid #30af4a;
}
.btn-wrapper input[type=submit] {
  background-color: #30af4a;
  color: #FFFFFF;
}

.apply-input main {
  background-color: #b7d4fa;
}
.apply-input #formWrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.apply-input .container-1000 {
  background-color: #FFFFFF;
  padding: 50px 30px;
}
.apply-input table,
.apply-input tbody,
.apply-input tr,
.apply-input th,
.apply-input td {
  display: block;
}
.apply-input th {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .apply-input th {
    font-size: 1.125rem;
  }
}
.apply-input th .must {
  color: #fc0707;
}
.apply-input select,
.apply-input input[type=text],
.apply-input input[type=tel],
.apply-input input[type=email],
.apply-input textarea {
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 10px;
  font-size: 1.25rem;
  background-color: #FFFFFF;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .apply-input select,
  .apply-input input[type=text],
  .apply-input input[type=tel],
  .apply-input input[type=email],
  .apply-input textarea {
    font-size: 1rem;
  }
}
.apply-input select,
.apply-input input[type=text],
.apply-input input[type=tel],
.apply-input input[type=email] {
  height: 50px;
}
.apply-input textarea {
  height: 200px;
  width: 100%;
}
.apply-input input[type=checkbox] {
  border: 2px solid #000000;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  position: relative;
}
.apply-input input[type=checkbox]:checked::before {
  content: "";
  width: 11px;
  height: 18px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: absolute;
  top: 1px;
  left: 8px;
  transform: rotate(50deg);
}
.apply-input h3 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.apply-input tr:not(:last-of-type) {
  margin-bottom: 40px;
}
.apply-input tr td.td-type select,
.apply-input tr td.td-type input, .apply-input tr td.td-name select,
.apply-input tr td.td-name input, .apply-input tr td.td-name-kana select,
.apply-input tr td.td-name-kana input, .apply-input tr td.td-user-name select,
.apply-input tr td.td-user-name input, .apply-input tr td.td-tel select,
.apply-input tr td.td-tel input, .apply-input tr td.td-email select,
.apply-input tr td.td-email input, .apply-input tr td.td-file select,
.apply-input tr td.td-file input {
  width: 600px;
}
.apply-input tr td.td-file input[type=file]::file-selector-button {
  padding: 10px 15px;
  margin-right: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .apply-input tr td.td-file input[type=file]::file-selector-button {
    margin-bottom: 10px;
    display: block;
  }
}
.apply-input tr td.td-file input[type=file]::file-selector-button:hover {
  cursor: pointer;
}
.apply-input tr td.td-address input[name=郵便番号] {
  width: 150px;
}
.apply-input tr td.td-address input[name=郵便番号],
.apply-input tr td.td-address input[name=都道府県],
.apply-input tr td.td-address input[name=市町村番地] {
  margin-bottom: 10px;
}
.apply-input tr td.td-address input[name=都道府県],
.apply-input tr td.td-address input[name=市町村番地],
.apply-input tr td.td-address input[name=建物名] {
  width: 100%;
}
.apply-input tr td.td-file .caution {
  margin-bottom: 10px;
}
.apply-input .agree-check {
  text-align: center;
  margin-top: 80px;
}
.apply-input .agree-check label {
  font-size: 1.375rem;
}
@media screen and (max-width: 599px) {
  .apply-input .agree-check label {
    font-size: 1.125rem;
  }
}
.apply-input .caution {
  font-size: 0.8125rem;
  display: block;
  margin-top: 10px;
}

.apply-confirm .formTable {
  margin-top: 80px;
}
.apply-confirm .formTable td {
  font-size: 1.25rem;
}
.apply-confirm .confirm-message {
  text-align: center;
  font-size: 1.625rem;
}

.thanks-message {
  font-size: 1.5rem;
}

.to-top-link-wrapper {
  text-align: center;
  margin-top: 50px;
}
.to-top-link-wrapper a {
  font-size: 1.25rem;
  color: #FFFFFF;
}/*# sourceMappingURL=style-apply.css.map */