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

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.c-contents-link {
  border-bottom: 0.2666666667vw solid #bdb5b0;
}
.c-contents-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.7333333333vw;
  text-align: center;
  line-height: 1.3333333333;
  font-size: 1.2rem;
  color: #fff;
}
.c-contents-link__list {
  display: flex;
}
.c-contents-link__item {
  box-sizing: border-box;
  flex: 1;
  flex-basis: 20%;
  background: #877d7a;
}
.c-contents-link__item + .c-contents-link__item {
  border-left: 0.2666666667vw solid #bdb5b0;
}
.c-contents-link__item.is-active a {
  background: #cac3c0;
}

.p-scrollable::before {
  content: "スクロールできます→";
  display: block;
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 1.2rem;
}
.p-scrollable__contents {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.p-table {
  width: 100%;
}
.p-table a {
  color: #6d9dd0;
}
.p-table th,
.p-table td {
  box-sizing: border-box;
  padding: 2.1333333333vw;
  border: 0.2666666667vw solid #c5bcb5;
}
.p-table th {
  font-weight: bold;
}
.p-table thead th {
  background: #8e8176;
  color: #fff;
}
.p-table tbody th {
  background: #f4f2f0;
}
.p-table tbody th a {
  font-weight: bold;
}

.p-table__list {
  text-align: left;
}
.p-table__list__item {
  margin-left: 1.4rem;
  text-indent: -1.4rem;
  line-height: 1.5833333333;
}
.p-table__list__item::before {
  content: "●";
  margin-right: 0.4rem;
}

.p-case-info__table th,
.p-case-info__table td {
  line-height: 1.5;
  font-size: 1rem;
}
.p-case-info__table th {
  width: 13.3333333333vw;
  text-align: center;
}
.p-case-info__table td a {
  text-decoration: underline;
}

.p-text-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.p-text-link a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 1.3333333333vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../../img/sp/arrow1.png) right center no-repeat;
  background-size: 3.7333333333vw;
}

.webp .p-text-link a::after {
  background-image: url(../../../img/sp/arrow1.webp);
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.8vw;
  height: 20.2666666667vw;
  background: url(../../../img/sp/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.1538461538;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.6rem;
  color: #fff;
  box-sizing: border-box;
}

.webp .p-box__title {
  background-image: url(../../../img/sp/contents_operation_contents_title_bg.webp);
}

.js-accordion__button {
  position: relative;
  cursor: pointer;
}
.js-accordion__contents {
  transition: all 0.4s ease-in;
  transform: rotate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion__button::after {
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion__contents {
  will-change: transform;
}
.js-accordion.is-open-initially .js-accordion__contents {
  transition-duration: 0s;
  height: auto;
  max-height: none;
}

.js-accordion__button::after {
  content: "";
  margin: 0 0 0 auto;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../../img/sp/arrow2.png) 0 0 no-repeat;
  background-size: contain;
}

.p-profile__list {
  border-top: 0.2666666667vw solid #a3948a;
}
.p-profile__item {
  border-bottom: 0.2666666667vw dotted #a3948a;
}
.p-profile__item a {
  color: #6d9dd0;
}
.p-profile__contents {
  position: static;
  opacity: 1;
  color: #7e7774;
}
.p-profile__contents + .p-profile__contents {
  margin-top: 2.6666666667vw;
}
.p-profile__contents__title {
  display: flex;
  align-items: center;
  margin: 0 0 2.6666666667vw;
  padding: 0 3.4666666667vw;
  height: 9.6vw;
  background: linear-gradient(#fcfcfb, #f1eeec 40%, #f1eeec 100%);
  box-shadow: inset 0 3px 0 0 #a5c46f, inset 0 -1px 0 0 #c7bcb5, inset 0 -2px 0 0 #fff;
  line-height: 2;
  font-size: 1.6rem;
}
.p-profile__contents__list {
  border-top: 0.2666666667vw solid #a3948a;
}
.p-profile__contents__item {
  display: flex;
  align-items: center;
  border-bottom: 0.2666666667vw dotted #a3948a;
  line-height: 6.6666666667vw;
  font-size: 1.2rem;
}
.p-profile__contents__item:last-child {
  border-bottom-style: solid;
}
.p-profile__contents__item a {
  color: #6d9dd0;
}

.p-history__title,
.p-license__title {
  letter-spacing: 0.5em;
}

.p-license__item,
.p-society__item {
  padding: 0 1.6vw 0 4.8vw;
}
.p-license__item::before,
.p-society__item::before {
  content: "";
  display: block;
  margin-right: 0.3rem;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background: url(../../../img/sp/arrow.png) 0 0 no-repeat;
  background-size: contain;
}

.p-history__item__inner > * {
  display: table-cell;
  padding: 1.3333333333vw 2.6666666667vw;
  font-size: 1.2rem;
}
.p-history__year {
  width: 17.8666666667vw;
  background: #efebe8;
  text-align: center;
  box-sizing: border-box;
}
.p-history__text {
  line-height: 1.25;
}

.p-link-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16vw;
  background: url(../../../img/sp/arrow1.png) right 6.4vw center no-repeat #c7bcb4;
  background-size: 3.7333333333vw auto;
  font-size: 1.6rem;
  color: #7e7774;
}

.webp .p-link-button a {
  background-image: url(../../../img/sp/arrow1.webp);
}

.p-cv-button a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 16.5333333333vw;
  border: 0.8vw solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  text-decoration: none;
  color: #fff;
}
.p-cv-button a::after {
  display: block;
  border-top: 0.2666666667vw solid #796d63;
  opacity: 0.7;
  text-align: center;
  line-height: 1.9;
  font-size: 1rem;
  color: #f5f2f0;
}
.p-cv-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 10.1333333333vw;
  border-bottom: 0.2666666667vw solid #403731;
  text-align: center;
  line-height: 1.1875;
  font-size: 1.6rem;
}
.p-cv-button__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.1333333333vw;
  height: 100%;
  background: url(../../../img/sp/arrow_cv.png) center no-repeat;
  background-size: 5.6vw auto;
}

.webp .p-cv-button__text::after {
  background-image: url(../../../img/sp/arrow_cv.webp);
}

.p-qa__item {
  position: relative;
  border-bottom: 0.2666666667vw solid #d4d0ce;
}
.p-qa__item:nth-child(odd) {
  background-color: #f4f2f0;
}
.p-qa__contents {
  padding: 7.7333333333vw 8.8vw 7.7333333333vw 17.6vw;
  border-top: 0.2666666667vw solid #fff;
  border-bottom: 0.2666666667vw solid #fff;
  background: url(../../../img/sp/qa_question_title_bg.png) 4.2666666667vw 7.7333333333vw no-repeat;
  background-size: 10.8vw auto;
}
.p-qa__contents__title, .p-qa__contents__text {
  line-height: 1.5;
  font-size: 1.5rem;
}
.p-qa__contents__title {
  margin-bottom: 1.0666666667vw;
  font-weight: bold;
}
.p-qa__contents__date {
  position: absolute;
  top: 2.6666666667vw;
  right: 8.8vw;
  font-size: 1.2rem;
}
.p-qa__contents__text {
  margin-bottom: 2.2vw;
}
.p-qa__contents__text a {
  color: #7e7774;
}
.p-qa__contents__text a::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../../img/sp/arrow1.png) 0 0 no-repeat;
  background-size: contain;
}

.p-sources__item {
  display: flex;
  align-items: flex-start;
  line-height: 1.4545454545;
  font-size: 1.1rem;
}
.p-sources__item > a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 3em;
  color: #6d9dd0;
}
.p-sources__item > a::before {
  content: "";
  display: block;
  margin-right: 0.5rem;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../../img/sp/arrow2.png) 0 0 no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.p-sources__item .p-sources__text {
  flex: 1;
}
.p-sources__item .p-sources__text a {
  color: #7e7774;
}
.p-sources__item + .p-sources__item {
  margin-top: 1rem;
}
.p-sources__item:target .p-sources__text {
  background: #f1ea4d;
  font-weight: bold;
  color: #221814;
}
.p-sources__item:target .p-sources__text a {
  font-weight: bold;
  color: #221814;
}

sup[id^=cite] {
  padding: 0.2rem;
  color: #6d9dd0;
}
sup[id^=cite] a {
  color: #6d9dd0;
}
sup[id^=cite]:target {
  background: #f1ea4d;
}
sup[id^=cite]:target a {
  font-weight: bold;
  color: #221814;
}

.p-provider {
  margin-bottom: 21.3333333333vw;
}
.p-provider > *:not([class*=title]) {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-provider__title {
  margin-bottom: 5.3333333333vw;
}
.p-provider__doctor {
  display: flex;
  align-items: center;
  margin-bottom: 5.3333333333vw;
}
.p-provider__doctor__pic {
  margin-right: 5.3333333333vw;
  width: 21.3333333333vw;
}
.p-provider__doctor__text {
  font-size: 1.2rem;
  color: #908175;
}
.p-provider__doctor__name {
  display: block;
  margin-top: 1.3333333333vw;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.4rem;
  color: #6d6562;
}
.p-provider__doctor__detail {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.5rem;
}
.p-provider__doctor__info {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.5rem;
}
.p-provider__doctor__info__title {
  margin-bottom: 5px;
}
.p-provider__doctor__info__title::before {
  content: "■";
}
.p-provider__doctor__info__list {
  overflow: hidden;
  line-height: 1.6;
}
.p-provider__doctor__info__list__item {
  float: left;
  font-size: 1.3rem;
}
.p-provider__doctor__info__list__item a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-provider__doctor__info__list__item + .p-provider__doctor__info__list__item::before {
  content: "/";
  padding: 0 0.3em;
}

.p-toc {
  border: 0.1rem solid #C7BCB4;
  box-sizing: border-box;
  font-feature-settings: normal;
}
.p-toc a {
  color: #7F7875;
}
.p-toc__title {
  padding: 0.8rem;
  width: 100%;
  background-color: #C7BCB4;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  box-sizing: border-box;
}
.p-toc__contents {
  padding: 1.8rem 2.05rem;
}
.p-toc__list__item {
  position: relative;
  padding-left: 1.75rem;
}
.p-toc__list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0.3rem 0 0;
  width: 1.3rem;
  height: 2rem;
  background: url(../../../img/sp/list_item_bg.png) center no-repeat;
  background-size: contain;
}
.p-toc__list__item > a {
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-toc__list__item + .p-toc__list__item {
  margin-top: 1rem;
}
.p-toc__sublist {
  margin-top: 1rem;
  padding-bottom: 0.2rem;
}
.p-toc__sublist__item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 16px;
  font-size: 13px;
}
.p-toc__sublist__item::before {
  content: "・";
}
.p-toc__sublist__item + .p-toc__sublist__item {
  margin-top: 6px;
}

.p-comparison-liposuction {
  display: block;
  width: 100%;
}
.p-comparison-liposuction__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-comparison-liposuction__item {
  width: 16.25rem;
}
.p-comparison-liposuction__item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  width: 100%;
  height: 3rem;
  background-color: #f4f2f0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #7e7875;
}
.p-comparison-liposuction__item__contents {
  display: block;
}
.p-comparison-liposuction__item__process__text {
  margin-top: 1.8666666667vw;
  height: 3.6rem;
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-comparison-liposuction__item__process__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0 0.5rem;
  width: 100%;
}
.p-comparison-liposuction__item__process__arrow img {
  width: 1.6rem;
  height: auto;
}
.p-comparison-liposuction__item.vaser .p-comparison-liposuction__item__title {
  background-color: #f0bbb9;
}

.p-leave__cover-element {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.p-leave__popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 85.3333333333vw;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}
.p-leave__popup__close__button {
  position: absolute;
  top: -5.8666666667vw;
  right: -5.8666666667vw;
  width: 6.6666666667vw;
}
.p-leave__popup__close__text {
  position: absolute;
  right: 0;
  bottom: calc(-1em - 2.4vw);
  left: 0;
  text-align: center;
  text-decoration: underline;
  font-size: 0.853333rem;
  color: #fff;
}

.p-title {
  margin-bottom: 8vw;
  padding: 0 4vw;
  height: 80vw;
  background-image: url(../../../img/sp/faq_details_title_bg.jpg);
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}
.p-title__text {
  margin-top: calc(-1.6rem - 2.4vw);
  text-align: center;
  line-height: 1.4285714286;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 3rem;
  color: #584f4c;
}
.p-title__text::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 2.4vw;
  width: 100%;
  font-size: 1.6rem;
  color: #7e7774;
}

.p-update-date {
  margin: 0 5.3333333333vw;
  text-align: right;
  font-size: 1.2rem;
}

.p-question__text {
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 0 5.3333333333vw 8vw;
  padding-top: 12.8666666667vw;
  padding-bottom: 7.4vw;
  border-bottom: 0.2666666667vw dotted #c5bcb5;
  background: url(../../../img/sp/qa_question_title_bg.png) 0 0 no-repeat;
  background-size: 10.8vw auto;
}

.p-answer {
  margin: 0 5.3333333333vw 21.3333333333vw;
}
.p-answer .p-toc {
  margin-top: 3.9rem;
  margin-bottom: 4.15rem;
}
.p-answer .marker {
  background: #faf8a3;
}
.p-answer__title {
  margin-bottom: 4.3333333333vw;
  padding-top: 11.5333333333vw;
  background: url(../../../img/sp/qa_answer_title_bg.png) 0 0 no-repeat;
  background-size: 9.4666666667vw auto;
  line-height: 1.5;
  font-size: 1.8em;
  font-weight: bold;
}
.p-answer__contents + .p-answer__contents {
  margin-top: 10.0666666667vw;
}
.p-answer__contents__title {
  display: flex;
  align-items: baseline;
  margin-bottom: 4.3333333333vw;
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: bold;
}
.p-answer__contents__title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 1.3333333333vw;
  width: 3.2vw;
  height: 3.2vw;
  background: url(../../../img/sp/list_item_bg.png) 0 0 no-repeat;
  background-size: contain;
}
.p-answer__contents__text {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 4.7333333333vw;
}
.p-answer__contents__text a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-answer__contents__table {
  margin-bottom: 5.3333333333vw;
}
.p-answer__contents__link {
  margin-bottom: 5.3333333333vw;
  text-align: right;
  line-height: 1.8333333333;
  font-size: 1.2rem;
}
.p-answer__contents__link .p-text-link {
  line-height: 1.8333333333;
}
.p-answer__contents__link a {
  color: #6d9dd0;
}
.p-answer .p-scrollable__contents {
  margin-bottom: 4.7333333333vw;
}
.p-answer .p-scrollable__contents .p-table {
  width: 160vw;
}
.p-answer .p-table:not(.p-case-info__table) th,
.p-answer .p-table:not(.p-case-info__table) td {
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-answer .p-table:not(.p-case-info__table) caption {
  margin-bottom: 2.6666666667vw;
  font-size: 1.2rem;
}
.p-answer .p-table:not(.p-case-info__table) tfoot td {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
  text-align: right;
  line-height: 1;
}
.p-answer .p-table:not(.p-case-info__table) tfoot td small {
  font-size: 1rem;
}
.p-answer .p-table:not(.p-case-info__table) tbody th {
  width: 24vw;
}
.p-answer .p-table__list {
  margin: auto 0;
  text-align: left;
}
.p-answer .p-table__list__item {
  margin-left: 1.4rem;
  text-indent: -1.4rem;
  line-height: 1.5833333333;
}
.p-answer .p-table__list__item::before {
  content: "●";
  margin-right: 0.4rem;
}
.p-answer__description {
  margin-bottom: 4.7333333333vw;
}
.p-answer__description__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-answer__description__item {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-left: 1.5em;
  list-style-type: disc;
}
.p-answer__pic {
  margin-bottom: 5.3333333333vw;
}
.p-answer__pic__title {
  margin-bottom: 2.6666666667vw;
  width: 100%;
  font-size: 1.4rem;
}
.p-answer__pic figcaption {
  margin-top: 1.8666666667vw;
  text-align: right;
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-answer__pic figcaption .small {
  font-size: 1rem;
}
.p-answer__pic .column-2 {
  display: flex;
  flex-wrap: wrap;
}
.p-answer__pic .column-2 > * {
  flex: 50%;
}
.p-answer__pic .column-2 figcaption {
  width: 100%;
}
.p-answer .p-case-info {
  margin-bottom: 5.3333333333vw;
}
.p-answer__subcontents__title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-answer__supplementary {
  margin-bottom: 5.3333333333vw;
  padding: 6.6666666667vw 5.3333333333vw;
  background: #f4f2f0;
}
.p-answer__supplementary__title {
  margin-bottom: 4vw;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-answer__supplementary__item {
  position: relative;
  padding-left: 1.75rem;
  line-height: 2rem;
  font-size: 1.4rem;
}
.p-answer__supplementary__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0.3rem 0 0;
  width: 1.3rem;
  height: 2rem;
  background: url(../../../img/sp/list_item_bg.png) center no-repeat;
  background-size: contain;
}
.p-answer__supplementary__item > a {
  line-height: 2rem;
  font-size: 1.4rem;
}
.p-answer__supplementary__item + .p-answer__supplementary__item {
  margin-top: 1rem;
}
.p-answer .p-comparison-liposuction {
  margin-bottom: 5.3333333333vw;
}

.p-cv-button.counseling a::after {
  content: "ドクターによるカウンセリング。初診・再診ともに無料";
}

.p-movie {
  position: relative;
  padding-top: 47.4666666667vw;
}
.p-movie + .p-movie {
  margin-top: 5.3333333333vw;
}
.p-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-pic {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.7333333333vw;
  border: 0.2666666667vw solid #c5bcb5;
  font-size: 1.2rem;
}
.p-pic__title {
  width: 100%;
  background: #8e8176;
  text-align: center;
  line-height: 8vw;
  font-weight: bold;
  color: #fff;
}
.p-pic__contents {
  display: flex;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
}
.p-pic__contents + .p-pic__contents {
  border-left: 0.2666666667vw solid #c5bcb5;
}
.p-pic__contents__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4666666667vw 0;
  min-height: 8vw;
  background: #f4f2f0;
  text-align: center;
  line-height: 1.1666666667;
  box-sizing: border-box;
}
.p-pic__contents__details {
  margin: 2.6666666667vw 2.6666666667vw 2.2666666667vw;
}
.p-pic__contents__list {
  display: flex;
  flex-direction: column;
}
.p-pic__contents__list::before {
  content: "";
  display: block;
  align-self: center;
  order: 2;
  margin: 1.3333333333vw 0;
  width: 2.4vw;
  height: 2.4vw;
  background: url(../../../img/sp/arrow3.png) center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.p-pic__contents__item:first-child {
  order: 1;
}
.p-pic__contents__item:last-child {
  order: 3;
}
.p-pic__contents figcaption {
  margin-top: 1.7333333333vw;
  line-height: 1.5;
}
.p-pic__contents__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 2.6666666667vw 2.6666666667vw;
  height: 10.6666666667vw;
  text-align: center;
  line-height: 1.1666666667;
}
.p-pic__contents.diet .p-pic__contents__text {
  background-color: #f4f2f0;
}
.p-pic__contents.liposuction .p-pic__contents__text {
  background-color: rgba(236, 124, 120, 0.5);
}

.p-sources__title {
  margin-bottom: 5.3333333333vw;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-related {
  margin-bottom: 3.2vw;
}

.c-banner {
  margin: 0 -5.3333333333vw;
  padding: 5.3333333333vw;
  background: #eae5e2;
  color: #7f7875;
}
.c-banner__lead {
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
}

.liposuction.no1 .p-answer .p-table thead th {
  width: 45.0666666667vw;
}
.liposuction.no1 .p-answer__pic__img figcaption {
  text-align: left;
}
.liposuction.no1 .no3 .p-answer__pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.liposuction.no1 .no3 .p-answer__pic__img {
  width: 44.2666666667vw;
}
.liposuction.no1 .no3 .p-answer__pic__img img {
  height: 40vw;
}
.liposuction.no2 .p-pic__contents {
  display: flex;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
}
.liposuction.no2 .p-pic__contents + .liposuction.no2 .p-pic__contents {
  border-left: 0.2666666667vw solid #c5bcb5;
}
.liposuction.no2 .p-pic__contents__title {
  background: #f4f2f0;
  text-align: center;
  line-height: 8vw;
}
.liposuction.no2 .p-pic__contents__details {
  margin: 2.6666666667vw 2.6666666667vw 2.2666666667vw;
}
.liposuction.no2 .p-pic__contents__list {
  display: flex;
  flex-direction: column;
}
.liposuction.no2 .p-pic__contents__list::before {
  content: "";
  display: block;
  align-self: center;
  order: 2;
  margin: 1.3333333333vw 0;
  width: 2.4vw;
  height: 2.4vw;
  background: url(../../../img/sp/arrow3.png) center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.liposuction.no2 .p-pic__contents__item:first-child {
  order: 1;
}
.liposuction.no2 .p-pic__contents__item:last-child {
  order: 3;
}
.liposuction.no2 .p-pic__contents figcaption {
  margin-top: 1.7333333333vw;
  line-height: 1.5;
}
.liposuction.no2 .p-pic__contents__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 2.6666666667vw 2.6666666667vw;
  height: 10.6666666667vw;
  text-align: center;
  line-height: 1.1666666667;
}
.liposuction.no2 .p-pic__contents.diet .p-pic__contents__text {
  background-color: #f4f2f0;
}
.liposuction.no2 .p-pic__contents.liposuction .p-pic__contents__text {
  background-color: rgba(236, 124, 120, 0.5);
}
.liposuction.no5 .p-answer__pic {
  position: relative;
  padding-bottom: 6.6666666667vw;
}
.liposuction.no5 .p-answer__pic__img {
  overflow: hidden;
  width: 89.3333333333vw;
}
.liposuction.no5 .p-answer__pic__img .p-scrollable__contents {
  margin: 0;
}
.liposuction.no5 .p-answer__pic__img picture {
  display: block;
}
.liposuction.no5 .p-answer__pic__img img {
  width: 162.4vw;
  max-width: none;
}
.liposuction.no5 .p-answer__pic__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.liposuction.no6 .no3 .p-answer__pic {
  position: relative;
  padding-bottom: 6.6666666667vw;
}
.liposuction.no6 .no3 .p-answer__pic__img {
  overflow: hidden;
  width: 89.3333333333vw;
}
.liposuction.no6 .no3 .p-answer__pic__img .p-scrollable__contents {
  margin: 0;
}
.liposuction.no6 .no3 .p-answer__pic__img picture {
  display: block;
}
.liposuction.no6 .no3 .p-answer__pic__img img {
  width: 162.4vw;
  max-width: none;
}
.liposuction.no6 .no3 .p-answer__pic__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.liposuction.no7 .p-table thead th {
  width: 67.7333333333vw;
}
.liposuction.no8 figcaption {
  text-align: left;
}
.liposuction.no8 .no4 .no4-1 .p-answer__pic {
  display: flex;
  justify-content: space-between;
}
.liposuction.no8 .no4 .no4-1 .p-answer__pic__img {
  width: 16.25rem;
}
.liposuction.no8 .no4 .no4-2 .p-answer__pic__img,
.liposuction.no8 .no4 .no4-3 .p-answer__pic__img {
  position: relative;
}
.liposuction.no8 .no4 .no4-2 .p-answer__pic__img figcaption,
.liposuction.no8 .no4 .no4-3 .p-answer__pic__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 43.3333333333vw;
  height: 22.1333333333vw;
  line-height: 1.33;
}
.liposuction.no8 .no5 .p-answer__contents__table {
  table-layout: fixed;
}

.breasts.no5 .no1 .p-pic__contents {
  width: 50%;
}
.breasts.no5 .no1 .p-pic__contents__details {
  margin: 5.6vw 2.6666666667vw 1.8666666667vw;
}
.breasts.no5 .no1 .p-pic__contents figure img {
  display: block;
  margin: 0 auto;
  width: 31.4666666667vw;
}
.breasts.no5 .no1 .p-pic__contents figcaption {
  margin: 4.8vw 0 0;
}
.breasts.no5 .no1 .p-pic__contents.condense-rich .p-pic__contents__title {
  background-color: #f0bbb9;
}
.breasts.no5 .no3 .p-pic__contents {
  width: 33.3333333333%;
}
.breasts.no5 .no3 .p-pic__contents__details {
  margin: 2.6666666667vw;
}
.breasts.no5 .no3 .p-pic__contents figcaption {
  margin-top: 2.4vw;
}
.breasts.no5 .no3 .p-pic__contents.no3 .p-pic__contents__title {
  background-color: #f0bbb9;
}
.breasts.no6 .p-table thead th {
  width: 45.0666666667vw;
}
.breasts.no6 .p-table tbody td:first-of-type .p-table__list__item::before {
  content: "×";
}
.breasts.no6 .p-table tbody td:nth-of-type(2) .p-table__list__item::before {
  content: "△";
}
.breasts.no6 .p-table tbody td:last-of-type .p-table__list__item::before {
  content: "○";
}
.breasts.no9 .no4-1 .p-answer__subcontents__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.breasts.no9 .no4-1 .p-answer__subcontents__wrapper .p-answer__pic {
  order: 2;
  width: 100%;
}
.breasts.no9 .no4-1 .p-answer__subcontents__wrapper .p-answer__contents__text {
  order: 1;
  width: 100%;
}

.aging.no2 .p-answer .p-table thead th {
  width: 67.7333333333vw;
}
.aging.no2 .p-answer .p-table tr:last-child td:first-of-type .p-table__list__item::before {
  content: "×";
}
.aging.no2 .p-answer .p-table tr:last-child td:last-of-type .p-table__list__item::before {
  content: "○";
}
.aging.no4 .p-answer .p-table thead th {
  width: 39.7333333333vw;
}
.aging.no7 .no1 .p-answer__pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aging.no7 .no1 .p-answer__pic__img {
  width: 44.2666666667vw;
}
.aging.no7 .no1 .p-answer__pic__img img {
  height: 32vw;
}

.webp .p-title {
  background-image: url(../../../img/sp/faq_details_title_bg.webp);
}
