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

File Name: natural-breast.scss
Note: ナチュラルブレスト施術ページのスタイル（SP版）

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.c-anchor {
  margin: 0 2vw 2rem;
}
.c-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.6rem;
  row-gap: 0.9rem;
}
.c-anchor__item {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0.5rem 1.2rem 0.5rem 1.5rem;
  border: 1px solid #c4bab2;
  border-radius: 2em;
  background: #f2f1ef;
  font-size: 1.2rem;
}
.c-anchor__item a {
  line-height: 1.2;
  color: #7f7875 !important;
}
.c-anchor__item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.c-anchor__item::after {
  content: "";
  margin-left: 0.5rem;
  width: 1.8666666667vw;
  height: 2.1333333333vw;
  background-image: url(../../../../m/img/case_arrow1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-scrollTable {
  position: relative;
}
.c-scrollTable__inner {
  overflow-x: scroll;
}
.c-scrollTable__slidehint {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.c-scrollTable__slidehint__icon {
  display: flex;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.5rem 0.5rem;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  background: rgba(0,0,0,.7);
  opacity: 0;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.c-scrollTable__slidehint__icon::before {
  content: "";
  display: inline-block;
  order: 2;
  width: 40px;
  height: 40px;
  background-image: url(../../../../m/img/table_icon1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.c-scrollTable__slidehint__icon::after {
  content: "";
  display: block;
  order: 1;
  width: 34px;
  height: 14px;
  background-image: url(../../../../m/img/table_icon2.svg);
  background-repeat: no-repeat;
  opacity: 0;
  transition-delay: 2.4s;
}
.c-scrollTable__slidehint__text {
  order: 3;
  margin-top: 5px;
  font-size: 1rem;
  color: #fff;
}
.c-scrollTable table {
  width: 100%;
  table-layout: fixed;
}
.c-scrollTable.is-active .c-scrollTable__slidehint__icon {
  opacity: 0.8;
}
.c-scrollTable.is-active .c-scrollTable__slidehint__icon::before {
  animation: slidehint_appear 1.5s linear infinite;
}
.c-scrollTable.is-active .c-scrollTable__slidehint__icon::after {
  opacity: 1;
}
@keyframes slidehint_appear {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
    transform: translateX(-4rem);
  }
}

.p-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-anchor .anchor-item {
  display: flex;
  position: relative;
  flex-basis: 24%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: 0.18rem;
  min-height: 5.5rem;
  border-radius: 0.4rem;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
}
.p-anchor .anchor-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
  width: 100%;
  height: 100%;
  line-height: 1.2307692308;
  font-size: 1.3rem;
  color: #7f7875;
  box-sizing: border-box;
}
.p-anchor .anchor-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0.6rem;
  margin-right: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.1rem solid #7f7875;
  border-bottom: 0.1rem solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor .p-anchor__list {
  margin: 0;
  row-gap: 1.3333333333vw;
  column-gap: 1.3333333333vw;
}
.p-anchor .p-anchor__item {
  display: list-item;
  flex-basis: auto;
  flex-shrink: 1;
  margin: 0;
  width: 0;
}
.p-anchor .p-anchor__item::after {
  border-right: 0.2666666667vw solid #7e7774;
  border-bottom: 0.2666666667vw solid #7e7774;
}
.p-anchor .p-anchor__item a {
  padding: 0;
  color: #7e7774;
}

.link.button a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0.5333333333vw solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.link.button a > * {
  color: #f5f2f0;
}
.link.button a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.40625;
  font-size: 1.6rem;
}
.link.button a .inner-text2 {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 0.2666666667vw solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
}
.link.button a::before {
  content: none;
}
.link.button a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.3333333333vw;
  width: 5.6vw;
  height: 10.2666666667vw;
  background: url(../../../../m/img/arrow.png) right center no-repeat;
  background-size: 5.6vw auto;
}

.p-movie__list {
  margin-right: 4vw;
  margin-left: 4vw;
}
.p-movie__link {
  display: contents;
}
.p-movie__img {
  width: 100%;
  height: auto;
  border-radius: 2.6666666667vw;
  grid-column: 1/4;
  grid-row: 1/2;
}
.p-movie__doctor__pic {
  grid-column: 1/2;
  grid-row: 2/4;
}
.p-movie__doctor__name {
  grid-column: 2/3;
  grid-row: 3/4;
  align-self: flex-start;
  font-size: 2.6666666667vw;
  color: #b2aeac;
}
.p-movie__date {
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: flex-end;
  text-align: right;
  font-size: 2.6666666667vw;
  color: #b2aeac;
  grid-column: 3/4;
  grid-row: 3/4;
}
.p-movie__item {
  display: grid;
  grid-template-columns: min-content max-content 1fr;
  row-gap: 2.6666666667vw;
}
.p-movie__item__title {
  grid-column: 2/4;
  grid-row: 2/3;
  line-height: 1.5;
  font-size: 3.2vw;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.p-movie__item__title a {
  color: #8c8683;
}
.p-movie__item.is-new .p-movie__date::before {
  content: "NEW";
  margin-right: 0.5333333333vw;
  padding: 0.4vw 0.8vw;
  border-radius: 1.6vw;
  background: #ed7b74;
  font-size: 2vw;
  color: #fff;
}
.p-movie__item.large {
  grid-template-columns: 10.6666666667vw 1fr max-content;
  column-gap: 2.1333333333vw;
  row-gap: 2.1333333333vw;
}
.p-movie__item.large .p-movie__doctor__pic {
  margin-right: 0;
}
.p-movie__item.large .p-movie__doctor__name {
  text-align: right;
}
.p-movie__item.small {
  grid-template-columns: 43.3333333333vw 1fr;
  grid-template-rows: 1fr min-content min-content;
  column-gap: 3.2vw;
  row-gap: 1.3333333333vw;
}
.p-movie__item.small .p-movie__img {
  grid-column: 1/2;
  grid-row: 1/4;
  border-radius: 1.3333333333vw;
}
.p-movie__item.small .p-movie__item__title {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-start;
  margin-top: 0.6666666667vw;
}
.p-movie__item.small .p-movie__doctor__name {
  text-align: right;
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-movie__item.small .p-movie__date {
  grid-column: 2/3;
  grid-row: 3/4;
}
.p-movie__item.large + .large {
  margin-top: 4.2666666667vw;
}
.p-movie__item.large + .small {
  margin-top: 6.4vw;
}
.p-movie__item.small + .small {
  margin-top: 5.3333333333vw;
}

.p-main {
  padding-top: 0;
}

.p-hero {
  position: relative;
  display: grid;
  grid-template-columns: 100vw;
  padding-bottom: 8vw;
  margin-bottom: 5.3333333333vw;
  border-bottom: 0.2666666667vw solid #d4d1d0;
}
.p-hero > * {
  grid-column: 1/2;
}
.p-hero__pic {
  grid-row: 1/5;
  z-index: -1;
}
.p-hero__title {
  grid-row: 1/2;
  margin-top: 61.7333333333vw;
  margin-right: 1.6vw;
  margin-bottom: 4vw;
  margin-left: auto;
  width: 88.6666666667vw;
}
.p-hero__features {
  grid-row: 2/3;
  display: flex;
  justify-content: space-between;
  margin-right: 8.5333333333vw;
  margin-left: 9.3333333333vw;
}
.p-hero__features__item:nth-child(1) {
  width: 21.0666666667vw;
}
.p-hero__features__item:nth-child(2) {
  width: 24.8vw;
}
.p-hero__features__item:nth-child(3) {
  width: 20.4vw;
}
.p-hero__features__item + .p-hero__features__item {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #b78946;
}
.p-hero__cv {
  grid-row: 4/5;
  padding-top: 5.0666666667vw;
  margin-right: 5.0666666667vw;
  margin-left: 5.0666666667vw;
}
.p-hero__note {
  grid-row: 3/4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 7.4666666667vw;
  margin-right: 3.7333333333vw;
  color: #7e7774;
}

.p-anchor {
  margin-right: 1.3333333333vw;
  margin-bottom: 5.3333333333vw;
  margin-left: 1.3333333333vw;
}
.p-anchor .p-anchor__item {
  flex-basis: 32%;
}

.p-box {
  margin-bottom: 21.3333333333vw;
}
.p-box > :where(*:not(.p-box__title)) {
  margin-right: 5vw;
  margin-left: 5vw;
}
.p-box__title {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5.0666666667vw;
  height: 17.7333333333vw;
  border-top: 0.8vw solid #b88a46;
  background-image: linear-gradient(to bottom, #fff, #f5f3f1 66%, #ebe6e2);
  background-position: 0 0;
  background-repeat: repeat-x;
  font-size: 1.8rem;
  font-weight: bold;
  color: #797370;
}
.p-box__title::after {
  content: attr(data-eng);
  position: absolute;
  right: 3.4666666667vw;
  bottom: 2.6666666667vw;
  font-size: 1rem;
  font-weight: normal;
  color: #c8bdb5;
}
.p-box__subtitle {
  display: flex;
  margin-right: 5vw;
  margin-bottom: 5.3333333333vw;
  align-items: center;
  padding-left: 4vw;
  height: 8vw;
  border-left: 1.6vw solid #b88a46;
  line-height: 1.1875;
  font-size: 1.6rem;
  font-weight: bold;
  color: #797370;
}

.p-about .p-box__title {
  margin-bottom: 5.3333333333vw;
}
.p-about__lead {
  display: flex;
  flex-direction: column;
  margin-bottom: 8.5333333333vw;
}
.p-about__lead__text {
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-about__lead__text.text1 {
  order: 1;
  margin-bottom: 5.3333333333vw;
}
.p-about__lead__text.text2 {
  order: 3;
  margin-bottom: 5.3333333333vw;
}
.p-about__lead__text.text3 {
  order: 5;
}
.p-about__lead__list {
  order: 4;
  margin-bottom: 4.6666666667vw;
  margin-left: 2em;
}
.p-about__lead__item {
  display: flex;
  align-items: center;
  line-height: 1.6666666667;
  font-size: 1.5rem;
}
.p-about__lead__item::before {
  content: "";
  display: list-item;
  list-style-type: disc;
  color: #b88a46;
}
.p-about__lead__movie {
  order: 2;
  margin-bottom: 5.0666666667vw;
}
.p-about__lead__movie video {
  width: 100%;
  height: auto;
}
.p-about__feature + .p-about__feature {
  margin-top: 9.0666666667vw;
}
.p-about__feature__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vw;
  padding-bottom: 2.6666666667vw;
  border-bottom: 0.2666666667vw solid #d4d0ce;
  font-size: 1.5rem;
  font-weight: bold;
  color: #b88a46;
}
.p-about__feature__title::after {
  content: attr(data-eng);
  align-self: flex-end;
  margin-bottom: -0.8vw;
  font-size: 1rem;
  font-weight: normal;
  color: #c8bdb5;
}
.p-about__feature__text {
  margin-bottom: 4vw;
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-about__column {
  position: relative;
  margin-top: 8.8vw;
  margin-bottom: 13.3333333333vw;
  background: #f0edea;
}
.p-about__column__title {
  grid-row: 1/2;
  grid-column: 1/3;
  padding-top: 5.3333333333vw;
  padding-bottom: 4.2666666667vw;
  padding-left: 4.8vw;
  border-bottom: 0.2666666667vw solid #d4d1d0;
  line-height: 1.3333333333;
  font-size: 1.5rem;
  font-weight: bold;
  color: #b88a46;
}
.p-about__column__text {
  padding-top: 4.2666666667vw;
  padding-right: 4vw;
  padding-bottom: 4.5333333333vw;
  padding-left: 4.8vw;
  line-height: 1.8461538462;
  font-size: 1.3rem;
}
.p-about__column__text br {
  display: none;
}
.p-about__column__text .text-inner {
  display: block;
  margin-bottom: 5.3333333333vw;
}
.p-about__column__text::before {
  content: "";
  display: block;
  float: right;
  width: 26.1333333333vw;
  height: 15.6444444444vw;
}
.p-about__column__text .signature {
  display: block;
  text-align: right;
}
.p-about__column__pic {
  position: absolute;
  top: 4vw;
  right: 2.6666666667vw;
  width: 23.4666666667vw;
}
.p-about__item {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.p-about__item .emphasis {
  font-weight: bold;
  color: #ed7b74;
}
.p-about__item + .p-about__item {
  margin-top: 2.6666666667vw;
}
.p-about__item::before {
  content: "";
  display: block;
  margin-right: 1.3333333333vw;
  width: 6.4vw;
  height: 6.4vw;
  background: url(../../../../m/img/contents_natural-breast_flow_item_bg.png) 0 0/contain no-repeat;
}

.p-case .p-box__title {
  margin-bottom: 6.6666666667vw;
}
.p-case__list {
  margin-bottom: 6.4vw;
}
.p-case__item + .p-case__item {
  margin-top: 6.4vw;
}
.p-case__item__title {
  margin-bottom: 2.9333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.p-case__item__title .small {
  font-size: 1.1rem;
}
.p-case__pic {
  margin-bottom: 6.4vw;
}
.p-case__info__table table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border: 0.1rem solid #d3cac3;
  font-size: 1.2rem;
}
.p-case__info__table table a {
  color: #6d9dd0;
}
.p-case__info__table th,
.p-case__info__table td {
  display: block;
  border-bottom: 0.1rem solid #d3cac3;
  line-height: 1.5;
}
.p-case__info__table th {
  padding: 0.5rem 1rem;
  background: #f5f3f1;
}
.p-case__info__table td {
  padding: 1rem;
  background: #fefefe;
}
.p-case__info__table tr:last-child td {
  border-bottom: 0;
}
.p-case__info__table {
  clear: both;
  margin-top: 6.4vw;
  margin-right: 2.5vw;
  margin-left: 2.5vw;
}

.p-features .p-box__title {
  margin-bottom: 5.3333333333vw;
}
.p-features__text {
  margin-bottom: 4.5333333333vw;
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-features__pic {
  margin-bottom: 6.6666666667vw;
}
.p-features__anchor {
  margin-bottom: 14.9333333333vw;
}
.p-features__contents + .p-features__contents {
  margin-top: 13.0666666667vw;
}
.p-features__contents__title {
  flex-wrap: wrap;
  height: auto;
  font-size: 1.5rem;
}
.p-features__contents__title .emphasis {
  font-weight: bold;
  font-size: 1.8rem;
}
.p-features__contents__text {
  margin-bottom: 2.1333333333vw;
  line-height: 1.7857142857;
  font-size: 1.4rem;
}

.p-downtime .p-box__title {
  margin-bottom: 5.3333333333vw;
}
.p-downtime__text {
  margin-bottom: 4vw;
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-downtime__link {
  text-align: right;
  font-size: 1.3rem;
}
.p-downtime__link a {
  text-decoration: underline;
  color: #6d9cd0;
}
.p-downtime__contents {
  margin-top: 13.3333333333vw;
}
.p-downtime__contents__pic {
  width: 233.3333333333vw;
}
.p-downtime__contents__text {
  margin-top: 3.4666666667vw;
  text-align: center;
  font-size: 1rem;
}

.p-initiative .p-box__title {
  margin-bottom: 5.3333333333vw;
}
.p-initiative__text {
  margin-bottom: 30px;
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-initiative__contents {
  display: grid;
  grid-template-columns: 1fr min-content;
}
.p-initiative__contents + .p-initiative__contents {
  margin-top: 5.6vw;
}
.p-initiative__contents__title {
  grid-row: 1/2;
  grid-column: 1/3;
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 1.6em;
  font-weight: bold;
  color: #b88a46;
}
.p-initiative__contents__pic {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 30vw;
}
.p-initiative__contents__list {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-left: 2em;
}
.p-initiative__contents__item {
  list-style-type: disc;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}

.p-flow .p-box__title {
  margin-bottom: 12vw;
}
.p-flow__item {
  position: relative;
  display: flow-root;
  color: #797370;
}
.p-flow__item__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 2.1333333333vw;
  margin-bottom: 4vw;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-flow__item__title::before {
  content: "";
  display: block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: linear-gradient(to right, #f5f3f1 0%, #f5f3f1 50%, #f5f3f1 55.62%, #fff 100%);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 1.3333333333vw solid #b88a46;
}
.p-flow__item__pic {
  float: right;
  width: 22vw;
  margin-left: 2.6666666667vw;
}
.p-flow__item__text {
  margin-left: 9.0666666667vw;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
.p-flow__item + .p-flow__item {
  margin-top: 8vw;
}
.p-flow__item:first-child .p-flow__item__pic {
  margin-bottom: 3.2vw;
}
.p-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4.2666666667vw;
  left: 3.4666666667vw;
  display: block;
  height: calc(100% + 8vw);
  border-left: 0.2666666667vw solid #b88a46;
}
.p-flow__details {
  clear: both;
  margin-left: 6.9333333333vw;
}
.p-flow__details__title {
  display: flex;
  align-items: center;
  column-gap: 1.3333333333vw;
  margin-bottom: 0.5333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
  color: #b88a46;
}
.p-flow__details__title::before {
  content: "";
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  background: url(../../../../m/img/contents_natural-breast_flow_item_bg.png) 0 0/contain no-repeat;
}
.p-flow__details__text {
  margin-left: 7.7333333333vw;
  line-height: 1.4615384615;
  font-size: 1.3rem;
}
.p-flow__details + .p-flow__details {
  margin-top: 3.2vw;
}

.p-price .p-box__title {
  margin-bottom: 7.4666666667vw;
}
.p-price__anchor {
  margin-bottom: 7.4666666667vw;
}
.p-price__anchor .c-anchor__list {
  justify-content: flex-start;
}
.p-price__feature {
  margin-bottom: 10.6666666667vw;
}
.p-price__feature__pic {
  border: 0.2666666667vw solid #c7bcb5;
  margin-bottom: 2.9333333333vw;
}
.p-price__service__item {
  border: 0.2666666667vw solid #c7bcb5;
}
.p-price__service__item + .p-price__service__item {
  margin-top: 1.6vw;
}
.p-price__table .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1rem;
}
.p-price__table .price-inclusion > .title {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #c7bcb5;
  text-align: center;
}
.p-price__table .price-inclusion > .title .small {
  display: block;
  line-height: 1.1;
  font-size: 1rem;
}
.p-price__table .price-inclusion .inclusion-list {
  margin: 0;
}
.p-price__table .price-inclusion .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.p-price__table .price-inclusion .inclusion-item .item-inner {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin: 0;
}
.p-price__table .price-inclusion .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 1rem 0 2.5rem;
  width: 100%;
  border-top: 0.1rem dotted #58504c;
}
.p-price__table .price-inclusion .inclusion-item .title {
  order: 1;
  width: 56vw;
  line-height: 1.2727272727;
  font-size: 1.1rem;
  font-weight: bold;
}
.p-price__table .price-inclusion .inclusion-item .summary {
  display: block;
  margin-left: 1em;
  font-size: 1rem;
  color: #b4afac;
}
.p-price__table .price-inclusion .inclusion-item .price {
  order: 3;
  text-align: right;
  font-size: 1.2rem;
}
.p-price__table .price-inclusion .inclusion-item .price .tax-included {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
}
.p-price__table .addition_cmt {
  margin: 1em 0.5em;
  text-align: left;
}
.p-price__table .addition_cmt li {
  margin-bottom: 0.2em;
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-price__table .addition_cmt small {
  font-size: 1em;
}
.p-price__table .addition_cmt small::before {
  content: "※";
  color: #ed7b74;
}
.p-price__table {
  margin-bottom: 10.6666666667vw;
}
.p-price__table table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.2666666667vw solid #c7bcb5;
}
.p-price__table table th {
  font-size: 1.2rem;
}
.p-price__table table thead,
.p-price__table table tbody tr:nth-child(even) td {
  background: none;
}
.p-price__table table thead td {
  border-bottom: 0.2666666667vw solid #c7bcb5;
}
.p-price__table table thead th {
  padding: 1.6vw;
  font-weight: bold;
  border: 0.2666666667vw solid #c7bcb5;
  text-align: center;
  line-height: 4.5333333333vw;
}
.p-price__table table thead th .tax-included {
  display: block;
  font-size: 1.1rem;
}
.p-price__table table tbody th,
.p-price__table table tbody td {
  border-right: 0.2666666667vw solid #c7bcb5;
  border-bottom: 0.2666666667vw dotted #c7bcb5;
  border-left: 0.2666666667vw solid #c7bcb5;
  line-height: 1.4;
}
.p-price__table table tbody th {
  padding: 1.25rem 0.5rem;
  width: 41.6vw;
  background: #f2efed;
  box-sizing: border-box;
}
.p-price__table table tbody td {
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.5rem;
}
.p-price__table table tbody td span {
  display: block;
  font-size: 1.1rem;
}
.p-price__table table tbody td.loan {
  width: 24vw;
  line-height: 1.25;
  font-size: 1.1rem;
  box-sizing: border-box;
}
.p-price__table table tfoot td {
  padding: 1rem;
  border: 0.1rem solid #c7bcb5;
}
.p-price__table table tbody th {
  width: auto;
}
.p-price__table table tbody td {
  width: 27.4666666667vw;
}
.p-price__table table tbody td.loan {
  width: 24vw;
}
.p-price__table table thead th.loan,
.p-price__table table thead th:nth-of-type(2):has(.icon) {
  padding: 1.6vw 4vw 1.6vw 0;
  box-sizing: border-box;
}
.p-price__table table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -5.3333333333vw;
  margin-left: 0.3rem;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background: url(../../../../m/img/icon_question.png);
  background-size: 100% auto;
  cursor: help;
  vertical-align: top;
  font-weight: normal;
}
.p-price__table table thead .icon.question .text {
  display: none;
}
.p-price__table table thead .icon.question.is-active.is-active .text {
  display: block;
  position: absolute;
  right: -1.7rem;
  bottom: 1.5rem;
  z-index: 1;
  padding: 0.75rem 1.5rem 2.75rem;
  width: 58.6666666667vw;
  border-radius: 0.25rem;
  background: url(../../../../m/img/icon_question_bg2.png) 0 0 no-repeat;
  background-size: 100% 100%;
  box-shadow: inset 0 0.2666666667vw 0 0 #fff;
  text-align: left;
  line-height: 1.4545454545;
  font-size: 1.1rem;
  font-style: normal;
  box-sizing: border-box;
}
.p-price__table table thead .icon.question.is-active.is-active .text a {
  padding: 0;
  background: none;
}
.p-price__table .notice {
  margin: 0 1rem 0 0;
  padding-left: 1.1rem;
  text-indent: -1.1rem;
  line-height: 1.2727272727;
  font-size: 1.1rem;
  color: #a39e9b;
}
.p-price__table .notice small::before {
  content: "※";
}
.p-price__table .notice {
  margin-bottom: 1rem;
}
.p-price__table a {
  color: #6d9cd0;
}
.p-price .option .option-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-price .option .option-title .inner-text {
  display: block;
  align-self: flex-end;
  margin-right: 1rem;
  width: 7.35rem;
  border: 0.1rem solid #a39489;
  border-bottom: 0;
  border-radius: 0.2rem 0.2rem 0 0;
  text-align: center;
  line-height: 2;
  font-size: 1.2rem;
  color: #a39489;
}
.p-price .option .option-title .additional-text {
  font-size: 1.5rem;
}
.p-price .option .option-title + table {
  margin-top: 0;
}
.p-price .option table {
  border-top: 0.1em solid #c7bcb5;
}
.p-price .option .option-title .additional-text {
  font-size: 1.3rem;
}
.p-price__campaign li {
  margin: 0;
}
.p-price__campaign li s {
  text-decoration: line-through;
}
.p-price__campaign li.monitor, .p-price__campaign li.campaign {
  border: 0.1em solid #c7bcb5;
}
.p-price__campaign li:last-child {
  margin-bottom: 0;
}
.p-price__campaign li .telephone dt {
  margin-bottom: 0.5em;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: bold;
}
.p-price__campaign li .telephone dd {
  margin-bottom: 0.5em;
  line-height: 1.4em;
  font-size: 1em;
}
.p-price__campaign li .telephone dd img {
  width: 73.093220339%;
}
.p-price__campaign li .telephone dd:last-child {
  margin-bottom: 1em;
}
.p-price__campaign .flat {
  position: relative;
}
.p-price__campaign .flat::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 10;
  margin-left: 0.3em;
  width: 0.35em;
  height: 90%;
  background: #ed7b74 top left repeat-y;
  background: linear-gradient(to bottom, #ed7b74, #d63765);
}
.p-price__campaign .table {
  padding: 0.2em;
  background: #f2efed;
}
.p-price__campaign .table .title,
.p-price__campaign .table p,
.p-price__campaign .table ol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.p-price__campaign .table .title li:first-child,
.p-price__campaign .table p li:first-child,
.p-price__campaign .table ol li:first-child {
  padding-bottom: 1rem;
  background: url(../../../../m/img/tc_icon_arrow_7.jpg) center bottom 18% no-repeat;
  background-size: 15%;
}
.p-price__campaign .table dl.title {
  padding: 2.55em 0.5em 2.55em 0.8em;
  width: 100%;
  text-align: left;
}
.p-price__campaign .table dl.title dt {
  margin-bottom: 0.25em;
  line-height: 1.2em !important;
}
.p-price__campaign .table dl.title dt span {
  display: table-caption;
  margin-bottom: -0.5em;
  padding: 0.3em 0.5em;
  background: #ec7c78;
  color: #fff;
}
.p-price__campaign .table p,
.p-price__campaign .table ol {
  padding: 0;
  width: 8em;
  background: #fff;
  line-height: 1.4em;
  font-size: 1.2em;
}
.p-price__campaign .table ol {
  min-width: 6.5em;
}
.p-price__campaign .table a {
  text-decoration: none;
  color: #ec7c78;
}
.p-price__campaign .table em {
  font-size: 1.2em;
  font-weight: bold;
  color: #ec7c78;
}
.p-price__campaign .discount ol em {
  font-size: 1.2em;
}
.p-price__campaign .badge .title {
  padding-right: 5.8em;
  width: 48.2em;
}
.p-price__campaign .badge p,
.p-price__campaign .badge ol {
  padding-left: 0;
}
.p-price__campaign .capacity section {
  position: relative;
}
.p-price__campaign .capacity p {
  padding: 0.7em 0.9em 2em;
}
.p-price__campaign .capacity p em,
.p-price__campaign .capacity li em {
  display: inline;
  position: static;
  width: auto;
  background: none;
  font-size: 1em;
  font-weight: bold;
  color: #ec7c78;
}
.p-price__campaign .capacity em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.9em;
  background: #ec7c78;
  text-align: center;
  line-height: 1.8em;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
}
.p-price__campaign .title a {
  cursor: pointer;
}
.p-price__campaign .wrapper section > .title {
  margin: 0;
  padding: 0.7em 1em;
  border-top: 0.1rem solid #c7bcb5;
  border-bottom: 0.1rem solid #c7bcb5;
  background: #eae5e2;
  background: linear-gradient(to bottom, #fff, #eae5e2);
  text-align: left;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-price__campaign .lead {
  padding: 1em;
  border: none;
  border-top: 0.1em solid #c7bcb5;
  text-align: left;
}
.p-price__campaign .lead p {
  line-height: 1.4em;
  font-size: 1.2em;
}
.p-price__campaign .aftercare {
  position: relative;
}
.p-price__campaign .aftercare p {
  text-align: left;
  line-height: 1.6em;
  font-size: 1.2em;
}
.p-price__campaign .aftercare section {
  border-top: 0.1em solid #c7bcb5;
  border-bottom: 0.1em solid #c7bcb5;
  background: #f2efed;
}
.p-price__campaign .aftercare section p {
  padding: 0 1em 1em;
  line-height: 1.4em;
  font-size: 1.2em;
}
.p-price__campaign .aftercare section p.pic {
  float: right;
  margin: 0.3em 1em 0.5em 0.5em;
  padding: 0;
  width: 35.3333333333%;
}
.p-price__campaign .aftercare section .aftercareitem {
  margin-bottom: 1em;
  padding: 0 1em;
  background: #918277;
  line-height: 2.2em;
  font-size: 1.4em;
  font-weight: 300;
  color: #fff;
}
.p-price__campaign .aftercare section h2 {
  padding: 0 1em;
}
.p-price__campaign .aftercare section .subtitle {
  margin: 0 0 0.5em;
  text-align: left;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: 300;
  color: #ec7c78;
}
.p-price__campaign div.price {
  margin: 0;
}
.p-price__campaign div.price table {
  width: 100%;
  border-bottom: 0.1em solid #c7bcb5;
  table-layout: fixed;
  line-height: 1.4;
  font-size: 1.3rem;
  /*margin-bottom: 12em;*/
}
.p-price__campaign div.price thead th {
  padding: 0.4em 0;
  width: 26.6666666667vw;
  height: 3.3em;
  min-height: 2.4em;
  border: 0.1em solid #c7bcb5;
  border-top: none;
  border-right: none;
  text-align: center;
  line-height: 1.4em;
}
.p-price__campaign div.price thead td {
  padding-left: 1em;
  border-bottom: 0.1em solid #c7bcb5;
  line-height: 1.4em;
}
.p-price__campaign div.price tbody th,
.p-price__campaign div.price tbody td {
  border-right: 0.1em solid #c7bcb5;
  border-bottom: 0.1em dotted #c7bcb5;
  border-left: 0.1em solid #c7bcb5;
}
.p-price__campaign div.price tbody th {
  padding: 0.5em;
  border-left: none;
  line-height: 1.4em;
  font-size: 1.2rem;
}
.p-price__campaign div.price tbody td {
  padding: 0.5em;
  height: 2.4em;
  text-align: right;
  text-align: center;
  line-height: 1.4;
}
.p-price__campaign div.price tbody td span,
.p-price__campaign div.price tbody td .tax-included {
  display: block;
  font-size: 1.1rem;
}
.p-price__campaign div.price tbody td:last-child {
  border-right: none;
}
.p-price__campaign div.price tbody tr.separate th,
.p-price__campaign div.price tbody tr.separate td {
  border-bottom-style: solid;
}
.p-price__campaign div.price tbody tr:last-child th,
.p-price__campaign div.price tbody tr:last-child td {
  border-bottom: 0.1em solid #c7bcb5;
}
.p-price__campaign div.price tbody tr:nth-child(even) th,
.p-price__campaign div.price tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.p-price__campaign ul.addition_cmt,
.p-price__campaign div.price ul {
  margin: 1em 0.5em;
  text-align: left;
}
.p-price__campaign ul.addition_cmt li,
.p-price__campaign div.price li {
  margin-bottom: 0.2em;
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-price__campaign ul.addition_cmt small,
.p-price__campaign div.price small {
  font-size: 1em;
}
.p-price__campaign ul.addition_cmt small,
.p-price__campaign ul.addition_cmt small::before,
.p-price__campaign div.price small,
.p-price__campaign div.price small::before {
  before: "※";
  content: "※";
}
.p-price__campaign ul.addition_cmt small .before,
.p-price__campaign ul.addition_cmt small::before,
.p-price__campaign div.price small .before,
.p-price__campaign div.price small::before {
  color: #ec7c78;
}
.p-price__campaign .multiple {
  margin-bottom: 1em;
  padding: 1.3rem;
  border: 0.15rem solid #c7bcb5;
  background-color: #f2efed;
}
.p-price__campaign .multiple dt {
  text-align: center;
  font-size: 1.6rem;
  color: #ec7c78;
}
.p-price__campaign .multiple .notice {
  margin: 1em 0 0;
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-price__campaign .multiple .notice em {
  color: #ec7c78;
}
.p-price__campaign .multiple .info {
  margin-top: 0.5em;
  width: auto;
}
.p-price__campaign .multiple .info ul {
  margin: 0;
  width: auto;
  text-align: inherit;
  line-height: inherit;
  font-size: inherit;
}
.p-price__campaign .multiple .info li {
  margin: 0 auto;
  width: 52.7607361963%;
}
.p-price__campaign .multiple .info .counseling {
  margin-bottom: 0.5em;
}
.p-price__campaign table.option {
  margin: 0;
  width: 23em;
}
.p-price__campaign div.option table.option {
  position: relative;
  margin: 0;
  border: 0;
  border-collapse: separate;
}
.p-price__campaign div.option table.option th {
  padding: 0 0.5em;
  padding: 0.6em 0;
  width: 5.5em;
  border: none;
  background: #c7bcb5;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.p-price__campaign div.option table.option td {
  padding: 0.5em;
  width: 10em;
  border: 0;
  text-align: left;
  color: inherit;
}
.p-price__campaign div.option table.option td:last-child {
  padding: 0;
  width: 1.3em;
}
.p-price__campaign div.option table {
  width: 100%;
  table-layout: fixed;
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-price__campaign div.option table thead th {
  padding: 0.4em 0;
  width: 6.5em;
  min-height: 2.4em;
  border: 0.1em solid #c7bcb5;
  border-right: none;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.4em;
}
.p-price__campaign div.option table thead th:nth-child(1) {
  padding-left: 0.6em;
  width: auto;
  border-left: none;
  text-align: left;
}
.p-price__campaign div.option table thead th:nth-child(2) {
  width: 6.5em;
}
.p-price__campaign div.option table thead th a {
  padding-left: 1.5em;
  text-decoration: none;
  font-size: 1em;
}
.p-price__campaign div.option table thead td {
  padding-left: 1em;
  border-bottom: 0.1em solid #c7bcb5;
}
.p-price__campaign div.option table thead span {
  display: block;
  padding-left: 0.5em;
  border-left: 0.2em solid #a5c46f;
}
.p-price__campaign div.option table tbody th,
.p-price__campaign div.option table tbody td {
  border-right: 0.1em solid #c7bcb5;
  border-bottom: 0.1em dotted #c7bcb5;
  border-left: 0.1em solid #c7bcb5;
}
.p-price__campaign div.option table tbody th {
  padding: 0.5em;
  border-left: none;
  line-height: 1.4em;
}
.p-price__campaign div.option table tbody td {
  padding: 0 0.5em;
  height: 2.4em;
  text-align: center;
  line-height: 2.4em;
  line-height: 1.4em;
}
.p-price__campaign div.option table tbody td > span {
  display: block;
  font-size: 1.1rem;
}
.p-price__campaign div.option table tbody td:last-child {
  border-right: none;
}
.p-price__campaign div.option table tbody tr:nth-child(even) th,
.p-price__campaign div.option table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.p-price__campaign div.option table tbody tr:last-child th,
.p-price__campaign div.option table tbody tr:last-child td {
  border-bottom: none;
}
.p-price__campaign div.option table.option {
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-price__campaign div.option table.option tbody th {
  padding: 0.5em;
}
.p-price__campaign div.option table.option tbody td {
  padding: 0 0.5em;
  color: inherit;
}
.p-price__campaign .summary table {
  width: 100%;
  table-layout: fixed;
  line-height: 1.6153846154;
  font-size: 1.3rem;
}
.p-price__campaign .summary table thead th {
  border: 0.1em solid #c7bcb5;
  text-align: center;
  line-height: 1.4em;
}
.p-price__campaign .summary table thead td {
  border-bottom: 0.1em solid #c7bcb5;
}
.p-price__campaign .summary table tbody th,
.p-price__campaign .summary table tbody td {
  border: none;
  border-right: 0.1em solid #c7bcb5;
  border-bottom: 0.1em dotted #c7bcb5;
  border-left: 0.1em solid #c7bcb5;
}
.p-price__campaign .summary table tbody th {
  padding: 0.5em;
  width: 25%;
  border-bottom: 0.1em solid #fff;
  background-color: #f2efed;
  text-align: center;
  line-height: 1.6153846154;
}
.p-price__campaign .summary table tbody td {
  padding: 0.5em;
  border-bottom: 0.1em dotted #c7bcb5;
  line-height: 1.6153846154;
}
.p-price__campaign .summary table tbody tr.separate th,
.p-price__campaign .summary table tbody tr.separate td {
  border-bottom-style: solid;
}
.p-price__campaign .summary table tbody tr.period td {
  line-height: 1.6em;
}
.p-price__campaign .summary table tbody tr:last-child th,
.p-price__campaign .summary table tbody tr:last-child td {
  border-bottom: 0;
}
.p-price__campaign .summary table tbody ul {
  margin: 0;
}
.p-price__campaign .summary table tbody small {
  display: inline-block;
  line-height: 1.2727272727;
  font-size: 1.1rem;
}
.p-price__campaign .summary table tbody .contents li.monitor_list {
  margin-bottom: 1em;
}
.p-price__campaign .summary table tbody .contents li dl {
  margin: 0;
}
.p-price__campaign .summary table tbody .contents dt.title {
  margin-bottom: 0.5em;
  padding: 0.5em;
  background: #f2efed;
  line-height: 1.3333333333;
  font-size: 1.5rem;
}
.p-price__campaign .summary table tbody .contents dd {
  padding: 0 0.5em;
  line-height: 1.6153846154;
}
.p-price__campaign .summary table tbody .contents dd dt,
.p-price__campaign .summary table tbody .contents dd dd {
  display: inline;
  padding: 0;
  background: none;
  font-weight: normal;
}
.p-price__campaign .summary table tbody .contents dd dt {
  margin-right: 1em;
}
.p-price__campaign .summary table tbody .contents dd.price {
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #baafa6;
}
.p-price__campaign .summary table tbody .contents dd.price > ul > li > dl {
  display: flex;
  flex-wrap: wrap;
}
.p-price__campaign .summary table tbody .contents dd.price > ul > li > dl > dt {
  display: flex;
  align-items: center;
}
.p-price__campaign .summary table tbody .contents dd.price > ul > li > dl > dd {
  flex: 1;
  text-align: right;
}
.p-price__campaign .summary table tbody .contents dd.price dd > span {
  display: none;
}
.p-price__campaign .summary table tbody .contents dd.price + .reduce {
  padding-top: 0.5rem;
  text-align: right;
}
.p-price__campaign .summary table tbody .contents dd.reduce ol li > span {
  font-size: 1rem;
}
.p-price__campaign .summary table tbody .contents dd.reduce ol li:nth-child(2) {
  font-weight: bold;
}
.p-price__campaign .summary table tbody .contents dd.reduce ol li:nth-child(2)::before {
  before: "→";
  content: "→";
}
.p-price__campaign .summary table tbody .contents dd.reduce li {
  display: inline;
  line-height: 1.6153846154;
}
.p-price__campaign .summary table tbody .contents dd.reduce em {
  font-size: 1.2em;
  font-weight: bold;
  color: #ec7c78;
}
.p-price__campaign .summary table tbody .conditions li {
  padding-left: 1.5em;
  background: url(../../../../m/img/tc_icon_arrow_4.png) no-repeat;
  background-size: 1em;
  line-height: 1.6153846154;
}
.p-price__campaign .summary table tbody .conditions li:last-child {
  margin: 0;
}
.p-price__campaign .summary table tbody .conditions li em {
  color: #ec7c78;
}
.p-price__campaign .summary table tbody .flow ol {
  margin-left: 1.6em;
  list-style-type: decimal;
}
.p-price__campaign .summary table tbody .flow li {
  list-style-type: decimal;
  line-height: 1.6153846154;
}
.p-price__campaign .summary table tbody .flow li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.p-price__campaign .summary table tbody .tel td {
  padding: 1rem 0.7rem;
}
.p-price__campaign .summary table tbody .tel .bhour {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.1rem;
}
.p-price__campaign .summary table tbody .tel .bhour .emphasis {
  font-weight: bold;
}
.p-price__campaign .summary table tbody .tel .tel-list {
  margin: 0 1.25rem 2rem;
}
.p-price__campaign .summary table tbody .tel .tel-item {
  position: relative;
  margin-bottom: 0.85rem;
}
.p-price__campaign .summary table tbody .tel .tel-item:last-child {
  margin-bottom: 0;
}
.p-price__campaign .summary table tbody .tel .tel-item .title {
  margin-bottom: 0.25rem;
  background: #a39489;
  text-align: center;
  line-height: 1.7142857143;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.p-price__campaign .summary table tbody .tel .tel-item .contents {
  display: table;
  table-layout: fixed;
}
.p-price__campaign .summary table tbody .tel .tel-item .contents > * {
  display: table-cell;
}
.p-price__campaign .summary table tbody .tel .tel-item .contents .free {
  box-sizing: border-box;
  width: 74.531835206%;
  border-right: 0.25rem solid transparent;
}
.p-price__campaign .summary table tbody .tel .tel-item .contents .international {
  background: #f5f2f0;
}
.p-price__campaign .summary table tbody .net em {
  color: #ec7c78;
}
.p-price__campaign .summary table tbody .net p {
  margin-bottom: 1.2em;
  line-height: 1.4em;
  font-size: 1em;
}
.p-price__campaign .summary table tbody .net ul {
  margin-bottom: 1.5em;
}
.p-price__campaign .summary table tbody .net li {
  margin-left: 0.2em;
  list-style-type: disc;
  color: #ec7c78;
}
.p-price__campaign .summary table tbody .net .form {
  margin: 0;
}
.p-price__campaign .summary table tbody .net .form .button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4.8rem;
  border: 0.2rem solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #f5f2f0;
  box-sizing: border-box;
}
.p-price__campaign .summary table tbody .net .form .button a::after {
  content: "";
  display: inline-block;
  margin: 0 1.1rem 0 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../../../../m/img/arrow.png) left center no-repeat;
  background-size: contain;
  vertical-align: top;
}
.p-price__campaign .summary table tbody .net .form .button a .inner-text {
  flex-grow: 1;
  margin-left: 1.1rem;
}
.p-price__campaign .summary table tbody .net .form .button a {
  height: 6rem;
}
.p-price__campaign .summary table tbody .net .form .button a .inner-text {
  text-align: right;
  line-height: 2.375;
}
.p-price__campaign .summary table tbody .net .form .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 0.1rem solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
}
.p-price__campaign .summary table tbody .net .form .button {
  margin: 0 auto;
  list-style: none;
}
.p-price__campaign .summary table tbody .net .form .button a::before {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 0.1rem solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
}
.p-price__campaign .summary table tbody .net .form .button a::after {
  margin: 0.1rem 1.1rem 0 1rem;
}
.p-price__campaign .summary table tbody .net .form .button a .inner-text {
  text-align: center;
}
.p-price__campaign .summary table tbody .net .form .button::after {
  content: none;
}
.p-price__campaign .summary table tbody .net .form .button.button-monitor {
  margin-bottom: 0.5rem;
}
.p-price__campaign .summary table tbody .net .form .button.button-monitor a .inner-text {
  margin-left: 3.5rem;
}
.p-price__campaign .summary table tbody .net .form .button.button-monitor a::before {
  content: "モニター枠を現行の金額で仮押えできます。";
}
.p-price__campaign .summary table tbody .net .form .button.button-mail a .inner-text {
  margin-left: 3.5rem;
}
.p-price__campaign .summary table tbody .net .form .button.button-mail a::before {
  content: "24時間以内に返答します";
}
.p-price__campaign .exo .summary table tbody th {
  border-bottom: 0.1em dotted #c7bcb5;
}
.p-price__campaign .new .title a::after {
  content: "";
  display: block;
  height: 4.8vw;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a4948a;
  background-size: auto 4.8vw;
}
.p-price__campaign .new.monitor .title a::after {
  background-image: url(../../../../m/img/campaignlist_monitor_title_bg.png);
}
.p-price__campaign .new.monitor .is-open .title a::after {
  background-image: url(../../../../m/img/campaignlist_monitor_title_bg_a.png);
}
.p-price__campaign .new.campaign .title a::after {
  background-image: url(../../../../m/img/campaignlist_campaign_title_bg.png);
}
.p-price__campaign .new.campaign .is-open .title a::after {
  background-image: url(../../../../m/img/campaignlist_campaign_title_bg_a.png);
}
.p-price__campaign .folding .folding-contents table {
  margin-bottom: 0;
  border-right: 0;
  border-bottom: 0;
}
.p-price__campaign .folding .folding-contents table tbody th {
  border-left: 0;
  font-weight: normal;
}
.p-price__campaign .folding .folding-contents table tbody td {
  border-right: 0;
}
.p-price__campaign .folding .folding-contents table tbody td:first-child {
  border-left: 0;
}
.p-price__campaign__list {
  margin-bottom: 2rem;
}
.p-price__campaign .folding-contents > .title {
  display: none;
}
.p-price__campaign .folding .wrapper {
  display: block;
  border-top: 0;
}
.p-price__campaign .folding .wrapper section > .title {
  display: none;
}
.p-price__campaign .summary table tbody .contents .case {
  padding-right: 0;
  padding-left: 0;
}
.p-price__campaign .summary table tbody .contents .case .case-item {
  margin-top: 2.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
.p-price__campaign .summary table tbody .contents .case .case-item figcaption {
  margin-top: 1.0666666667vw;
  font-size: 1rem;
}
.p-price__campaign .summary table tbody .net .form .button.button-monitor a .inner-text {
  margin-left: 1.1rem;
}
.p-price__banner-item + .p-price__banner-item {
  margin-top: 0.8rem;
}

.p-cv {
  padding: 6.5333333333vw 4.8vw 5.3333333333vw;
  background: #efebe8;
}
.p-cv__contents {
  display: flex;
  align-items: center;
  column-gap: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
.p-cv__contents__inner {
  order: 1;
  flex: 1;
}
.p-cv__contents__title {
  margin-bottom: 2.4vw;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-cv__contents__title .emphasis {
  margin-left: 0.5em;
  font-weight: bold;
  color: #ed7b74;
}
.p-cv__contents__text {
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-cv__contents__pic {
  width: 20.8vw;
}
.p-cv__text {
  margin-bottom: 3.8666666667vw;
  line-height: 1.7857142857;
  font-size: 1.4rem;
  color: #797370;
}
.p-cv.counseling {
  margin-right: 0;
  margin-bottom: 5.3333333333vw;
  margin-left: 0;
}

.p-payment {
  margin-bottom: 10.6666666667vw;
  border: 0.2666666667vw solid #d4d1d0;
}
.p-payment .p-payment__title {
  padding: 3.4666666667vw;
  border-bottom: 0.2666666667vw dotted #d4d0ce;
  font-size: 1.2rem;
}
.p-payment p,
.p-payment li,
.p-payment dt {
  line-height: 1.4;
  font-size: 1.6rem;
}
.p-payment small {
  display: block;
  font-size: 1rem;
}
.p-payment li {
  display: list-item;
  padding: 4.2666666667vw 2.1333333333vw 4.2666666667vw 9.3333333333vw;
  background-position: 2.1333333333vw 3.2vw;
  background-repeat: no-repeat;
}
.p-payment li:last-child {
  border: 0;
}
.p-payment li:nth-child(1) {
  background-image: url(../../../../m/img/icon_1.png);
  background-size: 6.6666666667vw auto;
}
.p-payment li:nth-child(2) {
  background-image: url(../../../../m/img/icon_2.png);
  background-size: 6.6666666667vw auto;
}
.p-payment li:nth-child(3) {
  background-image: url(../../../../m/img/icon_3.png);
  background-size: 6.5333333333vw auto;
}
.p-payment li:nth-child(4) {
  background-image: url(../../../../m/img/icon_4.png);
  background-size: 6.6666666667vw auto;
}
.p-payment dd {
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: normal;
}
.p-payment dd li,
.p-payment dd dt {
  line-height: 1.8333333333;
  font-size: 1.2rem;
}
.p-payment dd dd {
  overflow: auto;
  padding: 0;
}
.p-payment dd li {
  margin-left: 1.25em;
  padding: 0;
  border: 0;
  list-style-type: decimal;
  font-weight: normal;
}
.p-payment dd li:first-child {
  letter-spacing: 0;
}
.p-payment dd li:nth-child(n) {
  background-image: none;
}
.p-payment dd li li {
  margin: 0;
  list-style-type: none;
}
.p-payment dd li li, .p-payment dd li li::before {
  content: "◇";
}
.p-payment .p-payment__item__text {
  font-size: 1em;
}
.p-payment__item {
  border-bottom: 0.2666666667vw dotted #d4d0ce;
}
.p-payment .p-necessary-item__item {
  margin-bottom: 1.7333333333vw;
  line-height: 1;
}
.p-payment .p-id__list {
  margin-top: 1.7333333333vw;
  margin-bottom: 3.4666666667vw;
}
.p-payment .p-id__item {
  margin-bottom: 1.3333333333vw;
  line-height: 1.4;
  font-size: 1rem;
}

.p-faq .p-box__title {
  margin-bottom: 6.6666666667vw;
}
.p-faq__item > * {
  display: flex;
}
.p-faq__item > *::before {
  width: 4vw;
  flex-shrink: 0;
}
.p-faq__item__question {
  margin-bottom: 4.9333333333vw;
  padding-bottom: 2vw;
  line-height: 1.3333333333;
  font-size: 1.5rem;
  font-weight: bold;
  color: #b88a46;
  border-bottom: 0.2666666667vw solid #d4d1d0;
}
.p-faq__item__question::before {
  content: "Q.";
}
.p-faq__item__answer {
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-faq__item__answer::before {
  content: "A.";
}
.p-faq__item + .p-faq__item {
  margin-top: 6.6666666667vw;
}

.p-column,
.p-movie,
.m-operations {
  margin-bottom: 21.3333333333vw;
}
.p-column > .title,
.p-movie > .title,
.m-operations > .title {
  display: table;
  padding-top: 0.6rem;
  width: 100%;
  height: 7.6rem;
  background: url(../../../../m/img/contents_operation_contents_title_bg.png) left top no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.p-column > .title:not(:has(> .inner-text)),
.p-movie > .title:not(:has(> .inner-text)),
.m-operations > .title:not(:has(> .inner-text)) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
  text-shadow: 0 0 0.4rem #250708;
  line-height: 1.2;
  font-weight: normal;
  font-family: YakuHanMPs, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  color: #fff;
}
.p-column > .title > .inner-text,
.p-movie > .title > .inner-text,
.m-operations > .title > .inner-text {
  display: table-cell;
  padding: 0 1rem;
  vertical-align: middle;
  text-align: center;
  text-align: center;
  text-shadow: 0 0 0.4rem #250708;
  line-height: 1.2;
  font-family: YakuHanMPs, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  color: #fff;
}
.p-column > .title,
.p-movie > .title,
.m-operations > .title {
  margin-bottom: 5.3333333333vw;
}

.p-column .m-entry-item {
  border-top: 0.15rem dotted #c7bcb5;
}
.p-column .m-entry-item:first-child {
  border-top: 0;
}
.p-column .m-entry-item:nth-child(even) {
  background-color: #efebe8;
}
.p-column .m-entry-item .item-inner {
  display: flex;
  align-items: center;
  padding: 2.6666666667vw;
}
.p-column .m-entry-item .item-inner .pic {
  order: -1;
  margin-right: 2.6666666667vw;
  width: 24vw;
}
.p-column .m-entry-item .item-inner .title {
  flex: 1;
}
.p-column .m-entry-item .item-inner .title a {
  display: block;
  position: static;
  text-decoration: underline;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #6d9dd0;
}
.p-column .m-entry-item .item-inner .title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-column .m-entry-item .item-inner .title a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 2.6666666667%;
  padding-top: 1.4rem;
  width: 1.4rem;
  background: url(//www.theclinic.jp/column/wp-content/themes/WP_theme_tc_column/css/sp/../../img/sp/tc_icon_arrow_1.png) center no-repeat;
  background-size: cover;
}

.m-operations .m-operation-genre {
  margin: 0 1.25rem;
}
.m-operations .m-operation-genre-title {
  padding-bottom: 0.4rem;
  border-bottom: 0.05rem solid #c7bcb5;
  font-size: 1.7rem;
}
.m-operations .m-operation-table {
  width: 100%;
}
.m-operations .m-operation-table td {
  width: 50%;
  border-bottom: 0.05rem dashed #c7bcb5;
}
.m-operations .m-operation-table td:nth-child(odd) {
  border-right: 0.05rem dashed #c7bcb5;
}
.m-operations .m-operation-table td:nth-child(odd) > * {
  padding-right: 1.2rem;
}
.m-operations .m-operation-table td:nth-child(odd) > *::before {
  right: 1.2rem;
}
.m-operations .m-operation-table td:nth-child(even) > * {
  padding-left: 1.2rem;
}
.m-operations .m-operation-table tr:last-child td {
  border-bottom: 0;
}
.m-operations .m-operation-table a {
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .m-operations .m-operation-table {
    border-collapse: separate;
  }
  .m-operations .m-operation-table td,
  .m-operations .m-operation-table td:nth-child(odd) {
    border-width: 0.2666666667vw;
  }
}
.m-operations .m-operation-table {
  margin-bottom: 2.8571428571%;
}
.m-operations .m-operation-item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.2rem 0;
  box-sizing: border-box;
}
.m-operations .m-operation-item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  padding-top: 1.25rem;
  width: 1.25rem;
  background: url(../../../../m/img/tc_icon_arrow_4.png) center no-repeat;
  background-size: contain;
}
.m-operations .m-operation-item .pic {
  order: 1;
  padding-right: 1.2rem;
  width: 4rem;
}
.m-operations .m-operation-item .text,
.m-operations .m-operation-item .name {
  order: 2;
  flex: 1;
  padding-right: 1.25rem;
  width: auto;
  line-height: 1.4166666667;
  font-size: 1.2rem;
}
.m-operations .m-operation-item a {
  color: #7e7774;
}
.m-operations .m-operation-genre:last-child .m-operation-table {
  margin-bottom: 0;
}
.m-operations .m-operation .m-category-item.liposuction .m-accordion-button::before {
  background-image: url(../img/menu_category_liposuction.jpg);
}
.m-operations .m-operation .m-category-item.breast-hip .m-accordion-button::before {
  background-image: url(../img/menu_category_breast-hip.jpg);
}
.m-operations .m-operation .m-category-item.antiaging .m-accordion-button::before {
  background-image: url(../img/menu_category_antiaging.jpg);
}
.m-operations .m-operation-item:not(.area-link)::before {
  content: initial;
}
.m-operations .m-operation-item:not(.area-link) .pic {
  opacity: 0.6;
}
.m-operations .m-operation-item:not(.area-link) .text {
  color: #c5c1bf;
}

.p-banner {
  margin: 0;
  padding: 1.5rem;
  background: #eae5e2;
}
.p-banner .lead {
  margin: 0 0 0.5rem !important;
  line-height: 1;
  font-size: 1.4rem;
}
.p-banner .banner-item {
  background: none;
}
.p-banner .banner-list {
  margin: 0;
}
.p-banner .banner-item {
  margin-left: 0;
}
.p-banner .banner-item:last-child {
  margin: 0;
}
.p-banner {
  margin: 8vw 0 10.6666666667vw;
}

mark {
  padding: 0.5333333333vw;
  background: #faf8a3;
  color: #7f7875;
}

.p-provider a {
  color: #7e7774;
}