@charset "utf-8";

/* health-promotion.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Health Promotion
 * **************************************************
 */

 /* Health Promotion
------------------------------------------------------------------- */

/* Table*/
/* 健診結果に基づきレベルごとに健康づくりを支援 */
.health-support {
  margin-top: 50px;
}
.health-support > div {
  position: relative;
  border: 1px solid #d7d7d7;
}
.health-support > div + div {
  margin-top: 50px;
}
.health-support .fat::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 25px;
  background: #000;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.health-support .fat::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 25px;
  background: #000;
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.health-support .risk::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 25px;
  background: #000;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.health-support .risk::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.health-support h3 {
  margin-bottom: 5px;
  font-size: 2.2em;
  font-weight: 500;
  color: #3bb5e2;
  text-align: center;
}
.health-support h4 {
  padding: 6px 10px;
  background-color: #3bb5e2;
  font-size: 1.8em;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
}
.health-support ul {
  margin: 20px 25px 20px 25px;
}
/* List（色丸） */
.health-support .list-disc li {
  margin-left: 1.3em;
  text-indent: -0.8em;
  position: relative; left: 0.5em;
}
.health-support .list-disc li::before {
  position: relative; top: -0.1em; left: -0.3em;
  content: '●';
  font-size: 70%;
  color: #3bb5e2;
}
/* List（丸数字） */
.health-support .list-circle li {
  margin-left: 1em;
  text-indent: -1em;
}

/* PDCAサイクル */
.content__layout__section > p.pdca > img {
  margin: 20px 0 0 10px;
}

@media screen and (max-width: 767px) {
  /* Health Promotion
  ------------------------------------------------------------------- */

  /* Table*/
  /* 健診結果に基づきレベルごとに健康づくりを支援 */
  .health-support {
    margin-top: 40px;
  }
  .health-support h3 {
    margin-bottom: 10px;
    font-size: 2.0em;
    line-height: 1.4;
  }
  .health-support h4 {
    padding: 2px 10px;
  }
  .health-support ul {
    margin: 10px 15px 10px 15px;
  }
}
