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

File Name:
Note:

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
.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(../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);
  }
}

:root {
  scroll-padding-top: 26.5333333333vw;
}

.c-anchor__item::after {
  background-image: url(../../../../m/img/case_arrow1.png);
}

.p-campaign__list {
  display: flex;
  justify-content: center;
  margin: 5.3333333333vw 4.8vw;
}
.p-campaign__item 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-campaign__item a::after {
  content: "";
  display: inline-block;
  margin: 0 1.1rem 0 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/arrow.png) left center no-repeat;
  background-size: contain;
  vertical-align: top;
}
.p-campaign__item a .inner-text {
  flex-grow: 1;
  margin-left: 1.1rem;
}
.p-campaign__item a {
  height: 6rem;
}
.p-campaign__item a .inner-text {
  text-align: right;
  line-height: 2.375;
}
.p-campaign__item 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-campaign__item {
  margin-right: 1rem;
  width: 16.5rem;
}
.p-campaign__item a {
  position: relative;
}
.p-campaign__item a .inner-text1 {
  display: block;
  margin: 0;
  padding: 0.75rem 0;
  width: 100%;
  text-align: center;
  line-height: 1.1785714286;
  font-size: 1.6rem;
}
.p-campaign__item a .inner-text2 {
  width: 100%;
  border-top: 0.1rem solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
}
.p-campaign__item a::before {
  content: none;
}
.p-campaign__item a::after {
  position: absolute;
  top: 0.8rem;
  right: 0.5rem;
  margin: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../../../../m/img/arrow.png);
}
.p-campaign__item:last-child {
  margin-right: 0;
}
.p-campaign__item:last-child:first-child {
  width: 100%;
}

.p-contents {
  margin-bottom: 8vw;
}
.p-contents__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-contents__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-contents__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-contents__title {
  margin-bottom: 4vw;
}
.p-contents > :where(*:not(.p-contents__title)) {
  margin-right: 3.3333333333vw;
  margin-left: 3.3333333333vw;
}
.p-contents__text {
  line-height: 1.7333333333;
  font-size: 1.5rem;
}
.p-contents__sub-title {
  margin: 0 0.8rem;
  padding: 1.8rem 1.3rem;
  border-top: 0.3rem solid #d57570;
  background: linear-gradient(#fff 6%, #f1efec 42%, #e3ded9 99%);
  line-height: 1.25;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  border-color: #a5c46f;
}

.p-about__contents {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
}
.p-about__contents__text .small {
  font-size: 1.2rem;
}
.p-about__contents__pic {
  order: -1;
}
.p-about__link {
  margin: 0 3.8rem;
  background: #d3cbc5;
}
.p-about__link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.1rem;
  width: 100%;
  height: 5.8rem;
  vertical-align: middle;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #7f7875;
  box-sizing: border-box;
}
.p-about__link a .inner-text {
  display: inline-block;
}
.p-about__link a::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../../../../m/img/arrow.png) left center no-repeat;
  background-size: contain;
  vertical-align: top;
}
.p-about__link {
  margin-top: 5.3333333333vw;
  margin-right: 12vw;
  margin-left: 12vw;
}
.p-about__subcontents {
  margin-top: 10.6666666667vw;
}
.p-about__subcontents__title {
  margin-bottom: 5.3333333333vw;
}
.p-about__subcontents__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.3333333333vw;
  position: relative;
  z-index: -1;
  padding-top: 49.8666666667vw;
}
.p-about__subcontents .text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 2vw 1.3333333333vw;
  border-radius: 1.6vw;
  background: #f5f3f1;
  line-height: 1.3333333333;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-about__subcontents .text .emphasis {
  padding: 0;
  background: none;
  font-weight: bold;
  color: #ed7b74;
}
.p-about__subcontents .text.no3 {
  width: 69.0666666667vw;
}
.p-about__subcontents .text:nth-child(even) {
  align-self: flex-end;
}
.p-about__subcontents .pic {
  position: absolute;
  top: 0;
  left: 0;
}

.p-feature__lead {
  margin-bottom: 8vw;
}
.p-feature__lead__text {
  margin-bottom: 5.3333333333vw;
}
.p-feature__lead__movie video {
  width: 100%;
  height: auto;
}
.p-feature__lead__movie video + video {
  margin-top: 2.6666666667vw;
}
.p-feature__lead__table table {
  margin-top: 5.3333333333vw;
  width: 145.6vw;
  table-layout: auto;
  color: #7f7875;
}
.p-feature__lead__table table th,
.p-feature__lead__table table td {
  padding: 1.3333333333vw 2.6666666667vw;
  border: 0.2666666667vw solid #c7bcb5;
  font-size: 3.2vw;
}
.p-feature__lead__table table th {
  background: #f5f3f1;
  font-weight: bold;
  white-space: nowrap;
}
.p-feature__lead__table table thead td {
  width: 26.6666666667vw;
}
.p-feature__lead__table table thead th {
  width: 71.8666666667vw;
  text-align: center;
}
.p-feature__lead__table table tbody th,
.p-feature__lead__table table tbody td {
  line-height: 1.1666666667;
}
.p-feature__lead__table table tbody td .c-circle {
  padding-left: 3.2vw;
  text-indent: -3.2vw;
}
.p-feature__lead__table table tbody td .c-circle::before {
  margin-right: 0.5333333333vw;
  font-size: 2.6666666667vw;
}
.p-feature__lead__table table tbody td .c-circle + .c-circle {
  margin-top: 1.3333333333vw;
}
.p-feature__anchor-link {
  margin-bottom: 4rem;
}
.p-feature__anchor-link__item {
  margin-bottom: 0.5rem;
}
.p-feature__anchor-link__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.6vw 0 1.6vw 16.2666666667vw;
  height: 18.1333333333vw;
  background: linear-gradient(#fcfbfb, #ddd8d1);
  text-align: center;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: bold;
  color: #7f7875;
  box-sizing: border-box;
}
.p-feature__anchor-link__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 51px;
  height: 46px;
  border-right: 1px solid #fff;
  background: url(../../../../m/img/contents_operation_points_anchor_bg.png) center no-repeat;
  background-size: 55%;
  box-shadow: inset -1px 0 0 #c4c0be;
}
.p-feature__contents__title, .p-feature__contents__text {
  margin-bottom: 5.3333333333vw;
}
.p-feature__contents__text .emphasis {
  font-weight: bold;
}
.p-feature__contents__text .emphasis sup {
  line-height: 0;
}
.p-feature__contents__pic__title {
  padding: 1.6vw 0;
  width: 100%;
  background: #7f7875;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
}
.p-feature__contents + .p-feature__contents {
  margin-top: 6.6666666667vw;
}

.p-treatment__text {
  margin-bottom: 5.3333333333vw;
}
.p-treatment__inner {
  margin-bottom: 10.6666666667vw;
}
.p-treatment__contents {
  background: #f5f2f0;
}
.p-treatment__contents__title {
  padding: 1.3333333333vw 0;
  background: #9a9490;
  text-align: center;
  line-height: 1.6;
  font-size: 1.5rem;
  color: #fff;
}
.p-treatment__contents__title .emphasis {
  display: block;
  font-weight: bold;
  font-size: 1.1428571429em;
}
.p-treatment__contents__pic {
  margin-top: 5.3333333333vw;
  margin-bottom: 4vw;
}
.p-treatment__contents__text {
  padding-right: 4vw;
  padding-bottom: 2.6666666667vw;
  padding-left: 4vw;
  line-height: 1.4230769231;
  font-size: 1.3rem;
}
.p-treatment__contents + .p-treatment__contents {
  margin-top: 2.6666666667vw;
}

.p-doctor-comment {
  position: relative;
  padding: 2.6666666667vw 5.3333333333vw 6.6666666667vw;
  background: #f3f3f0;
  border-radius: 1.6vw;
}
.p-doctor-comment__title {
  margin-bottom: 2.6666666667vw;
  line-height: 1.625;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-doctor-comment__text {
  line-height: 2.2857142857;
  font-size: 1.4rem;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 8.2666666667vw, #dfdad5 8.2666666667vw, #dfdad5 8.5333333333vw) repeat-y;
}
.p-doctor-comment__text::before {
  content: "";
  display: block;
  width: 32vw;
  height: 50.6666666667vw;
  float: right;
}
.p-doctor-comment__text .signature {
  display: block;
  text-align: right;
}
.p-doctor-comment__pic {
  position: absolute;
  top: 26.9333333333vw;
  right: 0.6666666667vw;
  width: 34.4vw;
  height: 50.1333333333vw;
}

.p-quality__contents {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  background: linear-gradient(to right, #f4f2f0, #f4f2f0 55%, #fff);
}
.p-quality__contents__title {
  display: table;
  position: relative;
  padding-left: 16vw;
  width: 100%;
  height: 14.1333333333vw;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.p-quality__contents__title .inner-text {
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
  line-height: 1.1;
  font-family: YakuHanMPs, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 5.3333333333vw;
}
.p-quality__contents__title .inner-text em {
  display: inline-block;
  color: #ed7b74;
}
.p-quality__contents__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.5333333333vw;
  background: linear-gradient(to right, #ea7d7a, #f0a09a 24%, #f5c2ba 79%, rgba(245,194,186,0));
}
.p-quality__contents__text {
  float: left;
  margin: 0 4.2666666667vw;
  padding-top: 2.6666666667vw;
  width: 60%;
  line-height: 1.4;
  font-size: 3.7333333333vw;
}
.p-quality__contents__pic {
  float: right;
  width: 30%;
}
.p-quality__contents.reason1 .p-quality__contents__title {
  background-image: url(../../../../m/img/contents_operation_reason1_bg.gif);
}
.p-quality__contents.reason2 .p-quality__contents__title {
  background-image: url(../../../../m/img/contents_operation_reason2_bg.gif);
}
.p-quality__contents.reason3 .p-quality__contents__title {
  background-image: url(../../../../m/img/contents_operation_reason3_bg.gif);
}
.p-quality__contents.reason4 .p-quality__contents__title {
  background-image: url(../../../../m/img/contents_operation_reason4_bg.gif);
}
.p-quality__contents.reason5 .p-quality__contents__title {
  background-image: url(../../../../m/img/contents_operation_reason5_bg.gif);
}

.p-faq .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.p-faq .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-90deg);
}
.p-faq .js-accordion.is-open-initial .js-accordion-contents {
  height: auto;
  max-height: auto;
}
.p-faq .p-qaList {
  margin: 0;
  border-top: 0.1rem solid #d4d0ce;
}
.p-faq .p-qaList__item {
  border-bottom: 0.1rem solid #d4d0ce;
}
.p-faq .p-qaList__item__inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.p-faq .p-qaList__item .question {
  display: flex;
  position: relative;
  align-items: center;
  padding: 2.9rem 3.3rem 2.9rem 6.6rem;
  min-height: 4.4rem;
  background: url(../../../../m/img/qa_question_title_bg.png) 1.6rem center no-repeat;
  background-size: 3.2rem auto;
  text-decoration: none;
  transition: all 0.4s ease-in;
}
.p-faq .p-qaList__item .question::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
  z-index: 10;
  padding-top: 1.4rem;
  width: 1.4rem;
  background: url(../../../../m/img/tc_icon_arrow_1.png) center no-repeat;
  background-size: cover;
  opacity: 1;
  transform: rotate(90deg) !important;
  transition: all 0.4s ease-in;
}
.p-faq .p-qaList__item .question .title,
.p-faq .p-qaList__item .question .text {
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  color: #7f7875;
}
.p-faq .p-qaList__item .answer {
  padding: 0.1rem 2.6rem 1.4rem 6.6rem;
  background: url(../../../../m/img/qa_answer_title_bg.png) 1.65rem 0.45rem no-repeat;
  background-size: 3.2rem auto;
}
.p-faq .p-qaList__item .answer a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-faq .p-qaList__item .answer .title {
  margin-bottom: 0.5rem;
  line-height: 1.6923076923;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-faq .p-qaList__item .answer .title a {
  font-weight: bold;
}
.p-faq .p-qaList__item .answer .text {
  margin: 0;
  line-height: 1.6923076923;
  font-size: 1.4rem;
}
.p-faq .p-qaList__item .is-open .question {
  padding: 1.6rem 3.3rem 1rem 6.6rem;
}
.p-faq .p-qaList__item .is-open .question::after {
  opacity: 0;
}
.p-faq .p-qaList__item:nth-child(odd) {
  background-color: #f4f2f0;
}
.p-faq .p-qaList + .link {
  margin-top: 1.8rem !important;
}
.p-faq .title + .p-qaList {
  border-top: none;
}
.p-faq__item .pic {
  float: right;
  margin-left: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  width: 26.6666666667vw;
}

.p-price p {
  margin-right: 1em;
  margin-left: 1em;
  text-align: left;
  line-height: 1.6em;
  font-size: 1.2em;
}
.p-price ul li ul {
  width: 20em;
}
.p-price .pic {
  margin: 1em auto 0;
  text-align: center;
}
.p-price .pic img {
  width: 91.6666666667%;
}
.p-price dl.counseling {
  margin: 0 0 1.5em;
  min-height: 10.5em;
  border: 0.1em solid #c7bcb5;
}
.p-price dl.counseling dt {
  display: table-cell;
  padding: 1em 0.5em;
  width: 20%;
  border-right: solid 0.1em #c7bcb5;
  background: #eae5e2;
}
.p-price dl.counseling dd {
  display: table-cell;
  margin-left: 4.7em;
  padding: 1em;
}
.p-price dl.counseling dd .point {
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-price dl.counseling p:last-child {
  margin: 0 auto;
  width: 62.6593806922%;
}
.p-price table {
  margin: 0 0 1.5em;
  width: 100%;
  border: none;
  border-bottom: 0.1em solid #c7bcb5;
  table-layout: fixed;
  font-size: 1.6rem;
  word-wrap: break-word;
}
.p-price table th,
.p-price table td {
  padding: 0.5em;
  border-right: 0.1em solid #c7bcb5;
  border-bottom: 0.1em dotted #c7bcb5;
  border-left: 0.1em solid #c7bcb5;
  line-height: 1.4;
  font-size: 1em;
}
.p-price table th {
  width: 33%;
}
.p-price table td {
  width: 32.5%;
}
.p-price table thead,
.p-price table tbody tr:nth-child(even) th,
.p-price table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.p-price table thead th,
.p-price table thead td {
  border-bottom: 0.1em solid #c7bcb5;
  font-size: 1.1rem;
}
.p-price table thead td {
  border: none;
  border-bottom: 0.1em solid #c7bcb5;
}
.p-price table thead td:nth-of-type(1) {
  padding-top: 0;
  padding-bottom: 0;
}
.p-price table thead th {
  border-top: 0.1em solid #c7bcb5;
}
.p-price table thead th:nth-child(2) {
  text-align: center;
}
.p-price table thead th:nth-of-type(2) {
  padding: 1.6vw 4vw 1.6vw 0;
}
.p-price table thead th:last-child {
  text-align: center;
  color: #7f7875;
}
.p-price table thead th a {
  padding-left: 1.5em;
  background: url("../img/tc_icon_arrow_1.png") no-repeat;
  background-size: 1em;
  text-decoration: underline;
}
.p-price table thead td {
  border-left: 0;
}
.p-price table tbody td {
  text-align: center;
}
.p-price table tbody td .tax-included {
  display: block;
  font-size: 1.1rem;
}
.p-price table tbody td:last-child {
  color: #7f7875;
}
.p-price table tbody .loan {
  box-sizing: border-box;
  width: 24vw;
}
.p-price ul.service {
  display: flex;
  column-gap: 2.2%;
  margin: 1em auto;
}
.p-price ul.service li {
  width: 31.8181818182%;
}
.p-price ul.service {
  display: flow-root;
  position: relative;
  margin: 1em auto;
  text-align: center;
}
.p-price ul.service li {
  display: block;
  float: left;
  margin-right: 2.2%;
  width: 31.8181818182%;
  cursor: pointer;
  text-align: center;
}
.p-price ul.service li:last-child {
  margin-right: 0;
}
.p-price p.example {
  margin-bottom: 1em;
  line-height: 1.4em;
  font-size: 1em;
}
.p-price p.example img {
  margin-bottom: 0.5em;
}
.p-price.price ul {
  margin: 0 1em 1.5em;
  text-align: left;
}
.p-price .addition_cmt {
  margin: 0 1em 1em;
}
.p-price .addition_cmt li {
  margin-bottom: 0.2em;
  line-height: 1.4;
  font-size: 1.6rem;
}
.p-price .addition_cmt li.mb_10 {
  margin-bottom: 1em;
}
.p-price .addition_cmt small,
.p-price .addition_cmt small::before {
  content: "※";
}
.p-price .addition_cmt small .before,
.p-price .addition_cmt small::before {
  color: #ec7c78;
}
.p-price .addition_cmt a {
  text-decoration: underline;
}
.p-price .multiple {
  margin-bottom: 1em;
  padding: 1.3rem;
  border: 0.15rem solid #c7bcb5;
  background-color: #f2efed;
}
.p-price .multiple dt {
  text-align: center;
  font-size: 1.6rem;
  color: #ec7c78;
}
.p-price .multiple .notice {
  margin: 1em 0 0;
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-price .multiple .notice em {
  color: #ec7c78;
}
.p-price .multiple .info {
  margin-top: 0.5em;
  width: auto;
}
.p-price .multiple .info ul {
  margin: 0;
  width: auto;
  text-align: inherit;
  line-height: inherit;
  font-size: inherit;
}
.p-price .multiple .info li {
  margin: 0 auto;
  width: 52.7607361963%;
}
.p-price .multiple .info .counseling {
  margin-bottom: 0.5em;
}
.p-price div.option table.option {
  position: relative;
  margin: 0;
  border: 0;
  border-collapse: separate;
}
.p-price 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 div.option table.option td {
  padding: 0.5em;
  width: 10em;
  border: 0;
  text-align: left;
  color: inherit;
}
.p-price div.option table.option td:last-child {
  padding: 0;
  width: 1.3em;
}
.p-price div.option table {
  border-top: 0.1em solid #c7bcb5;
}
.p-price div.option table.option {
  line-height: 1.4;
  font-size: 1.6rem;
}
.p-price div.option table thead span {
  display: block;
  padding-left: 0.5em;
  border-left: 0.2em solid #a5c46f;
}
.p-price div.option tr th {
  padding: 1.25rem 0.5rem;
  width: 41.6vw;
  background: #f2efed;
  box-sizing: border-box;
}
.p-price div.option tr .loan {
  box-sizing: border-box;
  width: 24vw;
  font-size: 1.1rem;
}
.p-price.payment p {
  margin: 1em;
  text-align: left;
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-price.payment .payment {
  margin: 0;
  width: 100%;
}
.p-price.payment .payment > li {
  display: flow-root;
  padding: 1em 0.5em;
  border-top: 0.1em dotted #c7bcb5;
  text-align: left;
  line-height: 1.4;
  font-size: 1.6rem;
}
.p-price.payment .payment > li img {
  width: 7.0175438596%;
}
.p-price.payment .payment > li.credit dd img {
  width: 100%;
}
.p-price.payment .payment > li:last-child {
  padding-bottom: 0;
}
.p-price.payment .payment dt {
  line-height: 1.4;
}
.p-price.payment .payment dd {
  margin-left: 2em;
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: normal;
}
.p-price.payment .payment dd p {
  margin: 0 0 0.5em;
}
.p-price.payment .payment dd ul {
  margin: 0;
  width: 100%;
}
.p-price.payment .payment dd ul li {
  padding: 0 0 0.5em;
}
.p-price.payment .payment dd ul li ul {
  margin-top: 0.5em;
  margin-left: 0.5em;
}
.p-price.payment .payment dd ul li ul li {
  padding: 0 0 0.5em;
  line-height: 1.4;
  font-size: 1rem;
}
.p-price.payment .payment small {
  font-size: 1rem;
}
.p-price .point {
  color: #ec7c78;
}
.p-price__features {
  margin-top: 5.3333333333vw;
  margin-bottom: 8vw;
  color: #7f7875;
}
.p-price__features__title {
  margin-bottom: 4vw;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.p-price__features__contents {
  display: flex;
  column-gap: 3.2vw;
}
.p-price__features__contents + .p-price__features__contents {
  margin-top: 1.3333333333vw;
}
.p-price__features__contents__inner {
  order: 1;
}
.p-price__features__contents__title {
  margin-right: 0;
  margin-bottom: 1.7333333333vw;
  margin-left: 0;
  font-weight: bold;
  font-size: 1.4rem;
}
.p-price__features__contents__title .emphasis {
  font-weight: bold;
  color: #ea7d7a;
}
.p-price__features__contents__text {
  margin-right: 0;
  margin-left: 0;
  line-height: 1.5833333333;
  font-size: 1.2rem;
}
.p-price__features__contents__pic {
  margin: 0;
  width: 43.2vw;
}
.p-price .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -5.3333333333vw;
  margin-left: 0.3rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../../../../m/img/icon_question.png);
  background-size: 100% auto;
  cursor: help;
  vertical-align: top;
  font-weight: normal;
}
.p-price .icon.question .text {
  display: none;
}
.p-price .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: 22rem;
  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 .icon.question.is-active.is-active .text a {
  padding: 0;
  background: none;
}
.p-price #pricelist .notice {
  margin: 0 0 0.5rem;
  text-align: right;
  line-height: 1.2727272727;
  font-size: 1.1rem;
  color: #a39e9b;
}
.p-price #pricelist .notice small::before {
  content: "※";
}
.p-price #pricelist .subtitle {
  margin: 5.3333333333vw 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #7f7875;
}
.p-price #pricelist table {
  border-width: 0.1rem;
  table-layout: auto;
  border-collapse: collapse;
}
.p-price #pricelist table a {
  color: #6d9cd0;
}
.p-price #pricelist table th {
  font-size: 1.2rem;
}
.p-price #pricelist table th,
.p-price #pricelist table td {
  width: auto;
  border-width: 0.1rem;
}
.p-price #pricelist table thead,
.p-price #pricelist table tbody tr:nth-child(even) td {
  background: none;
}
.p-price #pricelist table thead th {
  line-height: 4.5333333333vw;
  font-weight: bold;
}
.p-price #pricelist table thead th .tax-included {
  display: block;
  font-size: 1.1rem;
}
.p-price #pricelist table thead th:nth-of-type(2) {
  padding: 1.6vw 4vw 1.6vw 0;
  box-sizing: border-box;
}
.p-price #pricelist table tbody th {
  padding: 1.25rem 0.5rem;
  width: 41.6vw;
  background: #f2efed;
  box-sizing: border-box;
}
.p-price #pricelist table tbody td {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  font-size: 1.5rem;
}
.p-price #pricelist table tbody td span {
  display: block;
  font-size: 1.1rem;
}
.p-price #pricelist table tbody td.loan {
  width: 24vw;
  line-height: 1.25;
  font-size: 1.1rem;
  box-sizing: border-box;
}
.p-price #pricelist table tfoot td {
  padding: 1rem;
  border: 0.1rem solid #c7bcb5;
}
.p-price #pricelist table .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1rem;
}
.p-price #pricelist table .price-inclusion > .title {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #c7bcb5;
  text-align: center;
}
.p-price #pricelist table .price-inclusion > .title .small {
  display: block;
  line-height: 1.1;
  font-size: 1rem;
}
.p-price #pricelist table .inclusion-list {
  margin: 0;
}
.p-price #pricelist table .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.p-price #pricelist table .inclusion-item .item-inner {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin: 0;
}
.p-price #pricelist table .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;
}
.p-price #pricelist table .inclusion-item .title {
  order: 1;
  line-height: 1.2727272727;
  font-size: 1.1rem;
  font-weight: bold;
}
.p-price #pricelist table .inclusion-item .summary {
  margin-left: 1em;
  font-size: 1rem;
  color: #b4afac;
}
.p-price #pricelist table .inclusion-item .price {
  order: 3;
  font-size: 1.2rem;
}
.p-price #pricelist table tfoot td {
  padding: 1rem;
  border: 0.1rem solid #c7bcb5;
}
.p-price #pricelist table .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1rem;
}
.p-price #pricelist table .price-inclusion > .title {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #c7bcb5;
  text-align: center;
  font-weight: bold;
}
.p-price #pricelist table .price-inclusion > .title .small {
  display: block;
  line-height: 1.1;
  font-size: 1rem;
}
.p-price #pricelist table .inclusion-list {
  margin: 0;
}
.p-price #pricelist table .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.p-price #pricelist table .inclusion-item .item-inner {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin: 0;
}
.p-price #pricelist table .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;
}
.p-price #pricelist table .inclusion-item .title {
  order: 1;
  width: 56vw;
  line-height: 1.2727272727;
  font-size: 1.1rem;
  font-weight: bold;
}
.p-price #pricelist table .inclusion-item .summary {
  display: block;
  margin-left: 1em;
  font-size: 1rem;
  color: #b4afac;
}
.p-price #pricelist table .inclusion-item .price {
  order: 3;
  text-align: right;
  font-size: 1.2rem;
}
.p-price #pricelist table .inclusion-item .price .tax-included {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
}
.p-price #pricelist .addition_cmt {
  margin-right: 0;
  margin-left: 0;
}
.p-price #pricelist .addition_cmt li {
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-price #pricelist table + .addition_cmt {
  margin-top: -1.5em;
}
.p-price #pricelist .option table.option th {
  padding: 0;
  width: 8.35rem;
  border: 0;
  background: none;
}
.p-price #pricelist .option table.option th .inner-text {
  display: block;
  margin-right: 1rem;
  border: 0.1rem solid #a39489;
  border-bottom: 0;
  border-radius: 0.2rem 0.2rem 0 0;
  line-height: 2;
  color: #a39489;
}
.p-price #pricelist .option thead th {
  padding: 0 1.2rem;
  background: #a39489;
  text-align: left;
  line-height: 2.6923076923;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
.p-price #pricelist .option .loan {
  position: relative;
  width: 24vw;
  box-sizing: border-box;
}
.p-price #pricelist .option .loan .icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
}
.p-price .p-campaign {
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: 0;
  border: 0.1em solid #c7bcb5;
}

.p-service {
  display: flex;
  gap: 2.1333333333vw;
  margin-bottom: 5.3333333333vw;
}

.p-payment p {
  margin: 1em;
  text-align: left;
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-payment .payment {
  margin: 0;
  width: 100%;
}
.p-payment .payment > li {
  display: flow-root;
  padding: 1em 0.5em;
  border-top: 0.1em dotted #c7bcb5;
  text-align: left;
  line-height: 1.4;
  font-size: 1.6rem;
}
.p-payment .payment > li img {
  width: 7.0175438596%;
}
.p-payment .payment > li.credit dd img {
  width: 100%;
}
.p-payment .payment > li:last-child {
  padding-bottom: 0;
}
.p-payment .payment dt {
  line-height: 1.4;
}
.p-payment .payment dd {
  margin-left: 2em;
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: normal;
}
.p-payment .payment dd p {
  margin: 0 0 0.5em;
}
.p-payment .payment dd ul {
  margin: 0;
  width: 100%;
}
.p-payment .payment dd ul li {
  padding: 0 0 0.5em;
}
.p-payment .payment dd ul li ul {
  margin-top: 0.5em;
  margin-left: 0.5em;
}
.p-payment .payment dd ul li ul li {
  padding: 0 0 0.5em;
  line-height: 1.4;
  font-size: 1rem;
}
.p-payment .payment small {
  font-size: 1rem;
}
.p-payment p {
  margin-right: 0;
  margin-left: 0;
}
.p-payment .payment dd dd > ul > li {
  list-style-type: number;
}
.p-payment .payment dd dd > ul > li ul li::before {
  content: "♦";
}

.js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-90deg);
}
.js-accordion.is-open-initial .js-accordion-contents {
  height: auto;
  max-height: auto;
}

.p-flow .m-tab {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.p-flow .m-tab.bottom {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.p-flow .m-tab-list {
  display: table;
  overflow: hidden;
  width: 100%;
  height: 5.5rem;
  border: 0.1rem solid #c7bcb5;
  border-radius: 0.5rem;
  background: linear-gradient(rgba(243,240,238,.5), rgba(223,217,212,.5) 50%, rgba(199,188,181,.5) 50%, rgba(236,232,229,.5));
  box-sizing: border-box;
}
.p-flow .m-tab-item {
  display: table-cell;
  position: relative;
  border-left: 0.1rem solid #c7bcb5;
  box-shadow: inset 0.1rem 0 0 #fff;
  vertical-align: middle;
  text-align: center;
}
.p-flow .m-tab-item:first-child {
  border-left: 0;
  box-shadow: none;
}
.p-flow .m-tab-item a {
  text-shadow: 0.1rem 0.1rem 0 #fff;
  line-height: 1.2592592593;
  font-size: 1.35rem;
  color: #7f7875;
  pointer-events: none;
}
.p-flow .m-tab-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-flow .m-tab-item.is-active {
  padding-bottom: 1rem;
  background: linear-gradient(#79716f, #716864 50%, #6b605a 50%, #766e6b);
  box-shadow: none;
}
.p-flow .m-tab-item.is-active a {
  text-shadow: 0.1rem 0.1rem 0 #7f7875;
  color: #fff;
}
.p-flow .m-tab-item.is-active a::after {
  content: "▼";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-flow .m-tab {
  margin: 8vw 3.3333333333vw 4vw;
}
.p-flow .m-tab a {
  pointer-events: inherit;
}
.p-flow .m-tab-list {
  table-layout: fixed;
}
.p-flow .m-tab-item.is-active {
  padding-bottom: 0;
}
.p-flow .flow__pic {
  margin-bottom: 8vw;
}
.p-flow .js-accordion-contents {
  height: 90rem;
}
.p-flow .js-accordion-contents::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20rem;
  background: linear-gradient(rgba(255,255,255,0), #fff);
  opacity: 1;
  transition: opacity 0.15s linear;
  pointer-events: none;
}
.p-flow .js-accordion.is-open .js-accordion-contents::before {
  content: "";
  opacity: 0;
}
.p-flow .js-accordion.is-open .js-accordion-button {
  display: none;
}
.p-flow .js-accordion-button {
  text-align: right;
  line-height: 2;
  font-size: 1.5em;
}
.p-flow .flow__contents-wrapper .flow__contents:nth-child(1) > .title {
  background-image: url(../../../../m/img/contents_operation_flow_title_bg1.png);
}
.p-flow .flow__contents-wrapper .flow__contents:nth-child(2) > .title {
  background-image: url(../../../../m/img/contents_operation_flow_title_bg2.png);
}
.p-flow .flow__contents-wrapper .flow__contents:nth-child(3) > .title {
  background-image: url(../../../../m/img/contents_operation_flow_title_bg3.png);
}
.p-flow .flow__contents-wrapper .flow__contents:nth-child(4) > .title {
  background-image: url(../../../../m/img/contents_operation_flow_title_bg4.png);
}
.p-flow .flow__contents-wrapper .flow__contents:nth-child(5) > .title {
  background-image: url(../../../../m/img/contents_operation_flow_title_bg5.png);
}
.p-flow .flow__contents-wrapper .flow__contents:nth-child(6) > .title {
  background-image: url(../../../../m/img/contents_operation_flow_title_bg6.png);
}
.p-flow .flow__contents {
  padding-top: 6vw;
  padding-bottom: 8vw;
  border-top: 0.2666666667vw dashed #c7bcb5;
}
.p-flow .flow__contents:first-of-type {
  border-top-style: solid;
}
.p-flow .flow__contents:last-child {
  padding-bottom: 0;
}
.p-flow .flow__contents p {
  margin-bottom: 0;
}
.p-flow .flow__contents > .title {
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
  padding-left: 6.4vw;
  height: 6.4vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-flow .flow__contents .pic {
  margin-bottom: 5.3333333333vw;
}
.p-flow .flow__contents .text,
.p-flow .flow__contents li {
  line-height: 1.7;
  font-size: 1.4rem;
}
.p-flow .flow__contents .text a {
  text-decoration: underline;
}
.p-flow .flow__contents .cv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-flow .flow__contents .cv__title {
  display: flex;
  flex: 1;
  align-items: center;
  padding-top: 0.5rem;
  font-size: 1.4rem;
}
.p-flow .flow__contents .cv__title::before {
  content: "";
  display: inline-block;
  margin-right: 0.5333333333vw;
  width: 3.8666666667vw;
  height: 3.8666666667vw;
  background: url(../../../../m/img/arrow7.png) 0 0 no-repeat;
  background-size: auto 100%;
}
.p-flow .flow__contents .cv .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-flow .flow__contents .cv .button a::after {
  content: "";
  display: inline-block;
  margin: 0 1.1rem 0 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/arrow.png) left center no-repeat;
  background-size: contain;
  vertical-align: top;
}
.p-flow .flow__contents .cv .button a .inner-text {
  flex-grow: 1;
  margin-left: 1.1rem;
}
.p-flow .flow__contents .cv .button a {
  height: 6rem;
}
.p-flow .flow__contents .cv .button a .inner-text {
  text-align: right;
  line-height: 2.375;
}
.p-flow .flow__contents .cv .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-flow .flow__contents .cv .button {
  margin: 0;
  width: 65.0666666667vw;
}
.p-flow .flow__contents .cv .button a {
  position: relative;
  justify-content: center;
  height: auto;
}
.p-flow .flow__contents .cv .button a::after {
  position: absolute;
  top: 0.75rem;
  right: 0;
}
.p-flow .flow__contents .cv .button a .inner-text {
  margin: 0;
  padding: 0.75rem 0;
  text-align: center;
  line-height: 2.1rem;
}
.p-flow .flow__contents .cv + .cv {
  margin-top: 2.6666666667vw;
}
.p-flow .flow__contents .button.counseling a::before {
  content: "ドクターが診察します";
}
.p-flow .flow__contents .button.tel a::before {
  content: "＜受付時間＞10:00 - 19:00 完全予約制";
}
.p-flow .flow__contents li {
  padding-left: 4.6666666667vw;
  background: url(../img/icon_cycle.jpg) left center no-repeat;
  background-size: 3.4666666667vw auto;
}
.p-flow .flow__contents .previousday {
  display: flex;
  align-items: center;
  margin-top: 3.2vw;
  border: 0.2666666667vw solid #c7bcb5;
}
.p-flow .flow__contents .previousday > * {
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-flow .flow__contents .previousday .title {
  padding: 3.2vw;
  font-weight: bold;
}
.p-flow .flow__contents .previousday .text {
  flex: 1;
  padding: 3.2vw 3.7333333333vw;
  border-left: 0.2666666667vw dashed #c7bcb5;
  background: #f5f2f0;
}
.p-flow .flow__contents .info {
  margin-top: 8vw;
}
.p-flow .flow__contents .info__title {
  margin-bottom: 2.6666666667vw;
  background: #d3cbc5;
  text-align: center;
  line-height: 2.5;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-flow .flow__contents.reservation .text {
  margin-bottom: 4vw;
}
.p-flow .flow__contents.counseling .cv {
  margin-top: 15px;
}
.p-flow a {
  color: #6d9cd0;
}

.p-summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border: 0.1rem solid #c7bcb5;
  line-height: 1.4;
  font-size: 1.3rem;
  word-wrap: break-word;
}
.p-summary table thead,
.p-summary table tbody tr:nth-child(even) th,
.p-summary table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.p-summary table th,
.p-summary table td {
  padding: 0.5em;
  border: 0.1em solid #c7bcb5;
  line-height: 1.4em;
  font-size: 1em;
}
.p-summary table th {
  width: 6em;
}
.p-summary table {
  margin-bottom: 0.5em;
}
.p-summary table td.item {
  width: 6em;
}
.p-summary .effect td {
  width: 11em;
  border: none;
  border-bottom: 0.1em dotted #c7bcb5;
  vertical-align: top;
}
.p-summary .effect tr:nth-child(even) td {
  background-color: #fff;
}
.p-summary .effect td:nth-child(1) {
  border-right: 0.1em solid #c7bcb5;
}
.p-summary .effect dl {
  display: flow-root;
  margin: 0;
}
.p-summary .effect dt {
  float: left;
  width: 33.34%;
}
.p-summary .effect dd {
  margin-left: 35.72%;
  min-height: 3.4em;
  vertical-align: middle;
  text-decoration: underline;
  line-height: 1.3;
  font-size: 1.2rem;
}

.p-operations__genre__title {
  padding-bottom: 0.4rem;
  border-bottom: 0.05rem solid #c7bcb5;
  font-size: 1.7rem;
}
.p-operations__table {
  width: 100%;
}
.p-operations__table td {
  width: 50%;
  border-bottom: 0.05rem dashed #c7bcb5;
}
.p-operations__table td:nth-child(odd) {
  border-right: 0.05rem dashed #c7bcb5;
}
.p-operations__table td:nth-child(odd) > * {
  padding-right: 1.2rem;
}
.p-operations__table td:nth-child(odd) > *::before {
  right: 1.2rem;
}
.p-operations__table td:nth-child(even) > * {
  padding-left: 1.2rem;
}
.p-operations__table tr:last-child td {
  border-bottom: 0;
}
.p-operations__table a {
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .p-operations__table {
    border-collapse: separate;
  }
  .p-operations__table td,
  .p-operations__table td:nth-child(odd) {
    border-width: 0.2666666667vw;
  }
}
.p-operations__table {
  margin-bottom: 2.8571428571%;
}
.p-operations__table a {
  color: #6d9cd0;
}
.p-operations__item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.2rem 0;
  box-sizing: border-box;
}
.p-operations__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;
}
.p-operations__item .pic {
  order: 1;
  padding-right: 1.2rem;
  width: 4rem;
}
.p-operations__item .text,
.p-operations__item .name {
  order: 2;
  flex: 1;
  padding-right: 1.25rem;
  width: auto;
  line-height: 1.4166666667;
  font-size: 1.2rem;
}
.p-operations__item:not(.area-link)::before {
  content: initial;
}
.p-operations__item:not(.area-link) .pic {
  opacity: 0.6;
}
.p-operations__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: 10.6666666667vw 0 21.3333333333vw;
}
.p-banner__item + .p-banner__item {
  margin-top: 1.3333333333vw;
}
/*# sourceMappingURL=quantumrf.css.map */
