@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/common/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/common/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
section.cts h2 {
  margin-bottom: 32px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  section.cts h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
section.cts .reds {
  text-align: center;
}
section.cts .end-txt {
  font-size: 180%;
}
@media (max-width: 767px) {
  section.cts .end-txt {
    font-size: 120%;
  }
}
section.cts p {
  margin-top: 16px;
}
section.cts .cp-details {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
  max-width: 1050px;
  margin: 0 -50px;
  padding-top: 40px;
}
@media (max-width: 1100px) {
  section.cts .cp-details {
    margin: 0;
    padding: 40px 24px 0;
  }
}
@media (max-width: 767px) {
  section.cts .cp-details {
    flex-wrap: wrap;
    gap: 24px 0;
    padding: 40px 0 0;
  }
}
section.cts .cp-details dt {
  font-size: 110%;
  font-weight: bold;
}
section.cts .cp-details ul {
  padding-left: 40px;
}
section.cts .cp-details ul li {
  list-style: disc;
  margin-top: 8px;
}
section.cts .cp-details .indent {
  margin-left: 2em;
  text-indent: -1em;
  font-size: 90%;
}
section.cts .btn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  section.cts .btn {
    margin-top: 40px;
  }
}
section.cts .btn li {
  text-align: center;
  margin-bottom: 16px;
}
section.cts .btn li a {
  display: inline-block;
  max-width: 640px;
  width: 100%;
  padding: 32px 40px;
  border-radius: 100px;
  background: #d63534;
  color: #FFF;
  font-weight: bold;
}
/*# sourceMappingURL=index.css.map */