@charset "UTF-8";
.health .appleBanner-ttl--bg01 {
  background-image: url(/sp/apple/shared/img/img_banner_01.jpg);
}
.health .appleTitle-t3 {
  margin-bottom: 16px;
}
.health .appleTitle-t3.icon {
  margin-top: 40px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .health .appleTitle-t3.icon {
    padding-left: 0;
    text-align: center;
    margin-top: 50px;
    line-height: 23px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 374px) {
  .health .appleTitle-t3.icon {
    font-size: 15px;
  }
}
.health .appleTitle-t3.icon:before {
  content: "";
  width: 36px;
  height: 37px;
  background: url(/sp/apple/health/img/ico_apple_ttl.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .health .appleTitle-t3.icon:before {
    width: 27px;
    height: 28px;
    bottom: inherit;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .health .mt8_sp {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .health .mt14_sp {
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .health .mb20_pc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .health .mt25_sp {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .health .mt30_sp {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .health .mt35_pc {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .health .mt40_pc {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .health .mt50_pc {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .health .mt100_pc {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .health .mt107_pc {
    margin-top: 107px;
  }
}
.health .list-notes {
  margin-top: 30px;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .health .list-notes {
    font-size: 12px;
    line-height: 25px;
    text-indent: -30px;
    margin-left: 30px;
    margin-top: 25px;
  }
}
.health .al-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .health .tac_sp {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .health .img_01 {
    width: 82.62%;
  }
}
@media screen and (max-width: 767px) {
  .health .img_02 {
    width: 81.42857%;
  }
}
@media screen and (min-width: 768px) {
  .health .appleDesc {
    text-align: center;
  }
}

.health-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .health-grid {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .health-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 84px;
  }
}
@media screen and (min-width: 768px) {
  .health-grid > div {
    width: 48.75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .health-grid > div {
    width: calc(50% - 10px);
  }
}

.health-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .health-box {
    padding: 17px 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .health-box {
    padding: 20px 20px 23px;
    border-radius: 5px;
    width: 100%;
  }
}
.health-box.full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .health-box.full .health-boxImg {
    margin-top: -4px;
  }
}
.health-box + .health-box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .health-box + .health-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .health-box + .health-box {
    margin-top: 10px;
  }
}

.health-boxImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .health-boxImg {
    margin-top: 7px;
    width: 232px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .health-boxImg {
    width: 100px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .health-boxImg {
    width: 40%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.health-boxTxt {
  width: calc(100% - 232px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .health-boxTxt {
    width: 60%;
    padding-left: 20px;
    margin-top: -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .health-boxTxt {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}

.health-list {
  background: url(/sp/apple/health/img/line_dash.png) repeat;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .health-list {
    background-image: url(/sp/apple/health/img/line_dash_sp.png);
  }
}
.health-list li {
  margin-bottom: 0;
  padding: 0;
}
.health-list li:before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .health-list li {
    font-size: 16px;
    line-height: 45px;
    text-indent: -16px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .health-list li {
    text-indent: -14px;
    margin-left: 14px;
    line-height: 30px;
  }
}

.health-notes {
  font-size: 14px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .health-notes {
    font-size: 12px;
    margin-top: 15px;
  }
}
.health-notes .link-red {
  color: #D1201A;
  text-decoration: underline;
}
.health-notes .link-red:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .health-para p + p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .health-para p + p {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .health-para01 {
    margin-top: -8px;
  }
}

@media screen and (min-width: 768px) {
  .section01 .appleTitle-t4 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section01 .appleTitle-t4 {
    line-height: 25px;
    margin-bottom: 18px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 374px) {
  .section01 .appleTitle-t4 {
    font-size: 17px;
    line-height: 25px;
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media screen and (min-width: 768px) {
  .section01 .appleTitle-t4 span {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section01 .appleTitle-t4 span {
    max-width: 100%;
    min-width: 308px;
  }
}
@media screen and (max-width: 374px) {
  .section01 .appleTitle-t4 span {
    min-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .health-gridImg {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .health-gridImg {
    margin: 20px 0;
    text-align: center;
  }
}

.section02 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section02 {
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  .section03 {
    margin-top: 73px;
  }
}
.section03 .appleCol-c2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .section04 {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .section04 {
    margin-top: 26px;
  }
}

/*# sourceMappingURL=health.css.map */
