@media screen and (min-width: 769px) {
  .lower_page_ttl_cmn {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lower_page_ttl_cmn {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .lower_page_ttl_cmn .jp {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .lower_page_ttl_cmn .jp {
    line-height: 1.7;
  }
}

.sec01_cont p {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .sec01_cont p {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .sec01_cont p {
    font-size: 2.5rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}

@media screen and (min-width: 769px) {
  .rate {
    display: flex;
    justify-content: space-between;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .rate {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .category + .category {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 769px) {
  .category {
    width: 45rem;
  }
}
.category h3 {
  border-bottom: 1px solid #282828;
}
@media screen and (min-width: 769px) {
  .category h3 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category h3 {
    font-size: 3.6rem;
    letter-spacing: 0.03em;
    padding-bottom: 1rem;
  }
}
.category .numbers {
  color: #031f69;
  font-family: "Hind Madurai";
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .category .numbers {
    font-size: 6rem;
    padding: 5rem 0 1rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .category .numbers {
    font-size: 10rem;
    padding: 6rem 0 1rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) {
  .category .numbers span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .category .numbers span {
    font-size: 5rem;
  }
}
.category p {
  letter-spacing: 0.03em;
}
.category .formula {
  border-bottom: 1px solid #282828;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .category .formula {
    padding: 5rem 0 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category .formula {
    padding: 6rem 0 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .category .formula p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .category .formula p {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
.category .formula .symbol {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .category .formula .symbol {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category .formula .symbol {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .category .formula .answer {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .category .formula .answer {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}/*# sourceMappingURL=style.css.map */