@charset "UTF-8";
/* お申し込みフォーム */
.applicationform {
  padding: 60px 30px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .applicationform {
    padding: 25px 15px;
  }
}

.applicationform-table table {
  margin: 0 auto;
  width: 750px;
}
@media screen and (max-width: 768px) {
  .applicationform-table table {
    width: 100%;
    max-width: 500px;
  }
}
.applicationform-table table tr th,
.applicationform-table table tr td {
  display: block;
}
.applicationform-table table tr th .errortxt,
.applicationform-table table tr td .errortxt {
  display: none;
  margin: 5px 0 0 10px;
  font-size: 14px;
  color: #FF0000;
}
.applicationform-table table tr th .errortxt::before,
.applicationform-table table tr td .errortxt::before {
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 3px 0 0;
  width: 14px;
  height: 12px;
  content: "";
  background: url(../img/common/ic_error.webp) no-repeat;
  background-size: cover;
}
.applicationform-table table tr th {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .applicationform-table table tr th {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
.applicationform-table table tr th span {
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
.applicationform-table table tr th span.required-txt, .applicationform-table table tr th span.any-txt {
  display: inline-block;
  position: relative;
  top: -1.4px;
  margin: 0 0 0 10px;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
  color: #FFF;
}
.applicationform-table table tr th span.required-txt {
  background: #FF61B0;
}
.applicationform-table table tr th span.any-txt {
  background: #BBB;
}
.applicationform-table table tr th .required-checkbox-list-caution {
  margin: 15px 0;
  font-size: 13.5px;
  font-weight: bold;
  line-height: 1.4;
  color: #FF0000;
}
.applicationform-table table tr td {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .applicationform-table table tr td {
    margin: 0 0 30px;
  }
}
.applicationform-table table tr td select {
  padding: 5px 10px;
  width: 250px;
  border: none;
  border-bottom: solid 1px #B0B0B0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .applicationform-table table tr td select {
    width: 100%;
    max-width: 250px;
  }
}
.applicationform-table table tr td input[type="checkbox"] {
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
}
.applicationform-table table tr td input[type="text"] {
  padding: 5px 10px;
  width: 100%;
  border: none;
  border-bottom: solid 1px #B0B0B0;
  font-size: 14px;
}
.applicationform-table table tr td input[type="text"].middle {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .applicationform-table table tr td input[type="text"].middle {
    width: 100%;
    max-width: 500px;
  }
}
.applicationform-table table tr td input[type="text"].short {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .applicationform-table table tr td input[type="text"].short {
    width: 100%;
    max-width: 250px;
  }
}
.applicationform-table table tr td textarea {
  padding: 5px 10px 10px;
  width: 100%;
  border: none;
  border: 1px solid #888;
  font-size: 14px;
  line-height: 1;
}
.applicationform-table table tr td.error {
  display: block;
  margin: 0 0 20px;
  padding: 10px 10px 10px 15px;
  background: #FFEBF1;
}
.applicationform-table table tr td.error input {
  background: #FFEBF1;
}
.applicationform-table table tr td .alert {
  margin: 0 0 0 10px;
  font-weight: bold;
  color: #FF0000;
}
.applicationform-table table tr.required-checkbox-list td {
  margin: 0 0 15px;
  padding: 15px 20px !important;
  background: #F3F3F3;
}
.applicationform-table table tr.required-checkbox-list td:last-child {
  margin: 0 0 30px;
}
.applicationform-table table tr.required-checkbox-list td label {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
}
.applicationform-table table tr.required-checkbox-list td .required-checkbox-list-inner {
  padding: 0 0 0 30px;
}
.applicationform-table table tr.required-checkbox-list td .required-checkbox-list-inner ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.applicationform-table table tr.required-checkbox-list td .required-checkbox-list-inner ul li p {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.4;
}
.applicationform-table table tr.required-checkbox-list td .required-checkbox-list-inner ul li.error {
  display: block;
  margin: 0 0 20px;
  padding: 10px 10px 10px 15px;
  background: #FFEBF1;
}
.applicationform-table table tr.required-checkbox-list td .required-checkbox-list-inner ul li.error input {
  background: #FFEBF1;
}
.applicationform-table table tr.required-checkbox-list td .required-checkbox-list-inner-txt {
  margin: 0 0 10px;
  padding: 0 0 0 22px;
  text-indent: -22px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #FF0000;
}
.applicationform-table table tr.required-checkbox-list td .required-checkbox-list-inner-txt::before {
  content: "※";
}
.applicationform-table table tr.required-certificate-list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.applicationform-table table tr.required-certificate-list ul li p {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.4;
}
.applicationform-table table tr.required-certificate-list ul li:last-child {
  padding: 0 0 0 30px;
}
.applicationform-table table tr.required-certificate-list ul li.none {
  display: none;
}

.applicationform-table-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.applicationform-table-list ul li label {
  display: flex;
  gap: 15px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .applicationform-table-list ul li label {
    font-size: 14px;
  }
}
.applicationform-table-list ul li label input {
  position: relative;
  top: 1px;
  transform: scale(1.5);
}
.applicationform-table-list ul li p {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .applicationform-table-list ul li p {
    margin: 0 0 0 20px;
  }
}
.applicationform-table-list ul li p a {
  text-decoration: underline;
  font-weight: bold;
}
.applicationform-table-list ul li p a:hover {
  text-decoration: none;
}
.applicationform-table-list ul li.other-txtbox {
  display: none;
}
.applicationform-table-list ul li.other-txtbox.open {
  display: block;
}

.applicationform-table-box table tr {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .applicationform-table-box table tr {
    flex-direction: column;
    gap: 10px;
  }
}
.applicationform-table-box table tr td {
  display: inline-block;
  margin: 0;
}
.applicationform-table-box table tr td label {
  display: flex;
  gap: 15px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .applicationform-table-box table tr td label {
    font-size: 14px;
  }
}
.applicationform-table-box table tr td label input {
  position: relative;
  top: 1px;
  transform: scale(1.5);
}

.applicationform-btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .applicationform-btnbox {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .applicationform-btnbox.applicationform-btnbox__confirm {
    flex-direction: column-reverse;
  }
}
.applicationform-btnbox input, .applicationform-btnbox button, .applicationform-btnbox a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.15s linear;
  width: 260px;
  height: 50px;
  border: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
  outline: none;
  background: #4682B4;
  color: #FFF;
}
.applicationform-btnbox input:hover, .applicationform-btnbox button:hover, .applicationform-btnbox a:hover {
  box-shadow: none;
  opacity: 0.75;
}
.applicationform-btnbox input[type="submit"], .applicationform-btnbox button[type="submit"], .applicationform-btnbox a[type="submit"] {
  background: #DC000C;
}
.applicationform-btnbox input.back, .applicationform-btnbox button.back, .applicationform-btnbox a.back {
  width: 220px;
  height: 40px;
  border: solid 1px #c4c4c4;
  font-size: 16px;
  font-weight: normal;
  background: #e5e5e5;
  color: #666;
}
.applicationform-btnbox input span, .applicationform-btnbox button span, .applicationform-btnbox a span {
  font-size: 13px;
}

.applicationform__confirm .applicationform-table table tr th {
  font-size: 16px;
}
.applicationform__confirm .applicationform-table table tr td {
  margin: 0 0 30px;
  padding: 5px 15px;
  border-bottom: solid 1px #b0b0b0;
  line-height: 1.6;
}
.applicationform__confirm .applicationform-table table tr td.middle {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .applicationform__confirm .applicationform-table table tr td.middle {
    width: 100%;
    max-width: 500px;
  }
}
.applicationform__confirm .applicationform-table table tr td.short {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .applicationform__confirm .applicationform-table table tr td.short {
    width: 100%;
    max-width: 250px;
  }
}
.applicationform__confirm .applicationform-table table tr.required-checkbox-list td {
  border-bottom: none;
}
.applicationform__confirm .applicationform-table table tr.required-checkbox-list td span {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.6;
}
.applicationform__confirm .applicationform-table table tr.required-checkbox-list td ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 0 25px;
}
.applicationform__confirm .applicationform-table table tr.required-checkbox-list td ul li {
  font-size: 15px;
}
.applicationform__confirm .applicationform-table table tr.required-checkbox-list td ul li p {
  margin: 0 0 5px;
  line-height: 1.4;
}
.applicationform__confirm .applicationform-table table tr.required-checkbox-list td ul li span {
  margin: 0;
  padding: 5px 15px;
  border-bottom: solid 1px #b0b0b0;
  font-weight: normal;
}
.applicationform__confirm .applicationform-table table tr.required-checkbox-list td ul li span.short {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .applicationform__confirm .applicationform-table table tr.required-checkbox-list td ul li span.short {
    width: 100%;
    max-width: 250px;
  }
}

.applicationform-att {
  margin: 0 auto 20px;
  padding: 10px 60px 20px;
  width: 570px;
  background: #FFE0E0;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .applicationform-att {
    padding: 5px 15px 15px;
    width: 100%;
  }
}
.applicationform-att ul {
  margin: 10px 0;
}
.applicationform-att ul li {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .applicationform-att ul li {
    padding: 0px 0 0 23px;
    text-indent: -23px;
    font-size: 16px;
  }
}
.applicationform-att ul li::before {
  content: "〇";
  padding: 0 5px 0 0;
}
.applicationform-att p {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .applicationform-att p {
    font-size: 15px;
  }
}
