@charset "UTF-8";
.health section {
  margin-bottom: 5rem;
}
.health h2 {
  margin-bottom: 1em;
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #f0831e;
}
.health .list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.25em;
}
.health .list_kome > li:before {
  content: "※";
}
.health p {
  line-height: 2;
}
.health table {
  margin: 1em 0;
}
.health table th, .health table td {
  padding: 0.5em;
  border: 1px solid #333;
}
.health table th {
  background-color: #f0831e;
  color: #fff;
}

.health_sec_01 p {
  line-height: 2;
}
.health_sec_01 .box_gray {
  margin-top: 1.5em;
  background-color: #f2f2f2;
  padding: 2em 5% 2.5em;
}
.health_sec_01 .box_gray h3 {
  margin: 0 0 1em;
  padding: 0 0 0.75em;
  border-bottom: 1px solid #333;
}
.health_sec_01 ul li {
  margin-bottom: 0.5em;
}
.health_sec_01 .name {
  text-align: right;
  line-height: 1.8;
  margin-top: 1.5em;
  font-weight: 700;
}

.health_sec_02 {
  display: flex;
  gap: 5%;
}
.health_sec_02 .text {
  width: 50%;
  flex-shrink: 0;
}
.health_sec_02 .text p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .health_sec_02 {
    display: block;
  }
  .health_sec_02 .text {
    width: 100%;
    margin-bottom: 1em;
  }
}

.health_sec_03 p {
  line-height: 2;
}

.health_sec_04 h3 {
  margin: 2.5em 0 0.5em;
}
.health_sec_04 h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.health_sec_04 h4 + p {
  line-height: 2;
  margin-bottom: 1em;
}
.health_sec_04 dl dt {
  font-weight: 700;
  margin: 1em 0 0.5em;
}

.health_sec_05 {
  display: flex;
  gap: 5%;
}
.health_sec_05 h3 {
  margin-bottom: 1em;
}
.health_sec_05 .image {
  flex-shrink: 0;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .health_sec_05 {
    display: block;
  }
  .health_sec_05 .text {
    width: 100%;
    margin-bottom: 1em;
  }
  .health_sec_05 .image {
    width: 100%;
  }
}