@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Marcellus&display=swap");
@font-face {
  font-family: "OPTIMA";
  src: url("../fonts/OPTIMA.eot");
  src: local("☺"), url("../fonts/OPTIMA.woff") format("woff"), url("../fonts/OPTIMA.ttf") format("truetype"), url("../fonts/OPTIMA.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
@media only screen and (max-width: 767px) {
  .sec-policy .txt-basic p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.txt-basic {
  color: #707070;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .txt-basic {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.txt-basic .ttl {
  display: block;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .txt-basic .ttl {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
  }
}

.txt-basic .ttl small {
  display: block;
}

.txt-basic p {
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .txt-basic p {
    margin-bottom: 15px;
  }
}

.txt-basic p:last-child {
  margin-bottom: 0;
}

.block-policy {
  display: block;
  max-width: 1265px;
  margin: 0 auto;
}

.block-policy .txt-basic {
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .block-policy .txt-basic {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

.stage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 158px;
}

@media screen and (max-width: 1240px) {
  .stage-item {
    margin: 0 -20px 150px;
  }
}

@media only screen and (max-width: 767px) {
  .stage-item {
    margin: 0 0 50px;
  }
}

.stage-item .item {
  width: 28%;
  margin-right: 6.5%;
}

@media screen and (max-width: 1240px) {
  .stage-item .item {
    margin-right: 0;
    padding: 0 20px;
    width: 32.7%;
  }
}

@media only screen and (max-width: 767px) {
  .stage-item .item {
    width: 100%;
    padding: 0 15px 0 0;
    margin-bottom: 45px;
  }
  .stage-item .item:last-child {
    margin-bottom: 0;
  }
}

.stage-item .item:nth-child(3n) {
  margin-right: 0;
}

.stage-item .item .box {
  border: 3px solid rgba(130, 120, 83, 0.3);
  height: 100%;
  max-height: 415px;
}

@media only screen and (max-width: 767px) {
  .stage-item .item .box {
    border: 2px solid rgba(130, 120, 83, 0.3);
  }
}

.stage-item .item .fill {
  background: #E5E1D6;
  position: relative;
  top: 36px;
  left: 34px;
  width: calc(100% + 5px);
  padding: 23px 39px 43px 49px;
}

@media screen and (max-width: 1240px) {
  .stage-item .item .fill {
    top: 15px;
    left: 15px;
    width: 100%;
    padding: 20px;
  }
}

.stage-item .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .stage-item .item .img img {
    max-width: 110px;
  }
}

.stage-item .item .txt-basic {
  color: #827853;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .stage-item .item .txt-basic {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.stage-item .item .txt-basic .ttl {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 990px) {
  .stage-item .item .txt-basic .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .stage-item .item .txt-basic .ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .stage-item .item .txt-basic .ttl {
    margin-bottom: 26px;
  }
}

.stage-item .item .txt-basic .ttl small {
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 990px) {
  .stage-item .item .txt-basic .ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .stage-item .item .txt-basic .ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.office-box {
  border: 3px solid rgba(130, 120, 83, 0.3);
  padding: 18px 35px 34px;
  max-width: 1315px;
  margin: 0 auto 5%;
}

@media only screen and (max-width: 767px) {
  .office-box {
    border: 2px solid rgba(130, 120, 83, 0.3);
    padding: 20px 15px;
  }
}

.ttl-block {
  display: block;
  text-align: center;
  color: #827853;
  margin-bottom: 21px;
  letter-spacing: 1px;
}

.ttl-block .en {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Marcellus", serif;
  letter-spacing: 3.5px;
}

@media only screen and (max-width: 767px) {
  .ttl-block .en {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1.5px;
  }
}

.ttl-block small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .ttl-block small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #e5e1d6;
  padding: 39px 41px 36px 57px;
}

@media screen and (max-width: 1240px) {
  .list-stage {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .list-stage {
    padding: 25px 15px;
  }
}

.list-stage .img {
  width: 24.6%;
}

@media only screen and (max-width: 767px) {
  .list-stage .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.list-stage .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75.4%;
  padding-left: 31px;
}

@media only screen and (max-width: 767px) {
  .list-stage .note {
    width: 100%;
    padding-left: 0;
  }
}

.list-stage .note .txt-basic {
  width: 60%;
  margin-bottom: 0;
  padding-top: 4px;
}

@media only screen and (min-width: 768px) {
  .list-stage .note .txt-basic {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .list-stage .note .txt-basic {
    width: 100%;
    margin-bottom: 30px;
  }
}

.list-stage .note .txt-basic .ttl {
  text-align: left;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .list-stage .note .txt-basic .ttl {
    letter-spacing: -1px;
  }
}

.list-stage .note .txt-basic p {
  line-height: 1.4;
}

.list-stage .note .more {
  width: 36%;
  position: relative;
  top: -4px;
}

@media screen and (max-width: 1024px) {
  .list-stage .note .more {
    width: 100%;
    top: 0;
  }
}

.list-stage .note .more .btn_style01 {
  margin-top: 0;
  background: white;
}

.support-item {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .support-item {
    max-width: 400px;
    margin: 30px auto 0;
  }
}

.support-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 116px;
}

@media only screen and (max-width: 767px) {
  .support-item .item {
    margin-bottom: 50px;
  }
}

.support-item .item:last-child {
  margin-bottom: 0;
}

.support-item .item .txt-basic {
  width: 50%;
  padding: 0 0 0 65px;
}

@media screen and (max-width: 1024px) {
  .support-item .item .txt-basic {
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .support-item .item .txt-basic {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .support-item .item .txt-basic {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.support-item .item .txt-basic .box_ttl {
  margin-left: 0;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .support-item .item .txt-basic .box_ttl {
    margin: 0 auto 15px;
  }
}

.support-item .item .txt-basic .ttl {
  margin-bottom: 27px;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .support-item .item .txt-basic .ttl {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .support-item .item .txt-basic .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
  }
}

@media only screen and (min-width: 768px) {
  .support-item .item .txt-basic p {
    max-width: 75%;
  }
}

@media screen and (max-width: 1024px) {
  .support-item .item .txt-basic p {
    max-width: 100%;
  }
}

.support-item .item .img {
  width: 48.5%;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .support-item .item .img {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .support-item .item:nth-child(odd) .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
  }
  .support-item .item:nth-child(odd) .txt-basic {
    padding: 0 30px 0 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .support-item .item:nth-child(odd) .txt-basic {
    padding: 0 20px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .support-item .item:nth-child(odd) .txt-basic p {
    max-width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .support-item .item:nth-child(odd) .txt-basic p {
    max-width: 100%;
  }
}

section {
  position: relative;
}

.sec-policy {
  background: #F0EBE4;
  padding: 41px 0 120px;
}

@media only screen and (max-width: 767px) {
  .sec-policy {
    padding: 30px 0 40px;
  }
}

.sec-stage {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0EBE4), color-stop(50%, #F0EBE4), color-stop(50%, #f3f6db), to(#f3f6db));
  background: -o-linear-gradient(top, #F0EBE4 0%, #F0EBE4 50%, #f3f6db 50%, #f3f6db 100%);
  background: linear-gradient(180deg, #F0EBE4 0%, #F0EBE4 50%, #f3f6db 50%, #f3f6db 100%);
}

.sec-stage .arc {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .sec-stage .arc {
    padding: 30px 0px 30px;
  }
}

.sec-stage .inner {
  position: relative;
  z-index: 1;
}

.sec-stage .txt-basic {
  color: #827853;
  margin-bottom: 68px;
}

@media only screen and (max-width: 767px) {
  .sec-stage .txt-basic {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  .sec-stage .txt-basic {
    margin: 0 -5px 30px;
  }
}

.sec-stage .txt-basic .ttl {
  color: #827853;
}

@media only screen and (min-width: 768px) {
  .sec-stage .txt-basic .ttl {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}

.sec-support {
  background: rgba(235, 240, 196, 0.6);
  padding: 50px 0 90px;
}

@media only screen and (max-width: 767px) {
  .sec-support {
    padding: 30px 15px 20px;
  }
}

.sec-support .txt-basic {
  color: #686D57;
}

@media only screen and (min-width: 768px) {
  .sec-support .txt-basic .ttl {
    margin-bottom: 31px;
    margin-top: 50px;
  }
}

.sec-habit {
  background: #f0ebe4;
}

.sec-habit .arc {
  padding: 100px 0 50px;
  border-radius: 0 0 70% 70% / 0 0 4% 4%;
}

@media only screen and (max-width: 767px) {
  .sec-habit .arc {
    padding: 30px 0 70px;
    border-radius: 0 0 55% 55% / 0 0 4% 4%;
  }
  .sec-habit .arc .inner-1265 {
    padding: 0;
  }
}

.sec-habit .txt-basic {
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .sec-habit .txt-basic {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-habit .note img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec-habit .note .txt-basic {
  max-width: 950px;
  background: white;
  margin: -78px auto 0;
  position: relative;
  padding: 41px 70px 41px 82px;
}

@media only screen and (min-width: 768px) {
  .sec-habit .note .txt-basic {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .sec-habit .note .txt-basic {
    padding: 20px;
    margin: -80px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-habit .note .txt-basic {
    margin: -50px 15px;
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .sec-habit .note .txt-basic .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.sec-about-filter {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0EBE4), color-stop(50%, #F0EBE4), color-stop(50%, #a5a6a2), to(#a5a6a2));
  background: -o-linear-gradient(top, #F0EBE4 0%, #F0EBE4 50%, #a5a6a2 50%, #a5a6a2 100%);
  background: linear-gradient(180deg, #F0EBE4 0%, #F0EBE4 50%, #a5a6a2 50%, #a5a6a2 100%);
}

.sec-about-filter .arc {
  padding-top: 100px;
  padding-bottom: 50px;
  border-radius: 70% 70% 70% 70% / 2% 2% 4% 4%;
}

@media only screen and (max-width: 767px) {
  .sec-about-filter .arc {
    padding: 50px 0 30px;
  }
}

.sec-about-filter .support-item {
  margin-top: 0;
  margin-bottom: 122px;
}

@media only screen and (max-width: 767px) {
  .sec-about-filter .support-item {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .sec-about-filter .support-item .item {
    margin-bottom: 65px;
  }
  .sec-about-filter .support-item .item:nth-child(odd) .txt-basic {
    padding-top: 6px;
  }
  .sec-about-filter .support-item .item:nth-child(2) {
    margin-bottom: 72px;
  }
  .sec-about-filter .support-item .item:nth-child(3) .txt-basic {
    padding-top: 55px;
  }
  .sec-about-filter .support-item .item:last-child {
    margin-bottom: 0;
  }
  .sec-about-filter .support-item .txt-basic {
    padding-top: 33px;
  }
  .sec-about-filter .support-item .txt-basic .ttl {
    letter-spacing: 2px;
    line-height: 1.6;
    margin-bottom: 36px;
  }
}

.sec-about-member {
  color: white;
  background: #f0ebe4;
}

.sec-about-member .arc {
  background: #a5a6a2;
  padding: 100px 0 90px;
  border-radius: 0 0 70% 70% / 0 0 4% 4%;
}

@media only screen and (max-width: 767px) {
  .sec-about-member .arc {
    padding: 50px 0 calc(5% + 30px);
    border-radius: 0 0 55% 55% / 0 0 2% 2%;
  }
}

.arc {
  background: white;
  border-radius: 70% 70% 70% 70% / 4% 4% 4% 4%;
}

@media only screen and (max-width: 767px) {
  .arc {
    border-radius: 55% 55% 55% 55% / 1% 1% 1% 1%;
  }
}

.page_mv.middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_mv.middle .ttl_style01 {
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #686D57;
}

.block-about {
  color: white;
  background: #686D57;
  max-width: 1035px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 52px 41px;
  margin-bottom: 5%;
}

@media screen and (max-width: 1024px) {
  .block-about {
    padding: 30px 20px;
  }
}

.block-about .ttl-block {
  color: white;
}

@media only screen and (min-width: 768px) {
  .block-about .ttl-block {
    margin-bottom: 37px;
  }
  .block-about .ttl-block .en {
    letter-spacing: 5px;
    padding-left: 5px;
  }
}

.block-about .fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-about .fill .img {
  width: 53.6%;
}

@media screen and (max-width: 1024px) {
  .block-about .fill .img {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .block-about .fill .img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.block-about .fill .txt-basic {
  width: 46.4%;
  color: white;
  padding-left: 40px;
}

@media only screen and (min-width: 768px) {
  .block-about .fill .txt-basic {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding-top: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .block-about .fill .txt-basic {
    width: 55%;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .block-about .fill .txt-basic {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .block-about .fill .txt-basic .ttl {
    margin-bottom: 16px;
    padding-left: 6px;
    line-height: 1.6;
    letter-spacing: 2.5px;
  }
}

@media screen and (max-width: 1024px) {
  .block-about .fill .txt-basic .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-item {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .ttl-item {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.ttl-item .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 23px;
  padding-left: 9px;
  letter-spacing: 2.5px;
}

@media only screen and (max-width: 767px) {
  .ttl-item .en {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-item .en span {
  display: inline-block;
  margin-right: 21px;
}

@media only screen and (max-width: 767px) {
  .ttl-item .en span {
    margin-right: 10px;
  }
}

.ttl-item .en small {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
}

.about-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  padding: 81px 145px 72px 170px;
}

@media screen and (max-width: 1024px) {
  .about-member {
    padding: 20px;
  }
}

.about-member .txt-basic {
  width: 53%;
  padding-right: 105px;
  padding-top: 21px;
}

@media screen and (max-width: 1024px) {
  .about-member .txt-basic {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .about-member .txt-basic {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-member .txt-basic {
    width: 100%;
    padding-right: 0;
    text-align: justify;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
  }
}

.about-member .txt-basic .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-member .txt-basic .ttl .en {
  line-height: 1;
  font-family: "Marcellus", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 4.5px;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .about-member .txt-basic .ttl .en {
    font-size: 20px;
    font-size: 2rem;
  }
}

.about-member .txt-basic .ttl small {
  width: 107px;
  height: 23px;
  background: #696B65;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 0;
}

@media only screen and (max-width: 767px) {
  .about-member .txt-basic .ttl small {
    width: 100px;
    height: 20px;
    padding: 2px 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.about-member .txt-basic .box {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .about-member .txt-basic .box {
    margin-bottom: 20px;
  }
}

.about-member .txt-basic .box:last-child {
  margin-bottom: 0;
}

.about-member .txt-basic .box:last-child .ttl .en {
  margin-right: 3px;
}

.about-member .txt-basic table {
  width: 100%;
}

.about-member .txt-basic table tr th, .about-member .txt-basic table tr td {
  vertical-align: top;
}

@media screen and (max-width: 374px) {
  .about-member .txt-basic table tr th, .about-member .txt-basic table tr td {
    padding: 2px 0;
  }
}

.about-member .txt-basic table tr th {
  letter-spacing: 2px;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .about-member .txt-basic table tr th {
    letter-spacing: 1px;
  }
}

.about-member .img {
  width: 47%;
}

@media only screen and (max-width: 767px) {
  .about-member .img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cart-new {
  position: fixed;
  top: 123px;
  right: 0;
  z-index: 999;
  width: 97px;
}

@media only screen and (max-width: 767px) {
  .cart-new {
    display: none;
  }
}

.sec_access.access_item_new .txt01, .sec_access.access_item_new .txt02 {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sec_access.access_item_new .access_l {
  margin-right: 0;
}

.sec_access.access_item_new .access_l table.table_style00 {
  width: 100%;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .sec_access.access_item_new .access_l table.table_style00 {
    margin-bottom: 10px;
  }
}

.sec_access.access_item_new .access_l table.table_style00 tr th, .sec_access.access_item_new .access_l table.table_style00 tr td {
  vertical-align: top;
  padding: 3px 0;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sec_access.access_item_new .access_l table.table_style00 tr th, .sec_access.access_item_new .access_l table.table_style00 tr td {
    width: 100% !important;
    display: block !important;
    text-align: center;
    padding: 0;
  }
}

.sec_access.access_item_new .access_l table.table_style00 tr th {
  width: 83px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .sec_access.access_item_new .access_l table.table_style00 tr th {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 5px;
    line-height: 1.3;
  }
}

.sec_access.access_item_new .access_l table.table_style00 tr td {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .sec_access.access_item_new .access_l table.table_style00 tr td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.sec_access.access_item_new .ttl {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .sec_access.access_item_new .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.sec_access .access_item {
  max-width: 835px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec_access .access_item .btn_style01 {
  margin: 0 0 17px 0;
  left: -2px;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .btn_style01 {
    margin: 20px auto 20px;
    left: 0;
  }
}

.sec_access .access_item .btn_style01.btn_style01-add {
  margin-bottom: 0;
}

.sec_access .access_item .table_style01 {
  margin-top: 0;
}

.sec_access .access_item .access_r {
  width: 51.5%;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .access_r {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
}

.sec_access .access_item .access_r table tr td span {
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .access_r table tr td span {
    letter-spacing: 0;
  }
}

.sec_access .access_item .access_l {
  width: 46%;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .access_l {
    width: 100%;
    max-width: 325px;
    margin: 0 auto 0px;
  }
}

.menubox .ttl_style03 {
  color: #686D57;
}

#page-top a {
  display: block;
}

.sec-menu-scroll.bg_2color {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0EBE4), color-stop(50%, #F0EBE4), color-stop(50%, #ebf0c4), to(#f0ebe4));
  background: -o-linear-gradient(top, #F0EBE4 0%, #F0EBE4 50%, #ebf0c4 50%, #f0ebe4 100%);
  background: linear-gradient(180deg, #F0EBE4 0%, #F0EBE4 50%, #ebf0c4 50%, #f0ebe4 100%);
}

.box-doctor-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 74px 74px 79px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin-bottom: 70px;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .box-doctor-main {
    padding: 35px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-doctor-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 35px;
    margin-top: 20px;
  }
}

.box-doctor-main .box-img {
  width: 55.75%;
}

@media only screen and (max-width: 767px) {
  .box-doctor-main .box-img {
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.box-doctor-main .box-img img {
  width: 100%;
}

.box-doctor-main .box-text {
  width: 44.25%;
  padding: 0 23px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .box-doctor-main .box-text {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.box-doctor-main .box-text .txt-scroll {
  position: absolute;
  bottom: -16px;
  letter-spacing: 1px;
  right: -50px;
  font-family: "OPTIMA";
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  .box-doctor-main .box-text .txt-scroll {
    bottom: 30px;
    right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .box-doctor-main .box-text .txt-scroll {
    display: none;
  }
}

.box-doctor-main .box-text .txt-scroll:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  background: #707070;
  top: 5px;
  right: -34px;
}

.box-doctor-main .box-text .ct-box {
  max-width: 382px;
  margin-left: auto;
  padding-top: 18px;
}

@media only screen and (max-width: 767px) {
  .box-doctor-main .box-text .ct-box {
    padding-top: 0;
    max-width: 100%;
  }
}

.box-doctor-main .box-text .ttl {
  color: #696C57;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.09rem;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .box-doctor-main .box-text .ttl {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
  }
}

.box-doctor-main .box-text .ttl span {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .box-doctor-main .box-text .ttl span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-doctor-main .box-text .ttl span {
    margin-top: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 374px) {
  .box-doctor-main .box-text .ttl span {
    letter-spacing: 0.2px;
  }
}

.box-doctor-main .box-text .ttl-note {
  display: block;
  color: #686D57;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .box-doctor-main .box-text .ttl-note {
    text-align: right;
  }
}

@media screen and (max-width: 374px) {
  .box-doctor-main .box-text .ttl-note {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-doctor-main .box-text .ttl-note span {
  display: inline-block;
}

.box-doctor-main .box-text .ttl-note span small {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Marcellus", serif;
}

.box-doctor-main .box-text p {
  text-align: justify;
  font-weight: 300;
  color: #696C57;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .box-doctor-main .box-text p {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
}

.box-doctor-main .box-text p.txt-center {
  text-align: center;
}

.box-doctor-main .box-text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .sec-menu-scroll .ttl_style03 {
    margin-bottom: 65px;
  }
}

.sec-menu-scroll .arc {
  padding: 100px 0 50px;
  border-radius: 50% 50% 50% 50% / 1% 1% 1% 1%;
}

@media only screen and (max-width: 767px) {
  .sec-menu-scroll .arc {
    border-radius: 50% 50% 50% 50% / 0.5% 0.5% 0.5% 0.5%;
    padding: 30px 0px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .content-main {
    padding: 50px 0;
  }
}

.content-main .box-menu-content:last-child {
  margin-bottom: 78px;
}

@media only screen and (max-width: 767px) {
  .content-main .box-menu-content:last-child {
    margin-bottom: 50px;
  }
}

.box-menu-scroll {
  background: #E5E1D6;
  padding: 43px 20px 34px;
  margin: 0 10px;
  margin-bottom: 92px;
}

@media screen and (max-width: 1200px) {
  .box-menu-scroll {
    margin: 0 0 50px;
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll {
    padding: 15px 15px;
    margin: 0 0px;
  }
}

.box-menu-scroll .menu-scroll {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll .menu-scroll {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-menu-scroll .menu-scroll li {
  width: 24.5%;
  margin-right: 30px;
}

.box-menu-scroll .menu-scroll li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll .menu-scroll li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll .menu-scroll li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.box-menu-scroll .menu-scroll li a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll .menu-scroll li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #827853;
    padding: 20px 25px 15px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.box-menu-scroll .menu-scroll li .img-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #827853;
  background: #fff;
  height: 163px;
  margin-bottom: 10px;
}

.box-menu-scroll .menu-scroll li .img-menu img {
  max-height: 150px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll .menu-scroll li .img-menu {
    width: 40%;
    height: auto;
    border: 0px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll .menu-scroll li .text-menu {
    width: 60%;
    padding-left: 15px;
  }
}

.box-menu-scroll .menu-scroll li .ttl-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #827853;
  height: 55px;
  padding: 10px;
  color: #827853;
  margin-bottom: 15px;
  background: #fff;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll .menu-scroll li .ttl-menu {
    height: 40px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.box-menu-scroll .menu-scroll li .ttl-menu:after {
  content: '';
  width: 25px;
  height: 1px;
  background: #827853;
  position: absolute;
  top: 26px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll .menu-scroll li .ttl-menu:after {
    top: 19px;
    width: 15px;
  }
}

.box-menu-scroll .menu-scroll li p {
  color: #827853;
  line-height: 1.46;
  margin: 0 -10px;
  text-align: justify;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .box-menu-scroll .menu-scroll li p {
    margin: 0 -8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.box-menu-content {
  margin-bottom: 167px;
}

@media screen and (max-width: 1200px) {
  .box-menu-content {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .box-menu-content {
    margin-bottom: 50px;
  }
}

.box-menu-content .img-scroll-menu {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .box-menu-content .img-scroll-menu {
    margin-bottom: 30px;
  }
}

.box-menu-content .img-scroll-menu img {
  display: inline-block;
}

.ttlCom01 {
  background: #827853;
  color: #fff;
  line-height: 1.4;
  padding: 10px 17px 9px;
  font-weight: 600;
  margin-bottom: 48px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .ttlCom01 {
    padding: 10px 10px 10px;
    margin-bottom: 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttlCom01 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .ttlCom01 span {
    padding-left: 20px;
  }
}

.ttlCom01 span:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .ttlCom01 span:before {
    width: 14px;
    height: 14px;
  }
}

.list-cate-menu .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 23px 0 13px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .list-cate-menu .item {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .list-cate-menu .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-cate-menu .item .item-img {
  width: 220px;
}

.list-cate-menu .item .item-img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .list-cate-menu .item .item-img {
    width: 100%;
    margin: 0 auto 20px;
    max-width: inherit;
  }
  .list-cate-menu .item .item-img img {
    height: 54.3vw;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.list-cate-menu .item .item-text {
  padding-left: 30px;
  width: calc(100% - 220px);
}

@media only screen and (max-width: 767px) {
  .list-cate-menu .item .item-text {
    width: 100%;
    padding-left: 0;
    max-width: 350px;
    margin: 0 auto;
  }
}

.list-cate-menu .item .item-text .flex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .list-cate-menu .item .item-text .flex-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-cate-menu .item .item-text .flex-text .ttl {
  padding-right: 20px;
  color: #827853;
  font-weight: 600;
  font-weight: 600;
  line-height: 1.68;
  margin-bottom: 8px;
  font-size: 19px;
  font-size: 1.9rem;
  width: calc(100% - 200px);
}

@media screen and (max-width: 1000px) {
  .list-cate-menu .item .item-text .flex-text .ttl {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.5;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .list-cate-menu .item .item-text .flex-text .ttl {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-cate-menu .item .item-text .flex-text .price-marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1000px) {
  .list-cate-menu .item .item-text .flex-text .price-marks {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .list-cate-menu .item .item-text .flex-text .price-marks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.list-cate-menu .item .item-text .flex-text .price-marks .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .list-cate-menu .item .item-text .flex-text .price-marks .item-flex {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .list-cate-menu .item .item-text .flex-text .price-marks .item-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.list-cate-menu .item .item-text .flex-text .price-marks .price {
  color: #827853;
  font-weight: 600;
  margin-right: 21px;
  margin-bottom: 5px;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .list-cate-menu .item .item-text .flex-text .price-marks .price {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-cate-menu .item .item-text .flex-text .price-marks .marks {
  margin-bottom: 5px;
  width: 80px;
  padding: 5px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  background: #D3AA94;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .list-cate-menu .item .item-text .flex-text .price-marks .marks {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-cate-menu .item .item-text .desc {
  color: #827853;
  font-weight: 300;
  line-height: 2.04;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .list-cate-menu .item .item-text .desc {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 5px;
  }
}

.list-eyelash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 775px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .list-eyelash {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-eyelash .item-eyelash {
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash:last-child {
    margin-bottom: 0px;
  }
}

.list-eyelash .item-eyelash:nth-child(odd) {
  width: 41%;
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash:nth-child(odd) {
    width: 100%;
  }
}

.list-eyelash .item-eyelash:nth-child(even) {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash:nth-child(even) {
    width: 100%;
  }
}

.list-eyelash .item-eyelash .ttl-eye {
  line-height: 1.68;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #827853;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash .ttl-eye {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-eyelash .item-eyelash .ttl-eye span {
  display: inline-block;
  background: #D3AA94;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  padding: 1px 10px 3px 14px;
  margin-left: 5px;
  border-radius: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash .ttl-eye span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 10px 3px 14px;
  }
}

@media screen and (max-width: 374px) {
  .list-eyelash .item-eyelash .ttl-eye span {
    margin-left: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-eyelash .item-eyelash .list-price {
  max-width: 320px;
  margin: 0 auto;
}

.list-eyelash .item-eyelash .list-price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-eyelash .item-eyelash .list-price li .marks, .list-eyelash .item-eyelash .list-price li .price {
  color: #827853;
  font-weight: 600;
  padding-right: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash .list-price li .marks, .list-eyelash .item-eyelash .list-price li .price {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash .list-price li p:last-child {
    padding-right: 0;
  }
}

.list-eyelash .item-eyelash .box-option {
  background: rgba(130, 120, 83, 0.1);
  border-radius: 15px;
  padding: 17px;
  max-width: 285px;
  margin-left: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash .box-option {
    margin: 0 auto;
  }
}

.list-eyelash .item-eyelash .box-option .ttl-option {
  color: #fff;
  text-align: center;
  font-weight: 300;
  color: #827853;
  margin-bottom: 7px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash .box-option .ttl-option {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-eyelash .item-eyelash .box-option .list-option {
  max-width: 155px;
  margin: 0 auto 12px;
}

.list-eyelash .item-eyelash .box-option .list-option:last-child {
  margin-bottom: 0;
}

.list-eyelash .item-eyelash .box-option .list-option li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-eyelash .item-eyelash .box-option .list-option li .name, .list-eyelash .item-eyelash .box-option .list-option li .pr {
  display: inline-block;
  color: #827853;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .list-eyelash .item-eyelash .box-option .list-option li .name, .list-eyelash .item-eyelash .box-option .list-option li .pr {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-please-read {
  border: 3px solid rgba(130, 120, 83, 0.4);
  padding: 21px 33px 33px;
  background: #fff;
  margin-bottom: 5%;
}

@media screen and (max-width: 1000px) {
  .sec-please-read {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-please-read {
    padding: 15px;
    margin-bottom: calc(5% + 10px);
  }
}

.sec-please-read .bg-read {
  background: #E5E1D6;
  padding: 35px;
}

@media only screen and (max-width: 767px) {
  .sec-please-read .bg-read {
    padding: 15px;
  }
}

.sec-please-read .box-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec-please-read .box-read {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-please-read .box-read .img-read {
  width: 29%;
}

@media only screen and (max-width: 767px) {
  .sec-please-read .box-read .img-read {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec-please-read .box-read .img-read img {
  width: 100%;
}

.sec-please-read .box-read .text-read {
  width: 71%;
  padding-left: 32px;
}

@media only screen and (max-width: 767px) {
  .sec-please-read .box-read .text-read {
    width: 100%;
    padding-left: 0;
  }
}

.sec-please-read .box-read .text-read p {
  color: #827853;
  line-height: 1.73;
  text-indent: 12px;
  position: relative;
  letter-spacing: -1px;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .sec-please-read .box-read .text-read p {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0px;
  }
}

.sec-please-read .box-read .text-read p:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 8px;
  background: #827853;
}

.ttlCom02 {
  color: #827853;
  text-align: center;
  font-family: "OPTIMA";
  margin-bottom: 25px;
  line-height: 1.1;
  letter-spacing: 3.5px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .ttlCom02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.ttlCom02 span {
  display: block;
  margin-top: 6px;
  font-weight: 300;
  letter-spacing: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .ttlCom02 span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .menubox-other {
    padding: 30px 0px 0px;
  }
  .menubox-other .inner-1265 {
    padding-bottom: 40px;
  }
}

.inner-1110 {
  max-width: 1140px;
}

.txt-left-sp {
  text-align: left !important;
}

.sec-approach {
  background: #f0ebe4;
}

.sec-approach .arc {
  background: #f5f2eb;
  padding: 103px 0 80px;
  border-radius: 0 0 70% 70% / 0 0 4% 4%;
}

@media only screen and (max-width: 767px) {
  .sec-approach .arc {
    padding: 30px 0 calc(20px + 5%);
    border-radius: 0 0 55% 55% / 0 0 1% 1%;
  }
}

.approach-ttl {
  margin-bottom: 30px;
}

.approach-ttl span {
  border-color: #827853;
  color: #827853;
}

.approach-head {
  width: 100%;
  max-width: 708px;
  margin: 0 auto 86px;
}

@media only screen and (max-width: 1000px) {
  .approach-head {
    margin-bottom: 30px;
  }
}

.approach-head_txt {
  color: #827853;
}

@media only screen and (min-width: 768px) {
  .approach-head_txt {
    line-height: 1.6875;
    letter-spacing: -0.6px;
  }
}

@media only screen and (min-width: 768px) {
  .approach-head .ttl-second {
    margin-bottom: 29px;
  }
}

.box_ttl-second {
  font-weight: 600;
  background: #827853;
  border-color: #827853;
  color: #fff;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .box_ttl-second {
    margin: 0 0 50px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box_ttl-second small {
  display: block;
}

.box_ttl-second:after {
  background: #fff;
}

.box_ttl-second .ico-step {
  display: block;
  position: absolute;
  top: -32px;
  left: -13px;
}

@media only screen and (max-width: 1000px) {
  .box_ttl-second .ico-step {
    left: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .box_ttl-second .ico-step {
    top: -30px;
  }
}

.realize {
  width: 100%;
  max-width: 854px;
  margin: 0 auto 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .realize {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .realize_box {
    margin-bottom: 0;
  }
}

.realize_txt {
  width: 100%;
  color: #827853;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .realize_txt p {
    text-align: left;
  }
  .realize_txt p.ttl {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .realize_txt {
    width: calc(100% - 97px);
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.67;
    padding-left: 32px;
    padding-top: 5px;
    letter-spacing: -0.8px;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .realize .ttl-second {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 1.9px;
  }
}

.realize.realize_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.realize.realize_center .box_ttl {
  width: 280px;
}

@media only screen and (max-width: 767px) {
  .realize.realize_center .box_ttl {
    width: 150px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

.realize.realize_center .realize_txt {
  width: calc(100% - 280px);
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .realize.realize_center .realize_txt {
    width: calc(100% - 150px);
    padding-left: 15px;
    text-align: left;
  }
}

.grid {
  padding: 0;
  max-width: 710px;
}

.grid_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.grid_inner {
  background: rgba(130, 120, 83, 0.3);
  height: 100%;
  width: 100%;
}

.grid_item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 500px) {
  .grid_item:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .grid_item {
    width: 100%;
  }
}

.grid_img {
  position: relative;
}

.grid_img img {
  width: 100%;
}

.grid_content {
  padding: 27px 29px 24px;
  color: #827853;
}

@media only screen and (max-width: 1000px) {
  .grid_content {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .grid_content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.27;
    letter-spacing: -1px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid_content {
    letter-spacing: 0;
  }
}

.grid_ttl {
  display: block;
  width: 100%;
  max-width: 250px;
  background: #FFFFFF;
  text-align: center;
  margin: 0 auto 11px;
  border-radius: 20px;
  padding: 2px 2px 3px;
  font-weight: 600;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid_ttl {
    padding: 4px 2px 3px;
  }
}

.grid-second {
  max-width: 1070px;
}

@media only screen and (min-width: 768px) {
  .grid-second .grid_item {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .support-item-second {
    margin: 42px 0 64px 0;
  }
}

@media only screen and (max-width: 767px) {
  .support-item-second {
    margin-bottom: 30px;
  }
}

.support-item-second .item {
  margin: 0;
  padding: 59px 0;
  border-bottom: 1px dashed #AAAAAA;
}

@media only screen and (max-width: 767px) {
  .support-item-second .item {
    padding: 30px 0;
  }
}

.support-item-second .item:first-child {
  border-top: 1px dashed #AAAAAA;
}

@media only screen and (min-width: 768px) {
  .support-item-second .item .support-inner {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support-item-second .item .support-inner .img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .support-item-second .item .support-inner .txt-basic {
    padding: 0 0 0 65px;
  }
  .support-item-second .item:nth-child(even) {
    padding-bottom: 77px;
  }
  .support-item-second .item:nth-child(even) .support-inner .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 17px;
  }
  .support-item-second .item:nth-child(even) .support-inner .txt-basic {
    padding: 0 30px 0 44px;
  }
  .support-item-second .item .btn_style01 {
    margin-top: 33px;
  }
}

.txt-basic-mostly {
  color: #827853;
}

.approach-box {
  margin-bottom: 30px;
  color: #827853;
}

@media only screen and (min-width: 768px) {
  .approach-box {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .approach-box .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 9px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 1000px) {
  .tb-pc {
    display: none;
  }
}

.heading-block {
  display: block;
  text-align: center;
  margin-bottom: 49px;
}

@media only screen and (max-width: 767px) {
  .heading-block {
    margin-bottom: 30px;
  }
}

.heading-block span {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  color: #707070;
  border: 1px solid #707070;
  background: white;
  padding: 2px 22px;
  border-radius: 18px;
  min-width: 320px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .heading-block span {
    padding: 2px 10px;
  }
}

@media screen and (max-width: 374px) {
  .heading-block span {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 290px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .heading-block span {
    padding-top: 4px;
  }
}

.diagnostic-block {
  position: relative;
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .diagnostic-block {
    margin-bottom: 30px;
  }
}

.diagnostic-block .txt-basic {
  background: white;
  max-width: 950px;
  margin: -77px auto 0;
  position: relative;
  padding: 40px 113px 40px 130px;
}

@media only screen and (max-width: 1000px) {
  .diagnostic-block .txt-basic {
    padding: 20px;
    margin: -15px 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .diagnostic-block .txt-basic {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .diagnostic-block .txt-basic .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

.accuracy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -45px;
}

@media only screen and (max-width: 1400px) {
  .accuracy-item {
    margin: 0;
  }
}

.accuracy-item .item {
  width: 20%;
  border-right: 1px dashed #AAAAAA;
  padding: 0 18px;
}

@media only screen and (max-width: 1200px) {
  .accuracy-item .item {
    width: 33.33%;
    margin-bottom: 40px;
  }
  .accuracy-item .item:nth-child(3n) {
    border-right: none;
  }
}

@media only screen and (max-width: 640px) {
  .accuracy-item .item {
    width: 100%;
    max-width: 400px;
    border-right: none;
    padding: 0;
    margin-bottom: 20px;
  }
}

.accuracy-item .item img {
  max-width: 120px;
  display: block;
  margin: -16px auto 0;
}

@media only screen and (max-width: 640px) {
  .accuracy-item .item img {
    margin-top: 0;
  }
}

.accuracy-item .item .ttl {
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 9px;
  margin-bottom: 14px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 768px) {
  .accuracy-item .item .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.accuracy-item .item:last-child {
  border-right: none;
}

@media only screen and (min-width: 768px) {
  .accuracy-item .item p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.53;
    padding: 0 18px;
  }
}

.sec-diagnostic {
  background: -o-linear-gradient(top, #F0EBE4 0%, #F0EBE4 50%, #f3f6db 50%, #f3f6db 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#F0EBE4), color-stop(50%, #F0EBE4), color-stop(50%, #f3f6db), to(#f3f6db));
  background: linear-gradient(180deg, #F0EBE4 0%, #F0EBE4 50%, #f3f6db 50%, #f3f6db 100%);
}

.sec-diagnostic .arc {
  padding: 76px 0 124px;
  border-radius: 70% 70% 0 0 / 4% 4% 0 0;
}

@media only screen and (max-width: 1000px) {
  .sec-diagnostic .arc {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-diagnostic .arc {
    padding: 50px 0 20px;
  }
}

.grid_block {
  max-width: 920px;
  margin: 0 auto;
}

.grid_block .grid_wrap .grid_item {
  width: 33.333%;
}

.menu-block .item {
  border-bottom: 1px dashed #AAAAAA;
  padding-bottom: 43px;
  margin-bottom: 68px;
}

@media only screen and (max-width: 767px) {
  .menu-block .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.menu-block .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 1000px) {
  .menu-block-prevention {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-block-prevention {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-block-prevention .item {
    margin-bottom: 50px;
  }
}

.menu-block .grid_wrap {
  max-width: 920px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .menu-block .grid_wrap {
    max-width: 500px;
  }
}

.menu-block .grid_wrap .grid_item {
  width: 33.333%;
}

@media only screen and (max-width: 767px) {
  .menu-block .grid_wrap .grid_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .menu-block .grid_wrap .grid_item:last-child {
    margin-bottom: 0;
  }
}

.menu-block .grid_wrap .grid_item .basic-note {
  padding: 18px 28px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1000px) {
  .menu-block .grid_wrap .grid_item .basic-note {
    padding: 10px;
  }
}

.menu-block .realize .approach-head_txt {
  padding: 0 30px 0 13px;
}

@media only screen and (max-width: 767px) {
  .menu-block .realize .approach-head_txt {
    padding: 0;
  }
}

.grid_img_note {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
}

.grid_img_note span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  font-weight: bold;
  background: rgba(187, 170, 124, 0.71);
  padding: 3px 15px 4px;
  min-width: 190px;
  border-radius: 16px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-36 {
  margin-bottom: 36px;
}

.txt-basic.basic-note {
  color: #827853;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53;
}

.children-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1145px;
  margin: 0 auto 50px;
}

.children-block .img {
  width: 69.2%;
  border: 1px solid #827853;
  background: white;
  padding: 15px;
}

@media only screen and (max-width: 1000px) {
  .children-block .img {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .children-block .img {
    width: 100%;
    padding: 10px;
  }
}

.children-block .txt-basic {
  width: 30.8%;
  padding: 40px 0 0 56px;
}

@media only screen and (max-width: 1000px) {
  .children-block .txt-basic {
    width: 45%;
    padding: 20px 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .children-block .txt-basic {
    line-height: 1.75;
  }
}

@media only screen and (max-width: 767px) {
  .children-block .txt-basic {
    width: 100%;
    padding: 15px 0;
  }
}

.children-block .txt-basic .ttl {
  line-height: 1.3;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .children-block .txt-basic .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.children-block .txt-basic .box_ttl {
  width: 100%;
  margin-bottom: 50px;
  max-width: 278px;
}

@media only screen and (max-width: 767px) {
  .children-block .txt-basic .box_ttl {
    margin-bottom: 30px;
  }
}

.edit-children .ttl-note {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #BBAA7C;
  margin-bottom: 12px;
}

.edit-children .note {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: white;
  background: #BBAA7C;
  padding: 3px 20px;
  min-width: 200px;
  border-radius: 20px;
}

.edit-children-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 55px;
}

@media only screen and (max-width: 767px) {
  .edit-children-item {
    max-width: 500px;
    margin: 0 auto;
  }
}

.edit-children-item .item {
  width: 25%;
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .edit-children-item .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.edit-children-item .item .txt-basic {
  font-size: 15px;
  font-size: 1.5rem;
  color: white;
  background: #BBAA7C;
  padding: 14px 12px 10px;
  line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
  .edit-children-item .item .txt-basic {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.edit-children-item .item .txt-basic .ttl {
  font-size: 17px;
  font-size: 1.7rem;
  color: #827853;
  background: white;
  font-weight: 600;
  text-align: center;
  margin: 0 18px 5px;
  padding: 6px;
}

@media only screen and (max-width: 1000px) {
  .edit-children-item .item .txt-basic .ttl {
    margin: 0 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .edit-children-item .item .txt-basic {
    letter-spacing: -1px;
  }
}

.price-children {
  background: white;
  border: 1px solid #BBAA7C;
  border-radius: 12px;
  text-align: center;
  max-width: 1165px;
  margin: 0 auto 28px;
  padding: 31px 40px 29px 30px;
}

@media only screen and (max-width: 767px) {
  .price-children {
    padding: 15px;
    margin-bottom: 0;
  }
}

.price-children .ttl {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "OPTIMA";
  color: #BBAA7C;
  margin-bottom: 21px;
  letter-spacing: 3px;
}

.realize-orther {
  margin-bottom: 34px;
}

@media only screen and (min-width: 768px) {
  .realize-orther .txt-basic {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.diagnostic-block-general {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .diagnostic-block p {
    text-align: left !important;
  }
}

.diagnostic-block .txt-basic-general {
  padding: 40px 97px 0 86px;
}

@media only screen and (max-width: 1000px) {
  .diagnostic-block .txt-basic-general {
    padding: 20px 50px;
    margin: -25px 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .diagnostic-block .txt-basic-general {
    padding: 20px 15px;
  }
}

.diagnostic-block .txt-basic-general p {
  letter-spacing: -1px;
}

.diagnostic-block .txt-basic-pediatric {
  padding: 40px 90px 40px 90px;
}

@media only screen and (max-width: 1000px) {
  .diagnostic-block .txt-basic-pediatric {
    padding: 20px 50px;
    margin: -50px 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .diagnostic-block .txt-basic-pediatric {
    padding: 20px 15px;
  }
}

.diagnostic-block .txt-basic .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .diagnostic-block .txt-basic .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.diagnostic-block .txt-basic .flex_left {
  width: 395px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .diagnostic-block .txt-basic .flex_left {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}

.diagnostic-block .txt-basic .flex_right {
  width: calc(100% - 395px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .diagnostic-block .txt-basic .flex_right {
    width: 100%;
  }
}

.diagnostic-block .txt-basic .flex_right a {
  width: 180px;
  height: 33px;
  background: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin-right: 13px;
}

@media only screen and (max-width: 767px) {
  .diagnostic-block .txt-basic .flex_right a {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
    width: 160px;
    height: 30px;
  }
}

.diagnostic-block .txt-basic .flex_right a:last-of-type {
  margin-right: 0;
}

.diagnostic-block .box-list-blue {
  padding: 35px 80px 0 78px;
  margin-top: 0;
}

@media only screen and (max-width: 1000px) {
  .diagnostic-block .box-list-blue {
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .diagnostic-block .box-list-blue {
    padding: 30px 15px 20px;
  }
}

.box-protect-teeth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  padding-right: 110px !important;
}

@media only screen and (max-width: 767px) {
  .box-protect-teeth {
    padding-right: 20px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-protect-teeth .box-left {
  width: 176px;
  padding-left: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #707070;
  letter-spacing: 2px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .box-protect-teeth .box-left {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.box-protect-teeth .box-right {
  width: calc(100% - 176px);
  border-left: 1px solid #AAAAAA;
}

@media only screen and (max-width: 767px) {
  .box-protect-teeth .box-right {
    width: 100%;
    border-left: none;
  }
}

.box-protect-teeth .box-right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 37px;
  padding-left: 23px;
  border-bottom: 1px dashed #707070;
}

@media only screen and (max-width: 767px) {
  .box-protect-teeth .box-right .item {
    padding: 15px 0;
  }
}

.box-protect-teeth .box-right .item:last-of-type {
  border-bottom: none;
}

.box-protect-teeth .box-right .item_img {
  width: 110px;
  height: 110px;
  border: 1px solid #707070;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 3px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .box-protect-teeth .box-right .item_img img {
    width: 70%;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-protect-teeth .box-right .item_img {
    width: 80px;
    height: 80px;
  }
}

.box-protect-teeth .box-right .item_content {
  width: calc(100% - 110px);
  padding-left: 23px;
}

@media only screen and (max-width: 767px) {
  .box-protect-teeth .box-right .item_content {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}

.box-protect-teeth .box-right .item_content .tag {
  width: 160px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  border: 1px solid #707070;
}

@media only screen and (max-width: 767px) {
  .box-protect-teeth .box-right .item_content .tag {
    font-size: 14px;
    font-size: 1.4rem;
    width: 150px;
  }
}

.box-protect-teeth .box-right .item_content p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #707070;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .box-protect-teeth .box-right .item_content p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.box-list-blue .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 24px 20px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #AAAAAA;
}

@media only screen and (max-width: 1000px) {
  .box-list-blue .item {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .box-list-blue .item {
    padding: 0 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.box-list-blue .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box-list-blue .item_left {
  width: 270px;
  background: #B9CCE5;
  padding: 10px 0 10px 64px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .box-list-blue .item_left {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 0 5px 55px;
  }
}

.box-list-blue .item_left .icon {
  width: 45px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .box-list-blue .item_left .icon {
    width: 40px;
    left: 5px;
  }
}

.box-list-blue .item_left .tag {
  width: 68px;
  height: 22px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  background: #fff;
  border: 1px solid #707070;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-list-blue .item_left .tag {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .box-list-blue .item_left .tag {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

.box-list-blue .item_left p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .box-list-blue .item_left p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 364px) {
  .box-list-blue .item_left p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box-list-blue .item_right {
  width: calc(100% - 270px);
  padding-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #707070;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .box-list-blue .item_right {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 0;
  }
}

.realize_general {
  margin-top: 120px;
}

.grid-second-general .grid_inner {
  background: #E5E1D6;
}

.inner-950 {
  max-width: 950px;
}

.no-border .item {
  border: none;
}

.box-prevention-top {
  max-width: 770px;
  margin: 0 auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .box-prevention-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 15px 0;
  }
}

.box-prevention-top .box-left {
  width: 260px;
  padding: 9px 10px 9px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  background: #707070;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .box-prevention-top .box-left {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.box-prevention-top .box-right {
  width: calc(100% - 260px);
  padding-left: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #707070;
  letter-spacing: -1.5px;
}

@media only screen and (max-width: 767px) {
  .box-prevention-top .box-right {
    letter-spacing: 0;
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    padding-left: 0;
  }
}

.accuracy-item-prevention .item .img {
  margin-bottom: 10px;
}

.accuracy-item-prevention .item .img img {
  max-width: 110px;
}

.mb-72 {
  margin-bottom: 72px !important;
}

@media only screen and (max-width: 767px) {
  .mb-72 {
    margin-bottom: 30px !important;
  }
}

/*# sourceMappingURL=maps/pages2.css.map */
