@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 .p_contact, .p_confirm, .p_complete
====================================================================== */
.view_pc {
  display: inline-block;
}

.view_sp {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .view_pc {
    display: none;
  }
  .view_sp {
    display: inline-block;
  }
  .sub_container {
    padding: 0 0;
  }
}

.p_contact,
.p_confirm,
.p_complete {
  color: #141414;
}

.p_contact .form_greeting_text,
.p_confirm .form_greeting_text,
.p_complete .form_greeting_text {
  display: block;
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 1.8;
}

.p_contact .form_tel_box,
.p_confirm .form_tel_box,
.p_complete .form_tel_box {
  margin-bottom: 70px;
  padding: 10px 0 20px;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
}

.p_contact .form_tel_left,
.p_confirm .form_tel_left,
.p_complete .form_tel_left {
  width: 350px;
  padding: 35px 0;
  background: #5185c5;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_contact .form_tel_left,
  .p_confirm .form_tel_left,
  .p_complete .form_tel_left {
    padding: 10px 0;
    line-height: 1.6;
  }
}

.p_contact .form_tel_left .form_tel_maintitle,
.p_confirm .form_tel_left .form_tel_maintitle,
.p_complete .form_tel_left .form_tel_maintitle {
  font-size: 18px;
  font-weight: normal;
}

.p_contact .form_tel_left .tel_left_text,
.p_confirm .form_tel_left .tel_left_text,
.p_complete .form_tel_left .tel_left_text {
  width: 100%;
  font-size: 12px;
  margin-top: 1em;
}

.p_contact .form_tel_left .tel_left_text > .time,
.p_confirm .form_tel_left .tel_left_text > .time,
.p_complete .form_tel_left .tel_left_text > .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}

.p_contact .form_tel_right,
.p_confirm .form_tel_right,
.p_complete .form_tel_right {
  width: calc(100% - 350px);
}

.p_contact .form_tel_right .tel_link_box,
.p_confirm .form_tel_right .tel_link_box,
.p_complete .form_tel_right .tel_link_box {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 1px);
  text-align: center;
}

.p_contact .form_tel_right .tel_link_inner,
.p_confirm .form_tel_right .tel_link_inner,
.p_complete .form_tel_right .tel_link_inner {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.p_contact .form_tel_right .tel_link_box:not(:first-child) .tel_link_inner:before,
.p_confirm .form_tel_right .tel_link_box:not(:first-child) .tel_link_inner:before,
.p_complete .form_tel_right .tel_link_box:not(:first-child) .tel_link_inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #5185C5 4px, transparent 4px, transparent 8px, transparent);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  top: 0;
  bottom: 0;
  left: -1px;
  right: auto;
}

.p_contact .form_tel_right .tel_link,
.p_confirm .form_tel_right .tel_link,
.p_complete .form_tel_right .tel_link {
  pointer-events: none;
  font-size: 30px;
  color: #141414;
}

.p_contact .form_tel_right .tel_link_text,
.p_confirm .form_tel_right .tel_link_text,
.p_complete .form_tel_right .tel_link_text {
  display: block;
  width: 100%;
  font-size: 12px;
  margin-bottom: 1em;
  line-height: 1.8;
}

.p_contact .form_tel_right .tel_small_text,
.p_confirm .form_tel_right .tel_small_text,
.p_complete .form_tel_right .tel_small_text {
  font-size: 16px;
}

.p_contact .form_contents_title,
.p_confirm .form_contents_title,
.p_complete .form_contents_title {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}

.p_contact .form_transition,
.p_confirm .form_transition,
.p_complete .form_transition {
  margin: 50px auto;
  text-align: center;
}

.p_contact .form_table,
.p_confirm .form_table,
.p_complete .form_table {
  width: 100%;
  /* IE */
  /* Edge */
}

.p_contact .form_table .form_table_contents,
.p_confirm .form_table .form_table_contents,
.p_complete .form_table .form_table_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dcdcdc;
}

.p_contact .form_table .form_table_contents:last-child,
.p_confirm .form_table .form_table_contents:last-child,
.p_complete .form_table .form_table_contents:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.p_contact .form_table .form_table_title,
.p_confirm .form_table .form_table_title,
.p_complete .form_table .form_table_title {
  position: relative;
  z-index: 1;
  width: 250px;
  padding: 19px 30px;
  background: #FAFAFA;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
}

.p_contact .form_table .form_table_title:after,
.p_confirm .form_table .form_table_title:after,
.p_complete .form_table .form_table_title:after {
  content: "任意";
  display: block;
  position: absolute;
  z-index: 2;
  top: 35px;
  width: 40px;
  height: 20px;
  right: 30px;
  margin: auto;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #c8c8c8;
}

.p_contact .form_table .required .form_table_title:after,
.p_confirm .form_table .required .form_table_title:after,
.p_complete .form_table .required .form_table_title:after {
  content: "必須";
  background: #C73C3C;
}

.p_contact .form_table .form_table_item,
.p_confirm .form_table .form_table_item,
.p_complete .form_table .form_table_item {
  width: calc(100% - 250px);
  padding: 20px;
  font-size: 16px;
}

.p_contact .form_table .form_table_item input,
.p_confirm .form_table .form_table_item input,
.p_complete .form_table .form_table_item input {
  background: #F5F5F5;
  border: 1px solid #DCDCDC;
  font-size: 16px;
  font-weight: 300;
}

.p_contact .form_table .form_table_item input::-webkit-input-placeholder, .p_contact .form_table .form_table_item textarea::-webkit-input-placeholder, .p_confirm .form_table .form_table_item input::-webkit-input-placeholder, .p_confirm .form_table .form_table_item textarea::-webkit-input-placeholder, .p_complete .form_table .form_table_item input::-webkit-input-placeholder, .p_complete .form_table .form_table_item textarea::-webkit-input-placeholder {
  color: #C8C8C8;
}

.p_contact .form_table .form_table_item input::-moz-placeholder, .p_contact .form_table .form_table_item textarea::-moz-placeholder, .p_confirm .form_table .form_table_item input::-moz-placeholder, .p_confirm .form_table .form_table_item textarea::-moz-placeholder, .p_complete .form_table .form_table_item input::-moz-placeholder, .p_complete .form_table .form_table_item textarea::-moz-placeholder {
  color: #C8C8C8;
}

.p_contact .form_table .form_table_item input:-ms-input-placeholder, .p_contact .form_table .form_table_item textarea:-ms-input-placeholder, .p_confirm .form_table .form_table_item input:-ms-input-placeholder, .p_confirm .form_table .form_table_item textarea:-ms-input-placeholder, .p_complete .form_table .form_table_item input:-ms-input-placeholder, .p_complete .form_table .form_table_item textarea:-ms-input-placeholder {
  color: #C8C8C8;
}

.p_contact .form_table .form_table_item input::-ms-input-placeholder, .p_contact .form_table .form_table_item textarea::-ms-input-placeholder, .p_confirm .form_table .form_table_item input::-ms-input-placeholder, .p_confirm .form_table .form_table_item textarea::-ms-input-placeholder, .p_complete .form_table .form_table_item input::-ms-input-placeholder, .p_complete .form_table .form_table_item textarea::-ms-input-placeholder {
  color: #C8C8C8;
}

.p_contact .form_table .form_table_item input::placeholder,
.p_contact .form_table .form_table_item textarea::placeholder,
.p_confirm .form_table .form_table_item input::placeholder,
.p_confirm .form_table .form_table_item textarea::placeholder,
.p_complete .form_table .form_table_item input::placeholder,
.p_complete .form_table .form_table_item textarea::placeholder {
  color: #C8C8C8;
}

.p_contact .form_table .form_table_item input:-ms-input-placeholder,
.p_contact .form_table .form_table_item textarea:-ms-input-placeholder,
.p_confirm .form_table .form_table_item input:-ms-input-placeholder,
.p_confirm .form_table .form_table_item textarea:-ms-input-placeholder,
.p_complete .form_table .form_table_item input:-ms-input-placeholder,
.p_complete .form_table .form_table_item textarea:-ms-input-placeholder {
  color: #C8C8C8;
}

.p_contact .form_table .form_table_item input::-ms-input-placeholder,
.p_contact .form_table .form_table_item textarea::-ms-input-placeholder,
.p_confirm .form_table .form_table_item input::-ms-input-placeholder,
.p_confirm .form_table .form_table_item textarea::-ms-input-placeholder,
.p_complete .form_table .form_table_item input::-ms-input-placeholder,
.p_complete .form_table .form_table_item textarea::-ms-input-placeholder {
  color: #C8C8C8;
}

.p_contact .form_table .confirm_caution,
.p_confirm .form_table .confirm_caution,
.p_complete .form_table .confirm_caution {
  display: none;
}

.p_contact .form_table .input_item,
.p_confirm .form_table .input_item,
.p_complete .form_table .input_item {
  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;
}

.p_contact .form_table .input_item input,
.p_confirm .form_table .input_item input,
.p_complete .form_table .input_item input {
  width: 100%;
  height: 2.8em;
  padding: 1em;
  font-weight: 300;
}

.p_contact .form_table .checkbox_item,
.p_confirm .form_table .checkbox_item,
.p_complete .form_table .checkbox_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p_contact .form_table .checkbox_item .mwform-checkbox-field,
.p_confirm .form_table .checkbox_item .mwform-checkbox-field,
.p_complete .form_table .checkbox_item .mwform-checkbox-field {
  width: 50%;
  margin: 0 0 1em;
  font-size: 16px;
}

.p_contact .form_table .checkbox_item input[type=checkbox],
.p_confirm .form_table .checkbox_item input[type=checkbox],
.p_complete .form_table .checkbox_item input[type=checkbox] {
  display: none;
}

.p_contact .form_table .checkbox_item .mwform-checkbox-field-text,
.p_confirm .form_table .checkbox_item .mwform-checkbox-field-text,
.p_complete .form_table .checkbox_item .mwform-checkbox-field-text {
  padding-left: 40px;
  position: relative;
  margin-right: 20px;
}

.p_contact .form_table .checkbox_item .mwform-checkbox-field-text::before,
.p_confirm .form_table .checkbox_item .mwform-checkbox-field-text::before,
.p_complete .form_table .checkbox_item .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}

.p_contact .form_table .checkbox_item input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.p_confirm .form_table .checkbox_item input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.p_complete .form_table .checkbox_item input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: #5185C5;
  border: 1px solid #5185C5;
}

.p_contact .form_table .checkbox_item input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.p_confirm .form_table .checkbox_item input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.p_complete .form_table .checkbox_item input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

.p_contact .form_table .textarea_item textarea,
.p_confirm .form_table .textarea_item textarea,
.p_complete .form_table .textarea_item textarea {
  width: 100%;
  min-height: 250px;
  padding: 1em;
  font-size: 16px;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
}

.p_contact .form_privacy_policy,
.p_confirm .form_privacy_policy,
.p_complete .form_privacy_policy {
  margin: 60px auto 30px;
  text-align: center;
}

.p_contact .form_privacy_policy .privacy_policy_link,
.p_confirm .form_privacy_policy .privacy_policy_link,
.p_complete .form_privacy_policy .privacy_policy_link {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}

.p_contact .form_privacy_policy .blank_link,
.p_confirm .form_privacy_policy .blank_link,
.p_complete .form_privacy_policy .blank_link {
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p_contact .form_privacy_policy .blank_link:after,
.p_confirm .form_privacy_policy .blank_link:after,
.p_complete .form_privacy_policy .blank_link:after {
  content: url("../img/form/icon_blank_link.svg");
  margin: 0 10px 0 5px;
}

.p_contact .form_privacy_policy .blank_link:hover,
.p_confirm .form_privacy_policy .blank_link:hover,
.p_complete .form_privacy_policy .blank_link:hover {
  color: #214DE5;
}

.p_contact .form_privacy_policy .mwform-checkbox-field,
.p_confirm .form_privacy_policy .mwform-checkbox-field,
.p_complete .form_privacy_policy .mwform-checkbox-field {
  width: 50%;
  margin: 0 0 1em;
  font-size: 16px;
}

.p_contact .form_privacy_policy input[type=checkbox],
.p_confirm .form_privacy_policy input[type=checkbox],
.p_complete .form_privacy_policy input[type=checkbox] {
  display: none;
}

.p_contact .form_privacy_policy .mwform-checkbox-field-text,
.p_confirm .form_privacy_policy .mwform-checkbox-field-text,
.p_complete .form_privacy_policy .mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  font-size: 16px;
}

.p_contact .form_privacy_policy .mwform-checkbox-field-text::before,
.p_confirm .form_privacy_policy .mwform-checkbox-field-text::before,
.p_complete .form_privacy_policy .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}

.p_contact .form_privacy_policy input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.p_confirm .form_privacy_policy input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.p_complete .form_privacy_policy input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: #5185C5;
  border: 1px solid #5185C5;
}

.p_contact .form_privacy_policy input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.p_confirm .form_privacy_policy input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.p_complete .form_privacy_policy input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

.p_contact .submit_btn_container,
.p_confirm .submit_btn_container,
.p_complete .submit_btn_container {
  margin: 40px auto 30px;
}

.p_contact .submit_btn_container .form-btn,
.p_confirm .submit_btn_container .form-btn,
.p_complete .submit_btn_container .form-btn {
  display: block;
  width: 225px;
  margin: auto;
  padding: 1em 0;
  color: #fff;
  font-size: 16px;
  background: #E57421;
  border-radius: 3px;
}

.page-template-page-confirm .form_table_title:after {
  content: none !important;
}

.page-template-page-confirm .required .form_table_title:after {
  content: none !important;
}

.page-template-page-confirm ._mail dd {
  font-weight: bold;
}

.page-template-page-confirm .choose {
  display: none;
}

@media screen and (max-width: 767px) {
  .p_contact .form_greeting_text,
  .p_confirm .form_greeting_text,
  .p_complete .form_greeting_text {
    margin-bottom: 45px;
    font-size: 14px;
  }
  .p_contact .form_tel_box,
  .p_confirm .form_tel_box,
  .p_complete .form_tel_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .p_contact .form_tel_left,
  .p_confirm .form_tel_left,
  .p_complete .form_tel_left {
    width: 100%;
  }
  .p_contact .form_tel_left .form_tel_left,
  .p_confirm .form_tel_left .form_tel_left,
  .p_complete .form_tel_left .form_tel_left {
    width: 100%;
    padding: 1em 0;
    font-size: 18px;
  }
  .p_contact .form_tel_right,
  .p_confirm .form_tel_right,
  .p_complete .form_tel_right {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_contact .form_tel_right .tel_link_inner,
  .p_confirm .form_tel_right .tel_link_inner,
  .p_complete .form_tel_right .tel_link_inner {
    width: calc(100% - 5px);
    padding: 20px 0 10px;
  }
  .p_contact .form_tel_right .tel_link,
  .p_confirm .form_tel_right .tel_link,
  .p_complete .form_tel_right .tel_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    border: 1px solid #141414;
    pointer-events: auto;
  }
  .p_contact .form_tel_right .form_tel_icon,
  .p_confirm .form_tel_right .form_tel_icon,
  .p_complete .form_tel_right .form_tel_icon {
    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
    margin-right: 0.5em;
  }
  .p_contact .form_tel_right .tel_link_box:not(:first-child) .tel_link_inner:before,
  .p_confirm .form_tel_right .tel_link_box:not(:first-child) .tel_link_inner:before,
  .p_complete .form_tel_right .tel_link_box:not(:first-child) .tel_link_inner:before {
    content: none;
  }
  .p_contact .form_tel_bottomtext,
  .p_confirm .form_tel_bottomtext,
  .p_complete .form_tel_bottomtext {
    width: 100%;
    margin-top: 0;
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p_contact .form_tel_bottomtext .time,
  .p_confirm .form_tel_bottomtext .time,
  .p_complete .form_tel_bottomtext .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .p_contact .form_contents_title,
  .p_confirm .form_contents_title,
  .p_complete .form_contents_title {
    font-size: 20px;
  }
  .p_contact .form_table .form_table_contents,
  .p_contact .form_table .form_table_contents:last-child,
  .p_confirm .form_table .form_table_contents,
  .p_confirm .form_table .form_table_contents:last-child,
  .p_complete .form_table .form_table_contents,
  .p_complete .form_table .form_table_contents:last-child {
    border: none;
  }
  .p_contact .form_table .form_table_contents:not(:first-child),
  .p_confirm .form_table .form_table_contents:not(:first-child),
  .p_complete .form_table .form_table_contents:not(:first-child) {
    margin-top: 24px;
  }
  .p_contact .form_table .form_table_contents,
  .p_confirm .form_table .form_table_contents,
  .p_complete .form_table .form_table_contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_contact .form_table .form_table_title,
  .p_confirm .form_table .form_table_title,
  .p_complete .form_table .form_table_title {
    width: 100%;
    padding: 0;
    background: 0 0;
    font-size: 14px;
    font-weight: bold;
  }
  .p_contact .form_table .form_table_title:after,
  .p_confirm .form_table .form_table_title:after,
  .p_complete .form_table .form_table_title:after {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .p_contact .form_table .form_table_item,
  .p_confirm .form_table .form_table_item,
  .p_complete .form_table .form_table_item {
    width: 100%;
    padding: 10px 0 0;
  }
  .p_contact .form_table .checkbox_item .mwform-checkbox-field-text,
  .p_confirm .form_table .checkbox_item .mwform-checkbox-field-text,
  .p_complete .form_table .checkbox_item .mwform-checkbox-field-text {
    display: inline-block;
    font-size: 14px;
    line-height: 1.8;
  }
  .p_contact .form_table .checkbox_item .mwform-checkbox-field-text::before,
  .p_confirm .form_table .checkbox_item .mwform-checkbox-field-text::before,
  .p_complete .form_table .checkbox_item .mwform-checkbox-field-text::before {
    width: 19px;
    height: 19px;
  }
  .p_contact .form_table .checkbox_item input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
  .p_confirm .form_table .checkbox_item input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
  .p_complete .form_table .checkbox_item input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
    top: 3px;
    left: 8px;
    width: 4px;
    height: 10px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .p_contact .submit_btn_container,
  .p_confirm .submit_btn_container,
  .p_complete .submit_btn_container {
    margin: 30px auto 40px;
  }
  .p_contact .submit_btn_container .form-btn,
  .p_confirm .submit_btn_container .form-btn,
  .p_complete .submit_btn_container .form-btn {
    width: 100%;
    font-size: 14px;
  }
  .form_table_item {
    font-size: 14px;
  }
  .textarea_item textarea {
    font-size: 14px;
  }
}

.p_confirm .input_item {
  font-size: 16px;
}

.p_confirm .form_privacy_policy {
  display: none;
}

.p_confirm .confirm_caution {
  display: block !important;
  width: 100%;
  margin-top: 0.5em;
  padding-left: 1em;
  color: #C73C3C;
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
}

.p_confirm .submit_btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 470px;
}

.p_confirm .submit_btn_container .back_btn {
  width: 225px;
  margin: auto;
  margin-right: 20px;
  padding: 0.9em 0;
  color: #fff;
  font-size: 16px;
  background: #C8C8C8;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .p_confirm .submit_btn_container .back_btn {
    margin-right: 9px;
  }
}

.p_confirm .submit_btn_container .form-btn {
  width: 225px;
  margin: auto;
  padding: 0.9em 0;
  color: #fff;
  font-size: 16px;
  background: #E57421;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .p_confirm .input_item {
    font-size: 14px;
  }
  .p_confirm .form_table .form_table_contents,
  .p_confirm .form_table .form_table_contents:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
  .p_confirm .form_table .form_table_item {
    padding: 10px 0 20px;
  }
  .p_confirm .form_table .confirm_caution {
    font-size: 14px;
  }
  .p_confirm .submit_btn_container .back_btn,
  .p_confirm .submit_btn_container .form-btn {
    width: calc(50% - 5px);
    margin: 0;
  }
}

.p_complete .form_complete_contents {
  max-width: 700px;
  margin: 80px auto;
  text-align: center;
}

.p_complete .form_complete_title {
  display: inline-block;
  padding-bottom: 0.5em;
  color: #5185c5;
  font-size: 22px;
  border-bottom: 6px solid #5185c5;
}

.p_complete .form_complete_text {
  margin: 40px auto;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.p_complete .complete_tel_box {
  width: 100%;
  padding: 20px 0;
  border: 1px solid #5185C5;
}

.p_complete .complete_tel_box .tel_link_box {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 1px);
  text-align: center;
}

.p_complete .complete_tel_box .tel_link_inner {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.p_complete .complete_tel_box .tel_link_box:not(:first-child) .tel_link_inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 100%;
  background-color: #5185C5;
  background-size: 1px 16px;
  background-repeat: repeat-y;
  top: 0;
  bottom: 0;
  left: -1px;
  right: auto;
}

.p_complete .complete_tel_box .tel_link {
  pointer-events: none;
  font-size: 30px;
  color: #5185C5;
}

.p_complete .complete_tel_box .tel_link_text {
  display: block;
  width: 100%;
  font-size: 12px;
  margin-bottom: 1em;
  line-height: 1.8;
  color: #5185C5;
}

.p_complete .complete_tel_box .text {
  margin-top: 1em;
  color: #5185C5;
  font-size: 12px;
}

.p_complete .complete_tel_box .text > .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

.p_complete .complete_tel_box .tel_small_text {
  font-size: 16px;
}

.p_complete .complete_tel_box .form_tel_bottomtext {
  width: 100%;
  margin-top: 1em;
  color: #5185c5;
  font-size: 12px;
  text-align: center;
}

.p_complete .complete_tel_box .form_tel_bottomtext > .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p_complete .form_complete_contents {
    max-width: 700px;
    margin: 80px auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 768px) {
  .p_complete .form_complete_contents {
    margin: 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .p_complete .form_complete_text {
    font-size: 14px;
  }
  .p_complete .complete_tel_box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    border-top: 1px solid #5185c5;
    border-bottom: 1px solid #5185c5;
  }
  .p_complete .complete_tel_box .tel_link_box {
    width: calc(50% - 5px);
  }
  .p_complete .complete_tel_box .tel_link {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    border: 1px solid #5185c5;
    pointer-events: auto;
  }
  .p_complete .complete_tel_box .form_tel_icon {
    -webkit-filter: invert(70%) sepia(20%) saturate(10044%) hue-rotate(223deg) brightness(100%) contrast(80%) opacity(80%);
            filter: invert(70%) sepia(20%) saturate(10044%) hue-rotate(223deg) brightness(100%) contrast(80%) opacity(80%);
    margin-right: 0.5em;
  }
  .p_complete .complete_tel_box .tel_link_box:not(:first-child) .tel_link_inner:before {
    content: none;
  }
  .p_complete .form_tel_bottomtext {
    width: 100%;
    margin-top: 1em;
    font-size: 12px;
    text-align: center;
  }
}

.mw_wp_form .error {
  margin-top: 5px;
}

@media screen and (max-width: 1023px) {
  .infomation_links_block {
    width: 100% !important;
  }
}

/********** 2021.04.27 フォーム **********/
/********** 入力画面 **********/
.p_contact .form_table .form_table_contents_column.js-closed {
  display: none;
}

.p_contact .form_table .form_table_contents_column.js-open {
  display: block;
}

.p_contact .form_table .form_table_contents_column {
  flex-direction: column;
  align-items: center;
}

.p_contact .form_table .form_table_contents_column .form_table_title {
  width: 100%;
  text-align: center;
}

.p_contact .form_table .form_table_contents_column .form_table_title::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p_contact .form_table .form_table_contents_column .checkbox_item {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p_contact .form_table .form_table_contents_column .form_table_title {
    text-align: left;
  }

  .p_contact .form_table .form_table_contents_column .form_table_title::after {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

/********** 確認画面 **********/
.p_confirm .form_table .form_table_contents_column.js-closed {
  display: none;
}

.p_confirm .form_table .form_table_contents_column.js-open {
  display: flex;
}

/********** 2021.05.26 **********/
.p_contact .contact_caution {
  display: block;
  margin-top: 5px;
  width: 100%;
  color: #333;
}

@media screen and (max-width: 767px) {
  .p_contact .contact_caution {
    font-size: 14px;
  }
}

.p_confirm .contact_caution {
  display: none;
}

.radio_item label {
  display: flex;
}

.radio_item input {
  appearance: auto;
}