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

File Name:
Note:


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


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.c-contents-link {
  border-bottom: 1px solid #c8c2be;
  background: #877d7a;
}
.c-contents-link__list {
  display: flex;
  margin: 0 30px;
}
.c-contents-link__item {
  flex: 1;
  flex-basis: 20%;
  border-right: 1px solid #c8c2be;
}
.c-contents-link__item.is-active {
  background: #d2cbc8;
}
.c-contents-link__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-size: 1.4em;
  color: #fefefe;
  transition: all 0.15s linear;
}
.c-contents-link__item a > * {
  opacity: 1;
}
.c-contents-link__item a:hover {
  text-decoration: none;
  color: #ec7c78;
}
.c-contents-link__item:first-child {
  border-left: 1px solid #c8c2be;
}

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

.p-table__list {
  text-align: left;
}
.p-table__list__item {
  margin-left: 1.3em;
  text-indent: -1.25em;
  line-height: 1.5833333333;
}
.p-table__list__item::before {
  content: "●";
  margin-right: 4px;
}

.p-case-info__table th,
.p-case-info__table td {
  line-height: 1.5;
  font-size: 1em;
  color: #7e7875;
}
.p-case-info__table th {
  width: 50px;
  text-align: center;
}
.p-case-info__table td {
  padding: 5.5px 8px;
}

.p-text-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.p-text-link a::after {
  content: "";
  display: block;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: url(../../../img/pc/arrow/arrow5.png) right center no-repeat;
}

.webp .p-text-link a::after {
  background-image: url(../../../img/pc/arrow/arrow5.webp);
}

.p-faq__item {
  border-bottom: 1px solid #e5dfdb;
}
.p-faq__item:nth-child(odd) {
  background: #f5f2f0;
}
.p-faq__question {
  display: flex;
  align-items: center;
  padding: 20px 15px 20px 60px;
  height: 36px;
  background: url(../../../img/pc/troubles_faq_question_bg.png) 15px 20px no-repeat;
}
.p-faq__question__title {
  line-height: 1.625;
  font-size: 1.6em;
}
.p-faq__answer {
  background: url(../../../img/pc/troubles_faq_answer_bg_kimura.png) 15px 20px no-repeat;
}
.p-faq__answer__inner {
  padding: 20px 15px 20px 60px;
  border-top: 1px dotted #c7bcb5;
}
.p-faq__answer__inner > *:not(.p-cv-button):not([class*=link]) {
  line-height: 1.625;
  font-size: 1.6em;
}
.p-faq__answer__text a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-faq__answer__text + .p-faq__answer__text {
  margin-top: 1em;
}

.webp .p-faq__question {
  background-image: url(../../../img/pc/troubles_faq_question_bg.webp);
}
.webp .p-faq__answer {
  background-image: url(../../../img/pc/troubles_faq_answer_bg_kimura.webp);
}

.p-qa__item {
  position: relative;
  padding: 32px 0 26px 21px;
  border-bottom: 1px solid #d4d0ce;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 #fff;
}
.p-qa__item:nth-child(even) {
  background-color: #f5f2f0;
}
.p-qa__contents {
  padding: 0 55px;
  background: url(../../../img/pc/qa_question_title_bg.png) 0 0 no-repeat;
}
.p-qa__contents a {
  color: #7e7774;
}
.p-qa__contents__title {
  margin-bottom: 11px;
  font-size: 1.6em;
  font-weight: bold;
}
.p-qa__contents__date {
  position: absolute;
  top: 10px;
  right: 55px;
  font-size: 1.2em;
}
.p-qa__contents__text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}

.p-cv-button a {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  width: 300px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #fff;
  box-sizing: border-box;
  transition: opacity 0.15s linear;
}
.p-cv-button a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-cv-button a:hover > * {
  opacity: 1;
}
.p-cv-button a::after {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
.p-cv-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  line-height: 2.5;
  font-size: 1.6em;
}
.p-cv-button__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url(../../../img/pc/arrow/arrow9.png) center no-repeat;
}

.webp .p-cv-button__text::after {
  background-image: url(../../../img/pc/arrow/arrow9.webp);
}

.p-contents__item {
  position: relative;
  border: 1px solid #c5bcb5;
}
.p-contents__summary {
  display: flex;
}
.p-contents__summary__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  order: 2;
}
.p-contents__summary__pic {
  order: 1;
  margin-right: 15px;
}
.p-contents__summary__title {
  margin-bottom: 10px;
  padding-top: 3px;
  line-height: 1.2222222222;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.8em;
  font-weight: bold;
  color: #6d6562;
}
.p-contents__summary__text {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-contents__summary__link {
  margin: auto 0 0;
  text-align: right;
  line-height: 1.1666666667;
  font-size: 1.2em;
}
.p-contents__summary__link a {
  color: #6d9dd0;
}

.p-price-methods__item {
  display: flex;
  padding: 0 0 0 40px;
  min-height: 39px;
  border-bottom: 1px dotted #c5bcb5;
  background-position: 11.5px 8.5px;
  background-repeat: no-repeat;
  font-size: 1.4em;
  color: #6c6561;
}
.p-price-methods__item:first-child {
  letter-spacing: 0.5em;
}
.p-price-methods__item:last-child {
  border: 0;
}
.p-price-methods__item__inner {
  flex: 1;
  padding: 9px 0;
}
.p-price-methods__item__title {
  width: 130px;
  line-height: 39px;
}
.p-price-methods__item__text {
  line-height: 1.5;
}
.p-price-methods__item__pic {
  margin-top: 10px;
}
.p-price-methods__item .small {
  display: block;
  line-height: 1.75;
  font-size: 0.8571428571em;
}
.p-price-methods__item.no1 {
  background-image: url(../../../img/pc/num/price-no1.png);
}
.p-price-methods__item.no2 {
  background-image: url(../../../img/pc/num/price-no2.png);
}
.p-price-methods__item.no3 {
  background-image: url(../../../img/pc/num/price-no3.png);
}
.p-price-methods__item.no4 {
  background-image: url(../../../img/pc/num/price-no4.png);
}
.p-price-methods__needs {
  line-height: 1.2857142857;
}
.p-price-methods__needs__item {
  margin-left: 20px;
  padding: 0;
  list-style-type: decimal;
  line-height: 1.2857142857;
  font-size: 14px;
}
.p-price-methods__needs__item .small {
  display: inline-block;
}
.p-price-methods__needs__text {
  line-height: 1.5;
  font-size: 0.8571428571em;
}
.p-price-methods__needs__text::before {
  content: "◇";
}

.webp .p-price-methods__item.no1 {
  background-image: url(../../../img/pc/num/price-no1.webp);
}
.webp .p-price-methods__item.no2 {
  background-image: url(../../../img/pc/num/price-no2.webp);
}
.webp .p-price-methods__item.no3 {
  background-image: url(../../../img/pc/num/price-no3.webp);
}
.webp .p-price-methods__item.no4 {
  background-image: url(../../../img/pc/num/price-no4.webp);
}

.p-flow__item {
  overflow: hidden;
  border-bottom: 1px solid #c5bcb5;
}
.p-flow__contents {
  min-height: 100px;
}
.p-flow__contents__title {
  float: left;
  font-weight: bold;
}
.p-flow__contents__pic {
  float: right;
  margin-left: 20px;
}
.p-flow__contents__text {
  clear: left;
}

.webp .p-flow__contents__item {
  background-image: url(../../../img/pc/list_item_bg.webp);
}

.p-card {
  position: relative;
  margin-bottom: 25.5px;
}
.p-card__title, .p-card__text {
  margin-left: 120px;
  font-size: 1.5em;
}
.p-card__title {
  margin-bottom: 10.5px;
  font-weight: bold;
}
.p-card__text {
  text-align: justify;
  line-height: 1.6;
}
.p-card__pic {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 20px;
  width: 100px;
}
.p-card__pic img {
  width: 100%;
  height: auto;
}

.p-link-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 300px;
  height: 50px;
  background: url(../../../img/pc/arrow/arrow5.png) right 15px center no-repeat #c7bcb4;
  font-size: 1.5em;
  color: #7e7774;
  transition: opacity 0.15s linear;
}
.p-link-button a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.webp .p-link-button a {
  background-image: url(../../../img/pc/arrow/arrow5.webp);
}

.p-sources__item {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-sources__item > a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 3em;
  color: #6d9dd0;
  transition: opacity 0.15s linear;
}
.p-sources__item > a::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(../../../img/pc/arrow/arrow6.png) 0 0 no-repeat;
  transform: rotate(180deg);
}
.p-sources__item > a:hover {
  opacity: 0.5;
}
.p-sources__item > a:hover > * {
  opacity: 1;
}
.p-sources__item .p-sources__text {
  flex: 1;
}
.p-sources__item .p-sources__text a {
  color: #7e7774;
}
.p-sources__item + .p-sources__item {
  margin-top: 0.5em;
}
.p-sources__item:target .p-sources__text {
  background: #f1ea4d;
  font-weight: bold;
  color: #221814;
}
.p-sources__item:target .p-sources__text a {
  font-weight: bold;
  color: #221814;
}

sup[id^=cite] {
  padding: 2px;
  line-height: 0;
  color: #6d9dd0;
}
sup[id^=cite] a {
  color: #6d9dd0;
}
sup[id^=cite]:target {
  background: #f1ea4d;
}
sup[id^=cite]:target a {
  font-weight: bold;
  color: #221814;
}

.p-title {
  background-image: url(../../../img/pc/contents_breasts_title_bg.jpg);
}

.p-banner {
  margin-bottom: 30px;
}
.p-banner a:hover > * {
  opacity: 0.5;
}

.p-subbox {
  margin-bottom: 30px;
}

.p-about {
  margin-bottom: 80px;
}
.p-about > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-about__title, .p-about__text {
  margin-bottom: 15.5px;
}
.p-about__text .emphasis {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f3db47 30%);
}

.p-comparison__title {
  margin-bottom: 20px;
}
.p-comparison__table thead td {
  width: 84px;
}
.p-comparison__table thead th {
  width: 193px;
  text-align: center;
  font-size: 1.1em;
}
.p-comparison__table thead th .inner-text {
  font-weight: bold;
}
.p-comparison__table tbody th {
  text-align: center;
  line-height: 1.4545454545;
  font-size: 1.1em;
}
.p-comparison__table tbody td {
  text-align: center;
  line-height: 1.4545454545;
  font-size: 1.1em;
}
.p-comparison__table img {
  margin-top: 7.5px;
}
.p-comparison .p-table__list {
  text-align: left;
}
.p-comparison .p-table__list__item {
  line-height: 1.4545454545;
}

.p-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 77px;
}
.p-points__title {
  margin-bottom: 15.5px;
  width: 100%;
}
.p-points__text {
  margin: 0 20px 12.5px;
  width: 100%;
  text-align: center;
}
.p-points__contents {
  width: 210px;
}
.p-points__contents:nth-of-type(1) {
  margin-left: 20px;
}
.p-points__contents:nth-of-type(3) {
  margin-right: 20px;
}
.p-points__contents__text {
  margin-top: 7px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-points__contents__text .emphasis {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f3db47 30%);
}
.p-points__movie {
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.p-case {
  margin-bottom: 80px;
}
.p-case > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-case__title {
  margin-bottom: 15.5px;
}
.p-case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-case__item {
  margin-bottom: 20px;
  width: 320px;
}
.p-case-contents {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 15px 19px 7px;
  width: 320px;
  height: 100%;
  border: 1px solid #cdc3bb;
  background: #faf9f7;
  transition: background-color 0.15s linear, background-image 0.15s linear;
  box-sizing: border-box;
  box-sizing: border-box;
}
.p-case-contents:hover {
  background: #fff;
}
.p-case-contents:hover .p-case-contents__link {
  background: url(../../../img/pc/contents_common_case_arrow_h.png) right bottom no-repeat;
}
.p-case-contents:hover .p-case-contents__link img {
  opacity: 0;
}
.p-case-contents a:hover {
  text-decoration: none;
}
.p-case-contents a:hover > * {
  opacity: 1;
  text-decoration: none;
}
.p-case-contents-attr {
  overflow: hidden;
  margin-bottom: 11px;
}
.p-case-contents-attr__item {
  font-size: 12px;
  transition: all 0.15s linear;
}
.p-case-contents-attr .category {
  float: left;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #b53867;
  line-height: 22px;
  color: #fefefe;
}
.p-case-contents-attr .personal {
  float: right;
  line-height: 22px;
  color: #58504c;
}
.p-case-contents-attr .operator {
  clear: both;
  padding: 5px 0;
  line-height: 2;
  color: #58504c;
}
.p-case-contents__title {
  margin-bottom: 10px;
}
.p-case-contents__title a {
  display: block;
  line-height: 1.375;
  font-family: YakuHanJP, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #58504c;
}
.p-case-contents .region {
  margin-bottom: 30px;
  font-size: 11px;
  color: #a39e9b;
}
.p-case-contents-pic__img {
  margin-bottom: 10px;
  width: 280px;
  height: 140px;
}
.p-case-contents-pic__title {
  margin-bottom: 10px;
  line-height: 1.3333333333;
  font-size: 15px;
  color: #58504c;
}
.p-case-contents-pic__text {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 12px;
  color: #918b88;
}
.p-case-contents__link {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.p-case-contents__cap {
  margin: 15px 0 25px;
  line-height: 1.4545454545;
  font-size: 11px;
  color: #a39d9a;
}
.p-case__text {
  margin-top: 5px;
  text-align: right;
  font-size: 1.2em;
}
.p-case__text a {
  color: #6d9dd0;
}
.p-case__link {
  margin-bottom: 20px;
}
.p-case__case-info {
  margin-bottom: 20px;
  width: calc(100% - 20px - 20px);
}

.p-comment {
  margin-bottom: 75.5px;
}
.p-comment > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-comment__title {
  margin-bottom: 30px;
}
.p-comment__lead {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-comment__lead__pic {
  margin-right: 10px;
}
.p-comment__lead__text {
  flex: 1;
  line-height: 1.5;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2rem;
}

.p-operations {
  margin-bottom: 80px;
}
.p-operations > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-operations__title {
  margin-bottom: 30px;
}
.p-operations__text {
  margin-bottom: 25.5px;
}
.p-operations__table {
  margin-bottom: 30px;
}
.p-operations__table thead th {
  width: 221px;
  text-align: center;
  font-size: 1.1em;
}
.p-operations__table thead th .inner-text {
  font-weight: bold;
}
.p-operations__table tbody td {
  line-height: 1.4545454545;
  font-size: 1.1em;
}
.p-operations__table .p-table__list__item {
  line-height: 1.4545454545;
}
.p-operations__check {
  margin-bottom: 40px;
}
.p-operations__check__contents {
  display: flex;
  flex-direction: column;
}
.p-operations__check__contents .p-operations__item {
  order: 99;
}
.p-operations__check__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #f4f2f0;
}
.p-operations__check__item {
  box-sizing: border-box;
  padding: 15px 15px 12.5px;
  width: 50%;
}
.p-operations__check__item:nth-child(1), .p-operations__check__item:nth-child(2) {
  border-bottom: 2px solid #fff;
}
.p-operations__check__item:nth-child(odd) {
  border-right: 1px solid #fff;
}
.p-operations__check__item:nth-child(even) {
  border-left: 1px solid #fff;
}
.p-operations__check__text {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
}
.p-operations__check__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  width: 300px;
  height: 50px;
  background: url(../../../img/pc/arrow/arrow6.png) right 15px center no-repeat #c7bcb4;
  font-size: 1.5em;
  color: #7e7774;
  transition: opacity 0.15s linear;
}
.p-operations__check__link a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.p-operations__item {
  margin-top: 10px;
  padding: 10px 10px 10.5px;
}
.p-operations__item.is-hide {
  display: none;
}
.p-operations__item.is-sactive {
  display: block;
}
.p-operations__item__inner {
  display: flex;
  flex-direction: column;
}
.p-operations__item__text {
  line-height: 1.6;
  font-size: 1.5em;
  order: 2;
}
.p-operations__summary {
  margin-bottom: 10.5px;
}

.p-check__item label {
  display: flex;
  align-items: baseline;
  line-height: 1.3846153846;
  font-size: 1.3em;
}
.p-check__item input {
  margin-right: 10px;
}
.p-check__item + .p-check__item {
  margin-top: 7.5px;
}

.p-recommend-operations {
  display: none;
}
.p-recommend-operations.is-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recommend-operations__title {
  width: 100%;
}
.p-recommend-operations .p-operations__item {
  width: 322px;
  box-sizing: border-box;
}

.p-other-operations__title {
  margin-bottom: 5px;
}
.p-other-operations__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-other-operations__item {
  width: 327px;
  border-bottom: 1px solid #c5bcb5;
}
.p-other-operations__item__inner {
  display: flex;
  position: relative;
  align-items: center;
  padding: 5px 0;
  background: url(../../../img/pc/arrow/arrow5.png) right center no-repeat;
}
.p-other-operations__item__pic {
  margin-right: 10px;
}
.p-other-operations__item__text a {
  line-height: 1.4666666667;
  font-size: 1.5em;
  color: #7e7774;
}

.p-price {
  margin-bottom: 80px;
}
.p-price > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-price__title {
  margin-bottom: 18.5px;
}
.p-price__item {
  padding-left: 24px;
  background: url(../../../img/pc/list_item_bg.png) 0 center no-repeat;
  line-height: 18px;
  font-size: 1.5em;
}
.p-price__item + .p-price__item {
  margin-top: 6px;
}
.p-price__text {
  margin-bottom: 15.5px;
}
.p-price__text .small {
  margin-top: 9px;
  font-size: 0.75em;
}
.p-price__link {
  margin-bottom: 25.5px;
}
.p-price__button a {
  width: 300px;
}
.p-price__list {
  border-top: 1px solid #d3cac3;
}
.p-price__list__item {
  width: 100%;
}
.p-price__list__item dl {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0;
  width: 100%;
  border-right: 1px solid #d3cac3;
  border-right: 0;
  border-bottom: 1px solid #d3cac3;
  box-sizing: border-box;
}
.p-price__list__item dt,
.p-price__list__item dd {
  margin: 0;
  padding: 5px 10px;
  border-left: 1px solid #d3cac3;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}
.p-price__list__item dt {
  display: flex;
  align-items: center;
  padding: 5px 6px;
  width: 30%;
  width: 250px;
  border-right: 1px solid #d3cac3;
  border-left: 0;
  background: #f5f3f1;
  background: url(../../../img/pc/arrow/arrow.png) right 9px center no-repeat #f5f3f1;
}
.p-price__list__item dt .pic {
  margin-right: 11px;
  width: 35px;
}
.p-price__list__item dt .pic img {
  width: 100%;
  height: auto;
}
.p-price__list__item dt a {
  font-weight: bold;
  color: #7f7875;
}
.p-price__list__item dd {
  width: 60%;
  border: 0;
  line-height: 1.1666666667;
}
.p-price__list__item dd .tax-included {
  font-size: 0.8333333333em;
}
.p-price__list__item .small {
  display: inline-block;
}

.p-methods {
  margin-bottom: 20px;
}
.p-methods__list {
  margin-bottom: 20px;
}

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

.p-flow .js-accordion__button {
  position: relative;
  cursor: pointer;
}
.p-flow .js-accordion__contents {
  transition: all 0.4s ease-in;
  transform: rotate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.p-flow .js-accordion.is-open > .js-accordion__button::after {
  transform: rotate(180deg);
  will-change: rotate;
}
.p-flow .js-accordion.is-open .js-accordion__contents {
  will-change: transform;
}
.p-flow .js-accordion.is-open-initially .js-accordion__contents {
  transition-duration: 0s;
  height: auto;
  max-height: none;
}
.p-flow__button a {
  margin: 0 auto 0 0;
}
.p-flow__list {
  margin-bottom: 30px;
}
.p-flow .js-accordion {
  margin-bottom: 30px;
}
.p-flow .js-accordion__contents {
  position: relative;
  height: 310px;
  height: 380px;
  max-height: 310px;
  max-height: 380px;
}
.p-flow .js-accordion.is-open .js-load-more {
  display: none;
}
.p-flow .js-load-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.p-load-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  cursor: pointer;
  font-size: 1.2em;
}
.p-load-more::after {
  content: "";
  display: block;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: url(../../../img/pc/arrow/arrow6.png) 0 0 no-repeat;
}

.p-after-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-after-service__title {
  margin-bottom: 15.5px;
  width: 100%;
}
.p-after-service__text:first-of-type {
  flex: 1;
  margin-bottom: 15.5px;
}
.p-after-service__contents {
  margin-top: px2vw(35.5);
  margin-bottom: px2vw(35.5);
  width: px2vw(210px);
}
.p-after-service__contents__wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  width: 310px;
}
.p-after-service__contents__text {
  margin-top: 5px;
  text-align: center;
  font-size: 1.1rem;
}
.p-after-service__link {
  margin-top: 10.5px;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
}
.p-after-service__link a {
  color: #6d9dd0;
}

.p-downtime > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-downtime__title {
  margin-bottom: 25.5px;
}
.p-downtime__text {
  margin-bottom: 15.5px;
}
.p-downtime__link {
  margin-bottom: 35.5px;
  text-align: right;
  font-size: 1.2rem;
}
.p-downtime__link a {
  color: #6d9dd0;
}

.p-symptoms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-symptoms__title {
  margin-bottom: 20px;
  width: 100%;
}
.p-symptoms__text {
  flex: 1;
  margin-bottom: px2vw(35.5);
}
.p-symptoms .pic1 {
  margin: 0 0 20px 20px;
}
.p-symptoms__contents {
  margin-bottom: 15.5px;
  width: 322px;
}
.p-symptoms__contents__title {
  margin-bottom: 9.5px;
  padding-left: 24px;
  background: url(../../../img/pc/list_item_bg.png) 0 center no-repeat;
  line-height: 18px;
  font-size: 1.5em;
  font-weight: bold;
}
.p-symptoms__contents__text {
  line-height: 1.6;
  font-size: 1.5em;
  text-align: justify;
}
.p-symptoms .pic2 {
  width: 100%;
}

.p-faq {
  margin-bottom: 80px;
}
.p-faq > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-faq__title {
  margin-bottom: 30px;
}
.p-faq__list {
  margin-bottom: 30px;
  border-top: 1px solid #e5dfdb;
}

.p-features {
  margin-bottom: 75.5px;
}
.p-features > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-features__title {
  margin-bottom: 30px;
}

.p-sources {
  margin-bottom: 77px;
}
.p-sources > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-sources__title {
  margin-bottom: 37px;
}

.p-clinic-summary {
  margin-right: 0;
  margin-left: 0;
}
.p-clinic-summary__title {
  margin-bottom: 30px;
}
.p-clinic-summary__wrapper {
  padding: 14px 14px 14px 19px;
}
.p-clinic-summary .p-cv__list a {
  width: 214px;
}
.p-clinic-summary .p-cv-button__text {
  font-size: 1.4em;
}
.p-clinic-summary .clinic {
  width: auto;
}
.p-clinic-summary .slide {
  width: 187px;
}

.webp .p-title {
  background-image: url(../../../img/pc/contents_breasts_title_bg.webp);
}
.webp .p-operations__check__link a {
  background-image: url(../../../img/pc/arrow/arrow6.webp);
}
.webp .p-other-operations__item__inner {
  background-image: url(../../../img/pc/arrow/arrow5.webp);
}
.webp .p-price__item {
  background-image: url(../../../img/pc/list_item_bg.webp);
}
.webp .p-symptoms__contents__title {
  background-image: url(../../../img/pc/list_item_bg.webp);
}
.webp .p-sources__item > a::before {
  background-image: url(../../../img/pc/arrow/arrow6.webp);
}
