.c-label {
  font-size: 1.6rem;
  line-height: 1.375;
  text-align: center;
  border: solid 2px var(--primary);
  padding: 0.8rem 0 0.8rem;
  margin-bottom: 2.4rem;
}
.c-accent {
  font-weight: bold;
  background: linear-gradient(transparent 70%, var(--secondary) 70%);
}
.c-title {
  color: var(--primary);
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.c-memo {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2.2rem;
}
.u-pt-xl {
  padding-top: 5.6rem;
}
.u-pb-xl {
  padding-bottom: 5.6rem;
}
.u-pt-l {
  padding-top: 4rem;
}
.u-pb-l {
  padding-bottom: 4rem;
}
.u-pt-m {
  padding-top: 3.2rem;
}
.u-pb-m {
  padding-bottom: 3.2rem;
}
.u-pt-s {
  padding-top: 2.4rem;
}
.u-pb-s {
  padding-bottom: 2.4rem;
}
.c-section {
  padding: 3.2rem 0;
}
.main-container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .main-container {
    max-width: 400px;
  }
}
.cta-title {
  width: fit-content;
  margin: 0 auto 1.6rem;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-title::after, .cta-title::before {
  content: "";
  width: 1px;
  height: 1.8rem;
  border-left: 1px solid;
  display: block;
  rotate: -32deg;
  margin: 0 1.6rem;
}
.cta-title::after {
  content: "";
  rotate: 32deg;
}
.cta-button {
  display: block;
  margin: 0 auto 2.8rem;
  width: 33.2rem;
  height: 6.8rem;
  border-radius: 34px;
  background: #ffeb00;
  box-shadow: 0px 2px 2px #888;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  gap: 1.6rem;
}
.cta-memo {
  font-size: 1.2rem;
  color: #ff0000;
}
.section-lead1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
}
.section-point {
  padding-top: 2rem;
}
.section-point__inner {
  clip-path: polygon(50% 9%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: #F0F0F0;
  padding: 7.5rem 0 4rem;
}
.section-point__inner p {
  border-bottom: 2px solid #ffffff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 2.4rem 0;
}
.section-point__inner p:last-child {
  border-bottom: 0;
}
.section-point .section-deco {
  width: 13rem;
  position: absolute;
  z-index: 2;
}
.section-point .section-deco--1 {
  top: 23.1rem;
  right: -2.7rem;
}
.section-point .section-deco--2 {
  bottom: 7.5rem;
  left: -1.72rem;
}
.section-recommend {
  position: relative;
  padding: 4.2rem 0 1.2rem;
}
.section-recommend .section-lead2 {
  margin: 0 auto 3.2rem;
}
.section-recommend__list-item {
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.section-cta {
  clip-path: polygon(50% 8%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: #F4F4F4;
  padding: 7.2rem 0 4.9rem;
}
.section-cta__lead {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center;
}
.section-cta-box {
  background: #fff;
  border: 2px solid #e5e5e5;
  padding: 3rem 2.4rem 5rem;
}
.section-cta-box img {
  margin: auto;
}
.section-cta-box__lead {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.section-cta-box__buttons {
  margin-top: 2.2rem;
}
.section-cta-box__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  border-radius: 27px;
  box-shadow: 0px 2px 2px #888;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--button-bg);
}
.section-cta-box__button a {
  color: #FFFFFF;
  font-size: 12px;
}
.section-cta-box__button + .section-cta-box__button {
  margin-top: 2rem;
}
/*# sourceMappingURL=index.css.map */