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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 300px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-title__text {
  text-align: center;
  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: 3.4rem;
  color: #fff;
}

.p-title__text::after {
  content: attr(data-eng);
  display: block;
  margin-top: 15px;
  width: 100%;
  text-transform: capitalize;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  color: #7e7774;
}

.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-anchor__item {
  box-sizing: border-box;
  width: 136px;
}
.p-anchor__item:last-child {
  margin-right: 0;
}
.p-anchor__item a {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 4px;
  background: linear-gradient(#f0edea, #dfd8d2);
  text-align: center;
  line-height: 1;
  font-size: 1.2em;
  color: #7e7774;
  transition: color 0.15s linear, border 0.15s linear;
}
.p-anchor__item a:hover {
  text-decoration: none;
  color: #ec7c78;
}
.p-anchor__item a:hover::after {
  border-color: #ec7c78;
}
.p-anchor__item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #c7bcb4;
  border-bottom: 1px solid #c7bcb4;
  transform: rotate(45deg);
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  height: 77px;
  background: url(../../img/pc/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  text-align: center;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
}

.webp .p-box__title {
  background-image: url(../../img/pc/contents_operation_contents_title_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-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-doctors__list {
  display: flex;
  justify-content: space-between;
}
.p-doctors__item {
  position: relative;
  width: 322px;
  height: 130px;
  border: 1px solid #c5bcb5;
  box-sizing: border-box;
  transition: opacity 0.15s linear;
}
.p-doctors__item:hover {
  opacity: 0.5;
}
.p-doctors__item > *:not([class*=pic]) {
  margin-left: 100px;
  text-align: center;
}
.p-doctors__item__title {
  margin-bottom: 8px;
  padding-top: 24px;
  font-size: 1.1em;
}
.p-doctors__item__name {
  margin-bottom: 9px;
  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: 2em;
  font-weight: bold;
}
.p-doctors__item__name a {
  text-decoration: none;
  color: #6d6562;
}
.p-doctors__item__name a:hover {
  text-decoration: none;
}
.p-doctors__item__name a::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.p-doctors__item__text {
  line-height: 1.5;
  font-size: 1.2em;
}
.p-doctors__item__pic {
  position: absolute;
  top: 0;
  left: 0;
}

.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-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-cv {
  display: flex;
  align-items: center;
  padding-right: 20px;
  height: 100px;
  background: #f4f2f0;
}
.p-cv__list {
  display: flex;
  flex: 1;
  margin: 0 0 0 auto;
  width: 100%;
}

.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-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-title {
  background-image: url(../../img/pc/about_title_bg.jpg);
}
.p-title__text {
  color: #584f4c;
}

.p-update-date {
  margin: 0 0 10px;
  text-align: right;
  font-size: 1.2em;
}

.p-anchor {
  margin-bottom: 22px;
}
.p-anchor__item {
  margin-bottom: 8px;
  width: 230px;
}

.p-lead {
  line-height: 1.6;
  font-size: 1.5em;
  margin-bottom: 45.5px;
}

.p-box > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-box__title {
  margin-bottom: 30px;
}
.p-box__text {
  line-height: 1.6;
  font-size: 1.5em;
}

.p-reasons {
  margin-bottom: 75.5px;
}
.p-reasons__title {
  margin-bottom: 30px;
}

.p-doctors {
  margin-bottom: 80px;
}

.p-flow__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.p-flow__contents__title {
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 1.5em;
}
.p-flow__contents__text {
  line-height: 1.6;
  font-size: 1.5em;
  margin-bottom: 11.5px;
}
.p-flow__contents__text .small {
  display: inline-block;
  margin-top: 11px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5714285714;
  font-size: 0.9333333333em;
}
.p-flow__contents__text .small + .small {
  margin-top: 0;
}

.p-counseling {
  margin-bottom: 80px;
}
.p-counseling__text {
  line-height: 1.6;
  font-size: 1.5em;
  margin-bottom: 25.5px;
}
.p-counseling__list {
  margin-bottom: 30px;
}
.p-counseling .p-inquiry {
  margin-top: 30px;
  margin-right: 0;
}
.p-counseling .p-inquiry__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 135px;
  height: 100%;
  border-right: 2px solid #c5bcb5;
  text-align: center;
  line-height: 1.4285714286;
  font-size: 1.4em;
  font-weight: bold;
}
.p-counseling .p-inquiry__tel {
  margin-right: 20px;
}
.p-counseling .p-inquiry__tel__text {
  margin-top: 10px;
  text-align: center;
}
.p-counseling .p-inquiry .p-cv__list {
  justify-content: space-evenly;
}
.p-counseling__contents {
  padding: 30px;
  background: #f4f2f0;
}
.p-counseling__contents__title {
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: bold;
}
.p-counseling__contents__text {
  font-size: 1.5em;
}
.p-counseling__contents__text .small {
  display: inline-block;
  margin-top: 6.5px;
  line-height: 1.5384615385;
  font-size: 0.8666666667em;
}
.p-counseling__contents__text .small + .small {
  margin-top: 0;
}
.p-counseling__contents__text + .p-counseling__contents__title {
  margin-top: 21.5px;
}
.p-counseling__contents__item {
  margin-bottom: 15px;
}
.p-counseling__contents__link {
  margin-top: 10px;
  text-align: right;
  font-size: 1.2em;
}
.p-counseling__contents__link a {
  color: #6d9dd0;
}

.p-useful__item__title {
  padding-left: 24px;
  background: url(../../img/pc/list_item_bg.png) 0 center no-repeat;
  line-height: 1.2;
  font-size: 1.5em;
}
.p-useful__item__text {
  margin-top: 6px;
  margin-left: 24px;
  line-height: 1.6153846154;
  font-size: 1.3em;
}

.p-cv-button.counseling a::after {
  content: "ドクターが診察します";
}

.p-payment {
  margin-bottom: 80px;
}
.p-payment__pic {
  float: right;
  margin-bottom: 15px;
}
.p-payment__text {
  line-height: 1.6;
  font-size: 1.5em;
}
.p-payment__list {
  clear: both;
  margin-bottom: 30px;
  border: 1px solid #c5bcb5;
}
.p-payment__list + .p-payment__text {
  float: left;
  width: 344px;
}

.p-faq,
.p-access {
  clear: both;
  margin-bottom: 80px;
}
.p-faq__text,
.p-access__text {
  line-height: 1.6;
  font-size: 1.5em;
  float: left;
  width: 344px;
}

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