/* ============
contact-notice
============ */
section#contact-notice {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  section#contact-notice {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
section#contact-notice .contents__alert {
  background-color: rgba(200, 30, 50, 0.05);
  padding: 1.5rem 2rem;
  line-height: 2;
  font-size: 0.9375rem;
  color: #252525;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#contact-notice .contents__alert {
    padding: 1.2rem 1.5rem;
    font-size: 0.95rem;
  }
}
section#contact-notice .contents__alert strong {
  color: #C81E32;
  font-weight: 700;
}

section#contact-contents .section__container .contents-form.form1 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section#contact-contents .section__container .contents-form.form1 {
    width: 93%;
  }
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section#contact-contents .section__container .contents-form.form1 .contents-form__item {
    gap: 10px;
    flex-direction: column;
  }
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item.privacy {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section#contact-contents .section__container .contents-form.form1 .contents-form__item.privacy {
    justify-content: flex-start;
  }
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 250px;
}
@media screen and (max-width: 767px) {
  section#contact-contents .section__container .contents-form.form1 .contents-form__item label {
    justify-content: flex-start;
    gap: 15px;
  }
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item label .required {
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 0.85rem;
  font-weight: 500;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item label .any {
  background-color: #9aa0a6;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 0.85rem;
  font-weight: 500;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item .wpcf7-form-control-wrap {
  flex-grow: 1;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio,
section#contact-contents .section__container .contents-form.form1 .contents-form__item .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section#contact-contents .section__container .contents-form.form1 .contents-form__item .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio,
  section#contact-contents .section__container .contents-form.form1 .contents-form__item .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
    gap: 10px;
  }
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__input,
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__textarea,
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__select {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #ddd;
  background-color: #EAEEF0;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__input#your-tel,
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__textarea#your-tel,
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__select#your-tel {
  width: 270px;
}
@media screen and (max-width: 767px) {
  section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__input#your-tel,
  section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__textarea#your-tel,
  section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__select#your-tel {
    width: 100%;
  }
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__input:focus,
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__textarea:focus,
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__select:focus {
  outline: none;
  border-color: #2C55A7;
  background-color: #fff;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__textarea {
  min-height: 200px;
  resize: vertical;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__item .contents-form__select {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  padding-right: 36px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath fill='%232C55A7' d='M0 0l5 7 5-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__button {
  margin-top: 20px;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__button button {
  width: 400px;
}
@media screen and (max-width: 767px) {
  section#contact-contents .section__container .contents-form.form1 .contents-form__button button {
    width: 100%;
  }
}
section#contact-contents .section__container .contents-form.form1 .contents-form__button .contents-form__submit {
  cursor: pointer;
  background-color: #2C55A7;
  color: #ffffff;
  width: 100%;
  padding: 15px 0;
  font-weight: 500;
  font-size: 1.1rem;
  transition: opacity 0.8s ease;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__button .contents-form__submit:hover {
  opacity: 0.9;
  transition: opacity 0.8s ease;
}
section#contact-contents .section__container .contents-form.form1 .wpcf7-spinner {
  display: none;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item {
  margin: 10px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item,
  section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item {
    margin: 10px 20px 10px 0px;
    display: inline-block;
  }
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-width: auto;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label input[type=checkbox],
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label input[type=radio],
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label input[type=checkbox],
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before,
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:before,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #2C55A7;
  border-color: #2C55A7;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:after,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:after,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label .wpcf7-list-item-label,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label .wpcf7-list-item-label,
  section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 25px;
  }
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label .wpcf7-list-item-label:before,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #eee;
  border: 1px solid #ddd;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:before,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:before {
  border-radius: 3px;
}
section#contact-contents .section__container .contents-form.form1 .contents-form__checkbox-group .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:before,
section#contact-contents .section__container .contents-form.form1 .contents-form__radio-group .wpcf7-list-item label input[type=radio] + .wpcf7-list-item-label:before {
  border-radius: 50%;
}
section#contact-contents .section__container .contact-policy-lists {
  padding: 30px;
  background-color: rgba(238, 238, 238, 0.6);
  height: 230px;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  margin-top: 30px;
  margin-bottom: 40px;
}
section#contact-contents .section__container .contact-policy-lists p {
  font-family: "Noto Sans JP", "Noto Sans JP Fallback", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
section#contact-contents .section__container .contact-policy-lists__img {
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 8px 0;
}
section#contact-contents .section__container .wpcf7-previous {
  display: block !important;
}
