@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: 3.0em;
  text-indent: -3.0em;
  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;
}

/*no-smoking*/

/* List */
.faq-c dt {
  margin-left: 1.0em;
  padding: 12px 15px 0px 12px;
  font-size: 1.6em;
  text-indent: -1.0em;
}
.faq-c dt:before {
  content: 'Q';
  position:relative; left: -0.4em;
  font-size: 125%;
  font-family: sans-serif;
  color: #7bb7db;
  text-decoration: none;
}

.faq-c dd {
  position: relative;
  padding: 0px 10px 15px 26px;
  font-size: 1.6em;
  text-indent: -0.8em;
}
.faq-c dd:before {
  content: 'A';
  position:relative; left: -0.4em;
  font-size: 125%;
  font-family: sans-serif;
  color: #e50101;
  text-decoration: none;
}

/*家族健康診断*/
._jushin thead th{
  width:42%;
}

._jushin thead th:nth-child(1){
  width:16%
}
._syurui tbody td{
  width:18%;
}

/*再検査*/

.w4 td{
  width:20%;
}
.add-dl{
}

.add-dl dt{
  float:left;
  width:7%;
  font-weight:bold;
}

.add-dl dd{
  float:left;
  width:93%;
}

@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;
  }
.add-dl{
}

.add-dl dt{
  float:none;
  display:block;
  width:100%;
  margin-top:10px;
}

.add-dl dd{
  display:block;
  float:none;
  width:100%;
}
}
