@charset "UTF-8";
/*************************************************

section

*************************************************/
/* cf-lead
-------------------------------------*/
.cf-lead {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 1em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cf-lead {
    font-size: 1.6rem;
  }
}
.cf-lead::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #AC3A3A;
  border-radius: 50%;
}

/* cf-reds
-------------------------------------*/
.cf-reds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .cf-reds {
    margin-bottom: 5rem;
  }
}

.cf-reds__row {
  position: relative;
  padding-left: 1.1em;
  color: #AC3A3A;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cf-reds__row {
    font-size: 1.4rem;
  }
}
.cf-reds__row::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※";
}

/* cf-block
-------------------------------------*/
.cf-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 2.3rem;
  border-bottom: #BDBDBD solid 1px;
}
@media screen and (max-width: 767px) {
  .cf-block {
    display: block;
    padding-bottom: 2.5rem;
  }
}
.cf-block + .cf-block {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .cf-block + .cf-block {
    padding-top: 3rem;
  }
}
.cf-block.is-non-border {
  padding-bottom: 0;
  border-bottom: none;
}
.cf-block .wpcf7-list-item {
  margin: 0;
}
.cf-block .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
  color: #AC3A3A;
}
.cf-block .wpcf7-not-valid-tip::before {
  display: inline;
  content: "※";
}

.cf-block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 27.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .cf-block__left {
    width: auto;
    margin: 0 0 1rem;
  }
}

.cf-block__label {
  padding: 0.4rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #AC3A3A;
  border-radius: 0.5rem;
}

.cf-block__title {
  font-weight: 700;
}

.cf-block__right {
  width: calc(100% - 27.5rem);
}
@media screen and (max-width: 767px) {
  .cf-block__right {
    width: auto;
  }
}

/* cf-group-title
-------------------------------------*/
.cf-group-title {
  margin: 6rem 0 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cf-group-title {
    margin: 5rem 0 2rem;
  }
}

/* cf-block__item
-------------------------------------*/
@media screen and (max-width: 767px) {
  .cf-block__item {
    font-size: 1.4rem;
  }
  .cf-block__item * {
    font-size: 1.4rem;
  }
}
.cf-block__item input[type=text],
.cf-block__item input[type=email],
.cf-block__item input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  margin: 0;
  border: none;
  background-color: #F6F6F6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cf-block__item input[type=text],
  .cf-block__item input[type=email],
  .cf-block__item input[type=tel] {
    padding: 1rem 1.5rem;
  }
}
.cf-block__item textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 38rem;
  padding: 1rem 2rem;
  border: none;
  background-color: #F6F6F6;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .cf-block__item textarea {
    height: 20rem;
    padding: 1rem 1.5rem;
  }
}

/* cf-radio
-------------------------------------*/
@media screen and (min-width: 768px) {
  .cf-radio {
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-radio .cf-block__item {
    margin-top: 1rem;
  }
}
.cf-radio span {
  display: block;
}
.cf-radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem 4rem;
}
@media screen and (max-width: 767px) {
  .cf-radio .wpcf7-form-control {
    gap: 0.7rem 2rem;
  }
}
.cf-radio .wpcf7-form-control label {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.cf-radio .wpcf7-form-control input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}
.cf-radio .wpcf7-form-control input:checked + .wpcf7-list-item-label::before {
  border-color: #AC3A3A;
}
.cf-radio .wpcf7-form-control input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.cf-radio .wpcf7-form-control .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 1.875em;
}
.cf-radio .wpcf7-form-control .wpcf7-list-item-label::before, .cf-radio .wpcf7-form-control .wpcf7-list-item-label::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
.cf-radio .wpcf7-form-control .wpcf7-list-item-label::before {
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: #7D7D7D solid 1px;
  background-color: #F3F3F3;
}
.cf-radio .wpcf7-form-control .wpcf7-list-item-label::after {
  left: 0.2em;
  width: 0.875em;
  height: 0.875em;
  background-color: #BA5F5F;
  opacity: 0;
}

/* cf-select
-------------------------------------*/
.cf-select {
  overflow: hidden;
  position: relative;
}
.cf-select::before {
  position: absolute;
  top: 1.8rem;
  right: 2.5rem;
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-right: #AC3A3A solid 1px;
  border-bottom: #AC3A3A solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .cf-select::before {
    top: 1.5rem;
  }
}
.cf-select.select01 {
  max-width: 31rem;
}
.cf-select.select02 {
  max-width: 46rem;
}
.cf-select select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  background: #F6F6F6;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 2;
}

/* cf-zips
-------------------------------------*/
@media screen and (min-width: 768px) {
  .cf-zips .cf-block__item {
    margin-top: 1rem;
  }
}

/* cf-black__text
-------------------------------------*/
.cf-black__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 3rem 0 1rem;
}
.cf-black__text:first-child {
  margin-top: 0;
}

/* cf-zips__form
-------------------------------------*/
.cf-zips__form.is-01 input {
  max-width: 20rem;
}

/* cf-block-box
-------------------------------------*/
.cf-block-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(90rem, 100%);
  margin: 0 auto;
  padding: 3rem 2rem;
  background-color: #FAFAFA;
}

.cf-block-box__disc {
  line-height: 1.5;
}

.cf-block-box__disc-title {
  max-width: 74rem;
  margin: 0 auto 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cf-block-box__disc-title {
    font-size: 1.4rem;
  }
}

.cf-block-box__disc-body {
  max-width: 70rem;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .cf-block-box__disc-body {
    font-size: 1.3rem;
  }
}
.cf-block-box__disc-body > * {
  margin-bottom: 1.5em;
}
.cf-block-box__disc-body > *:last-child {
  margin-bottom: 0;
}

/* cf-block-agree
-------------------------------------*/
.cf-block-agree {
  margin-bottom: 2rem;
}
.cf-block-agree span {
  display: block;
}
.cf-block-agree label {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.cf-block-agree input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cf-block-agree input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.cf-block-agree .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cf-block-agree .wpcf7-list-item-label {
    padding-left: 3rem;
    font-size: 1.4rem;
  }
}
.cf-block-agree .wpcf7-list-item-label::before, .cf-block-agree .wpcf7-list-item-label::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: block;
  content: "";
}
.cf-block-agree .wpcf7-list-item-label::before {
  top: 0.1em;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  border: #AC3A3A solid 1px;
  z-index: 1;
}
.cf-block-agree .wpcf7-list-item-label::after {
  top: 0.35em;
  left: 0.2em;
  width: 0.875em;
  height: 0.5em;
  border-left: #AC3A3A solid 3px;
  border-bottom: #AC3A3A solid 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  z-index: 2;
}
.cf-block-agree .wpcf7-not-valid-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* cf-block-submit
-------------------------------------*/
.cf-block-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cf-block-submit input {
  -webkit-box-sizing: border-box;
          box-sizing: border-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;
  width: 9rem;
  height: 5rem;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #AC3A3A;
  border-radius: 0.5rem;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .cf-block-submit input:hover {
    opacity: 0.7;
  }
}
.cf-block-submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}