.disnon {
  display: none;
}
.mw_wp_form .error {
  font-size: 1.6rem;
  margin: 15px 0 0;
}
.form {
  font-size: 1.6rem;
}
.form dt {
  background: #efefef;
  padding: 15px;
  border-left: #d71718 5px solid;
}
.form dt p,
.form dd p {
  margin: 0;
}
.form .must {
  font-size: 1rem;
  border: #d71718 1px solid;
  background: #fff;
  color: #d71718;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 10px;
}
.form .value {
  display: none;
}
.form dd {
  padding: 30px 20px 50px 20px;
  margin: 0;
}
.form__exp {
  margin: 0;
}
.form textarea {
  border: #ccc 1px solid;
  padding: 15px;
}
.wpcf7-text {
  border: #ccc 1px solid;
  padding: 10px;
  margin: 5px 5px 10px 0;
}
.form select {
  border: #ccc 1px solid;
  padding: 10px;
  margin: 5px 0;
  max-width: 100px;
}
.form .confirm {
  border: #ccc 1px solid;
  padding: 5px;
  text-align: center;
  margin: 0 0 30px;
}
.wpcf7-spinner {
  display: none !important;
}
.form button[type="button"],
input[type="submit"],
.submit-btn input[type="submit"],
.submit {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 45px 15px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 1.6rem;
  text-align: center;
  color: #fff !important;
  background: #d71718;
  border-radius: 60px;
  width: 100%;
  max-width: 400px;
  text-decoration: none !important;
}
.form button[type="button"]::before,
input[type="submit"]::before,
.submit-btn p::before,
.submit::before {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  background: linear-gradient(90deg, var(--main-orange460) 0%, var(--main-orange330) 100%);
  opacity: 0;
  transition: opacity .3s;
}
.form button[type="button"]::after,
input[type="submit"]::after,
.submit-btn p::after,
.submit::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 15px;
  content: "";
  border: solid var(--base-white00);
  border-width: 2px 2px 0 0;
  transition: .3s;
  transform: rotate(45deg);
  z-index: 10;
}
input[type="submit"]:hover {
  cursor: pointer;
}
.form button[name="submitBack"]{
  background: #999
}
.wpcf7-list-item {
  display: block !important;
  margin: 0.5em 0 !important;
}
.wpcf7-list-item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.wpcf7-list-item label:hover {
  cursor: pointer;
}
.wpcf7-list-item input + span {
  position: relative;
  padding: 0 0 0 25px;
  display: inline-block;
}
.wpcf7-list-item input[type=radio] + span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background: #ddd;
  border-radius: 20px;
}
.wpcf7-list-item input[type=radio]  + span:after {
  position: absolute;
  content: "";
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.wpcf7-list-item input:checked + span:before {
  background: #d71718;
}
.wpcf7-list-item input[type=checkbox] + span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background: #ddd;
}
.wpcf7-list-item input[type=checkbox] + span:after {
  position: absolute;
  content: "";
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7-list-item input[type=checkbox]:checked + span:before {
  background: #d71718;
}

.error .wpcf7-not-valid-tip {
  display: none;
}
.error .error-message {
  color: #dc3232;
  display: none;
}
.error:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}
.wpcf7 form .wpcf7-response-output {
  border: none !important;
  text-align: center;
  color: #dc3232;
  font-size: 1.6rem;
}
[data-status="sent"] .section__text {
  display: none;
}
.u-text--center {
  text-align: center;
}
/* ご注意事項 */
.attention {
  margin: 30px 0 0;
  font-size: 1.6rem;
}
.attention__box {
  border: #d71718 3px solid;
  padding: 20px 30px;
}
.attention__title {
  background: #efefef;
  padding: 10px;
  font-weight: 700;
}
.attention__title--orange {
  background: #d71718;
  color: #fff;
  text-align: center;
}
.attention__content {
  margin: 0;
  padding: 10px;
}
.table caption {
  font-weight: bold;
  margin: 0 0 10px;
}
.table .point {
  background: var(--base-white00);
  border: #d71718 1px solid;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0 10px;
  color: #d71718;
  line-height: 2;
}
.pageanchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: 50px 0;
}
.pageanchor-list__item {
  width: calc(50% - 20px);
}
.pageanchor-list__link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 90px 30px 30px;
  background-color: var(--base-white00);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: opacity .2s;
  font-size: 2rem;
  text-decoration: none !important;
}
.pageanchor-list__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 49px;
  bottom: 4px;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border: solid #d71718;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.pageanchor-list__link:hover {
  opacity: .7;
}
.pageanchor-list__icon {
  flex-shrink: 0;
  width: 50px;
  margin-right: 30px;
}
.pageanchor-list__item span {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 768px) {
  .form textarea {
    width: 100%;
  }
  .form input[size="40"],
  .form input[type="email"]{
    width: 100%;
  }
  .form button[name="submitBack"]{
    margin-right: 0 !important;
  }
  .attention__box {
    padding: 10px;
  }
  .table th, .table td {
    display: table-cell;
    width: auto;
  }
}
@media screen and (max-width: 520px) {
  .pageanchor-list {
    gap: 0;
  }
  .pageanchor-list__item {
    width: 100%;
    margin: 0 auto 10px;
  }
  .pageanchor-list__link {
    padding: 12px 60px 12px 12px;
    height: auto;
    font-size: 1.6rem;
  }
}
