@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif , "游ゴシック体", YuGothic ,"游ゴシック", "Yu Gothic";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  * {
    line-height: 1.5;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/* ヘッダー */
header {
  background: -webkit-gradient(linear, left top, right top, from(#bbe1c6), to(#ebeeb0));
  background: linear-gradient(to right, #bbe1c6, #ebeeb0);
}

@media screen and (max-width: 767px) {
  header {
    background: #e7eaea;
  }
}

header img {
  width: 100%;
  height: 46.3235294vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

@media screen and (min-width: 1920px) {
  header img {
    height: auto;
  }
}

@media screen and (min-width: 1088px) {
  header img {
    height: 504px;
  }
}

@media screen and (max-width: 767px) {
  header img {
    height: auto;
  }
}

main {
  background-color: #e7eaea;
}

/*　セクション外枠 */
section {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  section {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 1000px) {
  section {
    width: 100%;
  }
}

section:first-child {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  section:first-child {
    padding-top: 25px;
  }
}

section:last-child {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  section:last-child {
    padding-bottom: 25px;
  }
}

/* お悩み・オーソモレキュラー栄養療法・継続購入 */
.text-head {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .text-head {
    margin-left: 0;
    margin: 0;
  }
}

.text-head p {
  font-size: 18px;
  padding: 30px;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .text-head p {
    padding: 10px;
    width: 100%;
  }
}

.text-head a {
  color: #00428e;
}

/* 不調の原因・私たちの体・食事には気を使っている・お悩み */
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin: 0 10px;
  }
}

.box-probrem {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  margin-left: 0px;
  margin-right: 0px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  margin-left: 0px;
  margin-right: 0px;
}

.box .text {
  width: 65%;
  padding: 30px;
  padding-left: 50px;
  padding-right: 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .box .text {
    padding: 10px;
    width: 100%;
  }
}

.box .text-50 {
  width: 50%;
  font-size: 18px;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .box .text-50 {
    padding: 10px;
    width: 100%;
  }
}

.box .text-50 .check {
  position: relative;
  line-height: 2;
  padding-left: 30px;
}

.box .text-50 .check:before {
  position: absolute;
  content: url(images/mss_pc_A-assets/check.png);
  top: 5px;
  left: 0;
  color: #66c246;
}

.box .text-40 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .box .text-40 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
  }
}

.box .text-40 img {
  padding: 20px;
}

.box .light-blue {
  background-color: #d1effc;
}

.box .light-blue p {
  width: 13em;
}

.box .light-blue .pc {
  position: relative;
}

@media screen and (max-width: 767px) {
  .box .light-blue .pc {
    padding-left: 10px;
  }
}

.box .img {
  width: 30%;
}

@media screen and (max-width: 1000px) {
  .box .img {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .box .img {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

.box .img-50 {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box .img-50 {
    width: 100%;
    text-align: center;
  }
}

.box .img-50 img {
  max-width: 90%;
  padding: 10px;
}

.box .img-60 {
  width: 70%;
  position: relative;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .box .img-60 {
    width: 100%;
    text-align: center;
    padding: 10px;
    padding-bottom: 20px;
  }
}

.box .img-60 .sp {
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 70%;
}

@media screen and (max-width: 767px) {
  .box .img-60 .sp {
    bottom: 20px;
    padding-left: 10px;
  }
}

.trouble-img {
  margin-bottom: 20px;
  padding: 20px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .trouble-img {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .trouble-img {
    display: inline;
  }
}

.shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  margin-right: 30px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .shadow {
    margin: 0 10px;
  }
}

/* オーソモレキュラー栄養療法 */
.bg {
  background-color: #f0f7e8;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  margin-left: 0px;
  margin-right: 0px;
}

.bg .text-50 {
  margin: 0 auto;
  padding-left: 120px;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .bg .text-50 {
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .bg .text-50 {
    padding-left: 0;
    width: 90%;
    padding: 0 10px;
  }
}

.bg .text-50 p {
  line-height: 1.5;
}

.bg .img-50 img {
  width: 70%;
  padding: 20px;
  padding-right: 30px;
}

@media screen and (max-width: 1000px) {
  .bg .img-50 img {
    padding: 30px 0 0;
  }
}

/* オーソモレキュラー栄養療法 */
.title {
  padding-top: 50px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .title {
    padding-top: 36px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    text-align: center;
  }
}

.title span {
  background-color: #add981;
  padding: 10px 30px;
}

/* フッター */
.small {
  font-size: 12px;
}

/* 見出し */
h2 {
  margin-bottom: -14px;
  position: relative;
}

h2 .cause {
  width: 648px;
}

@media screen and (max-width: 767px) {
  h2 .cause {
    width: 100%;
  }
}

h2 .body {
  width: 763px;
}

@media screen and (max-width: 767px) {
  h2 .body {
    width: 100%;
  }
}

h2 .meal {
  width: 843px;
}

@media screen and (max-width: 767px) {
  h2 .meal {
    width: 100%;
  }
}

h2 .trouble {
  width: 565px;
}

@media screen and (max-width: 767px) {
  h2 .trouble {
    width: 100%;
  }
}

h2 .method {
  width: 949px;
}

@media screen and (max-width: 767px) {
  h2 .method {
    width: 100%;
  }
}

h2 .buy {
  width: 501px;
}

@media screen and (max-width: 767px) {
  h2 .buy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    width: 100%;
    margin-bottom: 0px;
  }
}

.top {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .top {
    position: static;
  }
}

.eat {
  margin-top: 98px;
}

@media screen and (max-width: 767px) {
  .eat {
    margin-top: 0;
  }
}

/* 料金 */
.price-inner {
  margin: 0 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .price-inner {
    margin: 0 10px;
  }
}

h3 {
  text-align: center;
}

.price-text {
  background-color: #fff;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .price-text {
    padding-bottom: 20px;
  }
}

.price-text .price-text_box {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .price-text .price-text_box {
    width: 90%;
  }
}

.price-text .price-text_box .cost {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .price-text .price-text_box .cost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}

.price-text .price-text_box .cost-text {
  padding: 20px;
  border: 1px solid #000;
  border-right: none;
  width: 30%;
  text-align: center;
  background-color: #f0f7e8;
}

@media screen and (max-width: 767px) {
  .price-text .price-text_box .cost-text {
    width: 100%;
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.price-text .price-text_box .cost-price {
  padding: 20px 10px;
  border: 1px solid #000;
  width: 70%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price-text .price-text_box .cost-price {
    width: 100%;
    border-top: none;
  }
}

.price-text .price-text_box .cost-price .hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .price-text .price-text_box .cost-price .hide {
    display: block;
  }
}

.price-text .price-text_box p {
  line-height: 1;
  padding-top: 10px;
}

.price-text .price-text_box-b {
  width: 100%;
  margin: 0 auto;
}

.price-text .price-text_box-b .cost-b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 70px;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .price-text .price-text_box-b .cost-b {
    margin: 0 10px;
  }
}

.price-text .price-text_box-b .cost-b .cost-text {
  width: 100%;
  border: 1px solid #000;
  border-bottom: none;
  padding: 10px 20px;
}

.price-text .price-text_box-b .cost-b .cost-text span {
  font-size: 14px;
}

.price-text .price-text_box-b .cost-b .cost-price {
  width: 100%;
  border: 1px solid #000;
  border-top: none;
  border-bottom: none;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .price-text .price-text_box-b .cost-b .cost-price {
    padding: 10px;
  }
}

.price-text .price-text_box-b p {
  margin: 0 70px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  padding: 0;
  text-align: center;
  font-size: 14px;
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .price-text .price-text_box-b p {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .price-text .price-text_box-b p {
    padding: 0 10px;
  }
}

.price-text .price-text_box-b p:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .price-text_text {
    width: 90%;
    margin: 0 auto;
  }
}

.price-text_text p {
  margin: 0 70px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .price-text_text p {
    margin: 0;
  }
}

.price-text_text p .green {
  color: #70be4e;
}

.price-text_text p .text-small {
  font-size: 14px;
}

.price-text .price-text_text-b {
  padding: 20px 0;
}

/* B-治療の流れ */
.text-box {
  background-color: #fff;
  padding: 50px;
  font-size: 18px;
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .text-box {
    padding: 0 10px 20px;
    margin: 0;
  }
}

.text-box h4 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 30px;
  color: #52a103;
}

.text-box_third {
  padding: 30px;
  margin: 30px 0 15px;
  background-color: #f0f7e8;
}

@media screen and (max-width: 767px) {
  .text-box_third {
    padding: 0 5px;
  }
}

.text-box_third span {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  display: block;
}

/* C-カウンセリング */
.box-c {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.box-c .arrow {
  padding-top: 20px;
}

.box-c .arrow img {
  max-width: 150px;
}

/*　フッター */
footer {
  background: -webkit-gradient(linear, left top, right top, from(#a6dcb5), to(#edef98));
  background: linear-gradient(to right, #a6dcb5, #edef98);
}

footer small {
  margin: 0 auto;
  text-align: center;
  padding: 50px;
  display: block;
  font-size: 14px;
  color: #7f7e7e;
}

@media screen and (max-width: 767px) {
  footer small {
    padding: 20px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */