@charset "utf-8";
:root {
  --viewport: 750;
  --mensBlue: #00aafa;
}

.bold {
  font-weight: bold;
}
.font_gray {
  color: #a5acaf;
}
.bg-color-blue {
  background: var(--mensBlue);
}
.bg-color-white {
  background: #fff;
}

.header-inner {
  padding: calc(12px + (32 - 12) * ((100vw - 320px) / (767 - 320))) 0;
}
.main-visual {
  height: 200px;
  background: var(--mensBlue);
  display: flex;
  align-items: center;
  margin-top: 85px;
}
.menu-list > li {
  text-align: center;
  width: calc(100vw / var(--viewport) * 190);
  padding: 0;
}
.menu-list > li > a {
  font-weight: bold;
  width: 100%;
  padding: 14px 0;
  box-sizing: border-box;
}
.menu-list li:nth-child(1) a {
  border: calc(1.5px + (3 - 1.5) * ((100vw - 320px) / (767 - 320))) solid var(--mensBlue);
}
.menu-list > li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  left: initial !important;
  right: 3vw;
  transition: none;
}
.menu-list li:nth-child(1) a:after {
  width: calc(100vw / var(--viewport) * 24);
  max-width: 24px;
  height: calc(100vw / var(--viewport) * 33);
  max-height: 33px;
  background: url(../images/icon_clinic.png) center center no-repeat;
  background-size: 100% auto;
}
.menu-list li:nth-child(2) a:after {
  width: calc(100vw / var(--viewport) * 27);
  max-width: 27px;
  height: calc(100vw / var(--viewport) * 30);
  max-height: 30px;
  background: url(../images/icon_blank.png) center center no-repeat;
  background-size: 100% auto;
}
.menu-list > li:nth-child(-n+6) {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-list > li:last-child {
  padding-left: 0;
  margin-left: calc(100vw / var(--viewport) * 12);
}
.menu-list > li span {
  vertical-align: middle;
  padding-right: 3vw;
}
.news_area .category {
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
}
.news_area .new {
  color: #c52b69;
  margin-left: 1em;
}

.linkArea {
  padding: calc(100vw / var(--viewport) * 74) 0 calc(100vw / var(--viewport) * 120);
}
.linkArea .flex > div {
  text-align: center;
  background: #EEF0F5;
  border-radius: calc(100vw / var(--viewport) * 10);
  padding: calc(100vw / var(--viewport) * 42) calc(100vw / var(--viewport) * 42) calc(100vw / var(--viewport) * 65);
}
.linkArea .flex > div .midashi {
  margin-bottom: calc(100vw / var(--viewport) * 66);
}
.linkArea .flex > div .midashi span {
  display: inline-block;
  position: relative;
}
.linkArea .flex > div .midashi span:after {
  content: "";
  width: 100%;
  height: calc(3px + (6 - 3) * ((100vw - 320px) / (767 - 320))) solid #00aafa;
  display: inline-block;
  background: var(--mensBlue);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * -24);
  margin: 0 auto;
}
.linkArea .flex > div .midashi + p {
  line-height: 1.4;
}
.linkArea .flex .button a {
  color: #fff;
  text-align: center;
  background: #000;
  width: calc(100vw / var(--viewport) * 482);
  display: block;
  padding: calc(100vw / var(--viewport) * 25) 0;
  margin: calc(100vw / var(--viewport) * 41) auto 0;
  border-radius: 50px;
  position: relative;
}
.linkArea .flex .button a:before {
  content: "";
  width: calc(7px + (18 - 7) * ((100vw - 320px) / (767 - 320)));
  height: calc(9px + (26 - 9) * ((100vw - 320px) / (767 - 320)));
  background: url(../../img/top/arr-blue.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
.linkArea .sub {
  text-align: center;
  margin-top: calc(100vw / var(--viewport) * 98);
}
.linkArea .sub .title {
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.linkArea .sub p {
  line-height: 1.5;
}
.linkArea .sub .link {
  margin-top: calc(100vw / var(--viewport) * 58);
}
.linkArea .sub .link a {
  color: #808080;
  text-decoration: underline;
}

.buttonArea {
  text-align: center;
}
.buttonArea .bg-color-blue {
  padding: calc(100vw / var(--viewport) * 70) 0 calc(100vw / var(--viewport) * 97);
}
.buttonArea .bg-color-blue .flex > div {
  background: #fff;
  width: calc(100vw / var(--viewport) * 565);
  border-radius: calc(100vw / var(--viewport) * 10);
  margin: 0 auto calc(100vw / var(--viewport) * 33);
}
.buttonArea .bg-color-blue .flex > div a {
  color: #000;
  display: block;
  padding: calc(100vw / var(--viewport) * 49) 0 calc(100vw / var(--viewport) * 60);
  position: relative;
}
.buttonArea .bg-color-blue .flex > div a span.text {
  width: calc(100vw / var(--viewport) * 292);
  display: inline-block;
  position: relative;
}
.buttonArea .bg-color-blue .flex > div a span.text:after {
  content: "";
  width: 100%;
  height: calc(3px + (6 - 3) * ((100vw - 320px) / (767 - 320))) solid #00aafa;
  display: inline-block;
  background: var(--mensBlue);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * -15);
  margin: 0 auto;
}
.buttonArea .bg-color-white div a span.arrow,
.buttonArea .bg-color-blue .flex > div a span.arrow {
  position: absolute;
  right: calc(100vw / var(--viewport) * 18);
  top: 50%;
  transform: translateY(-50%);
  width: calc(100vw / var(--viewport) * 40);
  height: calc(100vw / var(--viewport) * 40);
  cursor: pointer;
  border-radius: 50%;
  background: url(../../img/common/link_arrow.png)var(--mensBlue) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-size: calc(100vw / var(--viewport) * 12);
}
.buttonArea .bg-color-white {
  padding: calc(100vw / var(--viewport) * 45) 0 calc(100vw / var(--viewport) * 211);
}
.buttonArea .bg-color-white a {
  color: #000;
  display: block;
  padding: calc(100vw / var(--viewport) * 50) 0;
  border-bottom: calc(100vw / var(--viewport) * 4) solid #000;
  position: relative;
}

/* info/counseling.html */
.form-bg {
  background: #eef0f5;
  padding: calc(20px + (40 - 20) * ((100vw - 320px) / (767 - 320))) calc(10px + (20 - 10) * ((100vw - 320px) / (767 - 320)));
  margin: calc(20px + (50 - 20) * ((100vw - 320px) / (767 - 320))) 0 calc(100vw / var(--viewport) * 122);
  box-sizing: border-box;
}
.form-bg .title01 {
  margin-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (767 - 320)));
}
.form-bg a {
  color: #000;
  text-decoration: underline;
}

.membercounseling section h2 {
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 74);
}
.membercounseling section h2 span {
  display: inline-block;
  position: relative;
}
.membercounseling section h2 span:after {
  content: "";
  width: 100%;
  height: calc(100vw / var(--viewport) * 4);
  display: inline-block;
  background: var(--mensBlue);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * -24);
  margin: 0 auto;
}
.membercounseling section p {
  line-height: 1.4;
}
.membercounseling section.hold {
  margin-top: calc(100vw / var(--viewport) * 102);
}
.membercounseling section ul {
  margin-bottom: calc(100vw / var(--viewport) * 46);
}
.membercounseling section li {
  padding-left: calc(100vw / var(--viewport) * 50);
  position: relative;
}
.membercounseling section li:nth-child(2) {
  margin-top: calc(100vw / var(--viewport) * 72);
}
.membercounseling section li:before {
  content: "";
  background: url(../images/list_icon.png) no-repeat;
  background-size: 100% auto;
  width: calc(28px + (65 - 28) * ((100vw - 320px) / (767 - 320)));
  height: calc(30px + (70 - 30) * ((100vw - 320px) / (767 - 320)));
  position: absolute;
  top: -4.5vw;
  left: 0;
}
.membercounseling .sub_text {
  margin-top: 1.4em;
}
.membercounseling .acoArea {
  margin: calc(100vw / var(--viewport) * 38) 0 calc(100vw / var(--viewport) * 85);
}
.membercounseling .acoArea .outer {
  text-align: center;
  background: var(--mensBlue);
  margin: calc(100vw / var(--viewport) * 16) 0 0;
  border-radius: calc(100vw / var(--viewport) * 10);
}
.membercounseling .acoArea .ttl_aco {
  padding: calc(100vw / var(--viewport) * 30) calc(100vw / var(--viewport) * 20);
  cursor: pointer;
}
.membercounseling .acoArea .ttl_aco span {
  position: relative;
  padding-right: 8.5vw;
}
.membercounseling .acoArea .ttl_aco span:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(20px + (50 - 20) * ((100vw - 320px) / (767 - 320)));
  height: calc(20px + (50 - 20) * ((100vw - 320px) / (767 - 320)));
  content: " ";
  background: url(../../img/top/plus-ico.jpg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.membercounseling .acoArea .ttl_aco.active span:after {
  background: url(../../img/top/minus-ico.jpg) no-repeat;
  background-size: contain;
}
.membercounseling .acoArea .body_aco {
  text-align: left;
  padding: 0 calc(100vw / var(--viewport) * 20) calc(100vw / var(--viewport) * 33);
  display: none;
}
.membercounseling .acoArea .body_aco .inner {
  background: #fff;
  padding: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 20);
  border-radius: calc(100vw / var(--viewport) * 10);
}
.membercounseling .acoArea .body_aco p {
  line-height: 2;
}
.membercounseling .acoArea .body_aco p span {
  color: var(--mensBlue);
}
.membercounseling .acoArea .body_aco p a {
  color: #000;
  text-decoration: underline;
}

.membercounseling section.timing {
  padding-bottom: calc(100vw / var(--viewport) * 90);
}

.memberprice .tabArea {
  background: #EEF0F5;
  padding: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 120);
}
.memberprice .m-width {
  width: 100%;
  max-width: 1080px;
}
.memberprice .tabs.flex {
  align-items:stretch;
}
.memberprice .tabs li {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  background: #A5ACAF;
  border-radius: calc(100vw / var(--viewport) * 10) calc(100vw / var(--viewport) * 10) 0 0;
  padding: 10px 0;
  cursor: pointer;
}
.memberprice .tabs li.active {
  background: var(--mensBlue);
}
.memberprice .tab2 {
  display: none;
}
.memberprice .tabSec {
  text-align: center;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 50) calc(100vw / var(--viewport) * 30) calc(100vw / var(--viewport) * 67);
}
.memberprice h3 {
  margin: calc(100vw / var(--viewport) * 104) 0 calc(100vw / var(--viewport) * 54);
}
.memberprice h3 span {
  color: #ff0;
}
.memberprice p {
  line-height: 1.4;
}
.memberprice table {
  width: 100%;
}
.memberprice th,
.memberprice td {
  border: 1px solid #707070;
  padding: calc(100vw / var(--viewport) * 23) 0 calc(100vw / var(--viewport) * 21);
}
.memberprice .tab1 th,
.memberprice .tab1 td {
  width: 50%;
}
.memberprice th {
  background: #EEF0F5;
}
.memberprice td {
  background: #fff;
}
.memberprice .tab2 > div:nth-child(1) > h3:nth-child(1) {
  margin-top: 20px;
}
.memberprice .tab2 th,
.memberprice .tab2 td {
  vertical-align: middle;
  width: 20%;
}
.memberprice .tab2 table.set th {
  width: 15%;
}
.memberprice .tab2 table.set th:nth-child(n+2),
.memberprice .tab2 table.set td {
  white-space: nowrap;
  width: auto;
}
.memberprice .tab2 table.mt {
  margin-top: calc(100vw / var(--viewport) * 60);
}
.memberprice .tab2 table.second {
  margin-top: calc(100vw / var(--viewport) * 52);
}
.memberprice .tab2 table.second th,
.memberprice .tab2 table.second td {
  width: 50%;
}
.memberprice .tab2 table.second tr.spacer th,
.memberprice .tab2 table.second tr.spacer td {
  padding: 1px 0 0;
}

.membermedicine {
  padding-bottom: calc(100vw / var(--viewport) * 120);
}
.membermedicine .navi {
  padding: calc(100vw / var(--viewport) * 80) 0 0;
}
.membermedicine .navi .flex div {
  line-height: 1.4;
  width: 23%;
  text-align: center;
  background: #A5ACAF;
}
.membermedicine .navi .flex div a {
  color: #fff;
  padding: calc(100vw / var(--viewport) * 17) 0;
  display: block;
}
.membermedicine .box {
  padding-top: calc(100vw / var(--viewport) * 56);
}
.membermedicine .midashi {
  color: #508FBE;
  text-align: center;
  background: #DEECF5;
  padding: calc(100vw / var(--viewport) * 31) 0 calc(100vw / var(--viewport) * 37);
}
.membermedicine .box img {
  width: calc(100vw / var(--viewport) * 432);
  margin: calc(100vw / var(--viewport) * 36) 0 calc(100vw / var(--viewport) * 56);
}
.membermedicine #cream04.box img{
  width: calc(100vw / var(--viewport) * 332);
}
.membermedicine .box .imgBox {
  text-align: center;
}
.membermedicine .box p {
  line-height: 1.4;
}
.membermedicine .box .imgBox div p {
  text-align: left;
  display: table;
  margin: 0 auto;
}
.membermedicine .box .promotion-txt-block {
  margin-top: calc(100vw / var(--viewport) * 80);
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.membermedicine .box .promotion-txt-block h3 span {
  width: calc(100vw / var(--viewport) * 386);
}
.membermedicine .box h4 {
  text-align: center;
  line-height: 1.7;
  margin: calc(100vw / var(--viewport) * 54) 0;
}
.membermedicine .box h4 span {
  position: relative;
}
.membermedicine .box h4 > span:after {
  content: "";
  width: 100%;
  height: calc(100vw / var(--viewport) * 4);
  display: inline-block;
  background: var(--mensBlue);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * -6);
  margin: 0 auto;
}
.membermedicine .box .icon_check {
  padding-left: calc(100vw / var(--viewport) * 50);
  position: relative;
}
.membermedicine .box .icon_check:before {
  content: "";
  background: url(../images/list_icon.png) no-repeat;
  background-size: 100% auto;
  width: calc(28px + (65 - 28) * ((100vw - 320px) / (767 - 320)));
  height: calc(30px + (70 - 30) * ((100vw - 320px) / (767 - 320)));
  position: absolute;
  bottom: 0;
  left: 0;
}
.membermedicine .box .sub_text {
  padding-left: calc(100vw / var(--viewport) * 50);
  margin: 1.4em 0 1.5em;
}
.membermedicine .box .caution {
  background: #EEF0F5;
  padding: calc(100vw / var(--viewport) * 33) calc(100vw / var(--viewport) * 42) calc(100vw / var(--viewport) * 46);
  margin: calc(100vw / var(--viewport) * 32) 0 0;
}
.membermedicine .box .btn.black a:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.membermedicine .box .btn.black a:before,
.membermedicine .box .btn.black a:hover:before {
  background: url(../../img/top/arr-blue.png) no-repeat;
  background-size: contain;
}

.membersaishin {
  padding-bottom: calc(100vw / var(--viewport) * 120);
}
.membersaishin section, .membercounseling section {
  margin-top: calc(100vw / var(--viewport) * 102);
}
.membersaishin section h2 {
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 74);
}
.membersaishin section h2 span {
  display: inline-block;
  position: relative;
}
.membersaishin section h2 span:after {
  content: "";
  width: 100%;
  height: calc(100vw / var(--viewport) * 4);
  display: inline-block;
  background: var(--mensBlue);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * -24);
  margin: 0 auto;
}
.membersaishin section p {
  line-height: 1.4;
}
.membersaishin section p a {
  color: #000;
  text-decoration: underline;
}
.membersaishin section li:nth-child(2) {
  margin-top: calc(100vw / var(--viewport) * 72);
}
.membersaishin .icon_check {
  padding-left: calc(100vw / var(--viewport) * 50);
  position: relative;
}
.membersaishin .icon_check:before {
  content: "";
  background: url(../images/list_icon.png) no-repeat;
  background-size: 100% auto;
  width: calc(28px + (65 - 28) * ((100vw - 320px) / (767 - 320)));
  height: calc(30px + (70 - 30) * ((100vw - 320px) / (767 - 320)));
  position: absolute;
  bottom: 0;
  left: 0;
}
.membersaishin .caution {
  background: #EEF0F5;
  padding: calc(100vw / var(--viewport) * 33) calc(100vw / var(--viewport) * 42) calc(100vw / var(--viewport) * 46);
  margin: calc(100vw / var(--viewport) * 32) 0 0;
}
.membersaishin .sub_text {
  padding-left: calc(100vw / var(--viewport) * 50);
  margin-top: 1.4em;
}

.sp {
  display: inline;
}
.pc {
  display: none;
}

@media screen and (max-width:767px) {
  .main-visual {
    margin-top: calc(56px + (120 - 56) * ((100vw - 320px) / (767 - 320)));
    text-align: center;
    height: calc(120px + (280 - 120) * ((100vw - 320px) / (767 - 320)));
  }
  .message-img {
    display: none;
  }
  .linkArea .flex {
    display: block;
  }
  .linkArea .flex div:nth-child(2) {
    margin-top: calc(100vw / var(--viewport) * 64);
  }
  .buttonArea .bg-color-blue .flex {
    display: block;
  }
  .buttonArea .bg-color-blue .flex > div:last-child {
    margin-bottom: 0;
  }

  .membersaishin .breadcrumb {
    overflow-x: auto;
  }
  .membersaishin .breadcrumb ul {
    width: auto;
    margin-left: 5%;
  }
  .membersaishin .breadcrumb ul li {
    white-space: nowrap;
  }
}

@media screen and (min-width:768px) {
  .header-inner {
    /*padding: 10.1px 0;*/
    padding: 0;
    height: 65px;
  }
  .header-inner li {
    font-size: 12px;
  }
  .header-inner .white-link {
    width: 100%;
    padding: 12px 0 16px;
  }

  .menu-list {
    display: flex;
  }
  .menu-list > li {
    width: 148px;
    padding: 16px 0 17px;
  }
  .menu-list > li a {
    padding: 12px 0 16px;
  }
  .menu-list li:nth-child(1) a {
    border: 2px solid var(--mensBlue);
  }
  .menu-list li:nth-child(1) a:after,
  .menu-list li:nth-child(2) a:after {
    width: 15px;
    left: initial;
  }
  .menu-list li:nth-child(1) a:after {
    right: 17px;
  }
  .menu-list li:nth-child(2) a:after {
    right: 27px;
  }
  .menu-list > li:last-child {
    margin-left: 11px;
  }
  .menu-list > li span {
    padding-right: 0;
  }
  .menu-list > li:nth-child(1) span:last-child {
    padding-right: 25px;
  }
  .menu-list > li:nth-child(2) span:last-child {
    padding-right: 15px;
  }
  .menu-list li:nth-child(1) a:hover:after {
    background: url(../images/icon_clinic_hover.png) center center no-repeat;
    background-size: 100% auto;
  }

  .linkArea {
    padding: 80px 0 70px;
  }
  .linkArea .m-width {
    width: 100%;
    max-width: 1010px;
  }
  .linkArea .flex > div {
    width: 490px;
    padding: 25px 50px 33px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .linkArea .flex > div .midashi {
    margin-bottom: 38px;
  }
  .linkArea .flex > div .midashi span:after {
    height: 4px;
    bottom: -10px;
  }
  .linkArea .flex .button a {
    width: 300px;
    padding: 22px 0;
    margin: 33px auto 0;
  }
  .linkArea .flex .button a:before {
    width: 15px;
    height: 15px;
    right: 7%;
  }
  .linkArea .sub {
    margin-top: 67px;
  }
  .linkArea .sub .title {
    margin-bottom: 29px;
  }
  .linkArea .sub .link {
    margin-top: 23px;
  }
  .linkArea .sub .link a:hover {
    text-decoration: none;
  }

  .buttonArea .m-width {
    width: 1010px;
    max-width: 1010px;
  }
  .buttonArea .bg-color-blue {
    padding: 58px 0 25px;
  }
  .buttonArea .bg-color-blue .flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .buttonArea .bg-color-blue .flex > div {
    width: 322px;
    margin: 0 0 42px;
    border-radius: 5px;
  }
  .buttonArea .bg-color-blue .flex > div:nth-child(n+2) {
    margin: 0 0 42px 22px;
  }
  .buttonArea .bg-color-blue .flex > div:nth-child(4n) {
    margin: 0 0 42px 0;
  }
  .buttonArea .bg-color-blue .flex > div a {
    padding: 46px 0 60px;
  }
  .buttonArea .bg-color-blue .flex > div a span.text {
    width: 198px;
  }
  .buttonArea .bg-color-blue .flex > div a span.text:after {
    height: 4px;
    bottom: -10px;
  }
  .buttonArea .bg-color-white div a span.arrow,
  .buttonArea .bg-color-blue .flex > div a span.arrow {
    width: 40px;
    height: 40px;
    background-size: 12px;
    right: 30px;
  }
  .buttonArea .bg-color-blue .flex > div a span.arrow {
    width: 32px;
    height: 32px;
    background-size: 10px;
    right: 16px;
    top: 47%;
  }
  .buttonArea .bg-color-white {
    padding: 11px 0 103px;
  }
  .buttonArea .bg-color-white a {
    padding: 48px 0 33px;
    border-bottom: 2px solid #000;
  }

  /* info/counseling.html */
  .form-bg {
    padding: 40px;
    margin: 70px 0 50px;
  }
  .form-bg .title01 {
    margin-bottom: 40px;
  }

  .membercounseling section .m-width {
    width: 100%;
    max-width: 930px;
  }
  .membercounseling section h2 {
    margin-bottom: 42px;
  }
  .membercounseling section h2 span:after {
    height: 5px;
    bottom: -12px;
  }

  .membercounseling section.hold {
    margin-top: 90px;
  }
  .membercounseling section ul {
    margin-bottom: 12px;
  }
  .membercounseling section li {
    padding-left: 31px;
  }
  .membercounseling section li:before {
    width: 31px;
    height: 33px;
    top: -14px;
  }
  .membercounseling section li:nth-child(2) {
    margin-top: 30px;
  }
  .membercounseling section.hold .sub {
    padding-left: 40px;
  }
  .membercounseling .acoArea {
    margin: 55px 0 85px;
  }
  .membercounseling .acoArea .outer {
    width: 864px;
    margin: 35px auto 0;
    border-radius: 5px;
  }
  .membercounseling .acoArea .ttl_aco {
    padding: 24px;
  }
  .membercounseling .acoArea .ttl_aco span {
    padding-right: 40px;
  }
  .membercounseling .acoArea .ttl_aco span:after {
    width: 30px;
    height: 30px;
  }
  .membercounseling .acoArea .body_aco {
    padding: 0 13px 16px;
  }
  .membercounseling .acoArea .body_aco .inner {
    padding: 20px 22px;
    border-radius: 5px;
  }
  .membercounseling .acoArea .body_aco p a:hover {
    text-decoration: none;
  }

  .membercounseling section.timing {
    padding-bottom: 120px;
  }

  .memberprice .tabArea {
    padding: 68px 0 46px;
  }
  .memberprice .tabs li {
    width: 535px;
    border-radius: 10px 10px 0 0;
    padding: 20px 0;
  }
  .memberprice .tabSec {
    padding: 65px 0 85px;
  }
  .memberprice h3 {
    margin: 74px 0 55px;
  }
  .memberprice .promotion-txt-block,
  .memberprice table {
    width: 807px;
    margin: 0 auto;
  }
  .memberprice th,
  .memberprice td {
    padding: 23px 0;
  }
  .memberprice .tab2 th,
  .memberprice .tab2 td {
    width: auto;
  }
  .memberprice .tab2 th:nth-child(1) {
    width: 307px;
  }
  .memberprice .tab2 table.set th:nth-child(1) {
    width: 216px;
  }
  .memberprice .tab2 table.set th:nth-child(n+2),
  .memberprice .tab2 table.set td {
    width: 118px;
  }
  .memberprice .tab2 table.mt {
    margin-top: 40px;
  }
  .memberprice .tab2 table.second {
    margin-top: 40px;
  }

  .membermedicine {
    padding-bottom: 70px;
  }
  .membermedicine .m-width {
    width: 100%;
    max-width: 930px;
  }
  .membermedicine .navi {
    padding: 68px 0 0;
    margin: 0 auto;
  }
  .membermedicine .navi .flex div {
    width: 214px;
    border-radius: 5px;
  }
  .membermedicine .navi .flex div a {
    padding: 20px 0;
  }
  .membermedicine .box {
    padding-top: 70px;
    margin-top: -14px
  }
  .membermedicine .midashi {
    width: 750px;
    padding: 18px 0;
    margin: 0 auto;
  }
  .membermedicine .box .imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 39px;
  }
  .membermedicine .box img {
    width: 285px;
    margin: 0 54px 0 0;
  }
  .membermedicine #cream04.box img{
      width: 210px;
  }
  .membermedicine .box .promotion-txt-block {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .membermedicine .box .promotion-txt-block h3 span {
    width: 243px;
  }
  .membermedicine .box h4 {
    margin: 40px 0;
  }
  .membermedicine .box h4 span:after {
    height: 4px;
    bottom: -6px;
  }
  .membermedicine .box .icon_check {
    padding-left: 31px;
  }
  .membermedicine .box .icon_check:before {
    width: 31px;
    height: 33px;
    bottom: 2px;
  }
  .membermedicine .box .sub_text {
    padding-left: 0;
  }
  .membermedicine .box .caution {
    padding: 33px;
    margin: 41px 0 0;
  }

  .membersaishin {
    padding-bottom: 120px;
  }
  .membersaishin .m-width {
    width: 100%;
    max-width: 930px;
  }
  .membersaishin .box .icon_check {
    padding-left: 31px;
  }
  .membersaishin .box .icon_check:before {
    width: 31px;
    height: 33px;
    bottom: 2px;
  }
  .membersaishin .caution {
    padding: 33px;
    margin: 41px 0 0;
  }
  .membersaishin section, .membercounseling section {
    margin-top: 100px;
  }
  .membersaishin section h2 {
    margin-bottom: 54px;
  }
  .membersaishin section h2 span:after {
    height: 5px;
    bottom: -12px;
  }
  .membercounseling section li:nth-child(2) {
    margin-top: 30px;
  }
  .membersaishin .icon_check {
    padding-left: 31px;
  }
  .membersaishin .icon_check:before {
    width: 31px;
    height: 33px;
    bottom: 2px;
  }
  .membersaishin p a:hover {
    text-decoration: none;
  }
  .membersaishin .sub_text {
    padding-left: 31px;
  }

  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}