section {
  width: 96rem;
  margin: 0.6rem auto auto;
}
@media screen and (max-width: 820px) {
  section {
    width: 67rem;
  }
}
section dl {
  width: 100%;
  padding: 3.2rem 0;
  border-bottom: 0.1rem dashed #333;
}
section dl dt {
  width: 100%;
  min-height: 4.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin-bottom: 1.6rem;
  background: url("../images/bg_q.webp") no-repeat top left;
  background-size: 4.8rem;
  padding: 1.2rem 1.3rem 0 6.5rem;
}
@media screen and (max-width: 820px) {
  section dl dt {
    font-size: 3.6rem;
    line-height: 4.86rem;
    background: url("../images/bg_q.webp") no-repeat top left;
    background-size: 8rem;
    min-height: 8rem;
    padding: 1.2rem 0 0 10.2rem;
    margin-bottom: 4rem;
  }
}
section dl dd {
  width: 100%;
  min-height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  background: url("../images/bg_a.webp") no-repeat top left;
  background-size: 4.8rem;
  padding: 1.3rem 1.3rem 0 6.5rem;
}
@media screen and (max-width: 820px) {
  section dl dd {
    font-size: 3.2rem;
    line-height: 5.44rem;
    background: url("../images/bg_a.webp") no-repeat top left;
    background-size: 8rem;
    min-height: 8rem;
    padding: 1.3rem 0 0 10.2rem;
  }
}
section p.toContact {
  margin: 6.4rem auto auto;
  width: 32rem;
  height: 8rem;
}
@media screen and (max-width: 820px) {
  section p.toContact {
    margin: 9.6rem auto auto;
    width: 59rem;
    height: 15rem;
  }
}
section p.toContact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 7rem;
  border-radius: 3.5rem;
  background: url("../images/ico_env.webp") no-repeat center right 2.3rem #fff35c;
  background-size: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.08rem;
  border: 0.3rem solid #333;
  box-shadow: 0 0.5rem #333;
  transition: all 0.2s ease;
  text-align: center;
}
section p.toContact a:hover {
  box-shadow: none;
  opacity: 1;
  transform: translateY(0.2rem);
}
@media screen and (max-width: 820px) {
  section p.toContact a {
    width: 59rem;
    height: 14rem;
    font-size: 3.2rem;
    line-height: 4.16rem;
    border-radius: 7.1rem;
    background: url("../images/ico_env.webp") no-repeat center right 4rem #fff35c;
    background-size: 4.2rem;
    box-shadow: 0 1rem #333;
  }
}

section.gym {
  width: 96rem;
  margin: 0.6rem auto auto;
}
@media screen and (max-width: 820px) {
  section.gym {
    width: 67rem;
  }
}
section.gym dl {
  width: 100%;
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid #ddd;
}
section.gym dl dt {
  width: 100%;
  min-height: 4.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin-bottom: 1.6rem;
  background: url("../images/bg_gym_q.webp") no-repeat top left;
  background-size: 4.8rem;
  padding: 1.2rem 1.3rem 0 6.5rem;
  color: #2652e1;
}
@media screen and (max-width: 820px) {
  section.gym dl dt {
    font-size: 3.6rem;
    line-height: 4.86rem;
    background: url("../images/bg_gym_q.webp") no-repeat top left;
    background-size: 8rem;
    min-height: 8rem;
    padding: 1.2rem 0 0 10.2rem;
    margin-bottom: 4rem;
  }
}
section.gym dl dd {
  width: 100%;
  min-height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  background: url("../images/bg_gym_a.webp") no-repeat top left;
  background-size: 4.8rem;
  padding: 1.3rem 1.3rem 0 6.5rem;
}
@media screen and (max-width: 820px) {
  section.gym dl dd {
    font-size: 3.2rem;
    line-height: 5.44rem;
    background: url("../images/bg_gym_a.webp") no-repeat top left;
    background-size: 8rem;
    min-height: 8rem;
    padding: 1.3rem 0 0 10.2rem;
  }
}
section.gym p.toContact {
  margin: 6.4rem auto auto;
  width: 32rem;
  height: 5.6rem;
}
@media screen and (max-width: 820px) {
  section.gym p.toContact {
    margin: 9.6rem auto auto;
    width: 59rem;
    height: 11.2rem;
  }
}
section.gym p.toContact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background: url("../images/ico_mail.webp") no-repeat center right 2.3rem #2652e1;
  background-size: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.08rem;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease;
  text-align: center;
  color: #fff;
  border: 0.1rem solid #2652e1;
}
section.gym p.toContact a:hover {
  box-shadow: none;
  opacity: 1;
  transform: none;
  background: url("../images/ico_mail_blue.webp") no-repeat center right 2.3rem #fff;
  background-size: 2rem;
  color: #2652e1;
  border: 0.1rem solid #2652e1;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  section.gym p.toContact a {
    width: 59rem;
    height: 11.2rem;
    font-size: 3.2rem;
    line-height: 4.16rem;
    border-radius: 7.1rem;
    background: url("../images/ico_mail.webp") no-repeat center right 4rem #2652e1;
    background-size: 4.1rem;
    box-shadow: none;
    border: 0.1rem solid #2652e1;
  }
}

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;
}
