section.news {
  padding-bottom: 31rem;
  position: relative;
}
section.news.nishigawara::after {
  content: '';
  width: 100%;
  height: 19.2rem;
  background: url("../images/bg_news_nishigawara.webp") no-repeat center top;
  background-size: 4000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  section.news.nishigawara::after {
    background: url("../images/bg_news_nishigawara1500.webp") no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  section.news.nishigawara::after {
    background: url("../images/bg_news_nishigawara_sp.webp") no-repeat center top;
    background-size: 100%;
    height: 21.6rem;
  }
}
section.news.isuzu::after {
  content: '';
  width: 100%;
  height: 19.2rem;
  background: url("../images/bg_news_isuzu.webp") no-repeat center top;
  background-size: 4000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  section.news.isuzu::after {
    background: url("../images/bg_news_isuzu1500.webp") no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  section.news.isuzu::after {
    background: url("../images/bg_news_isuzu_sp.webp") no-repeat center top;
    background-size: 100%;
    height: 21.6rem;
  }
}
section.news.nakajo::after {
  content: '';
  width: 100%;
  height: 19.2rem;
  background: url("../images/bg_news_nakajo.webp") no-repeat center top;
  background-size: 4000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  section.news.nakajo::after {
    background: url("../images/bg_news_nakajo1500.webp") no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  section.news.nakajo::after {
    background: url("../images/bg_news_nakajo_sp.webp") no-repeat center top;
    background-size: 100%;
    height: 21.6rem;
  }
}
section.news.gym {
  padding-bottom: 20rem;
}
section.news.gym::after {
  content: '';
  width: 100%;
  height: 8rem;
  background: #2652e1;
  position: absolute;
  bottom: 0;
  left: 0;
}

main {
  width: 100%;
  padding-bottom: 32rem;
}
main.nishigawara {
  background: url("../images/bg_news_nishigawara.webp") no-repeat center bottom -20rem;
  background-size: 4000px;
}
@media screen and (max-width: 1500px) {
  main.nishigawara {
    background: url("../images/bg_news_nishigawara1500.webp") no-repeat center bottom -30rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  main.nishigawara {
    background: url("../images/bg_news_nishigawara_sp.webp") no-repeat center bottom -12rem;
    background-size: 100%;
    padding-bottom: 34rem;
  }
}
main.isuzu {
  background: url("../images/bg_news_isuzu.webp") no-repeat center bottom -20rem;
  background-size: 4000px;
}
@media screen and (max-width: 1500px) {
  main.isuzu {
    background: url("../images/bg_news_isuzu1500.webp") no-repeat center bottom -19rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  main.isuzu {
    background: url("../images/bg_news_isuzu_sp.webp") no-repeat center bottom -12rem;
    background-size: 100%;
    padding-bottom: 34rem;
  }
}
main.nakajo {
  background: url("../images/bg_news_nakajo.webp") no-repeat center bottom -20rem;
  background-size: 4000px;
}
@media screen and (max-width: 1500px) {
  main.nakajo {
    background: url("../images/bg_news_nakajo1500.webp") no-repeat center bottom -19rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 820px) {
  main.nakajo {
    background: url("../images/bg_news_nakajo_sp.webp") no-repeat center bottom -12rem;
    background-size: 100%;
    padding-bottom: 34rem;
  }
}
main.gym {
  position: relative;
  padding-bottom: 20.5rem;
}
main.gym::after {
  content: '';
  width: 100%;
  height: 8rem;
  background: #2652e1;
  position: absolute;
  bottom: 0;
  left: 0;
}

article {
  width: 80rem;
  margin: auto;
  padding-top: 0.8rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  article {
    width: 67rem;
  }
}
article p.postDate {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 820px) {
  article p.postDate {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
article p.postDate span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #e95632;
  height: 2.4rem;
  line-height: 1;
  padding: 0 1.9rem;
  border-radius: 1.1rem;
  margin-left: 1.9rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  article p.postDate span {
    font-size: 2rem;
    height: 4rem;
    padding: 0 3.5rem;
    border-radius: 2rem;
  }
}
article h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #e95632;
  padding-bottom: 2.5rem;
  border-bottom: 0.3rem solid #e95632;
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 820px) {
  article h2 {
    font-size: 5.6rem;
    line-height: 7.28rem;
    padding-bottom: 3rem;
    margin-bottom: 9rem;
    border-bottom: 0.4rem solid #e95632;
  }
}
article p.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
}
@media screen and (max-width: 820px) {
  article p.lead {
    font-size: 3.2rem;
    line-height: 5.4rem;
  }
}
article figure {
  margin: 3rem auto 6.2rem;
  width: 100%;
}
@media screen and (max-width: 820px) {
  article figure {
    margin: 4rem auto 9.6rem;
  }
}

article.detail {
  width: 80rem;
  margin: auto;
  padding-top: 0.8rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  article.detail {
    width: 67rem;
  }
}
article.detail p.postDate {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 820px) {
  article.detail p.postDate {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
article.detail p.postDate span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  background: #fff35c;
  height: 2.4rem;
  line-height: 1;
  padding: 0 1.9rem;
  border-radius: 1.1rem;
  margin-left: 1.9rem;
  display: flex;
  align-items: center;
  border: 0.1rem solid #333;
}
@media screen and (max-width: 820px) {
  article.detail p.postDate span {
    font-size: 2rem;
    height: 4rem;
    padding: 0 3.5rem;
    border-radius: 2rem;
  }
}
article.detail p.postDate span.gym {
  background: #e9eefc;
  color: #2652e1;
  border: none;
}
article.detail h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #333;
  padding-bottom: 2.5rem;
  border-bottom: 0.3rem solid #333;
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 820px) {
  article.detail h2 {
    font-size: 5.6rem;
    line-height: 7.28rem;
    padding-bottom: 3rem;
    margin-bottom: 9rem;
    border-bottom: 0.4rem solid #333;
  }
}
article.detail p.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
}
@media screen and (max-width: 820px) {
  article.detail p.lead {
    font-size: 3.2rem;
    line-height: 5.4rem;
  }
}
article.detail figure {
  margin: 3rem auto 6.2rem;
  width: 100%;
}
@media screen and (max-width: 820px) {
  article.detail figure {
    margin: 4rem auto 9.6rem;
  }
}

article.gym {
  width: 80rem;
  margin: auto;
  padding-top: 0.8rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  article.gym {
    width: 67rem;
  }
}
article.gym p.postDate {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 820px) {
  article.gym p.postDate {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
article.gym p.postDate span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #e50000;
  height: 2.4rem;
  line-height: 1;
  padding: 0 1.9rem;
  border-radius: 1.1rem;
  margin-left: 1.9rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  article.gym p.postDate span {
    font-size: 2rem;
    height: 4rem;
    padding: 0 3.5rem;
    border-radius: 2rem;
  }
}
article.gym h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #e50000;
  padding-bottom: 2.5rem;
  border-bottom: 0.3rem solid #e50000;
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 820px) {
  article.gym h2 {
    font-size: 5.6rem;
    line-height: 7.28rem;
    padding-bottom: 3rem;
    margin-bottom: 9rem;
    border-bottom: 0.4rem solid #e50000;
  }
}
article.gym p.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
}
@media screen and (max-width: 820px) {
  article.gym p.lead {
    font-size: 3.2rem;
    line-height: 5.4rem;
  }
}
article.gym figure {
  margin: 3rem auto 6.2rem;
  width: 100%;
}
@media screen and (max-width: 820px) {
  article.gym figure {
    margin: 4rem auto 9.6rem;
  }
}

article.gym.news {
  width: 80rem;
  margin: auto;
  padding-top: 0.8rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  article.gym.news {
    width: 67rem;
  }
}
article.gym.news p.postDate {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 820px) {
  article.gym.news p.postDate {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
article.gym.news p.postDate span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2652e1;
  background: #e9eefc;
  height: 2.4rem;
  line-height: 1;
  padding: 0 1.9rem;
  border-radius: 1.1rem;
  margin-left: 1.9rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  article.gym.news p.postDate span {
    font-size: 2rem;
    height: 4rem;
    padding: 0 3.5rem;
    border-radius: 2rem;
  }
}
article.gym.news h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #2652e1;
  padding-bottom: 2.5rem;
  border-bottom: 0.3rem solid #2652e1;
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 820px) {
  article.gym.news h2 {
    font-size: 5.6rem;
    line-height: 7.28rem;
    padding-bottom: 3rem;
    margin-bottom: 9rem;
    border-bottom: 0.4rem solid #2652e1;
  }
}
article.gym.news p.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
}
@media screen and (max-width: 820px) {
  article.gym.news p.lead {
    font-size: 3.2rem;
    line-height: 5.4rem;
  }
}
article.gym.news figure {
  margin: 3rem auto 6.2rem;
  width: 100%;
}
@media screen and (max-width: 820px) {
  article.gym.news figure {
    margin: 4rem auto 9.6rem;
  }
}

.wp-content.nishigawara h3 {
  width: 100%;
  padding: 1.9rem 3.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.7rem;
  background: #78dba4;
  border: 0.3rem solid #333;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 820px) {
  .wp-content.nishigawara h3 {
    font-size: 4rem;
    padding: 3rem 4rem;
    border-radius: 1.5rem;
    margin-bottom: 5rem;
  }
}
.wp-content.nishigawara h4 {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  border-bottom: 0.3rem solid #333;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .wp-content.nishigawara h4 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 4.8rem;
    padding-left: 4.4rem;
    padding-bottom: 3.3rem;
  }
}
.wp-content.nishigawara h4::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #49b8f9;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  .wp-content.nishigawara h4::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 1.2rem;
  }
}
.wp-content.nishigawara p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: #333;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .wp-content.nishigawara p {
    font-size: 3.2rem;
    line-height: 5.4rem;
    margin-bottom: 5rem;
  }
}
.wp-content.nishigawara p a {
  text-decoration: underline;
  color: #333;
}
.wp-content.nishigawara p strong {
  font-weight: 700;
  color: #00b7ee;
}
.wp-content.nishigawara ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0.1rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .wp-content.nishigawara ul {
    margin-bottom: 3rem;
  }
}
.wp-content.nishigawara ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  padding-left: 2.2rem;
}
@media screen and (max-width: 820px) {
  .wp-content.nishigawara ul li {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding-left: 4.2rem;
  }
}
.wp-content.nishigawara ul li::before {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: #49b8f9;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  .wp-content.nishigawara ul li::before {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.8rem;
    top: 1.8rem;
  }
}
.wp-content.nishigawara ol {
  list-style-position: outside;
  margin-left: 1.5rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .wp-content.nishigawara ol {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
.wp-content.nishigawara ol li {
  list-style-type: decimal;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  padding-left: 1rem;
}
@media screen and (max-width: 820px) {
  .wp-content.nishigawara ol li {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding-left: 3rem;
  }
}

.wp-content.isuzu h3 {
  width: 100%;
  padding: 1.9rem 3.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.7rem;
  background: #78dba4;
  border: 0.3rem solid #333;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 820px) {
  .wp-content.isuzu h3 {
    font-size: 4rem;
    padding: 3rem 4rem;
    border-radius: 1.5rem;
    margin-bottom: 5rem;
  }
}
.wp-content.isuzu h4 {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  border-bottom: 0.3rem solid #333;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .wp-content.isuzu h4 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 4.8rem;
    padding-left: 4.4rem;
    padding-bottom: 3.3rem;
  }
}
.wp-content.isuzu h4::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #49b8f9;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  .wp-content.isuzu h4::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 1.2rem;
  }
}
.wp-content.isuzu p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: #333;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .wp-content.isuzu p {
    font-size: 3.2rem;
    line-height: 5.4rem;
    margin-bottom: 5rem;
  }
}
.wp-content.isuzu p a {
  text-decoration: underline;
  color: #333;
}
.wp-content.isuzu p strong {
  font-weight: 700;
  color: #00b7ee;
}
.wp-content.isuzu ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0.1rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .wp-content.isuzu ul {
    margin-bottom: 3rem;
  }
}
.wp-content.isuzu ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  padding-left: 2.2rem;
}
@media screen and (max-width: 820px) {
  .wp-content.isuzu ul li {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding-left: 4.2rem;
  }
}
.wp-content.isuzu ul li::before {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: #49b8f9;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  .wp-content.isuzu ul li::before {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.8rem;
    top: 1.8rem;
  }
}
.wp-content.isuzu ol {
  list-style-position: outside;
  margin-left: 1.5rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .wp-content.isuzu ol {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
.wp-content.isuzu ol li {
  list-style-type: decimal;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  padding-left: 1rem;
}
@media screen and (max-width: 820px) {
  .wp-content.isuzu ol li {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding-left: 3rem;
  }
}

.wp-content.gym h3 {
  width: 100%;
  padding: 2rem 2.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.7rem;
  background: #2652e1;
  border: none;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.6rem;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .wp-content.gym h3 {
    font-size: 4rem;
    padding: 4rem 4rem;
    border-radius: 0.8rem;
    margin-bottom: 5rem;
  }
}
.wp-content.gym h4 {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  border-bottom: 0.3rem solid #92a8f0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 2rem;
  color: #2652e1;
}
@media screen and (max-width: 820px) {
  .wp-content.gym h4 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 4.8rem;
    padding-left: 4.4rem;
    padding-bottom: 3.3rem;
  }
}
.wp-content.gym h4::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #2652e1;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  .wp-content.gym h4::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 1.2rem;
  }
}
.wp-content.gym p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: #333;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .wp-content.gym p {
    font-size: 3.2rem;
    line-height: 5.4rem;
    margin-bottom: 5rem;
  }
}
.wp-content.gym p a {
  text-decoration: underline;
  color: #2652e1;
}
.wp-content.gym p strong {
  font-weight: 700;
  color: #2652e1;
}
.wp-content.gym ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0.1rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .wp-content.gym ul {
    margin-bottom: 3rem;
  }
}
.wp-content.gym ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  padding-left: 2.2rem;
}
@media screen and (max-width: 820px) {
  .wp-content.gym ul li {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding-left: 4.2rem;
  }
}
.wp-content.gym ul li::before {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: #2652e1;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
@media screen and (max-width: 820px) {
  .wp-content.gym ul li::before {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.8rem;
    top: 1.8rem;
  }
}
.wp-content.gym ol {
  list-style-position: outside;
  margin-left: 1.5rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 820px) {
  .wp-content.gym ol {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
.wp-content.gym ol li {
  list-style-type: decimal;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  padding-left: 1rem;
}
@media screen and (max-width: 820px) {
  .wp-content.gym ol li {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding-left: 3rem;
  }
}

.relatedLink {
  width: 100%;
  margin-top: 6rem;
  border: 0.3rem solid #333;
  border-radius: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .relatedLink {
    margin-top: 9.2rem;
    border: 0.4rem solid #333;
    border-radius: 4rem;
  }
}
.relatedLink h5 {
  background: #fff35c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding: 1.5rem 3.6rem;
  border-bottom: 0.3rem solid #333;
}
@media screen and (max-width: 820px) {
  .relatedLink h5 {
    font-size: 3.6rem;
    padding: 1.8rem 0;
    text-align: center;
    color: #333;
    border-bottom: 0.4rem solid #333;
  }
}
.relatedLink ul {
  padding: 2rem 3rem;
}
@media screen and (max-width: 820px) {
  .relatedLink ul {
    padding: 3.2rem 3rem 3rem;
  }
}
.relatedLink ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.3rem dashed #333;
}
@media screen and (max-width: 820px) {
  .relatedLink ul li {
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
.relatedLink ul li:last-of-type {
  margin-bottom: 1rem;
}
.relatedLink ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  background: url(../images/tri_right.webp) no-repeat center right;
  background-size: 1.3rem;
  display: block;
}
@media screen and (max-width: 820px) {
  .relatedLink ul li a {
    font-size: 3.2rem;
    padding-right: 5rem;
    background: url(../images/tri_right.webp) no-repeat center right;
    background-size: 1.8rem;
  }
}
.relatedLink ul li a.ext {
  background: url("../images/ico_ext.webp") no-repeat center right;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .relatedLink ul li a.ext {
    background: url("../images/ico_ext.webp") no-repeat center right;
    background-size: 2.3rem;
  }
}
.relatedLink ul li a.pdf {
  background: url("../images/ico_pdf.webp") no-repeat center right;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .relatedLink ul li a.pdf {
    background: url("../images/ico_pdf.webp") no-repeat center right;
    background-size: 2.3rem;
  }
}

.relatedLink.gym {
  width: 100%;
  margin-top: 6rem;
  border: none;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #f0f3fd;
  padding: 1.6rem 3.2rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .relatedLink.gym {
    margin-top: 9.2rem;
    border: none;
    border-radius: 0.8rem;
  }
}
.relatedLink.gym h5 {
  background: none;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #2652e1;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #92a8f0;
}
@media screen and (max-width: 820px) {
  .relatedLink.gym h5 {
    font-size: 3.6rem;
    padding: 1.8rem 0;
    text-align: center;
    color: #2652e1;
    border-bottom: 0.4rem solid #92a8f0;
  }
}
.relatedLink.gym ul {
  padding: 2rem 0;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .relatedLink.gym ul {
    padding: 3.2rem 3rem 3rem;
  }
}
.relatedLink.gym ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #dddddd;
}
@media screen and (max-width: 820px) {
  .relatedLink.gym ul li {
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
.relatedLink.gym ul li:last-of-type {
  margin-bottom: 1rem;
}
.relatedLink.gym ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  background: url(../images/tri_right.webp) no-repeat center right;
  background-size: 1.3rem;
  display: block;
}
@media screen and (max-width: 820px) {
  .relatedLink.gym ul li a {
    font-size: 3.2rem;
    padding-right: 5rem;
    background: url(../images/tri_right.webp) no-repeat center right;
    background-size: 1.8rem;
  }
}
.relatedLink.gym ul li a.ext {
  background: url("../images/ico_ext.webp") no-repeat center right;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .relatedLink.gym ul li a.ext {
    background: url("../images/ico_ext.webp") no-repeat center right;
    background-size: 2.3rem;
  }
}
.relatedLink.gym ul li a.pdf {
  background: url("../images/ico_pdf.webp") no-repeat center right;
  background-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .relatedLink.gym ul li a.pdf {
    background: url("../images/ico_pdf.webp") no-repeat center right;
    background-size: 2.3rem;
  }
}

.pagenavi {
  margin: 6rem auto auto;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 820px) {
  .pagenavi {
    gap: 0.5rem;
    margin: 9.6rem auto 3rem;
  }
}
.pagenavi a {
  border: 1px solid #333;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0.2rem;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 820px) {
  .pagenavi a {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 2.5rem;
  }
}
.pagenavi a.first, .pagenavi a.last {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 820px) {
  .pagenavi a.first, .pagenavi a.last {
    padding-bottom: 0.7rem;
  }
}
.pagenavi a.previouspostslink::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 48%;
  width: 0.3rem;
  height: 0.3rem;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
@media screen and (max-width: 820px) {
  .pagenavi a.previouspostslink::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.pagenavi a.nextpostslink::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 48%;
  width: 0.3rem;
  height: 0.3rem;
  border-top: 1px solid #360e07;
  border-right: 1px solid #360e07;
  transform: rotate(45deg);
}
@media screen and (max-width: 820px) {
  .pagenavi a.nextpostslink::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.pagenavi a:hover {
  color: #fff;
  background: #333333;
  opacity: 1;
}
.pagenavi a:hover.previouspostslink::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.pagenavi a:hover.nextpostslink::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pagenavi span.current {
  border: rgba(54, 14, 7, 0.2);
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 0.2rem;
  border-radius: 50%;
}
@media screen and (max-width: 820px) {
  .pagenavi span.current {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 2.5rem;
  }
}
.pagenavi.gym {
  margin: 6.4rem auto 0;
}
.pagenavi.gym a {
  border: 1px solid #2652e1;
  color: #2652e1;
}
.pagenavi.gym a.previouspostslink::before {
  border-top: 1px solid #2652e1;
  border-left: 1px solid #2652e1;
}
.pagenavi.gym a.nextpostslink::before {
  border-top: 1px solid #2652e1;
  border-right: 1px solid #2652e1;
}
.pagenavi.gym a:hover {
  color: #fff;
  background: #2652e1;
  opacity: 1;
}
.pagenavi.gym a:hover.previouspostslink::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.pagenavi.gym a:hover.nextpostslink::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pagenavi.gym span.current {
  border: 1px solid #2652e1;
  color: #fff;
  background: #2652e1;
}

p.toTopPage {
  width: 32rem;
  height: 7.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 6.7rem auto auto;
}
@media screen and (max-width: 820px) {
  p.toTopPage {
    width: 59rem;
    height: 14rem;
    font-size: 3.2rem;
    margin: 10rem auto auto;
  }
}
p.toTopPage a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.3rem solid #333;
  border-radius: 3.6rem;
  opacity: 1;
  box-shadow: 0 0.8rem #333;
  transition: all 0.2s ease;
  background: url("../images/tri_right.webp") no-repeat center right 2.1rem;
  background-size: 1.3rem;
}
@media screen and (max-width: 820px) {
  p.toTopPage a {
    border-radius: 7rem;
    background: url("../images/tri_right.webp") no-repeat center right 3.5rem;
    background-size: 2rem;
  }
}
p.toTopPage a:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(0.2rem);
}
p.toTopPage.gym {
  width: 32rem;
  height: 5.6rem;
  margin: 5.8rem auto auto;
}
p.toTopPage.gym a {
  color: #2652e1;
  border: 0.1rem solid #2652e1;
  border-radius: 2.8rem;
  background: url("../images/tri_right_gym_blue.webp") no-repeat center right 2.1rem;
  background-size: 0.8rem;
  box-shadow: none;
}
p.toTopPage.gym a:hover {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 820px) {
  p.toTopPage.gym {
    width: 59rem;
    height: 11.2rem;
    margin: 9.6rem auto auto;
  }
  p.toTopPage.gym a {
    color: #2652e1;
    border: 0.1rem solid #2652e1;
    border-radius: 5.6rem;
    background: url("../images/tri_right_gym_blue.webp") no-repeat center right 3.5rem;
    background-size: 1.2rem;
  }
}
