.l-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 36px;
  padding: 0 8px;
}
@media print, screen and (min-width: 780px) {
  .intro {
    font-size: 1.6rem;
    padding: 0;
  }
}
.intro a {
  color: #da0808;
  text-decoration: none;
}
@media not all and (hover: none) {
  .intro a:hover {
    text-decoration: underline;
  }
}

.sec_form {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 81px 0 48px;
  margin-top: 82px;
  width: 100%;
}
@media print, screen and (min-width: 780px) {
  .sec_form {
    padding: 97px 0 80px;
    margin-top: 98px;
  }
}
.sec_form .step {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
}
@media print, screen and (min-width: 780px) {
  .sec_form .step {
    gap: 64px;
  }
}
.sec_form .step li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #8f8f8f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  height: 67px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 2.4;
  position: relative;
  width: 67px;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 2px #d1d1d1 inset;
          box-shadow: 0 0 0 2px #d1d1d1 inset;
}
@media print, screen and (min-width: 780px) {
  .sec_form .step li {
    font-size: 1.3rem;
  }
}
.sec_form .step li::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  width: 38px;
  height: 1px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="1" viewBox="0 0 38 1"><line x1="0" y1="0.5" x2="38" y2="0.5" stroke="%23d1d1d1" stroke-width="1" stroke-dasharray="3 3"/></svg>') no-repeat left center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 780px) {
  .sec_form .step li::before {
    left: -60px;
    width: 56px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="56" height="1" viewBox="0 0 56 1"><line x1="0" y1="0.5" x2="56" y2="0.5" stroke="%23d1d1d1" stroke-width="1" stroke-dasharray="3 3"/></svg>');
  }
}
.sec_form .step li:first-child::before {
  display: none;
}
.sec_form .step li.on {
  background: -webkit-gradient(linear, left top, right top, from(#da0808), to(#dc7209));
  background: -webkit-linear-gradient(left, #da0808 0%, #dc7209 100%);
  background: linear-gradient(90deg, #da0808 0%, #dc7209 100%);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec_form .step li.on::before {
  background: #da0808;
}
.sec_form .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 48px auto 0;
  padding: 8px;
  min-width: 153px;
  min-height: 45px;
  border: none;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media print, screen and (min-width: 780px) {
  .sec_form .btn {
    min-width: 268px;
    min-height: 52px;
    font-size: 1.5rem;
  }
}
@media not all and (hover: none) {
  .sec_form .btn:hover {
    opacity: 0.8;
  }
}
.sec_form .btn.btn-back {
  background-color: #e1e1e1;
  color: #8f8f8f;
}
.sec_form .thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_form .thanks h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media print, screen and (min-width: 780px) {
  .sec_form .thanks h3 {
    font-size: 2.8rem;
  }
}
.sec_form .thanks p {
  text-align: left;
}
.sec_form .thanks .btn {
  margin-top: 64px;
}
@media print, screen and (min-width: 780px) {
  .sec_form .thanks .btn {
    margin-top: 123px;
  }
}
.sec_form form {
  margin: 0 auto;
  max-width: 893px;
  padding: 0 24px;
}
@media print, screen and (min-width: 780px) {
  .sec_form form {
    padding: 0 40px;
  }
}
.sec_form table {
  border-collapse: collapse;
  width: 100%;
}
.sec_form table tr {
  border-bottom: 1px solid #e8e7e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
}
@media print, screen and (min-width: 780px) {
  .sec_form table tr {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.sec_form table tr:not(:first-child) {
  margin-top: 24px;
}
.sec_form table th, .sec_form table td {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
@media print, screen and (min-width: 780px) {
  .sec_form table th, .sec_form table td {
    font-size: 1.6rem;
  }
}
.sec_form table th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media print, screen and (min-width: 780px) {
  .sec_form table th {
    width: 264px;
  }
}
.sec_form table th em {
  padding: 6px 4px;
  background-color: #da0808;
  color: #fff;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .sec_form table th em {
    font-size: 1.3rem;
  }
}
.sec_form table td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media print, screen and (min-width: 780px) {
  .sec_form table td {
    width: auto;
  }
}
.sec_form input[type=text],
.sec_form input[type=email],
.sec_form input[type=tel],
.sec_form input[type=number],
.sec_form textarea {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
  text-align: left;
  padding: 6px 12px;
  width: 100%;
  text-align: left !important;
}
.sec_form input[type=text]::-webkit-input-placeholder, .sec_form input[type=email]::-webkit-input-placeholder, .sec_form input[type=tel]::-webkit-input-placeholder, .sec_form input[type=number]::-webkit-input-placeholder, .sec_form textarea::-webkit-input-placeholder {
  color: #d1d1d1;
}
.sec_form input[type=text]::-moz-placeholder, .sec_form input[type=email]::-moz-placeholder, .sec_form input[type=tel]::-moz-placeholder, .sec_form input[type=number]::-moz-placeholder, .sec_form textarea::-moz-placeholder {
  color: #d1d1d1;
}
.sec_form input[type=text]:-ms-input-placeholder, .sec_form input[type=email]:-ms-input-placeholder, .sec_form input[type=tel]:-ms-input-placeholder, .sec_form input[type=number]:-ms-input-placeholder, .sec_form textarea:-ms-input-placeholder {
  color: #d1d1d1;
}
.sec_form input[type=text]::-ms-input-placeholder, .sec_form input[type=email]::-ms-input-placeholder, .sec_form input[type=tel]::-ms-input-placeholder, .sec_form input[type=number]::-ms-input-placeholder, .sec_form textarea::-ms-input-placeholder {
  color: #d1d1d1;
}
.sec_form input[type=text]::placeholder,
.sec_form input[type=email]::placeholder,
.sec_form input[type=tel]::placeholder,
.sec_form input[type=number]::placeholder,
.sec_form textarea::placeholder {
  color: #d1d1d1;
}
.sec_form input[type=text],
.sec_form input[type=email],
.sec_form input[type=tel],
.sec_form input[type=number] {
  height: 42px;
}
.sec_form input[type=file] {
  display: none;
}
.sec_form .file-upload-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sec_form .file-upload-wrapper:not(:first-of-type) {
  margin-top: 12px;
}
.sec_form .file-select-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 42px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #da0808;
  border-radius: 4px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.4;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media not all and (hover: none) {
  .sec_form .file-select-button:hover {
    opacity: 0.8;
  }
}
.sec_form .file-select-button::after {
  content: "";
  display: block;
  width: 14px;
  height: 17px;
  background-color: #da0808;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14" height="17" viewBox="0 0 14 17"%3E%3Cpath fill="currentColor" d="M6.67 0h.1a.8.8 0 0 1 .72.74l.01.1v3.45a1.7 1.7 0 0 0 1.54 1.54h3.56a.8.8 0 0 1 .73.74v7.6a2.5 2.5 0 0 1-2.35 2.5H2.5A2.5 2.5 0 0 1 0 14.3V2.5A2.5 2.5 0 0 1 2.35 0h4.32"/%3E%3Cpath fill="currentColor" d="M12.5 4.17H9.17V.83z"/%3E%3C/svg%3E') no-repeat center center/contain;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14" height="17" viewBox="0 0 14 17"%3E%3Cpath fill="currentColor" d="M6.67 0h.1a.8.8 0 0 1 .72.74l.01.1v3.45a1.7 1.7 0 0 0 1.54 1.54h3.56a.8.8 0 0 1 .73.74v7.6a2.5 2.5 0 0 1-2.35 2.5H2.5A2.5 2.5 0 0 1 0 14.3V2.5A2.5 2.5 0 0 1 2.35 0h4.32"/%3E%3Cpath fill="currentColor" d="M12.5 4.17H9.17V.83z"/%3E%3C/svg%3E') no-repeat center center/contain;
}
.sec_form .file-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}
.sec_form .file-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.sec_form .file-item .file-name {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.4;
  color: #000;
}
.sec_form .file-item .file-remove {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 17px;
  background-color: #da0808;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14" height="17" viewBox="0 0 14 17"%3E%3Cpath fill="currentColor" d="M6.67 0h.1a.8.8 0 0 1 .72.74l.01.1v3.45a1.7 1.7 0 0 0 1.54 1.54h3.56a.8.8 0 0 1 .73.74v7.6a2.5 2.5 0 0 1-2.35 2.5H2.5A2.5 2.5 0 0 1 0 14.3V2.5A2.5 2.5 0 0 1 2.35 0h4.32M5.43 7.62a.83.83 0 0 0-1.09 1.22l.07.08L5.5 10 4.4 11.08l-.07.08a.83.83 0 0 0 1.17 1.16l.08-.06 1.08-1.08 1.07 1.08.08.06A.83.83 0 0 0 9 11.17l-.07-.08L7.85 10l1.07-1.08.07-.08a.83.83 0 0 0-1.17-1.16l-.08.06-1.07 1.08-1.08-1.08-.08-.07z"/%3E%3Cpath fill="currentColor" d="M12.5 4.17H9.17V.83z"/%3E%3C/svg%3E') no-repeat center center/contain;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14" height="17" viewBox="0 0 14 17"%3E%3Cpath fill="currentColor" d="M6.67 0h.1a.8.8 0 0 1 .72.74l.01.1v3.45a1.7 1.7 0 0 0 1.54 1.54h3.56a.8.8 0 0 1 .73.74v7.6a2.5 2.5 0 0 1-2.35 2.5H2.5A2.5 2.5 0 0 1 0 14.3V2.5A2.5 2.5 0 0 1 2.35 0h4.32M5.43 7.62a.83.83 0 0 0-1.09 1.22l.07.08L5.5 10 4.4 11.08l-.07.08a.83.83 0 0 0 1.17 1.16l.08-.06 1.08-1.08 1.07 1.08.08.06A.83.83 0 0 0 9 11.17l-.07-.08L7.85 10l1.07-1.08.07-.08a.83.83 0 0 0-1.17-1.16l-.08.06-1.07 1.08-1.08-1.08-.08-.07z"/%3E%3Cpath fill="currentColor" d="M12.5 4.17H9.17V.83z"/%3E%3C/svg%3E') no-repeat center center/contain;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media not all and (hover: none) {
  .sec_form .file-item .file-remove:hover {
    opacity: 0.8;
  }
}
.sec_form input[type=radio],
.sec_form input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  margin: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #d1d1d1;
  background-color: transparent;
}
@media print, screen and (min-width: 780px) {
  .sec_form input[type=radio],
  .sec_form input[type=checkbox] {
    height: 20px;
    width: 20px;
  }
}
.sec_form input[type=radio]:checked::after,
.sec_form input[type=checkbox]:checked::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_form input[type=radio] {
  border-radius: 50%;
}
.sec_form input[type=radio]:checked {
  background-color: #fff;
}
.sec_form input[type=radio]:checked::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #da0808;
}
@media print, screen and (min-width: 780px) {
  .sec_form input[type=radio]:checked::after {
    height: 10px;
    width: 10px;
  }
}
.sec_form input[type=checkbox] {
  border-radius: 6px;
}
.sec_form input[type=checkbox]:checked {
  border-color: #e88f8f;
  background-color: #fadddd;
}
.sec_form input[type=checkbox]:checked::after {
  width: 7px;
  height: 5px;
  border-left: 2px solid #da0808;
  border-bottom: 2px solid #da0808;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, calc(-50% - 1px)) rotate(-45deg);
          transform: translate(-50%, calc(-50% - 1px)) rotate(-45deg);
}
@media print, screen and (min-width: 780px) {
  .sec_form input[type=checkbox]:checked::after {
    width: 9px;
    height: 7px;
    border-left-width: 3px;
    border-bottom-width: 3px;
  }
}
.sec_form textarea {
  width: 100% !important;
  height: auto !important;
  min-height: 90px;
  resize: vertical;
}

.radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.radio-group label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 780px) {
  .radio-group label {
    font-size: 1.6rem;
  }
}

.agree {
  border-bottom: 1px solid #e8e7e5;
  margin-top: 24px;
  padding-bottom: 24px;
}
.agree label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 780px) {
  .agree label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 36px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 780px) {
  .agree .mfp_err {
    margin: 0 auto;
    padding-left: 56px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 48px;
}
@media print, screen and (min-width: 780px) {
  .btn-group {
    gap: 8px;
  }
}
.btn-group .btn {
  margin: 0;
  width: calc(50% - 2px);
  min-width: unset;
}
@media print, screen and (min-width: 780px) {
  .btn-group .btn {
    width: auto;
    min-width: 159px;
    max-width: calc(50% - 2px);
  }
}

/* mailformpro */
#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

.mfp_element_all {
  max-width: 100%;
}

.mfp_err {
  display: none;
  margin-top: 10px;
  color: #da0808;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: left;
}
@media print, screen and (min-width: 780px) {
  .mfp_err {
    font-size: 1.6rem;
  }
}

#mfp_phase_confirm_inner {
  margin: 0 auto;
  max-width: 893px;
  padding: 0 24px;
}
@media print, screen and (min-width: 780px) {
  #mfp_phase_confirm_inner {
    padding: 0 40px;
  }
}

.mfp_confirm_value {
  display: inline;
}

#mfp_error,
#mfp_warning {
  display: none;
  margin: 0 24px 30px;
  padding: 15px;
  max-width: 893px;
  border: 2px solid #da0808;
  color: #da0808;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 780px) {
  #mfp_error,
  #mfp_warning {
    margin: 0 auto 50px;
    padding: 30px;
    font-size: 1.6rem;
  }
}

#mfp_thanks {
  display: none;
}