.health img {
  height: auto;
}

.health .page__headline {
  padding: 0;
  border-left: none;
}

.health .page__headline-num {
  color: #AF1D7B;
}

.health .txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.health br .br-sp {
  display: none;
}

.health .declaration {
  width: 660px;
}

.health .declaration__block {
  background-color: #AF1D7B;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 10px;
}

.health .declaration__ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.health .declaration__content {
  border: 3px solid #AF1D7B;
  text-align: center;
  padding: 20px 0;
}

.health .declaration__logo {
  width: 120px;
  padding-bottom: 30px;
}

.health .declaration__txt {
  color: #AF1D7B;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.health .guidelines__list {
  padding-bottom: 17px;
}

.health .guidelines__list li:nth-of-type(n+2) {
  padding-top: 5px;
}

.health .guidelines__sign {
  text-align: right;
  line-height: 1.6;
  padding-bottom: 20px;
}

.health .guidelines__sign img {
  width: 56px;
  vertical-align: top;
  padding-top: 5px;
}

.health .guidelines__img {
  width: 640px;
}

.health .guidelines__txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

.health .promotion__img {
  width: 545px;
  padding-bottom: 10px;
}

.health .index__head {
  background-color: #EEEDF0;
  text-align: center;
}

.health .index__head th {
  vertical-align: middle;
  padding: 10px 15px;
}

.health .index__head th:first-of-type {
  width: 250px;
  text-align: left;
}

.health .index__contents {
  background-color: #FAF9FA;
}

.health .index__contents tr {
  border-top: 1px solid #fff;
}

.health .index__contents th {
  width: 250px;
  vertical-align: middle;
  text-align: left;
  padding: 20px 15px;
}

.health .index__contents td {
  text-align: center;
}

.health .index__txt {
  display: none;
}

@media screen and (max-width: 767px) {
  .health .br-pc {
    display: none;
  }
  .health .br-sp {
    display: block;
  }
  .health .declaration {
    width: 100%;
  }
  .health .declaration__ttl {
    font-size: 16px;
  }
  .health .declaration__img {
    padding-bottom: 20px;
  }
  .health .declaration__txt {
    font-size: 16px;
    line-height: 1.68;
  }
  .health .guidelines__list li:nth-of-type(n+2) {
    padding-top: 10px;
  }
  .health .guidelines__sign {
    line-height: 1.6;
    padding-bottom: 32px;
  }
  .health .guidelines__sign img {
    width: 48px;
    padding-top: 3px;
  }
  .health .guidelines__img {
    width: 100%;
  }
  .health .guidelines__txt {
    font-size: 16px;
    padding-bottom: 23px;
  }
  .health .promotion__img {
    width: 100%;
    padding-bottom: 20px;
  }
  .health .index {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .health .index__contents th {
    padding: 18px 10px;
  }
}

@media screen and (max-width: 600px) {
  .health .index__txt {
    display: block;
    font-size: 12px;
    text-align: right;
    padding-top: 10px;
  }
}
