@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
@keyframes animation-show--fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-family: "ヒラギノ角ゴ Pro W", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

body {
  background: none;
}
body > .l-container {
  display: block;
  margin: 0;
  width: auto;
}
body > .l-container > .p-header {
  background: linear-gradient(#3a332c, #a69d94);
}
body > .l-container > .p-header .p-header__logo {
  position: relative;
}
body > .l-container > .p-header .p-header__inner {
  position: relative;
}
body > .l-container > .p-header .p-header__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: linear-gradient(#90857c, #2b2722);
}
body > .l-container > .p-header .p-header__nav {
  width: 100%;
}
body > .l-container > .p-header::before {
  background: url(../../../img/h1_bg.gif) left top repeat-x #524840;
}
body > .l-container > .p-footer .p-footer__copyright {
  background: url(../../../img/copyright_bg.gif) center top no-repeat, linear-gradient(#a3978e, #84776e 25%, #665a50 50%, #4d433b 75%, #3a342e);
}
body .c-nav__list {
  margin: 0 auto;
  width: 988px;
}
body .c-fixed-contents,
body .c-fixed-contents.is-show {
  display: none;
}
body a:hover > * {
  opacity: 0.75;
}
body.is-active--modal {
  overflow: hidden;
  height: 100%;
}

.c-line-art {
  position: relative;
  width: 845px;
  height: 580px;
  overflow: hidden;
  pointer-events: none;
}
.c-line-art__wrapper {
  position: absolute;
  display: flex;
  top: -359px;
  left: 679px;
  transform: rotate(-45deg);
}
.c-line-art__item {
  display: block;
  width: 2px;
  height: 2000px;
  right: 0;
}
.c-line-art__item + .c-line-art__item {
  margin-left: 4px;
}
.c-line-art.right {
  transform: scale(-1, 1);
}

.is-gsap .js-gsap-fade {
  transition: all 1.5s;
  opacity: 0;
}
.is-gsap .js-gsap-fade--top {
  transform: translateY(30px);
}
.is-gsap .js-gsap-fade--right {
  transform: translateX(30px);
}
.is-gsap .js-gsap-fade--bottom {
  transform: translateY(-30px);
}
.is-gsap .js-gsap-fade--left {
  transform: translateX(-30px);
}
.is-gsap .js-gsap-fade.is-show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

@media (max-width: 750px) {
  .is-gsap .js-gsap-fade--top--sp {
    transform: translateY(30px);
  }
  .is-gsap .js-gsap-fade--right--sp {
    transform: translateX(30px);
  }
  .is-gsap .js-gsap-fade--bottom--sp {
    transform: translateY(-30px);
  }
  .is-gsap .js-gsap-fade--left--sp {
    transform: translateX(-30px);
  }
}
@media (min-width: 751px) {
  .is-gsap .js-gsap-fade--top--pc {
    transform: translateY(30px);
  }
  .is-gsap .js-gsap-fade--right--pc {
    transform: translateX(30px);
  }
  .is-gsap .js-gsap-fade--bottom--pc {
    transform: translateY(-30px);
  }
  .is-gsap .js-gsap-fade--left--pc {
    transform: translateX(-30px);
  }
}
.p-box {
  padding: 90px 0 80px;
}
.p-box__inner {
  margin: 0 auto;
  width: 1100px;
}
.p-box__title {
  margin: 0 auto 68px;
  text-align: center;
}
.p-box__title:after {
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  margin: 17px auto 0;
  background-color: #4292a1;
}

.p-cv__inner {
  margin: 0 auto;
  width: 1100px;
}
.p-cv__box1 {
  position: relative;
  z-index: 1;
  height: 510px;
}
.p-cv-main {
  position: relative;
  margin: -120px auto 0;
  width: 1100px;
  height: 90px;
}
.p-cv-main__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 660px;
}
.p-cv-main__links-item.pic {
  margin-bottom: 5px;
}
.p-cv__box2 {
  margin-top: 24px;
}
.p-cv-modal {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-cv-modal__title {
  width: 316px;
}
.p-cv-modal__pic1, .p-cv-modal__pic2 {
  width: 372px;
}
.p-cv.cv1, .p-cv.cv2 {
  margin: -255px 0;
}
.p-cv.cv3 {
  padding: 40px 0 90px;
  background: #e7e9ea;
}

.p-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.p-modal__inner {
  padding-top: 110px;
  min-height: 100vh;
  backdrop-filter: blur(30px);
  background-color: rgba(35,34,21,.8);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  box-sizing: border-box;
}
.p-modal__button {
  position: absolute;
  top: 100px;
  right: 60px;
  width: 40px;
  height: 40px;
}
.p-modal__button img {
  width: 100%;
  height: 100%;
}
.p-modal__title, .p-modal__pic {
  text-align: center;
}
.p-modal__title {
  margin-bottom: 20px;
}
.p-modal__movie {
  margin: 0 auto 15px;
  width: 450px;
}
.p-modal__movie iframe {
  width: 450px;
  height: 253px;
}
.p-modal.p-modal--1 {
  transform: translateX(-100%);
}
.p-modal.p-modal--1 .p-modal__title img {
  width: 375px;
  height: 95px;
}
.p-modal.p-modal--1 .p-modal__pic img {
  width: 375px;
  height: 304px;
}
.p-modal.p-modal--2 {
  transform: translateX(100%);
}
.p-modal.p-modal--2 .p-modal__title img {
  width: 375px;
  height: 71px;
}
.p-modal.p-modal--2 .p-modal__pic img {
  width: 375px;
  height: 235.5px;
}
.p-modal.is-active {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 3000;
}

.p-hero {
  position: relative;
  overflow: hidden;
  height: 700px;
}
.p-hero__bg {
  height: 100%;
  text-align: center;
}
.p-hero__bg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-hero__main {
  position: relative;
  z-index: 1;
  margin: -123px auto 0;
  width: 1100px;
  height: 104px;
}
.p-hero__main__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 72px;
  bottom: 0;
}
.p-hero__main__links-item.pic {
  margin-bottom: 10px;
}
.p-hero::before, .p-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.p-hero::before {
  left: 0;
  width: 50%;
  background: url(../../../img/troubles_tightening-lipo_hero_bg1.jpg) left top repeat-x;
}
.p-hero::after {
  right: 0;
  left: 50%;
  background: url(../../../img/troubles_tightening-lipo_hero_bg2.jpg) left top repeat-x;
}

.p-solution {
  padding: 60px 0 50px;
  height: 473px;
  background: url(../../../img/troubles_tightening-lipo_solution_bg.png) top center no-repeat;
  background-size: 100%;
  box-sizing: border-box;
}
.p-solution__title {
  margin-bottom: 35px;
  text-align: center;
}
.p-solution .p-box__inner {
  position: relative;
}
.p-solution__item {
  position: absolute;
  opacity: 0;
}
.p-solution__item.item1 {
  top: 0;
  left: 190px;
}
.p-solution__item.item2 {
  top: 30;
  right: 218px;
}
.p-solution__item.item3 {
  top: 115px;
  right: 138px;
}
.p-solution__item.item4 {
  top: 83px;
  left: 130px;
}
.p-solution__item.item5 {
  top: 197px;
  right: 250px;
}
.p-solution__item.item6 {
  top: 166px;
  left: 243px;
}
.p-solution__item.is-show.item1 {
  animation: animation-show--fade 0.7s ease-out 0.5s forwards;
}
.p-solution__item.is-show.item2 {
  animation: animation-show--fade 0.7s ease-out 0.7s forwards;
}
.p-solution__item.is-show.item3 {
  animation: animation-show--fade 0.7s ease-out 0.9s forwards;
}
.p-solution__item.is-show.item4 {
  animation: animation-show--fade 0.7s ease-out 1.1s forwards;
}
.p-solution__item.is-show.item5 {
  animation: animation-show--fade 0.7s ease-out 1.3s forwards;
}
.p-solution__item.is-show.item6 {
  animation: animation-show--fade 0.7s ease-out 1.5s forwards;
}

.p-case {
  padding-bottom: 335px;
}
.p-case .p-box__inner {
  position: relative;
}
.p-case__box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-case__box1-item {
  margin-bottom: 35px;
}
.p-case__box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 19px;
  background: #e7e9ea;
}
.p-case__box2__title {
  width: 383px;
  text-align: center;
}
.p-case__box2__movie {
  width: 330px;
  cursor: pointer;
}
.p-case__box2__movie > * {
  transition: opacity 0.5s;
}
.p-case__box2__movie:hover > * {
  opacity: 0.75;
}
.p-case__note {
  position: absolute;
  top: 1067px;
  right: 0;
  width: 530px;
  line-height: 1.5;
  font-size: 12px;
  color: #4d4d4d;
}

.modal-video-movie-wrap {
  padding-bottom: 0 !important;
  height: 528px !important;
}

.modal-video-close-btn {
  right: 0;
}

.p-action {
  position: relative;
  padding-top: 375px;
  background: #e7e9ea;
  overflow: hidden;
}
.p-action .c-line-art {
  position: absolute;
  width: 1500px;
}
.p-action .c-line-art__item + .c-line-art__item {
  margin-left: 5px;
}
.p-action .c-line-art-1 {
  left: calc(50% - 1040px);
}
.p-action .c-line-art-1 .c-line-art__item {
  background-color: #d5e1e0;
}
.p-action .c-line-art-2 {
  right: calc(50% - 1040px);
}
.p-action .c-line-art-2 .c-line-art__item {
  background-color: #d9dfe4;
}
.p-action .p-box__inner {
  width: auto;
}
.p-action__title {
  margin-bottom: 27px;
  text-align: center;
}
.p-action__pic {
  margin-bottom: 38px;
  text-align: center;
}
.p-action__box1 {
  margin-bottom: 105px;
}
.p-action__box1 > *:not(.c-line-art) {
  position: relative;
  z-index: 1;
}
.p-action__box1 .c-line-art {
  top: 620px;
  height: 1050px;
}
.p-action__box1__title {
  margin-bottom: 40px;
  text-align: center;
}
.p-action__box1__lead {
  margin-bottom: 30px;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  color: #4d4d4d;
  letter-spacing: 1px;
}
.p-action__box1__lead .emphasis-1,
.p-action__box1__lead .emphasis-2 {
  position: relative;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  padding: 5px 10px;
}
.p-action__box1__lead .emphasis-1:after,
.p-action__box1__lead .emphasis-2:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.p-action__box1__lead .emphasis-1:after {
  background-color: #3f9d84;
}
.p-action__box1__lead .emphasis-2:after {
  background-color: #5d88ad;
}
.p-action__box1__pic {
  margin-bottom: 50px;
  text-align: center;
}
.p-action__box1__text {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #4292a1;
}
.p-action__box2 {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to right, #79bcaa 0%, #79bcaa 50%, #81a3bf 50%, #81a3bf 100%);
  padding: 31px 0 25px;
}
.p-action__box2 .c-line-art {
  top: 0;
  height: 443px;
}
.p-action__box2 .c-line-art__item {
  height: 1900px;
}
.p-action__box2 .c-line-art-1 {
  left: calc(50% - 680px);
}
.p-action__box2 .c-line-art-1 .c-line-art__item {
  background-color: rgba(255,255,255,.2);
}
.p-action__box2 .c-line-art-2 {
  right: calc(50% - 680px);
}
.p-action__box2 .c-line-art-2 .c-line-art__item {
  background-color: rgba(255,255,255,.2);
}
.p-action__box2 .kind__title {
  width: 524px;
  box-sizing: border-box;
  background: rgba(255,255,255,.8);
  margin: 0 auto 30px;
  padding: 13px 0 13px 0.2em;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #4692a0;
  border-radius: 50px;
  letter-spacing: 1px;
}
.p-action__box2 .kind__inner {
  display: flex;
}
.p-action__box2 .kind-item {
  position: relative;
  flex: 1;
}
.p-action__box2 .kind-item__lead {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 19px;
}
.p-action__box2 .kind-item__lead * {
  font-size: 22px;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 1px;
}
.p-action__box2 .kind-item__lead:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,.5);
}
.p-action__box2 .kind-item__headline-ja {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 7px;
  letter-spacing: 1px;
}
.p-action__box2 .kind-item__headline-en {
  margin-bottom: 26px;
}
.p-action__box2 .kind-item__detail {
  position: relative;
  z-index: 1;
  width: 325px;
  line-height: 1.875;
  font-size: 16px;
  color: #555;
  text-align: justify;
}
.p-action__box2 .kind-item__detail span {
  font-weight: bold;
}
.p-action__box2 .kind-item__pic {
  position: absolute;
}
.p-action__box2 .kind-item.liposuction {
  padding-right: 30px;
  text-align: right;
}
.p-action__box2 .kind-item.liposuction .kind-item__lead:after {
  left: inherit;
  right: 0;
}
.p-action__box2 .kind-item.liposuction .kind-item__headline-ja {
  letter-spacing: 5px;
  margin-right: -5px;
}
.p-action__box2 .kind-item.liposuction .kind-item__detail {
  margin-left: auto;
}
.p-action__box2 .kind-item.liposuction .kind-item__pic {
  top: -145px;
  right: 290px;
}
.p-action__box2 .kind-item.tightening {
  padding-left: 30px;
}
.p-action__box2 .kind-item.tightening .kind-item__pic {
  top: -112px;
  left: 245px;
}

.p-merit {
  background: #e7e9ea;
}
.p-merit .p-box__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.p-merit__item {
  padding-top: 20px;
  width: 345px;
}
.p-merit__item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.p-merit__item__title::before {
  content: "";
  margin-bottom: 12px;
  width: 2px;
  height: 16px;
  background: #4292a1;
}
.p-merit__item__pic {
  margin-bottom: 15px;
}
.p-merit__item__text {
  text-align: justify;
  line-height: 1.625;
  font-size: 16px;
  color: #666;
}
.p-merit__item__text em {
  font-weight: bold;
}
.p-merit__item.item1 {
  background: url(../../../img/troubles_tightening-lipo_merit_item1_title_bg.png) top center no-repeat;
  background-size: 109px;
}
.p-merit__item.item2 {
  background: url(../../../img/troubles_tightening-lipo_merit_item2_title_bg.png) top center no-repeat;
  background-size: 115px;
}
.p-merit__item.item3 {
  background: url(../../../img/troubles_tightening-lipo_merit_item3_title_bg.png) top center no-repeat;
  background-size: 114px;
}

.p-comparison {
  padding-bottom: 335px;
  background: #e7e9ea;
}
.p-comparison__table {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  color: #666;
}
.p-comparison__table th,
.p-comparison__table td {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.p-comparison__table thead td,
.p-comparison__table thead th {
  background: #f0f0f0;
  box-sizing: border-box;
}
.p-comparison__table thead td {
  width: 173px;
}
.p-comparison__table thead th {
  padding: 23px 0;
  width: 309px;
  text-align: center;
  line-height: 1.1666666667;
  font-size: 18px;
}
.p-comparison__table thead .accent {
  background: #4292a1;
  font-weight: bold;
  color: #fff;
}
.p-comparison__table tbody th,
.p-comparison__table tbody td {
  padding: 30px;
  background: #fff;
  text-align: center;
  line-height: 1.3333333333;
  font-size: 15px;
}
.p-comparison__table tbody .accent {
  background: #d9e9ec;
}

.p-reason {
  padding-top: 345px;
  background: url(../../../img/troubles_tightening-lipo_reason_bg.png) top center no-repeat;
  background-size: cover;
}
.p-reason .p-box__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.p-reason__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 77px;
  width: 330px;
  opacity: 0;
}
.p-reason__item__title {
  order: 2;
  margin-bottom: 10px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #4292a1;
  text-align: center;
  line-height: 1.3636363636;
  font-size: 22px;
  font-weight: bold;
  color: #4d4d4d;
}
.p-reason__item__pic {
  order: 1;
  margin-bottom: 10px;
}
.p-reason__item__text {
  order: 3;
  text-align: justify;
  line-height: 1.625;
  font-size: 16px;
  color: #606060;
}
.p-reason__item__text span {
  display: block;
  text-align: right;
  font-size: 10px;
}
.p-reason__item.item1 {
  background: url(../../../img/troubles_tightening-lipo_reason_item5_title_bg.png) top center no-repeat;
  background-size: 67px;
}
.p-reason__item.item2 {
  margin: 0 55px;
  background: url(../../../img/troubles_tightening-lipo_reason_item4_title_bg.png) top center no-repeat;
  background-size: 67px;
}
.p-reason__item.item3 {
  background: url(../../../img/troubles_tightening-lipo_reason_item3_title_bg.png) top center no-repeat;
  background-size: 67px;
}
.p-reason__item.item4 {
  margin-top: 20px;
  margin-right: 30px;
  background: url(../../../img/troubles_tightening-lipo_reason_item2_title_bg.png) top center no-repeat;
  background-size: 67px;
}
.p-reason__item.item5 {
  margin-top: 20px;
  margin-left: 30px;
  background: url(../../../img/troubles_tightening-lipo_reason_item1_title_bg.png) top center no-repeat;
  background-size: 67px;
}
.p-reason__item.is-show.item1 {
  animation: animation-show--fade 1s ease-out 0.5s forwards;
}
.p-reason__item.is-show.item2 {
  animation: animation-show--fade 1s ease-out 0.7s forwards;
}
.p-reason__item.is-show.item3 {
  animation: animation-show--fade 1s ease-out 0.9s forwards;
}
.p-reason__item.is-show.item4 {
  animation: animation-show--fade 1s ease-out 0.7s forwards;
}
.p-reason__item.is-show.item5 {
  animation: animation-show--fade 1s ease-out 0.9s forwards;
}
.p-reason__text {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  line-height: 1.2962962963;
  font-size: 27px;
  font-weight: bold;
  color: #4d4d4d;
}
.p-reason__text em {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #4d4d4d;
}

.p-price {
  background: #e7e9ea;
}
.p-price__table {
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-left: 1px solid #c0b6ae;
}
.p-price__table th,
.p-price__table td {
  border-right: 1px solid #c0b6ae;
  border-bottom: 1px solid #c0b6ae;
  text-align: center;
}
.p-price__table th th,
.p-price__table th td,
.p-price__table td th,
.p-price__table td td {
  border: none;
}
.p-price__table > thead {
  background-color: #4292a1;
  font-size: 14px;
  color: #fff;
}
.p-price__table > thead th,
.p-price__table > thead td {
  padding: 22px 34px;
  box-sizing: border-box;
}
.p-price__table > thead th {
  width: 151px;
}
.p-price__table > thead td {
  width: 808px;
}
.p-price__table > tbody {
  color: #666;
}
.p-price__table > tbody *:not(.price) {
  text-align: left;
}
.p-price__table > tbody > tr .first-menu,
.p-price__table > tbody > tr .second-menu {
  padding-left: 30px;
}
.p-price__table > tbody > tr .first-menu {
  font-size: 15px;
}
.p-price__table > tbody > tr .second-menu {
  font-size: 14px;
}
.p-price__table > tbody > tr .price {
  padding: 10px 0;
  font-size: 17px;
}
.p-price__table > tbody > tr .price .tax {
  font-size: 12px;
  color: #8c8785;
}
.p-price__table > tbody > tr:nth-child(1) .price {
  letter-spacing: 4px;
  font-size: 14px;
  color: #4292a1;
}
.p-price__table > tbody > tr:nth-child(2) .first-menu {
  font-size: 18px;
}
.p-price__table > tbody > tr:nth-child(2) > th > table,
.p-price__table > tbody > tr:nth-child(2) > td > table {
  margin-top: 12px;
}
.p-price__table > tbody > tr:nth-child(2) > th > table th,
.p-price__table > tbody > tr:nth-child(2) > th > table td,
.p-price__table > tbody > tr:nth-child(2) > td > table th,
.p-price__table > tbody > tr:nth-child(2) > td > table td {
  line-height: 1.5;
  font-size: 12px;
}
.p-price__table > tbody > tr:nth-child(2) > th > table .first-row,
.p-price__table > tbody > tr:nth-child(2) > td > table .first-row {
  padding-right: 15px;
  border-right: 1px solid #c0b6ae;
}
.p-price__table > tbody > tr:nth-child(2) > th > table .second-row,
.p-price__table > tbody > tr:nth-child(2) > td > table .second-row {
  padding-left: 10px;
}
.p-price__table > tbody > tr:nth-child(2) > th > table .third-row,
.p-price__table > tbody > tr:nth-child(2) > td > table .third-row {
  padding-left: 20px;
}
.p-price__annotation {
  margin-bottom: 60px;
  text-align: right;
  font-size: 12px;
}
.p-price__service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-price__service__title {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.p-service__item {
  margin-top: 20px;
  width: 540px;
}
.p-service__item__title {
  position: relative;
  margin-bottom: 14px;
}
.p-service__item.no1, .p-service__item.no2 {
  margin-top: 0;
}

.p-faq {
  padding: 160px 0;
}
.p-faq__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-faq__list__item {
  width: 520px;
}
.p-faq__list__item:not(:last-child) {
  margin-bottom: 40px;
}
.p-faq__list__item__question, .p-faq__list__item__answer {
  position: relative;
}
.p-faq__list__item__question__pic, .p-faq__list__item__answer__pic {
  position: absolute;
}
.p-faq__list__item__question__pic img, .p-faq__list__item__answer__pic img {
  display: block;
  width: 100%;
  height: auto;
}
.p-faq__list__item__question {
  background-color: #e6e8e9;
  padding: 12px 15px 12px 70px;
  border-bottom: 1px solid #4292a1;
  line-height: 1.75;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.p-faq__list__item__question__pic {
  width: 29px;
  height: 31px;
  top: 15px;
  left: 15px;
}
.p-faq__list__item__answer {
  padding: 12px 15px 12px 70px;
  text-align: justify;
  line-height: 1.75;
  font-size: 16px;
}
.p-faq__list__item__answer__pic {
  width: 27px;
  height: 26px;
  top: 15px;
  left: 15px;
}
.p-faq__list__item__pic {
  padding-left: 70px;
}

.p-clinic {
  background: #e7e9ea;
}
.p-clinic__tel {
  position: absolute;
  top: 98px;
  left: 88px;
}
.p-clinic__tel .ja {
  margin: 7px 0 10px;
}
.p-clinic__tel .en {
  color: #7f7875;
  font-size: 12px;
}
.p-clinic__tel .en a {
  color: #7f7875;
  font-size: 12px;
  text-decoration: none;
}
.p-clinic__map {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  width: 100%;
}
.p-clinic__map__inner {
  position: relative;
  width: 239px;
  height: 247px;
  margin: 0 auto;
  overflow: hidden;
}
.p-clinic__map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  min-width: 400px;
  min-height: 247px;
  width: 100%;
  height: 455px;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-clinic__map__button {
  width: 100%;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-clinic__map__button a {
  display: block;
  width: 239px;
  margin: 0 auto;
}
.p-clinic .swiper {
  width: 100%;
}
.p-clinic .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 920px;
  transform: none !important;
}
.p-clinic .swiper-slide {
  position: relative;
  margin: 10px;
  width: 285px;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.p-clinic .swiper-slide.tokyo {
  order: 1;
}
.p-clinic .swiper-slide.nagoya {
  order: 2;
}
.p-clinic .swiper-slide.osaka {
  order: 3;
}
.p-clinic .swiper-slide.osaka .p-clinic__map__inner {
  height: 267px;
}
.p-clinic .swiper-slide.osaka .p-clinic__map__inner iframe {
  height: 475px;
}
.p-clinic .swiper-slide.hiroshima {
  order: 4;
  margin-top: 10px;
}
.p-clinic .swiper-slide.fukuoka {
  order: 5;
  margin-top: 10px;
}

.gmnoprint {
  display: none !important;
}

.p-privacypolicy {
  padding-bottom: 70px;
  background: #e7e9ea;
}
.p-privacypolicy__title {
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 1100px;
}
.p-privacypolicy__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url(../../../img/troubles_tightening-lipo_privacypolicy_arrow.png) center no-repeat;
  background-size: auto 100%;
}
.p-privacypolicy__contents {
  margin: 50px auto 0;
  width: 1100px;
  text-align: justify;
}
.p-privacypolicy__contents__box {
  margin: 30px 0;
  color: #7f7875;
}
.p-privacypolicy__contents__box.first {
  margin-top: 0;
}
.p-privacypolicy__contents__box.last {
  margin-bottom: 0;
}
.p-privacypolicy__contents__box .title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.p-privacypolicy__contents__box p {
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy__contents__box ul {
  margin: 10px 0;
}
.p-privacypolicy__contents__box li {
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy__contents__box .reception {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy__contents__box .reception-title {
  text-indent: -10px;
}
.p-privacypolicy__contents__box .reception-tel > * {
  display: inline-block;
  padding-top: 4px;
}
.p-privacypolicy__contents__box .reception-tel-contents {
  text-indent: -0.5px;
}
.p-privacypolicy__contents__box .reception-tel-contents a {
  color: #5d5d5d;
}
.p-privacypolicy.is-opened .p-privacypolicy__title::before {
  transform: rotate(180deg);
}

.js-details .js-summary {
  display: block;
  list-style: none;
}
.js-details .js-summary::-webkit-details-marker {
  display: none;
}
.js-details .js-content {
  overflow: hidden;
}
/*# sourceMappingURL=tightening-lipo.css.map */
