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

下層ページ:登録・申請について

==================================*/
.lower-introduction .container {
  position: relative;
}
@media (min-width: 768.1px) {
  .lower-introduction .container {
    padding-inline: 16%;
  }
}
.lower-introduction .container::before {
  content: "";
  position: absolute;
  inset: -10em 20px 0;
  display: block;
  max-height: 360px;
  margin-inline: auto;
  background-image: url(../images/category_headImg01.webp), url(../images/category_headImg02.webp), url(../images/category_headImg03.webp), url(../images/category_headImg04.webp);
  background-repeat: no-repeat;
  background-position: bottom left, top left 14%, top right 10%, bottom right;
  background-size: 5.58% auto, 7.87% auto, 11.49% auto, 8.17% auto;
}
@media (max-width: 768px) {
  .lower-introduction .container::before {
    position: relative;
    inset: -2em 0 auto;
    height: 26vw;
    margin-top: -5.5em;
    background-position: bottom left, top left 14%, top right 15%, bottom right;
    background-size: 6.7% auto, 8.44% auto, 12.5% auto, 9.8% auto;
  }
}

.lower-category__list li a {
  font-size: 2rem;
}
.lower-category__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-category__title .character {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3em;
  margin: -2em 0;
}
.lower-category__container {
  margin-top: 2.5em;
  padding: 3em 5%;
}
@media (max-width: 768px) {
  .lower-category__container table {
    margin-top: 2em;
  }
}
.lower-category__container table dt {
  margin-bottom: 0.25em;
}
.lower-category__container table dd {
  font-size: 0.875em;
}
.lower-category__container table .linkStl02 {
  font-size: 1.3rem;
}
.lower-category__container .btnStl01 {
  width: 400px;
  margin-top: 2.5em;
  padding: 1.4em 5em;
}
.lower-category__container .btnStl01 .arrow {
  width: 1.875em;
}
.lower-category__container .btnStl01 .arrow::after {
  width: 25%;
  height: 25%;
}
.lower-category__introduction {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em 0;
  grid-template-columns: 57% 38%;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .lower-category__introduction {
    grid-template-columns: 100%;
  }
}
.lower-category__introduction p {
  line-height: 2.25em;
}
.lower-category__introduction .img {
  text-align: center;
}
@media (min-width: 768.1px) {
  .lower-category__introduction .img {
    grid-column: 2;
    grid-row: 1/-1;
  }
}
.lower-category__introduction .img img {
  border-radius: 10px;
}
.lower-category__point-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
  color: #ff8700;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.2em;
}
.lower-category__point-num::after {
  content: counter(ol01, decimal-leading-zero);
  counter-increment: ol01;
  color: #333;
  font-size: 1.71428em;
  line-height: 1em;
}
.lower-category__point > li {
  padding: 2em;
  background-color: #fff;
  border-radius: 10px;
}/*# sourceMappingURL=club-category.css.map */