.page-form .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  margin: 73px auto 0;
}
@media screen and (max-width: 767px) {
  .page-form .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 15px;
    margin-top: 40px;
  }
}
.page-form .links_item {
  display: block;
  width: 305px;
  font-size: 1.7rem;
  text-decoration: none;
  color: #FFF;
  background-color: #BA0015;
  padding: 14px 15px 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-form .links_item {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .page-form .links_item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .page-form .links_item {
    width: 280px;
    font-size: 1.5rem;
  }
}
.page-form .linkPrivacy {
  font-size: 2rem;
  line-height: 1.55;
  text-align: right;
  margin: 26px 0 0;
}
@media screen and (max-width: 767px) {
  .page-form .linkPrivacy {
    font-size: 1.4rem;
    margin-top: 18px;
  }
}
.page-form .linkPrivacy a {
  color: #BA0015;
}
.page-form .cancelAttention,
.page-form .confirmAttention {
  font-size: 2.2rem;
  line-height: 1.55;
  text-align: center;
  max-width: 654px;
  margin: 90px auto 0;
  padding: 9px 10px 10px;
  border: 1px solid #BA0015;
}
@media screen and (max-width: 767px) {
  .page-form .cancelAttention,
  .page-form .confirmAttention {
    font-size: 1.3rem;
    margin-top: 30px;
    padding: 12px 8px;
  }
}
.page-form .confirmAttention {
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .page-form .confirmAttention {
    margin-bottom: 30px;
  }
}
.page-form .form {
  margin-top: 88px;
  border-radius: 30px;
  border: 4px solid #FCA90F;
  background-color: #F7F7E2;
  padding: 74px 86px 94px;
  color: #BA0015;
}
@media screen and (max-width: 767px) {
  .page-form .form {
    margin-top: 60px;
    padding: 30px 10px;
    border-radius: 20px;
  }
}
.page-form .form-application {
  border-color: #BA0015;
  background-color: #FFF4F4;
}
.page-form .form_text {
  display: block;
  width: 100%;
  max-width: 522px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-form .form_text {
    max-width: none;
  }
}
.page-form .form_hr {
  display: block;
  width: 100%;
  height: 2px;
  border: none;
  margin: 59px 0;
  background-color: #BA0015;
}
@media screen and (max-width: 767px) {
  .page-form .form_hr {
    margin: 40px 0;
  }
}
.page-form .form_item {
  display: block;
  width: 100%;
  max-width: 522px;
  margin: 39px auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-form .form_item {
    max-width: none;
    margin-top: 25px;
  }
}
.page-form .form_item_inner {
  display: block;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_inner {
    margin-top: 20px;
  }
}
.page-form .form_item_inner:first-of-type {
  margin-top: 0;
}
.page-form .form_item_title {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_title {
    font-size: 1.5rem;
  }
}
.page-form .form_item_title_text {
  font-size: 1.5rem;
  margin: 6px 0 8px;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_title_text {
    font-size: 1.3rem;
    margin: 5px 0 7px;
  }
}
.page-form .form_item_title_text-writeRed {
  color: #BA0015;
}
.page-form .form_item_content {
  font-size: 1.6rem;
  line-height: 1.55;
  margin: 4px 0 0;
}
.page-form .form_item_content-bgWhite {
  padding: 10px 29px 23px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_content-bgWhite {
    padding: 6px 15px 18px;
  }
}
.page-form .form_item_content-writeBlack {
  color: initial;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_content-check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-form .form_item_content-check label span {
    width: calc(100% - 22px);
  }
}
.page-form .form_item_content_text {
  font-size: 1.5rem;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_content_text {
    font-size: 1.3rem;
    margin-top: 16px;
  }
}
.page-form .form_item_content_text-writeRed {
  color: #BA0015;
}
.page-form .form_item_content_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_content_row {
    margin-top: 8px;
  }
}
.page-form .form_item_content_row_inner {
  display: block;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_content_row_inner {
    margin-top: 10px;
  }
}
.page-form .form_item_content_row_item {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_content_row_item {
    font-size: 1.3rem;
    margin: 0 5px;
  }
}
.page-form .form_item_content_row .input-small {
  max-width: 60px;
  text-align: center;
}
.page-form .form_item_content_row .select-small {
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_content_row .select-small {
    max-width: 65px;
  }
}
.page-form .form_item_content_row .select-medium {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .page-form .form_item_content_row .select-medium {
    max-width: 100px;
  }
}
.page-form .form input,
.page-form .form select,
.page-form .form textarea {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  color: initial;
  border: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.55;
}
.page-form .form label {
  color: initial;
}
@media screen and (max-width: 767px) {
  .page-form .form label {
    font-size: 1.4rem;
  }
}
.page-form .form input,
.page-form .form select,
.page-form .form textarea {
  padding: 4px 16px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .page-form .form input,
  .page-form .form select,
  .page-form .form textarea {
    padding: 4px 8px;
  }
}
.page-form .form textarea {
  resize: none;
  padding: 20px 16px;
}
@media screen and (max-width: 767px) {
  .page-form .form textarea {
    padding: 18px 12px;
  }
}
.page-form .form input[type=checkbox] {
  background: #FFF !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.page-form .form input[type=radio] {
  border-radius: 100%;
}
.page-form .form input[type=checkbox],
.page-form .form input[type=radio] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .page-form .form input[type=checkbox],
  .page-form .form input[type=radio] {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.page-form .form input[type=submit] {
  font-family: inherit;
  display: block;
  width: 500px;
  font-size: 2rem;
  text-decoration: none;
  color: #FFF;
  background-color: #BA0015;
  padding: 18px 15px;
  text-align: center;
  margin: 59px auto 0;
}
@media screen and (min-width: 768px) {
  .page-form .form input[type=submit] {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .page-form .form input[type=submit]:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .page-form .form input[type=submit] {
    width: calc(100% - 15px);
    font-size: 1.2rem;
    margin-top: 30px;
  }
}
.page-form .form select {
  padding: 3px 47px 3px 15px;
  height: 32px;
  background-image: url(../img/common/bg_select.png);
  background-size: 32px auto;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
@media screen and (max-width: 767px) {
  .page-form .form select {
    font-size: 1.4rem;
    padding: 3px 40px 3px 8px;
  }
}
.page-form .form input.hasDatepicker {
  padding: 3px 47px 3px 15px;
  max-width: 200px;
  height: 32px;
  background-image: url(../img/common/bg_select.png);
  background-size: 32px auto;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-form .form input.hasDatepicker {
    font-size: 1.4rem;
    padding: 3px 40px 3px 8px;
  }
}
.page-form .form .form_file {
  display: block;
  width: 100%;
  margin-top: 25px;
  position: relative;
  padding-right: 25px;
}
.page-form .form .form_file:first-of-type {
  margin-top: 20px;
}
.page-form .form .form_file input[type=file] {
  background: transparent;
  padding: 0;
}
.page-form .form .form_file .mwform-file-delete {
  position: absolute;
  top: 7px;
  right: 2px;
  font-size: 1.8rem;
}
.page-form .form .form_file .error {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}
.page-form .form .confirmAttention {
  display: none;
}
.page-form .form .mw_wp_form_confirm .confirmAttention {
  display: block;
}
.page-form .form span.error {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 6px;
  padding: 4px 14px 2px;
  color: initial;
  background-color: #ffa8b2;
}
@media screen and (max-width: 767px) {
  .page-form .form span.error {
    font-size: 1.3rem;
  }
}
.page-form .form .mwform-checkbox-field.horizontal-item,
.page-form .form .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .page-form .form .mwform-checkbox-field.horizontal-item,
  .page-form .form .mwform-radio-field.horizontal-item {
    margin-top: 12px;
    margin-right: 16px;
  }
}
.page-form .form .mwform-checkbox-field.vertical-item,
.page-form .form .mwform-radio-field.vertical-item {
  display: block;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .page-form .form .mwform-checkbox-field.vertical-item,
  .page-form .form .mwform-radio-field.vertical-item {
    margin-top: 8px;
  }
}
.page-form .form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form_item_content {
  color: initial;
}
.page-form .form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form_item_content-bgWhite {
  padding: 0;
  background: none;
}
.page-form .form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form_item_content-check {
  display: none;
}