@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  display: block;
  color: #000;
}

.pc_item {
  display: block;
}

.sp_item {
  display: none;
}

.header {
  border-bottom: 6px solid #090;
}
.header .header_inner {
  padding: 6px 20px 10px;
  margin: 0 auto;
}

footer {
  margin-top: 204px;
}

.main_inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 66px;
}

.heading_lv1 {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.heading_lv2 {
  color: #090;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 4px solid #090;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.heading_lv2 .small {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.heading_lv2 .small span {
  font-size: 18px;
}
.heading_lv2 .small .num {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 21px;
  height: 21px;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F22424;
  margin-left: 3px;
  margin-right: 3px;
  padding-bottom: 3px;
}

.step_area {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.step_area li {
  width: 157px;
  position: relative;
}
.step_area li:before, .step_area li:after {
  content: "";
  position: absolute;
  top: 18px;
  display: block;
  width: 50px;
  height: 4px;
  background-image: url(../img/step_deco.png);
}
.step_area li:before {
  left: 0;
}
.step_area li:after {
  right: 0;
}
.step_area li:first-child:before {
  display: none;
}
.step_area li:last-child:after {
  display: none;
}
.step_area li.current .num {
  background: #090;
}
.step_area li.current .text {
  color: #000;
}
.step_area li .num {
  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;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border-radius: 22px;
  background: #999;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.step_area li .text {
  margin-top: 7px;
  color: #999999;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-align: center;
}

.db_error {
  text-align: center;
  color: #F22424;
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
}
.db_error + * {
  margin-top: 50px !important;
}

.note_area {
  margin-top: 77px;
  border: 4px solid #F22424;
  background: #FFF9F9;
  padding: 35px 36px 32px;
}
.note_area .title {
  color: #F22424;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
.note_area .title img {
  margin-right: 6px;
}
.note_area .list {
  margin-top: 13px;
}
.note_area .num_list {
  margin-left: 2px;
}
.note_area .note_list {
  margin-top: 9px;
}

.green_area {
  border: 4px solid #090;
  padding: 30px 40px 37px 40px;
}
.green_area .title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-align: center;
}
.green_area .flex {
  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;
  gap: 60px;
  margin-top: 24px;
}
.green_area .flex .box {
  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;
  gap: 16px;
}
.green_area .checkbox_area {
  margin-top: 37px;
}
.green_area .checkbox_area .checkbox_item {
  position: relative;
}
.green_area .checkbox_area .checkbox_item input[type=checkbox] {
  display: none;
}
.green_area .checkbox_area .checkbox_item input[type=checkbox]:checked + label {
  background: #E8F5E8;
  border: 2px solid #090;
  color: #000;
}
.green_area .checkbox_area .checkbox_item input[type=checkbox]:checked + label:before {
  background-image: url("../img/check_on.svg");
}
.green_area .checkbox_area .checkbox_item label {
  display: block;
  width: 100%;
  height: 68px;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #999;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding: 17px 30px 0 56px;
}
.green_area .checkbox_area .checkbox_item label:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("../img/check_off.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

form {
  margin-top: 65px;
}
form section + section {
  margin-top: 104px;
}

.list > li {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 13px;
  position: relative;
}
.list > li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.list > li a {
  text-decoration: underline;
}
.list > li a:hover {
  opacity: 0.7;
}
.list > li .window {
  position: relative;
  top: -4px;
  left: 5px;
  margin-right: 10px;
}
.list > li + li {
  margin-top: 12px;
}

.num_list > li {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 13px;
  position: relative;
}
.num_list > li + li {
  margin-top: 2px;
}
.num_list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
}
.num_list > li:nth-child(1):before {
  content: "①";
}
.num_list > li:nth-child(2):before {
  content: "②";
}

.note_list > li {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 16px;
  position: relative;
}
.note_list > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.text_bold {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text_normal {
  margin-top: 13px;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact_row {
  margin-top: 36px;
}
.contact_row .contact_row_label {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  margin-bottom: 7px;
}
.contact_row .contact_row_label.required {
  position: relative;
}
.contact_row .contact_row_label.required:after {
  content: "必須";
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #F22424;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  position: relative;
  top: -3px;
}
.contact_row .contact_row_content input {
  height: 60px;
  width: 100%;
  border-radius: 4px;
  border: none;
  border: 1px solid #999;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 19px;
  font-family: "Noto Sans JP", sans-serif !important;
}
.contact_row .contact_row_content input.half {
  width: calc(50% - 10px);
}
.contact_row .contact_row_content input:focus {
  outline: none;
}
.contact_row .contact_row_content input:not(:-moz-placeholder-shown) {
  border: 2px solid #090 !important;
}
.contact_row .contact_row_content input:not(:-ms-input-placeholder) {
  border: 2px solid #090 !important;
}
.contact_row .contact_row_content input:not(:placeholder-shown) {
  border: 2px solid #090 !important;
}
.contact_row .contact_row_content input.form-error {
  border: 2px solid #F22424 !important;
  background: #FFECEC !important;
}
.contact_row .contact_row_content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.contact_row .contact_row_content .radio_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contact_row .contact_row_content .radio_area .radio_item {
  position: relative;
  width: 470px;
}
.contact_row .contact_row_content .radio_area .radio_item input[type=radio] {
  display: none;
}
.contact_row .contact_row_content .radio_area .radio_item input[type=radio]:checked + label {
  background: #F2FFF2;
  border: 2px solid #090;
  color: #000;
}
.contact_row .contact_row_content .radio_area .radio_item input[type=radio]:checked + label:before {
  background-image: url("../img/radio_on.svg");
}
.contact_row .contact_row_content .radio_area .radio_item label {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  border-radius: 4px;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding-left: 49px;
  min-width: 200px;
}
.contact_row .contact_row_content .radio_area .radio_item label:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url("../img/radio_off.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.contact_row .contact_row_content .radio_area + .hidden_area {
  margin-top: 20px;
}
.contact_row .contact_row_content .post_area {
  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;
  gap: 0 30px;
}
.contact_row .contact_row_content .post_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact_row .contact_row_content .post_area .wrap .post_label {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
.contact_row .contact_row_content .post_area .wrap .post_dash {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
.contact_row .contact_row_content .post_area .wrap input {
  width: 140px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #999;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 19px;
}
.contact_row .contact_row_content .post_area .error_area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.contact_row .contact_row_content .post_area .post_link {
  color: #090;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.contact_row .contact_row_content .post_area .post_link:hover {
  opacity: 0.7;
}
.contact_row .contact_row_content .select_box {
  position: relative;
  display: inline-block;
  width: 470px;
}
.contact_row .contact_row_content .select_box select {
  width: 100%;
  min-height: 60px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #FFF;
  padding: 10px 50px 10px 19px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  white-space: normal;
  line-height: 1.5;
}
.contact_row .contact_row_content .select_box select:focus {
  outline: none;
}
.contact_row .contact_row_content .select_box select.selected {
  border: 2px solid #090 !important;
}
.contact_row .contact_row_content .select_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 10px;
  background: #009900;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.contact_row .contact_row_content .tel_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact_row .contact_row_content .tel_area .wrap .tel_dash {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
}
.contact_row .contact_row_content .tel_area .wrap input {
  width: 140px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #999;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
}
.contact_row .contact_row_content .name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.contact_row .contact_row_content .name_area input {
  width: 470px;
}
.contact_row .contact_row_content .note_list {
  margin-top: 5px;
}
.contact_row .contact_row_content .company_other {
  display: none;
  margin-top: 10px;
}
.contact_row .contact_row_content .report_area {
  margin-top: 20px;
  background: #F4F4F4;
  padding: 40px;
}
.contact_row .contact_row_content .report_area .report_inner {
  width: 480px;
  margin: 0 auto;
}
.contact_row .contact_row_content .report_area .report_inner .img {
  text-align: center;
}
.contact_row .contact_row_content .report_area .report_inner ul {
  margin-top: 18px;
  counter-reset: item;
}
.contact_row .contact_row_content .report_area .report_inner ul li {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 27px;
  position: relative;
}
.contact_row .contact_row_content .report_area .report_inner ul li:before {
  content: counter(item);
  counter-increment: item;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 21px;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F22424;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 1px;
}
.contact_row .contact_row_content .report_area .report_inner ul li + li {
  margin-top: 7px;
}
.contact_row .contact_row_content .supply_num .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact_row .contact_row_content .supply_num .wrap input {
  width: 140px;
}
.contact_row .contact_row_content .supply_num .wrap input:first-child {
  width: 90px;
}
.contact_row .contact_row_content .img-box {
  width: 480px;
  max-width: 100%;
  margin-top: 20px;
}
.contact_row .contact_row_content .datepicker_area {
  position: relative;
  width: 470px;
}
.contact_row .contact_row_content .datepicker_area:after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 28px;
  background-image: url("../img/icon_calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.contact_row .contact_row_content .datepicker_area input::-webkit-input-placeholder {
  color: #000;
}
.contact_row .contact_row_content .datepicker_area input::-moz-placeholder {
  color: #000;
}
.contact_row .contact_row_content .datepicker_area input:-ms-input-placeholder {
  color: #000;
}
.contact_row .contact_row_content .datepicker_area input::-ms-input-placeholder {
  color: #000;
}
.contact_row .contact_row_content .datepicker_area input::placeholder {
  color: #000;
}
.contact_row .error_area {
  margin-top: 10px;
}
.contact_row .error_area p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F22424;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 35px;
}
.contact_row .error_area p:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 28px;
  height: 28px;
  background-image: url("../img/icon_caution.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.hidden_area {
  display: none;
}

.btn_area {
  margin-top: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.btn_area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.25) inset;
  color: #FFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.btn_area .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.btn_area .btn.btn_primary {
  width: 400px;
  background: #090;
  font-family: "Noto Sans JP", sans-serif !important;
  padding-right: 19px;
  position: relative;
}
.btn_area .btn.btn_primary::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.5px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.btn_area .btn.btn_primary.disabled {
  color: #BEBEBE;
  background: #E7E7E7;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.btn_area .btn.btn_primary.disabled::after {
  background: #BEBEBE;
}
.btn_area .btn.btn_back {
  width: 120px;
  background: #999;
  padding-left: 19px;
  position: relative;
}
.btn_area .btn.btn_back::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.5px;
  height: 12px;
  background: #fff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.btn_toggle {
  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;
  width: 180px;
  height: 60px;
  border-radius: 8px;
  border: 2px solid #999;
  background: #FFF;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn_toggle:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #000;
}

.btn_modal {
  color: #090;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  display: inline-block;
  margin-top: 14px;
}
.btn_modal:hover {
  opacity: 0.7;
}

.btn_upload {
  margin-top: 4px;
  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;
  width: 240px;
  height: 44px;
  border-radius: 6px;
  border: 2px solid #999;
  background: #FFF;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.btn_upload:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #000;
}
.btn_upload input[type=file] {
  display: none;
}

.modal {
  width: 960px;
  margin: 80px auto 60px;
  padding: 66px 60px;
  border-radius: 12px;
  background: #FFF;
  position: relative;
}
.modal .title {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}
.modal .ac + .ac {
  margin-top: 20px;
}
.modal .ac .ac_head {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #090;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  background: #F2FFF2;
  border-radius: 8px;
  border: 2px solid #999;
  padding: 0 0 0 18px;
  position: relative;
  cursor: pointer;
}
.modal .ac .ac_head::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #009900;
}
.modal .ac .ac_head::after {
  content: "";
  position: absolute;
  right: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background: #009900;
}
.modal .ac .ac_head.active::after {
  display: none;
}
.modal .ac .ac_head.active {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal .ac .ac_body {
  border: 2px solid #999;
  border-top: 2px solid #e6e6e6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: none;
}
.modal .ac .ac_body .content {
  padding: 32px 38px 38px;
}
.modal .ac .ac_body .content *:first-child {
  margin-top: 0;
}
.modal .ac .ac_body .content .sample_img {
  width: 480px;
  margin: 35px auto 0;
}
.modal .ac .ac_body .content .sample_img + * {
  margin-top: 34px;
}
.modal .ac .ac_body .content > .ac {
  margin-top: 32px;
}
.modal .ac .ac_body .content > .ac + .ac {
  margin-top: 20px;
}
.modal .ac + .text_normal {
  text-align: center;
  margin-top: 50px;
}
.modal .freecall_area {
  margin-top: 20px;
}
.modal .contact_list li {
  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;
  border-bottom: 1px solid #E6E6E6;
  height: 52px;
}
.modal .contact_list li:first-child {
  border: none;
  height: auto;
  padding-bottom: 14px;
}
.modal .contact_list li a {
  text-decoration: underline;
}
.modal .contact_list li a:hover {
  opacity: 0.7;
}
.modal .contact_list li a.tel {
  pointer-events: none;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 240%; /* 38.4px */
  text-decoration: none;
}
.modal .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-top: 36px;
  position: relative;
}
.modal .tab_btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #999;
}
.modal .tab_btn li {
  width: calc(50% - 5px);
  position: relative;
}
.modal .tab_btn li a {
  color: #090;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  border: 2px solid #999;
  border-radius: 8px 8px 0 0;
  display: block;
  height: 60px;
  padding-left: 18px;
  padding-top: 13px;
}
.modal .tab_btn li a.active {
  height: 80px;
  background: #F2FFF2;
  padding-top: 23px;
  border-bottom: 2px solid #e6e6e6;
}
.modal .tab_btn li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.modal .tab_content {
  border: 2px solid #999;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 30px 38px 40px;
}
.modal .tab_content .tab_content_item:nth-of-type(2) {
  display: none;
}
.modal .btn_area {
  margin-top: 78px;
}
.modal .close {
  position: absolute;
  right: 0;
  top: -48px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.modal .close:hover {
  opacity: 0.7;
}

.freecall_area .text_bold {
  padding-top: 0;
  text-align: center;
}
.freecall_area .text_bold span {
  position: relative;
}
.freecall_area .text_bold span:before, .freecall_area .text_bold span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 114px;
  height: 1px;
  background: #999;
}
.freecall_area .text_bold span:before {
  left: -125px;
}
.freecall_area .text_bold span:after {
  right: -125px;
}
.freecall_area .flex {
  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;
  gap: 10px;
}
.freecall_area .flex .img {
  width: 60px;
  margin-top: 8px;
}
.freecall_area .flex .text {
  text-align: left;
}
.freecall_area .flex .text a {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.freecall_area .flex .text p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.index .note_area + .text_bold {
  margin-top: 73px;
}

.contract .main_inner > .text_bold {
  margin-top: 70px;
}

.payment .main_inner > .text_bold {
  margin-top: 70px;
}
.payment .contact_row .contact_row_content .note_list {
  margin-top: 10px;
}
.payment .green_area {
  margin-top: 76px;
  padding: 28px 35px 37px 35px;
}
.payment .green_area .list {
  margin-top: 30px;
  padding: 0 20px;
}
.payment .green_area .list > li + li {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .pc_item {
    display: none;
  }
  .sp_item {
    display: block;
  }
  .header .header_inner {
    width: 100%;
    padding: 2px 10px 6px;
  }
  .header .header_inner h1 {
    width: 160px;
  }
  footer {
    margin-top: 120px;
  }
  .main_inner {
    width: 100%;
    padding: 0 20px;
    padding-top: 27px;
  }
  .heading_lv1 {
    color: #000;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .heading_lv2 {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 2px;
  }
  .heading_lv2 .small {
    margin-left: 8px;
    margin-bottom: 3px;
  }
  .step_area {
    margin-top: 30px;
  }
  .step_area li:before, .step_area li:after {
    width: 14px;
    height: 4px;
    background-image: url("../img/step_deco_sp.png");
    background-size: 100%;
  }
  .db_error {
    font-size: 16px;
    margin-top: 30px;
  }
  .db_error + * {
    margin-top: 30px !important;
  }
  .note_area {
    margin-top: 37px;
    padding: 16px 16px 12px 16px;
  }
  .note_area .title {
    color: #F22424;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .note_area .list {
    margin-top: 14px;
  }
  .green_area {
    padding: 20px 0 26px 0;
  }
  .green_area .title {
    font-size: 20px;
  }
  .green_area .flex {
    margin-top: 34px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
  }
  .green_area .flex > .text_bold {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  .green_area .flex .box .text_bold {
    font-size: 18px;
  }
  .green_area .flex .box:nth-of-type(2) {
    gap: 30px;
    padding-right: 18px;
  }
  .green_area .checkbox_area {
    margin-top: 18px;
  }
  .green_area .checkbox_area .checkbox_item label {
    font-size: 16px;
    padding: 11px 20px 0 56px;
    height: 52px;
  }
  .text_bold {
    color: #000;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .text_normal {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  form section + section {
    margin-top: 66px;
  }
  .list > li {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 13px;
  }
  .list > li:before {
    top: 8px;
  }
  .list > li .window {
    top: -3px;
  }
  .list > li + li {
    margin-top: 11px;
  }
  .num_list > li {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-left: 11px;
  }
  .note_list > li {
    line-height: 150%;
  }
  .contact_row {
    margin-top: 29px;
  }
  .contact_row .contact_row_label {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    margin-bottom: 15px;
  }
  .contact_row .contact_row_label.required:after {
    top: -2px;
  }
  .contact_row .contact_row_content input {
    font-size: 16px;
    height: 52px;
  }
  .contact_row .contact_row_content input.half {
    width: 100%;
  }
  .contact_row .contact_row_content .text_normal {
    margin-top: 17px;
  }
  .contact_row .contact_row_content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
  .contact_row .contact_row_content .radio_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }
  .contact_row .contact_row_content .radio_area .radio_item {
    width: 100%;
  }
  .contact_row .contact_row_content .radio_area .radio_item label {
    height: 52px;
    font-size: 16px;
  }
  .contact_row .contact_row_content .radio_area + .hidden_area {
    margin-top: 18px;
  }
  .contact_row .contact_row_content .post_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact_row .contact_row_content .post_area .wrap .post_label {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
  }
  .contact_row .contact_row_content .post_area .wrap input {
    font-size: 16px;
    height: 52px;
  }
  .contact_row .contact_row_content .post_area .error_area {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .contact_row .contact_row_content .post_area .post_link {
    font-size: 14px;
    margin-top: 14px;
  }
  .contact_row .contact_row_content .select_box {
    width: 100%;
  }
  .contact_row .contact_row_content .select_box select {
    font-size: 16px;
    min-height: 52px;
  }
  .contact_row .contact_row_content .tel_area .wrap input {
    width: 97px;
    font-size: 16px;
    height: 52px;
  }
  .contact_row .contact_row_content .tel_area .wrap input:first-child {
    width: 84px;
  }
  .contact_row .contact_row_content .name_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .contact_row .contact_row_content .name_area input {
    width: 100%;
  }
  .contact_row .contact_row_content .note_list {
    margin-top: 7px;
  }
  .contact_row .contact_row_content .report_area {
    padding: 20px 10px;
    margin-top: 14px;
  }
  .contact_row .contact_row_content .report_area .report_inner {
    width: 100%;
  }
  .contact_row .contact_row_content .report_area .report_inner ul {
    margin-top: 10px;
  }
  .contact_row .contact_row_content .report_area .report_inner ul li {
    font-size: 14px;
  }
  .contact_row .contact_row_content .report_area .report_inner ul li + li {
    margin-top: 11px;
  }
  .contact_row .contact_row_content .supply_num .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_row .contact_row_content .supply_num .wrap input {
    width: 85px;
  }
  .contact_row .contact_row_content .supply_num .wrap input:first-child {
    width: 70px;
  }
  .contact_row .contact_row_content .datepicker_area {
    width: 100%;
  }
  .contact_row .error_area p {
    font-size: 16px;
  }
  .contact_row .error_area p:before {
    top: -2px;
  }
  .btn_area {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .btn_area .btn {
    width: 100%;
  }
  .btn_area .btn.btn_primary {
    width: 100%;
  }
  .btn_area .btn.btn_back {
    width: 100%;
  }
  .btn_toggle {
    width: 170px;
    height: 44px;
    font-size: 14px;
  }
  .btn_modal {
    font-size: 14px;
  }
  .btn_upload {
    width: 170px;
    margin-top: 7px;
  }
  .mfp-container {
    padding: 0 !important;
  }
  .modal {
    width: calc(100% - 20px);
    padding: 29px 10px 40px;
    margin: 65px auto 0;
  }
  .modal .title {
    font-size: 30px;
  }
  .modal .ac .ac_head {
    font-size: 20px;
  }
  .modal .ac .ac_body .content {
    padding: 13px 17px 20px 17px;
  }
  .modal .ac .ac_body .content .sample_img {
    width: 100%;
    margin-top: 19px;
  }
  .modal .ac .ac_body .content .sample_img + * {
    margin-top: 14px;
  }
  .modal .ac .ac_body .content > .ac {
    margin-top: 15px;
  }
  .modal .ac .ac_body .content > .ac .ac_body .content {
    padding: 22px 9px 25px;
  }
  .modal .ac + .text_normal {
    margin-top: 30px;
  }
  .modal .contact_list li {
    height: auto;
    padding: 10.5px 0;
  }
  .modal .contact_list li:first-child {
    padding: 0;
    padding-bottom: 12px;
  }
  .modal .contact_list li a {
    font-size: 14px;
  }
  .modal .contact_list li a.name {
    display: inline-block;
    width: 50%;
  }
  .modal .contact_list li a.tel {
    pointer-events: auto;
    text-decoration: underline;
    font-size: 14px;
  }
  .modal .tab_btn li a {
    font-size: 20px;
    height: 50px;
  }
  .modal .tab_btn li a.active {
    height: 70px;
  }
  .modal .tab_content {
    padding: 22px 8px 40px;
  }
  .modal .btn_area {
    margin-top: 58px;
  }
  .modal .close {
    right: 4px;
    top: -44px;
  }
  .freecall_area .text_bold span:before, .freecall_area .text_bold span:after {
    width: 77px;
  }
  .freecall_area .text_bold span:before {
    left: -88px;
  }
  .freecall_area .text_bold span:after {
    right: -88px;
  }
  .freecall_area .flex .text a {
    font-size: 30px;
    pointer-events: auto;
  }
  .freecall_area .flex .text p {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.5;
  }
  .index .note_area + .text_bold {
    margin-top: 33px;
  }
  .contract .main_inner > .text_bold {
    margin-top: 30px;
  }
  .payment .main_inner > .text_bold {
    margin-top: 30px;
  }
  .payment .contact_row .text_normal {
    margin-top: 9px;
  }
  .payment .contact_row .note_list li {
    font-size: 12px;
    font-weight: 400;
  }
  .payment .green_area {
    margin-top: 26px;
    padding: 18px 20px 27px 20px;
  }
  .payment .green_area .list {
    margin-top: 13px;
    padding: 0 10px;
  }
  .payment .green_area .list > li .other {
    margin-top: 6px;
    display: inline-block;
    margin-bottom: 3px;
  }
  .payment .green_area .list > li .other + .window {
    top: -5px;
  }
  .payment .green_area .list > li + li {
    margin-top: 13px;
  }
}
/* Chrome, Edge, Safari */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #000;
}

/* Firefox */
input:-moz-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -moz-text-fill-color: #000;
}