@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-header .ttlwrap .page_ttl::after {
  content: "Entry Form";
}

.page_body {
  margin-top: 60px;
}
.page_body .inner {
  max-width: 1080px;
  margin-inline: auto;
}
.page_body .page_hd {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 20px;
  position: relative;
}
.page_body .page_hd::before {
  content: "";
  position: absolute;
  background: #004b9f;
  width: 45px;
  height: 2px;
  top: 0;
  left: 0;
}

.note {
  padding-top: 20px;
}

.page_content {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .mailform .row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mailform .row dt {
  width: 240px;
  border-bottom: 2px solid #004593;
  padding: 25px 10px;
}
@media screen and (max-width: 767px) {
  .mailform .row dt {
    width: 100%;
    border-top: 2px solid #004593;
    border-bottom: 0;
    padding: 15px 5px;
  }
}
.mailform .row dt .en {
  display: block;
}
.mailform .row dd {
  width: calc(100% - 215px);
  border-bottom: 2px solid #ccc;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .mailform .row dd {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 0;
    padding: 20px 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .mailform .row .border_none {
    border: none;
  }
}
.mailform .row .must {
  float: right;
  display: inline-block;
  background-color: #e70000;
  border: solid 2px #e70000;
  padding: 3px 7px 5px;
  font-size: 12px;
  color: #FFF;
  border-radius: 30px;
  line-height: 1;
  margin: 0px 5px;
}
@media print, screen and (min-width: 768px) {
  .mailform .row .rows {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mailform .row .rows:not(:last-child) {
  padding-bottom: 10px;
}
.mailform .row .search_num {
  display: inline-block;
  padding-left: 16px;
  color: #0c7ac0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mailform .row .search_num {
    padding-left: 0;
  }
}
.mailform .row .search_num:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.mailform .row .txt, .mailform .row .txt_red {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.4em;
}
.mailform .row .txt_red {
  color: #e70000;
}
.mailform .row .line_y {
  background: #fff000;
}
.mailform .address_box {
  padding-block: 16px;
}
.mailform .address_box:not(:last-child) {
  border-bottom: 1px dashed #aaaaaa;
}
@media print, screen and (min-width: 768px) {
  .mailform .address_box .rows:not(:first-child) {
    margin-left: 30px;
  }
}

.mfp_col10:not(:first-child) {
  margin-top: 10px;
}
.mfp_col10 .inline_blc {
  display: inline-block;
}
.mfp_col10 .inline_blc:not(:last-child) {
  margin-right: 0.8em;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.mailform .wpcf7-radio, .mailform .wpcf7-checkbox {
  overflow: hidden;
  display: block;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.mailform .wpcf7-list-item {
  position: relative;
  float: left;
  margin-right: 20px;
}

label {
  cursor: pointer;
  position: relative;
}

input[type=text], input[type=tel], input[type=email], input[type=date], select, textarea {
  max-width: 98%;
  border: solid 1px #CCC;
  padding: 10px 15px;
  margin: 3px !important;
  background-color: #FFF;
  border-radius: 0px;
}

.mailform input[type=file] {
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  input[type=date] {
    height: 46px;
  }
}

.mailform input[type=radio], .mailform input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.mailform input[type=radio] + .wpcf7-list-item-label, .mailform input[type=checkbox] + .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding: 8px 0 8px 30px;
  white-space: inherit !important;
}

.mailform input[type=radio] + .wpcf7-list-item-label:before, .mailform input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ccc;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 11px;
  left: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.mailform input[type=radio]:checked + .wpcf7-list-item-label:before, .mailform input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #004593;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}

.cf7_buttons {
  text-align: center;
}
.cf7_buttons button {
  margin-top: 30px;
  width: 375px;
  padding: 20px;
  background: #004593;
  -webkit-box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: clamp(1.8rem, 5vw, 2rem);
  border-radius: 50px;
  border: none;
}
@media screen and (max-width: 767px) {
  .cf7_buttons button {
    margin-block: 20px 40px;
  }
}
.cf7_buttons button > span {
  display: inline-block;
  padding-left: 40px;
  background: url("../../common/img/icon_submit.svg") no-repeat left center/24px;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 450;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.booking_btn button {
  background: #508800;
}

#schedule_export {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #schedule_export {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .schedule {
    padding-top: 0;
  }
}
/*# sourceMappingURL=recruit_form.css.map */