@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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-title__text {
  margin-top: -1.2vw;
  margin-bottom: calc(-3.4666666667vw - 1.2rem);
  line-height: 1.1851851852;
  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: 2.7rem;
  color: #fff;
}

.p-title__text::after {
  content: attr(data-eng);
  display: block;
  margin-top: 2.1333333333vw;
  width: 100%;
  text-transform: capitalize;
  line-height: 1;
  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.2rem;
  color: #7e7774;
}

.p-anchor {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
}
.p-anchor__item {
  overflow: hidden;
  flex: 1;
  margin: 0.1333333333vw;
  height: 12vw;
  border-radius: 0.6933333333vw;
}
.p-anchor__item a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.1rem;
  height: 100%;
  background: linear-gradient(#f0edea, #dfd8d2);
  text-align: center;
  line-height: 1.1;
  font-size: 1rem;
  white-space: nowrap;
  color: #7e7774;
  box-sizing: border-box;
}
.p-anchor__item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 1.6vw;
  margin-right: -0.9333333333vw;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-right: 0.2666666667vw solid #7e7774;
  border-bottom: 0.2666666667vw solid #7e7774;
  transform: rotate(45deg);
}
.p-anchor__item.two-line a {
  padding-bottom: 0.2rem;
}
.p-anchor.headroom--not-top {
  position: fixed;
  top: 16.9333333333vw;
  right: 0;
  left: 0;
  z-index: 1000;
}
.p-anchor.headroom--unpinned {
  top: 0;
}
.p-anchor.is-bottom {
  opacity: 0;
  pointer-events: none;
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.8vw;
  height: 20.2666666667vw;
  background: url(../../../img/sp/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.1538461538;
  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: 2.6rem;
  color: #fff;
  box-sizing: border-box;
}

.webp .p-box__title {
  background-image: url(../../../img/sp/contents_operation_contents_title_bg.webp);
}

.p-text-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.p-text-link a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 1.3333333333vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../../img/sp/arrow1.png) right center no-repeat;
  background-size: 3.7333333333vw;
}

.webp .p-text-link a::after {
  background-image: url(../../../img/sp/arrow1.webp);
}

.p-faq__item {
  border-bottom: 0.2666666667vw solid #d4d0ce;
}
.p-faq__item .is-open .p-faq__question {
  padding: 4.2666666667vw 8.8vw 2.6666666667vw 17.6vw;
}
.p-faq__item .is-open .p-faq__question::after {
  opacity: 0;
}
.p-faq__item .is-open-initially .p-faq__question {
  transition-duration: 0s;
}
.p-faq__item:nth-child(odd) {
  background-color: #f4f2f0;
}
.p-faq__contents {
  border-top: 0.2666666667vw solid #fff;
  border-bottom: 0.2666666667vw solid #fff;
  box-sizing: border-box;
}
.p-faq__question {
  display: flex;
  position: relative;
  align-items: center;
  padding: 7.7333333333vw 8.8vw 7.7333333333vw 17.6vw;
  min-height: 11.7333333333vw;
  background: url(../../../img/sp/qa_question_title_bg.png) 4.2666666667vw center no-repeat;
  background-size: 10.8vw auto;
  text-decoration: none;
  transition: padding 0.4s ease-in;
}
.p-faq__question::after {
  transition: opacity 0.4s ease-in;
}
.p-faq__question__title, .p-faq__question__text {
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  color: #7f7875;
}
.p-faq__answer__inner {
  padding: 0.2666666667vw 6.9333333333vw 3.7333333333vw 17.6vw;
  background: url(../../../img/sp/qa_answer_title_bg.png) 4.4vw 1.2vw no-repeat;
  background-size: 9.4666666667vw auto;
}
.p-faq__answer a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-faq__answer__title {
  margin-bottom: 1.3333333333vw;
  line-height: 1.6923076923;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-faq__answer__title a {
  font-weight: bold;
}
.p-faq__answer__text {
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.p-faq__answer__text + .p-faq__answer__text {
  margin-top: 1em;
}

.webp .p-faq__question {
  background-image: url(../../../img/sp/qa_question_title_bg.webp);
}
.webp .p-faq__answer__inner {
  background-image: url(../../../img/sp/qa_answer_title_bg.webp);
}

.p-cv-button a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 16.5333333333vw;
  border: 0.8vw solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  text-decoration: none;
  color: #fff;
}
.p-cv-button a::after {
  display: block;
  border-top: 0.2666666667vw solid #796d63;
  opacity: 0.7;
  text-align: center;
  line-height: 1.9;
  font-size: 1rem;
  color: #f5f2f0;
}
.p-cv-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 10.1333333333vw;
  border-bottom: 0.2666666667vw solid #403731;
  text-align: center;
  line-height: 1.1875;
  font-size: 1.6rem;
}
.p-cv-button__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.1333333333vw;
  height: 100%;
  background: url(../../../img/sp/arrow_cv.png) center no-repeat;
  background-size: 5.6vw auto;
}

.webp .p-cv-button__text::after {
  background-image: url(../../../img/sp/arrow_cv.webp);
}

.p-title {
  background-image: url(../../../img/sp/faq_title_bg.jpg?v=2112);
}
.p-title__text {
  color: #584f4c;
}
.p-title__text::after {
  text-transform: uppercase;
}

.p-update-date {
  margin: 2.6666666667vw 2.6666666667vw;
  text-align: right;
  font-size: 1.2rem;
}

.p-tab {
  margin-bottom: 2.6666666667vw;
}
.p-tab__item {
  flex-basis: 25%;
}

.p-anchor__list {
  margin-top: 2.5333333333vw;
  margin-right: 2.8vw;
  margin-bottom: 2.5333333333vw;
  margin-left: 2.8vw;
}
.p-anchor__item {
  flex-basis: calc((100% - 2.1333333333vw) / 3);
}

.p-box {
  margin-bottom: 10.6666666667vw;
}

.js-accordion__button {
  position: relative;
  cursor: pointer;
}
.js-accordion__contents {
  transition: all 0.4s ease-in;
  transform: rotate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion__button::after {
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion__contents {
  will-change: transform;
}
.js-accordion.is-open-initially .js-accordion__contents {
  transition-duration: 0s;
  height: auto;
  max-height: none;
}

.js-accordion__button::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.4vw;
  z-index: 10;
  padding-top: 3.7333333333vw;
  width: 3.7333333333vw;
  background: url(../../../img/sp/arrow2.png) center no-repeat;
  background-size: cover;
  opacity: 1;
}

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

.p-faq__answer__inner > *:last-child {
  margin-bottom: 0;
}
.p-faq__answer__list {
  margin: 2.1333333333vw 0;
}
.p-faq__answer__item {
  display: flex;
  align-items: baseline;
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.p-faq__answer__item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 1.3333333333vw;
  width: 3.2vw;
  height: 3.2vw;
  background: url(../../../img/sp/list_item_bg.png) 0 0 no-repeat;
  background-size: contain;
}
.p-faq__answer__link {
  margin-top: 4.8vw;
  text-align: right;
}
.p-faq__answer__link .p-text-link {
  line-height: 1.8333333333;
  font-size: 1.2rem;
}
.p-faq__answer__link .p-text-link a {
  color: #7e7774;
}

.webp .p-title {
  background-image: url(../../../img/sp/faq_title_bg.webp?v=2112);
}
.webp .js-accordion__button::after {
  background-image: url(../../../img/sp/arrow2.webp);
}
.webp .p-faq__answer__item::before {
  background-image: url(../../../img/sp/list_item_bg.webp);
}
