/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
:root {
  --grad: linear-gradient(to bottom, #183d8a 0%, #002164 100%);
}

/*------------------------------*/
.breadcrumbs ul {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid var(--gray);
}

/*------------------------------*/
.sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sectionTitle {
    margin-bottom: 4rem;
  }
}
.sectionTitle h3.title {
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sectionTitle h3.title {
    line-height: 1.35;
    text-align: center;
  }
}
.sectionTitle::after {
  content: "";
  display: block;
  background-color: var(--main);
  width: 8rem;
  height: 0.4rem;
}

/*------------------------------*/
.breadcrumbs {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 4rem;
  }
}

.health-wrap + .health-wrap {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .health-wrap + .health-wrap {
    margin-top: 5rem;
  }
}
.health-wrap .wrap .item + .item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .health-wrap .wrap .item + .item {
    margin-top: 2.5rem;
  }
}
.health-wrap .wrap .item .sub-hd {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .health-wrap .wrap .item .sub-hd {
    font-size: 1.8rem;
  }
}
.health-wrap .wrap .item .list-wrap .list-item {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}
.health-wrap .wrap .item .list-wrap .list-item + .list-item {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .health-wrap .wrap .item .list-wrap .list-item + .list-item {
    margin-top: 1rem;
  }
}
.health-wrap.gray {
  padding-block: 8rem 10rem;
  background-color: #f5f8f9;
  border-top: 0.15rem #c8d2d8 solid;
  border-bottom: 0.15rem #c8d2d8 solid;
}
@media screen and (max-width: 767px) {
  .health-wrap.gray {
    padding-block: 5rem 6rem;
  }
}
.health-wrap.gray .wrap .readText {
  text-align: center;
}
.health-wrap.gray .img-wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .health-wrap.gray .img-wrap {
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */