@charset "UTF-8";
/*----------------------------------------------
	Common
---------------------------------------------*/
@media (max-width: 735px) {
  .pc_only2 {
    display: none !important;
  }
}

@media (min-width: 736px) {
  .sp_only2 {
    display: none !important;
  }
}

.f_main-mesotherapy div {
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

.clearfix {
  clear: both;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main.koseikai {
  background-color: #fff;
}

.breadcrumb-wrap {
  padding: 30px 0;
}

.wrapper {
  background-color: #ebf2f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1000px;
  width: 100%;
  height: auto;
}

.f_main.f_main-mesotherapy {
  color: #1a1a1a;
}

.l_wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 110px 70px;
  position: relative;
  width: 100%;
}

.l_wrapper p {
  line-height: 1.7; /*margin-bottom: 25px;*/
}

.l_wrapper.l_wrapper-secondary {
  margin: 0 auto;
  max-width: 896px;
  padding: 0 162.5px;
}

.p_content__ttl {
  margin-bottom: 40px;
}

main.koseikai {
  background-color: #fff;
}

.breadcrumb-wrap {
  padding: 30px 0;
}

.main-ttl {
  margin-bottom: 30px;
  padding-bottom: 16px;
  color: #006fb9;
}

.main-ttl:after {
  width: calc(100% + 140px);
  left: -70px;
}

.pcnone {
  display: none;
}

.spnone {
  display: inline;
}

@media only screen and (max-width: 744px) {
  section {
    padding: 0;
  }
}
@media only screen and (max-width: 736px) {
  .pcnone {
    display: inline;
  }
  .spnone {
    display: none;
  }
  .pcnoneb {
    display: block;
  }
  .spnoneb {
    display: none;
  }
}
/*----------------------------------------------
	mesotherapy page
---------------------------------------------*/
/* Section Common */
.f_main.f_main-mesotherapy {
  color: #1a1a1a;
  background-color: #ebf2f8;
}

.p_sec {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.p_sec__block {
  min-height: 232px;
  padding-bottom: 9px;
  padding-left: 395px;
  position: relative;
}

.p_sec__block.one {
  padding-bottom: 30px;
}

.p_sec__block img {
  left: 0;
  position: absolute;
  top: 9px;
  width: auto;
}

.p_sec__head {
  color: #0085ce;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 21px;
}

.p_sec__head span {
  display: block;
}

.p_sec__subhead img {
  left: auto;
  position: relative;
  top: -2px;
}

.l_wrapper p.p_sec__txt {
  line-height: 2;
  margin-bottom: 0;
}

/* Section Banner */
.p_banner__img {
  margin-bottom: 0;
  margin-top: 0;
}

.p_banner__img img.spnone {
  display: block;
  left: 50%;
  margin: 0;
  max-width: 100%;
  min-height: 550px;
  min-width: 1920px;
  position: relative;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p_banner__img img.pcnone {
  display: none;
}

/* Section 1 */
.f_sec01 .l_wrapper {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  padding-top: 50px;
}

.p_sec01 {
  font-size: 16px;
}

.p_sec01__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}

.p_sec01__info {
  text-align: left;
  width: calc(100% - 442px);
}

.p_sec01__head {
  color: #0085ce;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 27px;
}

.p_sec01__txt {
  line-height: 1.8;
}

.p_sec02__thumb {
  background-color: #f1f9fc;
  margin-top: 30px;
  padding: 20px 55px;
}

.p_sec02__thumb.spnone {
  display: block;
}

.p_sec01__list {
  margin: 0 auto;
  width: 100%;
}

.p_sec01__list li {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.15);
  display: block;
  margin-bottom: 20px;
  padding: 30px 20px 28px;
}

.p_sec01__list li:last-child {
  margin-bottom: 0;
}

.p_sec01__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 846px;
  padding-bottom: 26px;
  text-align: center;
}

.p_sec01__item {
  position: relative;
  width: calc(33.3333333333% - 51px);
}

.p_sec01__item:after {
  content: "";
  height: 0;
  position: absolute;
  right: -48px;
  top: 138px;
  width: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 20px solid #006fb9;
}

.p_sec01__item:last-child:after {
  border-left: none;
}

.p_sec01__colimg {
  padding-bottom: 16px;
}

.p_sec01__desc {
  font-weight: 700;
}

.p_sec01__content {
  line-height: 1.8;
  padding-left: 30px;
  padding-right: 30px;
}

.f_sec01 .p_sec01__img .p_sec01__img_txt {
  font-size: 11px;
  margin-top: 10px;
  letter-spacing: -0.02rem;
  line-height: 1.5;
  color: #555555;
}

.f_sec01 .p_sec01__img .sec01__pcnone {
  display: none;
}

/* Section 2 */
.f_sec02 .l_wrapper {
  max-width: 1001px;
  padding-bottom: 70px;
}

.f_sec02.f_sec02__body .l_wrapper {
  padding-bottom: 160px;
}

.p_sec02__blocks {
  /* margin-bottom: 50px; */
  margin-bottom: 0;
}

.p_sec02__blocks.mbot {
  margin-bottom: 50px;
}

.p_sec02__item {
  margin-bottom: 0;
  position: relative;
  background: #fff;
}

.p_sec02__item.pad {
  background-color: #f1f9fc;
  padding: 0 50px 30px;
}

.p_sec02__img {
  position: absolute;
  top: 30px;
  right: 0;
}

/*.p_sec02__content { } */
.p_sec02__item.w_image .p_sec02__content {
  padding-right: 432px;
}

.p_sec02__itemttl {
  font-size: 24px;
  font-weight: 700;
  color: #0085ce;
  margin-bottom: 20px;
}

.p_sec02__itemttl .num {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00c8e7), to(#006fad));
  background: -webkit-linear-gradient(left, #00c8e7, #006fad);
  background: linear-gradient(to right, #00c8e7, #006fad);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
}

p.p_sec02__itemtxt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 11px;
}

p.p_sec02__itemtxt2 {
  font-size: 18px;
  line-height: 2;
  padding-top: 25px;
}

.p_sec02__note {
  color: #555;
  font-size: 16px;
  padding-bottom: 10px;
  text-align: right;
}

.p_sec02__blocks .slider_txt {
  font-size: 11px;
  display: inline-block;
  padding: 10px 40px;
  line-height: 1.3;
  color: #555;
}

.p_sec02__box {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 20px 50px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.p_sec02__boxttl {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 50px;
  margin: 0;
}

.p_sec02__boximg {
  display: inline-block;
}

.sec_slider div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_slider {
  position: relative;
  background: #f1f9fc;
  padding: 20px 0;
}

.sec_sliderwrap {
  background-color: #fff;
  width: 716px;
  height: 530px;
  position: relative;
  margin: 20px -16px;
}

.sec_slider .slick-slide.next {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slick-current.slick-active {
  opacity: 1;
}

/* .slick-slide { opacity: 0.6; } */
.slick-slide:not(.slick-current.slick-active) {
  opacity: 0.6;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/* .mesotherapy-slider .sec_sliderwrap:before,
.sec_sliderwrap:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.60);
	z-index: 999;
} */
.slider_img {
  margin: 25px auto 0 auto;
  width: 636px;
}

.sec_sliderttl {
  font-size: 24px;
  font-weight: 700;
  color: #0085ce;
  text-align: center;
  margin: 10px 0;
}

.sliderwrapttl {
  background-color: #0185cf;
  color: #fff;
  text-align: center;
  height: 80px;
  vertical-align: middle;
  display: inline-block;
  width: 716px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 100px;
  display: table-cell;
}

.sliderwrapttl span {
  position: absolute;
  background: url("../images/sliderbg.png") no-repeat center;
  width: 110px;
  height: 110px;
  display: block;
  top: -44px;
  left: 12px;
  padding-top: 68px;
  padding-right: 15px;
}

.slider_info {
  display: block;
  width: 636px;
  margin: 20px auto 0 auto;
}

.slider_infottl {
  position: relative;
  float: left;
  background-color: #e7839f;
  color: #fff;
  font-size: 15px;
  width: 312px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  line-height: 23px;
}

.slider_infottl small {
  font-size: 14px;
  display: block;
  padding-left: 30px;
  line-height: 1;
}

.slider_infottl span {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 0 10px 10px 0;
  line-height: 1.2;
  padding: 5px 20px;
  top: 0;
  right: 0;
  margin: 5px;
}

.slider_infottl2 {
  position: relative;
  float: left;
  background-color: #0185cf;
  color: #fff;
  font-size: 15px;
  width: 312px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  margin-left: 12px;
}

.slider_infottl2 small {
  font-size: 14px;
  display: block;
  line-height: 1;
}

.slider_infottl2 span {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 0 10px 10px 0;
  line-height: 1;
  padding: 15px 20px;
  top: 0;
  right: 0;
  margin: 5px;
}

.slider_info_01 {
  padding-left: 20px;
}

.slider_info_01 span {
  padding: 15px 24px;
}

.slider_info_02 {
  padding-left: 35px;
}

.slider_info_02 span {
  padding: 15px 34px;
}

.slider_info_02 small {
  padding-left: 10px;
}

.slider_info_03 {
  padding-left: 15px;
}

.slider_info_04 {
  padding-left: 15px;
}

.slider_info_04 small {
  padding-left: 10px;
}

.slider_info_05 {
  padding-left: 15px;
}

.slider_info_06 {
  padding-left: 40px;
}

.slider_info_06 small {
  padding-left: 10px;
}

.f_sec02 .mesotherapy-slider {
  overflow: visible;
}

.f_sec02 .slick-prev {
  left: calc((100% - 765px) / 2);
}

.f_sec02 .slick-next {
  right: calc((100% - 765px) / 2);
}

.f_sec02 .slick-slide.slick-current .sec_sliderwrap:before {
  display: none;
}

.f_sec02 .slick-dots li button {
  color: #fff;
}

.f_sec02 .slick-dots li button:before {
  color: #d2d2d2;
  font-size: 16px;
}

.f_sec02 .slick-dots li button:hover:before,
.f_sec02 .slick-dots li button:focus:before {
  color: #0086cf;
}

.f_sec02 .slick-dots li.slick-active button:before {
  color: #0086cf;
}

.f_sec02 .slick-dots li button:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
}

.f_sec02 .slick-dots li.slick-active button::before {
  opacity: 1;
}

.f_sec02 .slick-prev:before,
.f_sec02 .slick-next:before {
  content: "";
  width: 40px;
  height: 160px;
  background: url("../images/icon-prev.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: auto;
  opacity: 1;
}

.f_sec02 .slick-next:before {
  background: url("../images/icon-next.png") no-repeat center;
  background-size: 100%;
}

.f_sec02 .slick-prev,
.f_sec02 .slick-next {
  height: 160px;
  width: 40px;
  opacity: 1;
  z-index: 9;
  top: 40%;
}

.f_sec02 .slick-prev:before,
.slick-next:before {
  opacity: 1;
}

.f_sec02 .slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

/*.tpad20{padding-top:20px;}*/
.slider_infottl span.pad15 {
  padding: 15px 24px;
}

/* Section 03 */
.p_sec03__img {
  margin: 0 auto;
}

/* Section 5 */
.f_sec05 .l_wrapper {
  padding-bottom: 74px;
}

.p_sec05__box {
  background-color: #e8e8e8;
  padding: 15px 30px 30px;
}

.p_sec05__ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 15px;
  text-align: center;
}

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

.p_sec05__step {
  clear: both;
  margin-bottom: 50px;
  position: relative;
  text-align: right;
  width: calc(33.3333333333% - 21px);
}

.p_sec05__step:after {
  content: "";
  height: 0;
  position: absolute;
  right: -24px;
  top: 92px;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #0085ce;
}

.p_sec05__step:last-child:after {
  border-left: none;
}

.p_sec05__step.no {
  margin-bottom: 70px;
}

.p_sec05__info {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

.p_sec05__head {
  /* border-bottom: 1px solid #0185cf; */
  color: #0085ce;
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 19px;
  position: relative;
}

.p_sec05__head:after {
  background-color: #0185cf;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p_sec05__head span {
  background-color: #0185cf;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}

.l_wrapper p.p_sec05__txt {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
  padding-right: 13px;
  text-align: left;
}

.p_sec05__tbl {
  background-color: #fff;
  border-left: none;
  border-top: none;
  margin: 0;
  position: relative;
}

.p_sec05__tbl tr {
  /* border-bottom: 2px dotted #AAA; */
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  display: block;
  position: relative;
}

.p_sec05__tbl tr:after {
  background: url("../images/p_sec05__bd.png") repeat-x left top;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p_sec05__tbl tr:last-child:after {
  background: none;
}

.p_sec05__tbl tr:first-child {
  border-top: 10px solid #fff;
}

.p_sec05__tbl tr:last-child {
  border-bottom: 5px solid #fff;
}

.p_sec05__tbl th,
.p_sec05__tbl td {
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 15px;
  vertical-align: top;
}

.p_sec05__tbl th {
  font-weight: 700;
  min-width: 174px;
  text-align: center;
}

.p_sec05__tbl td {
  padding-right: 0;
}

.p_sec05__tbl td small {
  font-size: 14px;
}

.p_sec05__list {
  width: 100%;
}

.p_sec05__list li {
  display: block;
  padding-left: 18px;
  position: relative;
}

.p_sec05__list li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 3px;
}

/* Section 6 */
.p_sec06__flow {
  /* display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: wrap; */
  display: block;
  width: 100%;
}

.p_sec06__item {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  background: #f1f9fc;
  padding: 20px 120px;
}

.p_sec06__step {
  background-color: #fff;
  display: block;
  float: left;
  margin-bottom: 25px;
  margin-right: 3%;
  position: relative;
  text-align: center;
  /* width: calc((100% / 4) - 15px); */
  border: 1px solid #d2d2d2;
  width: 21.75%;
}

.p_sec06__step:nth-child(4),
.p_sec06__step:nth-child(8) {
  margin-right: 0;
}

.no {
  margin-bottom: 0;
}

.p_sec06__info {
  display: inline-block;
  margin-top: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.l_wrapper p.p_sec06__txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 600;
}

.l_wrapper p.p_sec06__txt small {
  font-size: 11px;
  font-weight: 600;
}

.p_sec06__head {
  background-color: #0185cf;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

/*----------------------------------------------
	Media
---------------------------------------------*/
@media only screen and (max-width: 1220px) {
  /* .l_wrapper { width: 100%; } */
}
@media only screen and (max-width: 1160px) {
  .breadcrumb-wrap {
    padding: 20px 10px 20px 20px;
  }
}
@media only screen and (max-width: 736px) {
  .main-ttl:after {
    width: calc(100% - 40px);
    left: 0;
  }
  .breadcrumbs-in li:last-child {
    padding-right: 0;
  }
  .wrapper {
    min-width: 100%;
  }
  .l_wrapper,
  .l_wrapper.l_wrapper-secondary {
    max-width: 100%;
    padding: 0;
  }
  .l_wrapper p {
    margin-bottom: 0;
  }
  .l_wrapper p.p_sec__last {
    margin-bottom: 0;
  }
  .f_main-qswitch .main-ttl {
    margin-left: 19px;
    margin-right: 19px;
  }
  .f_main-qswitch .p_content__subttl {
    margin: 0 19px 5px;
  }
  .p_content__ttl {
    margin-bottom: 20px;
  }
  .f_main-qswitch .p_content__ttl {
    margin-bottom: 20px;
  }
  .f_sec02 .l_wrapper,
  .f_sec02.f_sec02__body .l_wrapper,
  .f_sec05 .l_wrapper {
    padding-bottom: 0;
  }
  .p_banner__img img.spnone {
    display: none;
  }
  .p_banner__img img.pcnone {
    display: block;
  }
  .p_sec {
    max-width: 100%;
  }
  .p_sec__block {
    min-height: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p_sec__block.one {
    padding-bottom: 0;
  }
  .p_sec__block img {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
  .p_sec__wrap {
    padding: 25px 19px 30px;
  }
  .p_sec__block.one .p_sec__wrap {
    padding-bottom: 25px;
    padding-top: 5px;
  }
  .p_sec__block.two .p_sec__wrap {
    padding-top: 5px;
  }
  .p_sec__img.one {
    padding-left: 19px;
  }
  .p_sec__img.two {
    padding-right: 19px;
  }
  .p_sec__head {
    font-size: 21px;
    letter-spacing: normal;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .p_sec__head span {
    display: none;
  }
  .p_sec__block.two .p_sec__head {
    text-align: right;
  }
  .l_wrapper p.p_sec__txt {
    line-height: 1.7;
  }
  .p_sec__imgCenter {
    text-align: center;
  }
  .f_sec01 .l_wrapper {
    padding-top: 24px;
  }
  .p_sec01 {
    padding: 0 0 34px;
  }
  .p_sec01__block {
    display: block; /*padding-bottom: 18px;*/
  }
  .p_sec01__info {
    padding-left: 19px;
    padding-right: 19px;
    width: auto;
  }
  .p_sec01__head {
    font-size: 21px;
    padding-bottom: 18px;
    text-align: center;
  }
  .p_sec01__txt {
    padding-bottom: 20px;
  }
  .p_sec01__img {
    text-align: center;
  }
  .p_sec01__img img {
    width: 311px;
  }
  .p_sec02__thumb.pcnone {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 10px 19px;
  }
  .p_sec02__thumb.pcnone img {
    max-width: 337px;
    width: 100%;
  }
  .p_sec02__thumb.spnone {
    display: none;
  }
  .p_sec01__list {
    max-width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    width: auto;
  }
  .p_sec01__list li {
    margin-bottom: 10px;
    padding: 20px 13px 20px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  }
  .p_sec01__col {
    display: block;
    padding-bottom: 0;
  }
  .p_sec01__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px;
    width: 100%;
  }
  .p_sec01__item:after {
    border-bottom: auto;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #006fb9;
    bottom: -7px;
    right: 0;
    left: 161px;
    margin: 0 auto;
    top: auto;
  }
  .p_sec01__colimg {
    padding-bottom: 0;
  }
  .p_sec01__colimg img {
    width: 161px;
  }
  .p_sec01__desc {
    text-align: left;
    width: calc(100% - 171px);
  }
  .p_sec01__item:first-child {
    width: 100%;
  }
  .p_sec01__item:first-child .p_sec01__desc {
    margin-right: 0;
  }
  .p_sec01__item:last-child {
    padding-bottom: 0;
  }
  .p_sec01__item:last-child:after {
    border-top: none;
  }
  .f_sec01 .p_sec01__img .sec01__pcnone {
    display: block;
    width: 310px;
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    margin-top: 10px;
    line-height: 1.3;
  }
  .f_sec01 .p_sec01__img .sec01__spnone {
    display: none;
  }
  .f_sec02 .l_wrapper {
    max-width: 100%;
  }
  .p_sec02 {
    padding: 0 20px 30px;
  }
  .nowrap {
    padding: 0 0 30px;
  }
  .p_sec02__img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .p_sec02__content {
    padding: 0 !important;
  }
  .p_sec02__blocks {
    margin-bottom: 0;
  }
  .p_sec02__blocks.mbot {
    margin-bottom: 2px;
  }
  .p_sec02__item {
    margin-bottom: 0;
    padding: 0;
  }
  .p_sec02__item.pad {
    padding: 12px 13px 20px;
  }
  .p_sec02__item.w_image .p_sec02__content {
    padding: 0;
  }
  .p_sec02__itemttl {
    font-size: 21px;
    margin: 20px 0 15px;
    text-align: center;
    border-bottom: none;
    padding-top: 0px;
    display: block;
  }
  .p_sec02__itemttl.spnone {
    display: none;
  }
  .p_sec02__itemttl .num {
    font-size: 18px;
    width: 30px;
    min-width: 30px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5px;
  }
  p.p_sec02__itemtxt {
    padding: 0 19px 15px;
    font-size: 17px;
    word-break: break-all;
    line-height: 1.7;
  }
  p.p_sec02__itemtxt2 {
    margin-top: 0;
    font-size: 17px;
    word-break: break-all;
    line-height: 1.7;
    padding-top: 3px;
  }
  .p_sec02__note {
    font-size: 15px;
    padding-bottom: 17px;
    padding-right: 19px;
  }
  .p_sec02__box {
    padding: 15px 13px 20px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  }
  .p_sec02__boxttl {
    position: static;
    font-size: 21px;
    margin-bottom: 12px;
  }
  .f_sec02 .slick-prev {
    width: 20px;
    left: calc((100% - 335px) / 2);
    height: 80px;
  }
  .f_sec02 .slick-next {
    width: 20px;
    right: calc((100% - 335px) / 2);
    height: 80px;
  }
  .f_sec02 .slick-dots li button:before {
    font-size: 12px;
  }
  .f_sec02 .slick-prev:before,
  .f_sec02 .slick-next:before {
    content: "";
    width: 20px;
    height: 80px;
    top: 50px;
  }
  .p_sec02__blocks .slider_txt {
    font-size: 10px;
    padding: 10px 10px 0;
    color: #555;
  }
  .sec_sliderttl {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .sliderwrapttl {
    font-size: 16px;
    width: 305px;
    text-align: left;
    height: 92px;
    padding: 0 0 0 75px;
  }
  .sec_sliderwrap {
    width: 305px;
    height: auto;
    padding-bottom: 20px;
    margin: 10px -5px;
  }
  .sliderwrapttl span {
    background: url("../images/sliderbg-sp.png") no-repeat center;
    width: 50px;
    height: 110px;
    top: -40px;
    left: 5px;
    padding-right: 15px;
    padding-left: 7px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
  }
  .slider_img {
    width: 285px;
    margin: 20px auto 0 auto;
  }
  .slider_infottl {
    float: none;
    width: 100%;
    font-size: 12px;
    padding: 12px 10px;
    line-height: 19px;
  }
  .slider_infottl2 {
    float: none;
    width: 100%;
    font-size: 12px;
    padding: 12px 10px;
    line-height: 16px;
  }
  .slider_info {
    width: 285px;
  }
  .slider_infottl {
    width: 100%;
    padding-left: 20px;
  }
  .slider_infottl small {
    padding-left: 20px;
    font-size: 12px;
  }
  .slider_infottl2 small {
    padding-left: 10px;
    font-size: 12px;
  }
  .slider_infottl2 {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    padding-left: 30px;
  }
  .slider_infottl span {
    padding: 7px 0;
    width: 145px;
    letter-spacing: -1px;
    text-align: center;
  }
  .slider_infottl2 span {
    padding: 15px 0;
    letter-spacing: -1px;
    text-align: center;
    width: 145px;
  }
  .slider_infottl span.pad15 {
    padding: 15px 0;
  }
  /* Section 03 */
  .p_sec03__img {
    margin: 0 auto;
    margin-top: 20px;
    width: 310px;
  }
  .f_sec05 .p_content__ttl {
    margin-bottom: 27px;
  }
  .p_sec05__flow {
    display: block;
    padding-left: 32px;
    padding-right: 32px;
    width: auto;
  }
  .p_sec05__step {
    margin-bottom: 30px;
    width: 100%;
  }
  .p_sec05__step:after {
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  .p_sec05__step.no {
    margin-bottom: 30px;
  }
  .p_sec05__step img {
    float: left;
    margin-right: 10px;
    width: 120px;
  }
  .p_sec05__info {
    margin-top: 0;
    width: 100%;
  }
  .p_sec05__head {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p_sec05__head:after {
    bottom: 0;
  }
  .p_sec05__head span {
    height: 30px;
    margin-right: 5px;
    width: 30px;
    font-size: 20px;
  }
  .l_wrapper p.p_sec05__txt {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 130px;
    padding-right: 0;
  }
  .p_sec05__ttl {
    font-size: 18px;
    letter-spacing: normal;
    padding-bottom: 8px;
  }
  .p_sec05__box {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    padding: 13px 9px 20px;
    width: auto;
  }
  .p_sec05__tbl tr {
    border-left: 11px solid #fff;
    border-right: 11px solid #fff;
  }
  .p_sec05__tbl tr:first-child {
    border-top: none;
  }
  .p_sec05__tbl tr:last-child {
    border-bottom: none;
  }
  .p_sec05__tbl th,
  .p_sec05__tbl td {
    font-size: 13px;
    padding: 10px 5px;
  }
  .p_sec05__tbl th {
    min-width: auto;
    padding-left: 4px;
    padding-right: 4px;
    width: 67px;
  }
  .p_sec05__tbl td {
    padding-right: 0;
  }
  .p_sec05__tbl td small {
    font-size: 11px;
  }
  .p_sec05__tbl tr:first-child td small {
    margin-left: -4px;
  }
  .p_sec05__tbl td.p_sec05__valign {
    vertical-align: middle;
  }
  .p_sec05__list li {
    padding-left: 15px;
  }
  .p_sec05__list li:before {
    top: 8px;
  }
  .p_sec06__head {
    font-size: 18px;
  }
  .l_wrapper p.p_sec06__txt {
    font-size: 15px;
  }
  .p_sec06__flow {
    margin-left: 1%;
    width: 99%;
  }
  .p_sec06__step {
    /* width: calc((100% / 2) - 7px); */
    margin-bottom: 7px;
    margin-right: 2%;
    width: 48%;
  }
  .p_sec06__step:nth-child(2),
  .p_sec06__step:nth-child(6),
  .p_sec06__step:nth-child(10) {
    margin-right: 0;
  }
  .p_sec06__item {
    padding: 10px 9px 3px;
    margin: 20px 10px 30px 10px;
  }
  .f_main.f_main-mesotherapy {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 400px) {
  .p_sec02__thumb.pcnone img {
    max-width: 100%;
  }
}
.p-case {
  /* 術前後 */
}
.p-case .l_wrapper {
  padding-bottom: 50px;
}
.p-case .p_sec02__list {
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  display: grid;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-case .p_sec02__list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f9fc;
  padding: 20px;
  width: 100%;
  font-size: 11px;
  margin: 0;
  position: relative;
}
.p-case .p_sec02__list img {
  width: 100%;
}
.p-case .p_sec02__list .txt {
  margin: 0;
  margin-top: 10px;
  line-height: 1.2;
  letter-spacing: -0.1px;
}
.p-case .surgery-imgbox {
  position: relative;
}
.p-case .beforesurgery {
  position: absolute;
  z-index: 9999;
  top: 0;
  background-color: #555555;
  color: #ffffff;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.p-case .aftersurgery {
  position: absolute;
  z-index: 9999;
  top: 50%;
  background-color: #1184ca;
  color: #ffffff;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.p-case .beforesurgery02 {
  background-color: #555555;
  color: #ffffff;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 14px;
  width: 50%;
  text-align: center;
}
.p-case .aftersurgery02 {
  background-color: #1184ca;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  width: 50%;
  text-align: center;
}
.p-case .surgerybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 88;
  width: 100%;
}
.p-case .surgerytextbox {
  position: absolute;
  z-index: 88;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
}
@media (max-width: 736px) {
  .p-case {
    /* 術前後 */
  }
  .p-case .p_sec02__list {
    gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 1fr;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .p-case .p_sec02__list li {
    padding: 10px;
    font-size: 10px;
    line-height: 1.2;
    width: 337px;
  }
  .p-case .p_sec02__list .txt {
    line-height: 1.2;
    margin-top: 10px;
    letter-spacing: -0.1px;
  }
  .p-case .p-case__readmore {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
  }
  .p-case .readmore-content {
    position: relative;
    height: 1570px;
    -webkit-transition: height 0.8s ease;
    transition: height 0.8s ease;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-case .readmore-content.is_open {
    height: 100%;
  }
  .p-case .p-case__readmore .sec-part-btn {
    margin: 2.6666666667vw auto 0;
    width: 80vw;
    padding: 2.6666666667vw 0;
    color: #fff;
    text-align: center;
    background-color: #333;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    border: 1px solid #2f70a8;
    background: #fff;
    color: #2f70a8;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .p-case .surgery-imgbox {
    position: relative;
  }
  .p-case .beforesurgery {
    font-size: 12px;
    padding: 4px 12px;
  }
  .p-case .aftersurgery {
    font-size: 12px;
    padding: 4px 12px;
  }
  .p-case .beforesurgery02 {
    background-color: #555555;
    color: #ffffff;
    padding: 3px 15px;
    font-weight: bold;
    font-size: 12px;
    width: 50%;
    text-align: center;
  }
  .p-case .aftersurgery02 {
    background-color: #1184ca;
    color: #ffffff;
    padding: 3px 15px;
    font-weight: bold;
    font-size: 12px;
    width: 50%;
    text-align: center;
  }
  .p-case .surgerybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 88;
    width: 100%;
  }
  .p-case .surgerytextbox {
    position: absolute;
    z-index: 88;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
  }
  .p-case .l_wrapper {
    padding-bottom: 40px;
  }
  .p-case .p-case__readmore {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
  }
  .p-case .p-case__readmore .sec-part-btn {
    margin: 2.6666666667vw auto 0;
    width: 80vw;
    padding: 2.6666666667vw 0;
    color: #fff;
    text-align: center;
    background-color: #333;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    border: 1px solid #2f70a8;
    background: #fff;
    color: #2f70a8;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
}