@charset "utf-8";

/* health-promotion.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Health Promotion
 * **************************************************
 */

 /* Health Promotion
------------------------------------------------------------------- */
 /* Subpage Visual */
.subpage-visual__inner {
  background: url(../images/health-promotion-img.jpg) no-repeat right center;
  background-size: 65% auto;
}

/* 画像　白背景 */
.img-wrap {
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
.img-wrap img {
  max-width: 100%;
  height: auto;
}
h3.no-icon {
  padding-left: 0;
}
h3.no-icon::before {
  content: none;
}

/* 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: #333;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.health-support .fat::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 25px;
  background: #333;
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.health-support .risk::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 25px;
  background: #333;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.health-support .risk::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  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: #0267b7;
  text-align: center;
}
.health-support h4 {
  padding: 6px 10px;
  background-color: #56c3df;
  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;
  font-size: 1.6em;
}
.health-support .list-disc li::before {
  position: relative; top: -0.1em; left: -0.3em;
  content: '●';
  font-size: 70%;
  color: #0267b7;
}	
/* List（丸数字） */
.health-support .list-circle li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.6em;
}

/* PDCAサイクル */
.content__layout__section > p.pdca > img {
  margin: 20px 0 0 10px;
}

/* link-btn-docListt */
.link-btn-docList {
  display: flex;
  justify-content: space-between;
  margin: 2em;
}
.link-btn-docList> li {
  width: max(30%, 24em);
  margin: 0 !important;
}
.link-btn-docList a {
  min-width: auto;
  width: 100%;
}
.link-btn-docList a span {
  padding-right: 0;
}

.common-table._basic thead td {
  background-color: #f3f3f3;
  text-align: center;
}

.common-table._doc th,
.common-table._specific-medical th,
.common-table._guidance th {
  width: 18%;
  /*background-color: #feb941;
  color: #fff*/
}
/*機関誌「大阪電設健保」*/
.kenpo {
  position: relative;
  padding-bottom: 30px;
  margin: 0 15px 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kenpo li {
  width: 25%;
  min-width: 230px;
  flex-grow: 1;
}
.kenpo dl {
  margin-left: 15px;
  padding: 10px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(85%, rgba(255, 255, 255, 1)), to(rgba(237, 237, 237, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(237, 237, 237, 1) 100%);
}
.kenpo li img {
  margin: 0 auto .8em;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.kenpo li img:hover {
  opacity: .7;
  border: 1px solid #dbdbdb;
}
.kenpo li dl dd {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  /* Health Promotion
  ------------------------------------------------------------------- */
  /* Subpage Visual */
  .subpage-visual__inner {
    background-size: auto 100%;
  }

  /* 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;
  }
  /* link-btn-docListt */
  .link-btn-docList {
    display: block
  }
  .link-btn-docList> li {
    width: 100%;
  }
  .link-btn-docList> li+ li {
    margin-top: 1em !important
  }
  .common-table._doc th,
  .common-table._specific-medical th,
  .common-table._guidance th  {
    width: 25%;
  }
  .common-table._guidance .line-right-none td {
  border-right: none!important;
 }	
  .health-support .line-right-none td {
    border-right: none !important;
  }
  .kenpo {
    margin-right: 0;
  }
  .kenpo li {
    width: 50%;
    min-width: auto;
  }
}