@charset "utf-8";
.section {
  position: relative;
  background-color: #fcfcfc;
}
.circle_bg01 {
  position: absolute;
  left: 0;
  top: 20%;
}
.circle_bg02 {
  position: absolute;
  right: 0;
  bottom: 20%;
}
.content-box {
  position: relative;
}
.section-kv {
  background-image: url('../../../images/health/kv.jpg');
}
@media all and (max-width: 768px) {
  .section-kv {
    padding-bottom: 80%;
    background-size: cover;
    background-image: url('../../../images/health/kv-m.jpg');
  }
}
.absolute {
  position: absolute;
}
.section-content .wrap .col-box img {
  margin-top: 4%;
}
.section-content .wrap .col-box .table03 {
  width: 100%;
  max-width: 732px;
}
@media all and (max-width: 1024px) {
  .section-content .wrap .col-box .table03 {
    width: 100%;
    max-width: 581px;
  }
}
.section-content .wrap .col-box .table04 {
  width: 100%;
  max-width: 728px;
}
@media all and (max-width: 1024px) {
  .section-content .wrap .col-box .table04 {
    width: 100%;
    max-width: 593px;
  }
}
.col-box img.people {
  z-index: 3;
  bottom: -15%;
  right: 0;
  width: 200px;
}
@media all and (max-width: 1400px) {
  .col-box img.people {
    width: 140px;
    bottom: -30%;
  }
}
@media all and (max-width: 1024px) {
  .col-box img.people {
    width: 120px;
  }
}
@media all and (max-width: 820px) {
  .col-box img.people {
    display: none;
  }
}
.col-box img.people02 {
  right: 0;
  width: 200px;
}
@media all and (max-width: 1400px) {
  .col-box img.people02 {
    width: 150px;
    right: -10%;
  }
}
@media all and (max-width: 1280px) {
  .col-box img.people02 {
    display: none;
  }
}
body.page-type-health .section-footer-dec {
  background-color: #fafafa;
}
body.page-type-health .section-content {
  background: linear-gradient(to bottom, #fce0cb 0%, #fafafa 30%);
}
@media all and (max-width: 768px) {
  body.page-type-health .section-content {
    background: linear-gradient(to bottom, #fbe3d7 0%, #fafafa 30%);
  }
}
.more {
  width: 50%;
  float: right;
}
@media all and (max-width: 1400px) {
  .more {
    width: 60%;
  }
}
@media all and (max-width: 1024px) {
  .more {
    width: 70%;
  }
}
@media all and (max-width: 820px) {
  .more {
    width: 100%;
  }
}
.more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e57a5;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgb(0, 0, 0,0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more a:hover {
  color: #d85353;
  background-color: #f7ebed;
}
.more a:hover i {
  transform: translateX(3px);
}
@media all and (max-width: 1024px) {
  .section-content .wrap .col-box .cards.cards1.expand-box .top-box .img-box {
    width: 40%;
  }
}
@media all and (max-width: 950px) {
  .section-content .wrap .col-box .cards.cards1.expand-box .top-box .img-box {
    width: 48%;
  }
}
@media all and (max-width: 560px) {
  .section-content .wrap .col-box .cards.cards1.expand-box .top-box .img-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 560px) {
  .section-content .wrap .col-box .cards.cards1.expand-box .top-box .img-box img {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .section-content .wrap .col-box .cards.cards1.expand-box .top-box .right-box {
    width: 60%;
  }
}
@media all and (max-width: 950px) {
  .section-content .wrap .col-box .cards.cards1.expand-box .top-box .right-box {
    width: 48%;
  }
}
@media all and (max-width: 560px) {
  .section-content .wrap .col-box .cards.cards1.expand-box .top-box .right-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
