@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	common
================================================== */
section {
  padding-top: 13.33vw;
  padding-bottom: 13.33vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ========== end △ */

/* ==================================================
	page_ttl
================================================== */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_ttl {
    background: url(../img/common/pagettl.png) center no-repeat;
    background-size: auto 360px;
    min-height: 360px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_ttl .site_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 360px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_ttl .site_wrap {
    padding: 0;
  }
}
/* ========== end △ */
.page_ttl .img {
  width: 70vw;
  margin-left: auto;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_ttl .img {
    display: none;
  }
}
/* ========== end △ */
.page_ttl .img02 {
  width: 20vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_ttl .img02 {
    display: none;
  }
}
/* ========== end △ */
.page_ttl h1 {
  font-size: 3.4rem;
  font-weight: normal;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_ttl h1 {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_ttl h1 {
    text-align: center;
    font-size: 5.8652vw;
    line-height: 1.7;
    padding: 2.666vw;
  }
}
/* ========== end △ */

/* ==================================================
	news
================================================== */
.page_news article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ========== end △ */
.page_news article + article {
  border-top: 1px solid #E7DBC8;
  margin-top: 50px;
  padding-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news article + article {
    margin-top: 7.998vw;
    padding-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_news article .img {
    width: 30%;
    margin-left: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news article .img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */
.page_news article img {
  height: auto;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_news article img {
    border-radius: 50px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news article img {
    border-radius: 7.998vw;
  }
}
/* ========== end △ */
.page_news article .wrap {
  margin-top: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news article .wrap {
    display: contents;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news article .wrap time {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* ========== end △ */
.page_news article .wrap h2 {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news article .wrap h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 4.7988vw;
    margin-bottom: 2.666vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news article .wrap div {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
/* ========== end △ */
.page_news article .wrap img {
  width: auto;
  -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
          order: inherit;
  margin: 15px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_news article .wrap img {
    margin-top: 3.999vw;
    margin-bottom: 3.999vw;
  }
}
/* ========== end △ */

/* ==================================================
	contact
================================================== */
.page_contact .form,
.page_confirm .form,
.page_complete .form {
  background: #fff;
}
.page_contact .pp .wrap,
.page_confirm .pp .wrap,
.page_complete .pp .wrap {
  height: 350px;
  overflow-y: scroll;
  padding: 30px;
  word-break: break-all;
  background: #fff;
  font-size: 1.6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .pp .wrap,
  .page_confirm .pp .wrap,
  .page_complete .pp .wrap {
    padding: 5.332vw;
    height: 66.65vw;
    font-size: 3.7324vw;
  }
}
/* ========== end △ */
.page_contact .pp ul,
.page_confirm .pp ul,
.page_complete .pp ul {
  margin-left: 10px;
  margin-top: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .pp ul,
  .page_confirm .pp ul,
  .page_complete .pp ul {
    margin-top: 2.666vw;
  }
}
/* ========== end △ */
.page_contact .pp ul li,
.page_confirm .pp ul li,
.page_complete .pp ul li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .pp ul li,
  .page_confirm .pp ul li,
  .page_complete .pp ul li {
    margin-bottom: 1.333vw;
  }
}
/* ========== end △ */
.page_contact .pp dl,
.page_confirm .pp dl,
.page_complete .pp dl {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .pp dl,
  .page_confirm .pp dl,
  .page_complete .pp dl {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_contact .pp dl dd,
.page_confirm .pp dl dd,
.page_complete .pp dl dd {
  margin-top: 5px;
}

.page_confirm .consent_txt {
  display: none;
}

.page_complete .comp_txt {
  text-align: center;
  margin: 200px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_complete .comp_txt {
    margin-top: 13.33vw;
    margin-bottom: 13.33vw;
  }
}
/* ========== end △ */

/* ==================================================
	about
================================================== */
.page_about .greeting {
  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;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ========== end △ */
.page_about .greeting .youtube {
  position: relative;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_about .greeting .youtube {
    width: 560px;
    margin-left: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .greeting .youtube {
    width: 100%;
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .greeting .youtube iframe {
    width: 100%;
  }
}
/* ========== end △ */
.page_about .feature {
  background: #fff;
}
.page_about .feature h2 {
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .feature h2 {
    margin-bottom: 7.998vw;
  }
}
/* ========== end △ */
.page_about .feature .wrap {
  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;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .feature .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_about .feature .wrap + .wrap {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .feature .wrap + .wrap {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_about .feature .wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_about .feature .wrap.rev img {
    margin-right: 0;
    margin-left: 40px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .feature .wrap .txt {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_about .feature .wrap .txt h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .feature .wrap .txt h3 {
    text-align: center;
    line-height: 1;
  }
}
/* ========== end △ */
.page_about .feature .wrap .txt h3 span {
  color: #E9BA22;
  font-size: 4rem;
  padding-right: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .feature .wrap .txt h3 span {
    font-size: 7.998vw;
    padding-right: 1.333vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_about .feature .wrap img {
    width: 42%;
    margin-right: 50px;
    border-radius: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .feature .wrap img {
    border-radius: 7.998vw;
  }
}
/* ========== end △ */
.page_about .access {
  background: #fff;
}
.page_about .access p {
  text-align: center;
}
.page_about .access .wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .access .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_about .access .wrap img {
    width: 42%;
    margin-right: 50px;
    border-radius: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .access .wrap img {
    border-radius: 7.998vw;
  }
}
/* ========== end △ */
.page_about .access .wrap iframe {
  width: 100%;
  border-radius: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_about .access .wrap iframe {
    border-radius: 7.998vw;
    height: 66.65vw;
    margin-top: 5.332vw;
  }
}
/* ========== end △ */

/* ==================================================
	beginner
================================================== */
.page_beginner .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_beginner .information img {
    width: 42%;
    margin-left: 50px;
    border-radius: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .information img {
    border-radius: 7.998vw;
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_beginner .flow {
  background: #fff;
}
.page_beginner .flow ul li + li {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .flow ul li + li {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_beginner .flow ul li > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .flow ul li > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_beginner .flow ul li > .wrap img {
    width: 25%;
    margin-right: 50px;
    border-radius: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .flow ul li > .wrap img {
    border-radius: 7.998vw;
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */
.page_beginner .flow h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .flow h3 {
    text-align: center;
    line-height: 1;
  }
}
/* ========== end △ */
.page_beginner .flow h3 span {
  color: #E9BA22;
  font-size: 4rem;
  padding-right: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .flow h3 span {
    font-size: 7.998vw;
    padding-right: 1.333vw;
  }
}
/* ========== end △ */
.page_beginner .faq dl + dl {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .faq dl + dl {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_beginner .faq dl dt {
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .faq dl dt {
    font-size: 4.2656vw;
  }
}
/* ========== end △ */
.page_beginner .faq dl dt::before {
  content: "Q.";
  padding-right: 5px;
}
.page_beginner .faq dl dd {
  border-top: 1px solid #E7DBC8;
  margin-top: 20px;
  padding-top: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_beginner .faq dl dd {
    margin-top: 2.666vw;
    padding-top: 2.666vw;
  }
}
/* ========== end △ */
.page_beginner .faq dl dd::before {
  content: "A.";
  color: #E9BA22;
  font-weight: bold;
  font-size: 2.4rem;
  padding-right: 5px;
}

/* ==================================================
	manual/acupuncture/self
================================================== */
.page_manual .worries .wrap,
.page_acupuncture .worries .wrap,
.page_self .worries .wrap {
  background: #fff;
  border-radius: 50px;
  padding: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .worries .wrap,
  .page_acupuncture .worries .wrap,
  .page_self .worries .wrap {
    border-radius: 7.998vw;
    padding: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_manual .worries .wrap ul,
  .page_acupuncture .worries .wrap ul,
  .page_self .worries .wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 0 80px;
  }
}
/* ========== end △ */
.page_manual .worries .wrap ul li,
.page_acupuncture .worries .wrap ul li,
.page_self .worries .wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .worries .wrap ul li,
  .page_acupuncture .worries .wrap ul li,
  .page_self .worries .wrap ul li {
    font-size: 3.999vw;
  }
}
/* ========== end △ */
.page_manual .worries .wrap ul li::before,
.page_acupuncture .worries .wrap ul li::before,
.page_self .worries .wrap ul li::before {
  content: "";
  background: url(../img/common/ico_check.png) no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 22px;
  padding-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .worries .wrap ul li::before,
  .page_acupuncture .worries .wrap ul li::before,
  .page_self .worries .wrap ul li::before {
    width: 14px;
    height: 11px;
    background-size: 14px auto;
    padding-right: 3.999vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .worries .wrap ul li + li,
  .page_acupuncture .worries .wrap ul li + li,
  .page_self .worries .wrap ul li + li {
    margin-top: 1.333vw;
  }
}
/* ========== end △ */
.page_manual .possible,
.page_acupuncture .possible,
.page_self .possible {
  background: #fff;
}
.page_manual .possible .site_wrap,
.page_acupuncture .possible .site_wrap,
.page_self .possible .site_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .possible .site_wrap,
  .page_acupuncture .possible .site_wrap,
  .page_self .possible .site_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_manual .possible .site_wrap img,
  .page_acupuncture .possible .site_wrap img,
  .page_self .possible .site_wrap img {
    width: 42%;
    margin-left: 50px;
    border-radius: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .possible .site_wrap img,
  .page_acupuncture .possible .site_wrap img,
  .page_self .possible .site_wrap img {
    border-radius: 7.998vw;
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_manual .price h2 + p,
  .page_acupuncture .price h2 + p,
  .page_self .price h2 + p {
    text-align: center;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_manual .price .wrap,
  .page_acupuncture .price .wrap,
  .page_self .price .wrap {
    margin-top: 30px;
    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;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .price .wrap,
  .page_acupuncture .price .wrap,
  .page_self .price .wrap {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_manual .price .wrap > dl,
  .page_acupuncture .price .wrap > dl,
  .page_self .price .wrap > dl {
    width: 32%;
  }
}
/* ========== end △ */
.page_manual .price dl,
.page_acupuncture .price dl,
.page_self .price dl {
  text-align: center;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .price dl,
  .page_acupuncture .price dl,
  .page_self .price dl {
    border-radius: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .price dl + dl,
  .page_acupuncture .price dl + dl,
  .page_self .price dl + dl {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_manual .price dl dt,
.page_acupuncture .price dl dt,
.page_self .price dl dt {
  background: #695F4E;
  color: #fff;
  padding: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .price dl dt,
  .page_acupuncture .price dl dt,
  .page_self .price dl dt {
    padding: 3.999vw;
  }
}
/* ========== end △ */
.page_manual .price dl dd,
.page_acupuncture .price dl dd,
.page_self .price dl dd {
  padding: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .price dl dd,
  .page_acupuncture .price dl dd,
  .page_self .price dl dd {
    padding: 3.999vw;
  }
}
/* ========== end △ */
.page_manual .price > dl,
.page_acupuncture .price > dl,
.page_self .price > dl {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .price > dl,
  .page_acupuncture .price > dl,
  .page_self .price > dl {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_manual .price .note,
.page_acupuncture .price .note,
.page_self .price .note {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .price .note,
  .page_acupuncture .price .note,
  .page_self .price .note {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_manual .equipment,
.page_acupuncture .equipment,
.page_self .equipment {
  background: #fff;
}
.page_manual .equipment .wrap,
.page_acupuncture .equipment .wrap,
.page_self .equipment .wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .equipment .wrap,
  .page_acupuncture .equipment .wrap,
  .page_self .equipment .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_manual .equipment .wrap + .wrap,
.page_acupuncture .equipment .wrap + .wrap,
.page_self .equipment .wrap + .wrap {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .equipment .wrap + .wrap,
  .page_acupuncture .equipment .wrap + .wrap,
  .page_self .equipment .wrap + .wrap {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .equipment .wrap .txt,
  .page_acupuncture .equipment .wrap .txt,
  .page_self .equipment .wrap .txt {
    display: contents;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .equipment .wrap .txt h3,
  .page_acupuncture .equipment .wrap .txt h3,
  .page_self .equipment .wrap .txt h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .equipment .wrap .txt p,
  .page_acupuncture .equipment .wrap .txt p,
  .page_self .equipment .wrap .txt p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_manual .equipment .wrap img,
  .page_acupuncture .equipment .wrap img,
  .page_self .equipment .wrap img {
    width: 30%;
    margin-right: 50px;
    border-radius: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_manual .equipment .wrap img,
  .page_acupuncture .equipment .wrap img,
  .page_self .equipment .wrap img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 7.998vw;
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */

/* ==================================================
	self
================================================== */
.page_self .treatment {
  background: #fff;
}