@charset "UTF-8";
.global-header .site-title {
  height: 230px;
  background: center no-repeat url(../header-title_top.png);
}

.mainvisual {
  margin: 0 20px 20px;
  height: 300px;
  background: center top no-repeat url(../mainvisual-top.png);
  background-size: contain;
}

.about {
  padding: 40px 0 80px;
  //background: top center repeat-x url(../top-about_bg.png);
}

.about .inner {
  box-sizing: border-box;
  padding: 3px;
  border: solid 1px #d1cdc6;
}

.about .inner .body {
  box-sizing: border-box;
  height: 568px;
  background-color: #fff;
  border: solid 1px #d1cdc6;
}

.about .inner .body h2 {
  margin: 30px 0 20px;
  padding-top: 65px;
  height: 115px;
  box-sizing: border-box;
  font-size: 3.0rem;
  line-height: 3.0rem;
  text-align: center;
  background: center top no-repeat url(../top-about_title.png);
}

.about .inner .body .description {
  margin: 0 auto 29px;
  width: 853px;
  //font-size: 18px;
  line-height: 35px;
  text-align: center;
  background: top url(../top-about_border.png);
}

.about .inner .body .btn_more {
  position: relative;
  margin: 0 auto;
  width: 220px;
  height: 50px;
  background-color: #a6a6a6;
  border-radius: 25px;
}

.about .inner .body .btn_more a {
  position: absolute;
  top: -2px;
  display: block;
  width: 220px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #005fb0;
  border-radius: 25px;
}

.about .inner .body .btn_more a::before {
  content: '＋';
  margin-left: -17px;
  margin-right: 17px;
}

.about .inner .body .btn_more a:hover {
  opacity: 0.8;
}

.books {
  padding: 34px 0 32px;
  background-image: url(../bg-noise.png);
  background-color: #f5f5f5;
}

.topics {
  padding: 40px 0;
  background-image: url(../bg-noise.png);
  background-color: #f8f9fb;

}

.recipes {
  padding: 41px 0 23px;
  background-color: #fff;
}

.doctors {
  padding: 46px 0 50px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .spv {
    display: none !important;
  }
}

/* sp */
@media only screen and (max-width: 767px) {
  .pcv {
    display: none !important;
  }
  .spv {
    display: block;
  }
  .global-header .site-title {
    height: 104px;
    background: center no-repeat url(../sp-header-title.png);
    background-size: contain;
  }
  .mainvisual {
    position: relative;
    margin: 0;
    padding-bottom: 154%;
    height: 0;
    background: center top no-repeat url(../sp-mainvisual-top.jpg);
    background-size: contain;
    z-index: 5;
  }
  .about {
    padding: 17px 12.5px 40px;
    background-image: top center repeat-x url(../top-about_bg.png);
  }
  .about .inner {
    padding: 4.5px;
    border: solid 1px #d1cdc6;
  }
  .about .inner .body {
    height: auto;
    background-color: #fff;
    border: solid 1px #d1cdc6;
  }
  .about .inner .body h2 {
    margin: 20px 0 0;
    padding-top: 55px;
    height: 96px;
    font-size: 2.0rem;
    line-height: 2.0rem;
    background-size: contain;
  }
  .about .inner .body .description {
    margin: 0 5px 29px;
    width: auto;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    background: top url(../top-about_border.png);
    background-size: 3px 25px;
  }
  .about .inner .body .btn_more {
    margin-bottom: 18px;
    width: 175px;
    height: 45px;
  }
  .about .inner .body .btn_more a {
    position: absolute;
    top: -2px;
    width: 175px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #005fb0;
    border-radius: 25px;
  }
  .about .inner .body .btn_more a::before {
    content: '＋';
    margin-left: -17px;
    margin-right: 17px;
  }
  .about .inner .body .btn_more a:hover {
    opacity: 0.8;
  }
  .books {
    padding: 30px 0;
    background-image: url(../bg-noise.png);
    background-color: #f5f5f5;
  }
  .topics {
    padding: 40px 0;
    background-image: url(../bg-noise.png);
    background-color: #f8f9fb;
  }
  .recipes {
    padding: 41px 0 23px;
    background-color: #fff;
  }
  .doctors {
    padding: 46px 0 50px;
    background-color: #fff;
  }
}
