.detail_title_box {
  padding: 54px 0 33px;
  width: 100%;
  background: #40749a;
  text-align: center;
}

.contents {
  margin-bottom: 30px;
  text-align: center;
}
.contents h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  display: inline-block;
  color: #000;
  font-size: 27px;
  font-weight: bold;
}

.health .detail_title_box {
  padding: 36px 0 33px;
}
.health .detail_title_box h1 {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}

.health_box {
  margin-bottom: 20px;
}

.tbl_box {
  display: table;
  width: 100%;
}
.tbl_box:last-child {
  margin-bottom: 0;
}
.tbl_box .left_tbl {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.tbl_box .left_tbl > p + p {
  margin-top: 15px;
}
.tbl_box .left_tbl dl {
  text-align: left;
}
.tbl_box .left_tbl dl dt {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.tbl_box .left_tbl dl dd {
  font-size: 16px;
  line-height: 24px;
}
.tbl_box .left_tbl dl dd p {
  margin-bottom: 25px;
}
.tbl_box .left_tbl dl dd p:last-child {
  margin-bottom: 0;
}
.tbl_box .right_tbl {
  padding: 30px;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.tbl_box .right_tbl dl {
  text-align: left;
}
.tbl_box .right_tbl dl dt {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.tbl_box .right_tbl dl dd {
  font-size: 16px;
  line-height: 24px;
}
.tbl_box .right_tbl dl dd p {
  margin-bottom: 25px;
}
.tbl_box .right_tbl dl dd p:last-child {
  margin-bottom: 0;
}
.tbl_box small {
  margin: 5px 0 0;
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.bgGlay03 {
  margin: 0 auto;
  width: 1000px;
}
.bgGlay03.what_health {
  margin-top: 40px;
  margin-bottom: 80px;
}
.bgGlay03.what_health .left_tbl, .bgGlay03.what_health .right_tbl {
  padding-left: 30px;
}
.bgGlay03 .inner {
  padding: 25px 0 25px;
}

.discript {
  margin-bottom: 40px;
  font-size: 24px;
}