/* =============================================================================

  cancel


============================================================================= */
.main {
  overflow: hidden;
}

.cancel-head {
  color: #1d2184;
  font-weight: bold;
  text-align: center;
}
.cancel-head span {
  border-bottom: 1px solid #1d2184;
  color: #1d2184;
  font-size: 2.6rem;
}

.about-txt {
  font-size: 1.8rem;
  margin-top: 20px;
  text-align: center;
}

/* =============================================================================


    about


============================================================================= */
.about {
  padding: 0 0 80px;
}

.about-price {
  margin: 40px auto;
  max-width: 800px;
}

.about-price-ttl {
  color: #1d2184;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.about-price-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #d2d3e6));
  background: linear-gradient(transparent 60%, #d2d3e6 40%);
}

.about-price-list {
  margin-top: 20px;
}

.about-price-item {
  border-top: 1px solid #1d2184;
  display: grid;
  font-size: 2.2rem;
  font-weight: bold;
  grid-template-columns: repeat(2, 1fr);
}
.about-price-item:nth-last-of-type(1) {
  border-bottom: 1px solid #1d2184;
}
.about-price-item dt {
  background: #e8e9f3;
}
.about-price-item dt,
.about-price-item dd {
  padding: 1em;
}

.about-price-span {
  font-size: 1.4rem;
  margin-top: 0.5em;
  padding-left: 2em;
  text-indent: -1em;
}

/* =============================================================================


    cancel


============================================================================= */
.cancel {
  background: #f2f2f2;
  padding: 0px 0 120px;
}

.cancel-form-ttl {
  background: #fcee21;
  color: #1d2184;
  font-size: 2.6rem;
  margin-bottom: 80px;
  padding: 0.75em;
  position: relative;
  text-align: center;
  z-index: 1;
}
.cancel-form-ttl:before {
  background: inherit;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}
.cancel-form-ttl:after {
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 100px;
  left: 50%;
  position: absolute;
  top: calc(100% - 2px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
}

.cancel-form-txt {
  letter-spacing: -0.01em;
  position: relative;
  text-align: center;
  z-index: 1;
}

.cancel-form {
  margin: 40px auto 0;
  max-width: 700px;
}

.form-item {
  gap: 50px;
  display: grid;
  grid-template-columns: auto minmax(auto, 500px);
}
.form-item + .form-item {
  margin-top: 28px;
}

.form-item-label {
  color: #1d2184;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}

.input-span {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

/* =============================================================================


    mail


============================================================================= */
.mail {
  padding: 0 0 120px;
}

.mail-list {
  margin-top: 40px;
}

.mail-item {
  padding-left: 1em;
  text-align: center;
  text-indent: -1em;
}
.mail-item + .mail-item {
  margin-top: 1em;
}

.attn {
  background: #ffed61;
  font-weight: bold;
  margin: 40px auto 0;
  max-width: 800px;
  padding: 50px;
}

.attn-head {
  text-align: center;
}
.attn-head span {
  background: #fff;
  color: #1d2184;
  font-size: 3rem;
  padding: 0.25em 1em;
}

.attn-txt {
  color: #1d2184;
  font-size: 2rem;
  line-height: 2;
  margin-top: 2em;
  text-align: center;
}
.attn-txt span {
  background-image: url(../images/common/border_ore.svg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 30px;
  padding-bottom: 0.15em;
}

/* =============================================================================


    thanks


============================================================================= */
.thanks {
  padding: 0 0 120px;
}

.thanks-txt {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
}

@media (max-width: 1128px) {
  .cancel-head span {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .cancel-head span {
    font-size: 1.8rem;
  }
  .about-txt {
    font-size: 1.4rem;
  }
  .about {
    padding-bottom: 40px;
  }
  .about-price-ttl {
    font-size: 1.6rem;
  }
  .about-price-item {
    font-size: 1.4rem;
  }
  .about-price-item dt,
  .about-price-item dd {
    padding: 0.75em 0.5em;
  }
  .about-price-span {
    font-size: 1.2rem;
  }
  .cancel {
    padding: 0px 0 80px;
  }
  .cancel-form-ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .cancel-form-ttl:after {
    height: 50px;
    width: 200px;
  }
  .cancel-form {
    max-width: 500px;
  }
  .form-item {
    gap: 12px;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  .form-item-label {
    font-size: 1.5rem;
  }
  .input-span {
    font-size: 1.2rem;
  }
  .mail {
    padding-bottom: 80px;
  }
  .attn {
    padding: 25px;
  }
  .attn-head span {
    display: inline-block;
    font-size: 2.2rem;
  }
  .attn-txt {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    margin-top: 1.5em;
  }
  .attn-txt span {
    background-size: 20px 5px;
  }
  .thanks {
    padding-bottom: 80px;
  }
  .thanks-txt {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=cancel.css.map*/