/*--------------------------------------------------------------------------
   Health
---------------------------------------------------------------------------*/
#Content {
  max-width: 100%;
  padding-top: 0;
}

#Health #Main {
  height: 640px;
  background-image: url("../../images/health/kv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  background-color: #F2F1F4;
}
@media screen and (max-width: 960px) {
  #Health #Main {
    height: 450px;
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
}
#Health #Main:after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../../images/common/bg_box_top.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  #Health #Main:after {
    height: 25px;
    background-size: 100% 25px;
  }
}
#Health #Main .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#Health #Main .inner .catch {
  color: #ED6942;
  font-size: 180%;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 100px;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  #Health #Main .inner .catch {
    left: 3vw;
    top: 3vw;
    bottom: auto;
  }
}
#Health #Main .inner .catch .txt {
  position: relative;
}
#Health #Main .inner .catch .txt span {
  position: relative;
  z-index: 2;
}
#Health #Main .inner .catch .txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5em;
  background-color: #FFFFFF;
  z-index: 1;
}
#Health #Sec {
  position: relative;
  background-color: #FFFFFF;
  background-image: url("../../images/index/bg_health.png");
}
@media screen and (max-width: 960px) {
  #Health #Sec {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }
}
#Health #Sec:after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../../images/common/bg_box_bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position: center bottom;
  position: absolute;
  bottom: -50px;
  left: 0;
  background-color: #FAE7E1;
}
@media screen and (max-width: 960px) {
  #Health #Sec:after {
    background-size: 100% 25px;
    height: 25px;
    bottom: -25px;
  }
}
@media screen and (max-width: 960px) {
  #Health #Sec1 {
    padding-bottom: 30px;
  }
}
#Health #Sec1 .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  #Health #Sec1 .inner {
    padding-top: 45px;
  }
}
#Health #Sec1 .check {
  font-weight: bold;
  background-image: url("../../images/health/ico_check.png");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
  padding-left: 1.5em;
}
#Health #Sec1 .ttl {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 320px;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #Health #Sec1 .ttl {
    width: 80%;
    top: 1vw;
    left: 0;
    position: relative;
    display: block;
    margin-right: -3vw;
  }
}
#Health #Sec1 .ttl span {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: #ED6942;
  box-sizing: border-box;
  font-size: 130%;
  border-radius: 10px;
  line-height: 120%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #Health #Sec1 .ttl span {
    padding: 10px;
    border-radius: 4px;
  }
}
#Health #Sec1 .ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Health #Sec1 .ttl:after {
    border-radius: 4px;
    left: -5px;
    bottom: -5px;
  }
}
#Health #Sec1 .pic {
  max-width: 560px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #Health #Sec1 .pic {
    margin-bottom: 20px;
  }
}
#Health #Sec1 .pic img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  #Health #Sec1 .pic img {
    border-radius: 0;
  }
}
#Health #Sec1 .pic:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Health #Sec1 .pic:after {
    bottom: -5px;
    left: -5px;
  }
}
#Health #Sec2 {
  position: relative;
}
@media screen and (max-width: 960px) {
  #Health #Sec2 {
    padding-bottom: 30px;
  }
}
#Health #Sec2 .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 130px;
}
@media screen and (max-width: 960px) {
  #Health #Sec2 .inner {
    padding-top: 25px;
  }
}
#Health #Sec2 .txt {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #Health #Sec2 .txt {
    width: 100%;
  }
}
#Health #Sec2 .ttl {
  position: absolute;
  display: inline-block;
  top: 80px;
  left: 220px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #Health #Sec2 .ttl {
    width: 80%;
    top: 0;
    left: -3vw;
    right: auto;
    display: block;
  }
}
#Health #Sec2 .ttl span {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px;
  padding-right: 50px;
  background-color: #ED6942;
  box-sizing: border-box;
  font-size: 130%;
  border-radius: 10px;
  line-height: 120%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #Health #Sec2 .ttl span {
    padding: 15px 10px;
    border-radius: 0;
  }
}
#Health #Sec2 .ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Health #Sec2 .ttl:after {
    border-radius: 0;
    left: 5px;
    bottom: -5px;
  }
}
#Health #Sec2 .pic {
  max-width: 560px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
#Health #Sec2 .pic img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #Health #Sec2 .pic img {
    border-radius: 0;
  }
}
#Health #Sec2 .pic:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Health #Sec2 .pic:after {
    bottom: -5px;
    right: -5px;
  }
}
#Health #Sec3 {
  position: relative;
}
@media screen and (max-width: 960px) {
  #Health #Sec3 {
    padding-bottom: 40px;
  }
}
#Health #Sec3 .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 130px;
}
@media screen and (max-width: 960px) {
  #Health #Sec3 .inner {
    padding-top: 25px;
  }
}
#Health #Sec3 .txt {
  margin-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #Health #Sec3 .txt {
    margin-top: 15px;
    padding-bottom: 25px;
  }
}
#Health #Sec3 .ttl {
  position: absolute;
  display: inline-block;
  top: 80px;
  left: 450px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #Health #Sec3 .ttl {
    width: 80%;
    top: 0;
    left: auto;
    right: -3vw;
    display: block;
  }
}
#Health #Sec3 .ttl span {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px;
  padding-right: 50px;
  background-color: #ED6942;
  box-sizing: border-box;
  font-size: 130%;
  border-radius: 10px;
  line-height: 120%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #Health #Sec3 .ttl span {
    padding: 15px 10px;
    border-radius: 0;
  }
}
#Health #Sec3 .ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Health #Sec3 .ttl:after {
    border-radius: 0;
    bottom: -5px;
    right: -5px;
  }
}
#Health #Sec3 .pic {
  max-width: 560px;
  position: relative;
}
#Health #Sec3 .pic img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #Health #Sec3 .pic img {
    border-radius: 0;
  }
}
#Health #Sec3 .pic:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Health #Sec3 .pic:after {
    bottom: -5px;
    left: -5px;
  }
}
#Health #Bnr {
  max-width: 709px;
  margin: 0 auto;
  margin-top: 120px;
}
#Health #Bnr .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #Health #Bnr {
    margin-top: 60px;
    max-width: 335px;
  }
}
#Health #Bnr a {
  opacity: 1;
  transition: all 0.3s ease-out;
}
#Health #Bnr a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-out;
}
