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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.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-tab__list {
  display: flex;
  justify-content: space-between;
}
.p-tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../../img/pc/tab_item_bg.png);
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-color: #f4f2f0;
  font-weight: bold;
  color: #7e7774;
}
.p-tab__item a:hover {
  text-decoration: none;
}
.p-tab__item a:hover > * {
  opacity: 1;
}
.p-tab__item.is-active a {
  background-image: url(../../../img/pc/tab_item_bg_a.png);
  background-color: #c7bcb4;
  color: #fff;
}

.webp .p-tab__item a {
  background-image: url(../../../img/pc/tab_item_bg.webp);
}
.webp .p-tab__item.is-active a {
  background-image: url(../../../img/pc/tab_item_bg_a.webp);
}

.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-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-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-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-title__text {
  color: #584f4c;
}
.p-title__text::after {
  text-transform: uppercase;
}

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

.p-tab {
  margin-bottom: 30px;
}
.p-tab__list {
  border-bottom: 1px solid #707070;
}
.p-tab__item {
  width: 175.25px;
}
.p-tab__item a {
  height: 40px;
  font-size: 1.2em;
}
.p-tab__item.is-active a {
  background-color: #7f7875;
}

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

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

.p-faq__answer__list {
  margin: 15px 0;
}
.p-faq__answer__item {
  display: flex;
  align-items: center;
}
.p-faq__answer__item::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url(../../../img/pc/list_item_bg.png) 0 0 no-repeat;
}
.p-faq__answer__link {
  margin-top: 15px;
}
.p-faq__answer__link > * {
  line-height: 1.625;
}

.p-cv-button {
  margin-top: 15px;
}
.p-cv-button.counseling a::after {
  content: "ドクターによるカウンセリング。初診・再診ともに無料";
}
.p-cv-button.consultation a::after {
  content: "24時間以内に返信致します。";
}

.p-text-link {
  text-align: right;
}
.p-text-link a {
  line-height: 2.1666666667;
  font-size: 1.2em;
  color: #7e7774;
}

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