@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.common__button a:hover {
  border-radius: 30px;
}

.support-main p {
  text-align: center;
}
.support-btn {
  width: 100%;
  margin-bottom: 20px;
}
.support-btn__wrap {
  margin: 40px auto 20px;
}
.support-btn-sec {
  width: 360px;
  height: 48px;
  border-radius: 30px;
}
@media all and (max-width: 896px) {
  .support-btn-sec {
    width: 280px;
    margin-bottom: 0;
  }
}
.support-btn-sec a {
  padding: 10px 10px;
}
.support-btn-sec:last-child {
  margin-right: 0;
}

.contents__blk-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common__btn > a {
  border: 2px solid #e50014;
  color: #e50014;
}
.common__btn > a::after {
  background: #e50014;
}

/* form */
/* ============================================ */
.form__tab {
  width: 32%;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #939491;
}
.form__tab.current {
  background-color: #e50014;
  position: relative;
}
.form__tab.current::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #e50014;
  z-index: 2;
}
.form__tab.current::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e50014;
  z-index: 1;
}
.form__tab a {
  padding: 20px 10px;
  display: block;
  width: 100%;
  height: 100%;
}
.form__tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.form__ttl-wrap {
  text-align: center;
  border: 4px solid #e50014;
  margin-top: 40px;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
}
.form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form select {
  width: 50% !important;
}
@media all and (max-width: 600px) {
  .form select {
    width: 100% !important;
  }
}
.form__contact {
  margin-bottom: 25px;
}
.form__contact div .form__required {
  margin-left: 20px;
}
.form .formLayout.input_now .display_check {
  display: none;
}
.form .formLayout.check_now .display_input {
  display: none;
}
.form__txt {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.form__inner {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .form__inner {
    margin-top: 30px;
  }
}
.form__error {
  background: #fff;
  border: 2px solid #e50014;
  padding: 10px;
  color: #e50014;
  margin-bottom: 20px;
}
.form__block {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__item .description {
  font-size: 13px;
  position: relative;
  bottom: 20px;
}
@media all and (max-width: 896px) {
  .form__item .description {
    bottom: auto;
    font-size: 12px;
  }
}
@media all and (max-width: 896px) {
  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__item dt,
.form__item dd {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.form__item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 20px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  background: #f8f7f2;
  color: #000;
  font-weight: 400;
  position: relative;
}
@media all and (max-width: 896px) {
  .form__item dt {
    padding: 10px 15px;
    width: 100%;
  }
}
.form__item dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}
@media all and (max-width: 896px) {
  .form__item dd {
    padding: 15px;
    width: 100%;
  }
}
.form label {
  margin-right: 20px;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  font-size: 1.6rem !important;
  margin: 5px 10px 5px 0;
}
.form input[type=text].form__short,
.form input[type=email].form__short,
.form input[type=tel].form__short,
.form select.form__short,
.form textarea.form__short {
  max-width: 200px;
}
.form input[type=text].form__middle,
.form input[type=email].form__middle,
.form input[type=tel].form__middle,
.form select.form__middle,
.form textarea.form__middle {
  max-width: 300px;
}
.form textarea {
  height: 200px;
  font-size: 1.6rem !important;
}
.form input[type=radio],
.form input[type=checkbox] {
  margin-right: 5px;
}
.form__mark {
  margin-right: 5px;
}
.form__search {
  text-align: center;
  padding: 4px 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: 400;
  font-size: 1.4rem;
  background: #2B883A;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .form__search {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .form__search:hover {
    opacity: 0.7;
  }
}
.form__note {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .form__note {
    font-size: 1.2rem;
  }
}
.form__required {
  display: inline-block;
  background: #e50014;
  padding: 2px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 896px) {
  .form__required {
    font-size: 1.2rem;
  }
}
.form__submit {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .form__submit {
    margin-top: 30px;
  }
}
.form__submit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.form__submit-list + .form__submit-list {
  margin-top: 20px;
}
.form__submit-list > li {
  width: calc((100% - 20px) / 2);
  max-width: 300px;
}
@media all and (max-width: 480px) {
  .form__submit-list > li {
    width: 100%;
  }
}
.form__submit-list > li.prev .form__submit-btn {
  background: #595C5A;
}
.form__submit-btn {
  text-align: center;
  padding: 15px;
  width: 100%;
  background: #e50014;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: 400;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .form__submit-btn:hover {
    opacity: 0.6;
  }
}

.formLayout .area_form table {
  width: 100%;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .formLayout .area_form table thead,
  .formLayout .area_form table tbody {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr {
    display: block;
  }
}
.formLayout .area_form table tr th {
  background: #2B883A;
  color: #fff;
  padding: 15px;
  width: 250px;
  border-bottom: 1px solid #efefef;
  position: relative;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.formLayout .area_form table tr th .notice {
  background: #FB695B;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  position: absolute;
  right: 15px;
  top: calc(50% - 12px);
  text-align: center;
  font-size: 1.3rem;
  border-radius: 5px;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr th .notice {
    right: 10px;
  }
}
.formLayout .area_form table tr td {
  padding: 15px;
  width: calc(100% - 250px);
  border-bottom: 1px solid #efefef;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.formLayout .area_form table tr td:first-of-type {
  border-top: 1px solid #efefef;
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr td:first-of-type {
    border-bottom: none;
  }
}
.formLayout .area_form table tr td label {
  display: block;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formLayout .area_form table tr td input[type=text],
.formLayout .area_form table tr td input[type=email],
.formLayout .area_form table tr td input[type=tel],
.formLayout .area_form table tr td select,
.formLayout .area_form table tr td textarea {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D8D6D6;
  width: 100%;
  margin-right: 5px;
  font-size: 1.6rem !important;
}
.formLayout .area_form table tr td input.yubin {
  width: 200px;
  margin: 0 10px;
}
.formLayout .area_form table tr td .btn_postal {
  padding: 4px 8px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #2B883A;
  font-size: 1.4rem;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .formLayout .area_form table tr td .btn_postal:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .formLayout .area_form table tr td .btn_postal {
    margin-top: 8px;
  }
}
.formLayout .area_form table tr td textarea {
  height: 200px;
  font-size: 1.6rem !important;
}
.formLayout .area_form table tr td .display_input {
  font-size: 1.3rem;
  margin-top: 5px;
  display: inline-block;
}

.check-txt {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.check-wrap {
  text-align: center;
}
.check-wrap input {
  width: 20px;
  height: 20px;
}

#errorMessage {
  background: #fff;
  border: 2px solid #e50014;
  padding: 10px;
  color: #e50014;
  margin-bottom: 20px;
}