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

File Name:
Note:

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
.c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.c-button a:hover {
  color: #f5f2f0 !important;
}
.c-button a .inner-text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  box-sizing: border-box;
}
.c-button a .inner-text::before, .c-button a .inner-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) top left no-repeat;
  opacity: 1;
  transition: opacity 0.1s;
}
.c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.c-button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.c-button.line a::after {
  content: "メールアドレス不要で気軽に質問。";
}
.c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.c-button.line .inner-text::after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 31px;
  height: 29px;
  background: url(../img/qa_line.png) top left no-repeat;
}
.c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.c-button.attribute a::after {
  content: attr(data-subtext);
}
.c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity 0.1s;
}

.p-lead {
  margin-bottom: 30px;
}
.p-lead__pic {
  text-align: center;
}

.p-campaign__list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.p-campaign__item {
  width: 252px;
}
.p-campaign__item a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.p-campaign__item a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.p-campaign__item a .inner-text2 {
  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: 10px;
}
.p-campaign__item a:hover {
  text-decoration: none;
}
.p-campaign__item a:hover > *, .p-campaign__item a:hover::before {
  color: #f5f2f0;
}
.p-campaign__item a:hover .inner-text1 {
  opacity: 1;
}
.p-campaign__item a:hover::after {
  background: url(../../../../img/broadcast_common_btn_arrow_h.png) right top no-repeat;
}
.p-campaign__item a::before {
  content: none;
}
.p-campaign__item a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../../../../img/broadcast_common_btn_arrow.png) right top no-repeat;
}
.p-campaign__item.btn-counseling {
  margin-right: 5px;
}

.p-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.p-anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.p-anchor .anchor-item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
  line-height: 1.2307692308;
  font-size: 1.3em;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.p-anchor .anchor-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor .anchor-item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}
.p-anchor {
  margin-bottom: 40px;
}
.p-anchor .anchor-list {
  margin-right: 0;
  margin-left: 0;
  gap: 5px;
}
.p-anchor .anchor-item {
  margin: 0;
  flex-basis: 100px;
}
.p-anchor .anchor-item a:hover {
  text-decoration: none;
}

.p-contents {
  margin-bottom: 60px;
}
.p-contents__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  width: 704px;
  height: 77px;
  background: url(../../../../img/contents_operation_contents_title_bg.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  text-align: center;
  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;
  margin-bottom: 30px;
}
.p-contents > *:not(.p-contents__title) {
  margin-right: 10px;
  margin-left: 10px;
}
.p-contents a {
  color: #6d9cd0;
}
.p-contents__text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}
.p-contents__sub-title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #94bc5a;
  border-bottom: 1px solid #baafa6;
  padding: 0 0 1px 12px;
  height: 41px;
  border-top: 3px solid;
  border-bottom: 1px solid #baafa6;
  background: linear-gradient(#fefdfd, #f4f2f0);
  line-height: 41px;
  font-size: 1.6em;
  color: #7f7875;
  border-top-color: #94bc5a;
}

.c-button a {
  color: #fff;
}
.c-button a:hover {
  text-decoration: none;
}
.c-button a:hover > * {
  opacity: 1;
}
.c-button a:hover .inner-text::before {
  opacity: 1;
  background-image: url(../../../../img/arrow/arrow16_h.png);
}
.c-button a .inner-text::before {
  background-image: url(../../../../img/arrow/arrow16.png);
}
.c-button a .inner-text::after {
  content: initial;
}

.p-about__contents {
  display: flex;
  column-gap: 20px;
}
.p-about__contents__text .small {
  font-size: 0.7142857143em;
}
.p-about__link {
  text-align: right;
  font-size: 1.4em;
}
.p-about__link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../../../../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.p-about__link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}
.p-about__link {
  margin-top: 20px;
}
.p-about__link a:hover {
  text-decoration: none;
}
.p-about__subcontents {
  margin-top: 40px;
}
.p-about__subcontents__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
  padding-left: 300px;
  position: relative;
  min-height: 226px;
}
.p-about__subcontents .text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0;
  padding: 9px 12px;
  border-radius: 4px;
  background: #f5f3f1;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
.p-about__subcontents .text .emphasis {
  padding: 0;
  background: none;
  font-weight: bold;
  color: #ec7c78;
}
.p-about__subcontents .text:nth-child(even) {
  align-self: flex-end;
}
.p-about__subcontents .pic {
  position: absolute;
  top: 0;
  left: 0;
}

.p-feature__lead {
  display: grid;
  gap: 20px;
  margin-bottom: 60px;
}
.p-feature__lead__text {
  grid-row: 1/2;
  grid-column: 1/4;
}
.p-feature__lead__pic {
  grid-row: 1/3;
  grid-column: 4/5;
}
.p-feature__lead__movie {
  display: flex;
  grid-row: 3/4;
  grid-column: 1/5;
  column-gap: 20px;
}
.p-feature__lead__movie video {
  width: calc(50% - 10px);
  height: auto;
}
.p-feature__lead__table {
  grid-row: 4/5;
  grid-column: 1/5;
}
.p-feature__lead__table table th,
.p-feature__lead__table table td {
  padding: 5px 10px;
  border: 1px solid #d3cac3;
  line-height: 1.5;
  font-size: 12px;
}
.p-feature__lead__table table th {
  background: #eae5e2;
  font-weight: bold;
  white-space: nowrap;
}
.p-feature__lead__table table thead td {
  width: 146px;
}
.p-feature__lead__table table thead th {
  width: 269px;
  text-align: center;
}
.p-feature__lead__table table tbody td .c-circle {
  padding-left: 12px;
  text-indent: -12px;
}
.p-feature__lead__table table tbody td .c-circle::before {
  margin-right: 2px;
  font-size: 10px;
  vertical-align: 1px;
}
.p-feature__lead__table table tbody td .c-circle + .c-circle {
  margin-top: 5px;
}
.p-feature__anchor-link {
  grid-row: 2/3;
  grid-column: 1/4;
  float: left;
}
.p-feature__anchor-link__item {
  margin-bottom: 6px;
}
.p-feature__anchor-link__item:last-child {
  margin: 0;
}
.p-feature__anchor-link__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 6px 0 6px 81px;
  height: 62px;
  background: linear-gradient(#fcfbfb, #ddd8d1);
  text-align: center;
  line-height: 1.3333333333;
  font-size: 1.8em;
  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: 66px;
  height: 46px;
  border-right: 1px solid #fff;
  background: url(../../../../img/contents_operation_points_anchor_bg.png) center no-repeat;
  box-shadow: inset -1px 0 0 #c4c0be;
}
.p-feature__anchor-link__item a:hover {
  text-decoration: none;
  color: #ed7b74;
}
.p-feature__contents__text {
  margin-bottom: 30px;
}
.p-feature__contents__text .emphasis {
  font-weight: bold;
}
.p-feature__contents__text .emphasis sup {
  line-height: 0;
}
.p-feature__contents__pic__title {
  padding: 10px 0;
  width: 100%;
  background: #7f7875;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.p-feature__contents + .p-feature__contents {
  margin-top: 40px;
}
.p-feature__contents.feature2 .p-feature__contents__pic {
  text-align: center;
}
.p-feature__contents.feature3 {
  display: grid;
  column-gap: 20px;
}
.p-feature__contents.feature3 .p-feature__contents__title {
  grid-row: 1/2;
  grid-column: 1/3;
}
.p-feature__contents.feature3 .p-feature__contents__text {
  grid-row: 2/3;
  grid-column: 1/2;
}
.p-feature__contents.feature3 .p-feature__contents__pic {
  grid-row: 2/3;
  grid-column: 2/3;
}

.p-treatment__text {
  margin-bottom: 40px;
}
.p-treatment__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 40px;
}
.p-treatment__contents {
  flex: 1;
  background: #f5f2f0;
}
.p-treatment__contents__title {
  padding: 5px 0;
  background: #9a9490;
  text-align: center;
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #fff;
}
.p-treatment__contents__title .emphasis {
  display: block;
  font-weight: bold;
  font-size: 1.1428571429em;
}
.p-treatment__contents__pic {
  margin-top: 13px;
  margin-bottom: 10px;
  text-align: center;
}
.p-treatment__contents__text {
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  line-height: 1.5;
  font-size: 1.2em;
}

.p-doctor-comment {
  position: relative;
  padding: 10px 20px 20px;
  background: #f3f3f0;
  border-radius: 6px;
}
.p-doctor-comment__title {
  margin-bottom: 10px;
  line-height: 1.625;
  font-size: 1.6em;
  font-weight: bold;
}
.p-doctor-comment__text {
  line-height: 2.2857142857;
  font-size: 1.4em;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 31px, #dfdad5 31px, #dfdad5 32px) repeat-y;
}
.p-doctor-comment__text::before {
  content: "";
  display: block;
  width: 165px;
  height: 128px;
  background: #f3f3f0;
  float: right;
}
.p-doctor-comment__text .signature {
  display: block;
  text-align: right;
}
.p-doctor-comment__pic {
  position: absolute;
  top: -8px;
  right: 4px;
}

.p-quality__contents {
  position: relative;
  margin-bottom: 20px;
  padding-left: 185px;
  height: 110px;
  background: linear-gradient(to right, #f4f2f0, #f4f2f0 55%, #fff);
}
.p-quality__contents:last-of-type {
  margin-bottom: 0;
}
.p-quality__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 110px;
  background-position: left top;
  background-repeat: no-repeat;
}
.p-quality__contents__title {
  position: relative;
  margin-bottom: 10px;
  padding: 13px 0 15px 17px;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 20px;
  color: #7f7875;
}
.p-quality__contents__title em {
  color: #ec7c78;
}
.p-quality__contents__title::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(to right, #ea7d7a, #f0a09a 24%, #f5c2ba 79%, rgba(245,194,186,0));
}
.p-quality__contents__text {
  margin: 0 0 0 17px;
  line-height: 1.4285714286;
  font-size: 14px;
  color: #7f7875;
}
.p-quality__contents__pic {
  position: absolute;
  top: 0;
  left: 45px;
}
.p-quality__contents.reason1::before {
  background-image: url(../../../../img/contents_operation_reason1_bg.gif);
}
.p-quality__contents.reason2::before {
  background-image: url(../../../../img/contents_operation_reason2_bg.gif);
}
.p-quality__contents.reason3::before {
  background-image: url(../../../../img/contents_operation_reason3_bg.gif);
}
.p-quality__contents.reason4::before {
  background-image: url(../../../../img/contents_operation_reason4_bg.gif);
}
.p-quality__contents.reason5::before {
  background-image: url(../../../../img/contents_operation_reason5_bg.gif);
}

.p-faq .p-faq__item {
  overflow: hidden;
}
.p-faq .p-faq__item .question .text,
.p-faq .p-faq__item .answer .text {
  font-size: 1.6em;
  color: #7f7875;
}
.p-faq .p-faq__item .question {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  border-bottom: 1px solid #d4d0ce;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
  cursor: pointer;
}
.p-faq .p-faq__item .question::after {
  transform: rotate(90deg);
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 14px;
  height: 14px;
  background: url(../../../../img/arrow/arrow18.png) center no-repeat;
}
.p-faq .p-faq__item .question .text {
  font-weight: bold;
}
.p-faq .p-faq__item .answer {
  position: relative;
  padding-top: 25px;
  padding-right: 9px;
  padding-bottom: 15px;
}
.p-faq .p-faq__item .answer::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.p-faq .p-faq__item .answer .text {
  line-height: 1.625;
}
.p-faq .p-faq__item:nth-child(1) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no1_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(2) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no2_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(3) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no3_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(4) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no4_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(5) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no5_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(6) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no6_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(7) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no7_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(8) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no8_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(9) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no9_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(10) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no10_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(11) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no11_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(12) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no12_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(13) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no13_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(14) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no14_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(15) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no15_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(16) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no16_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(17) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no17_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(18) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no18_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(19) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no19_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item:nth-child(20) .question {
  background: url(../../../../img/qa_question_title_bg.png) 21px center no-repeat, url(../../../../img/qa_index_ranking_no20_bg2.png) right 37px bottom 12px no-repeat, linear-gradient(to right, #fff 12.64%, #f5f2f0);
}
.p-faq .p-faq__item {
  border-bottom: 1px solid #d4d0ce;
}
.p-faq .p-faq__item .question {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 77px;
  min-height: 100px;
  box-sizing: border-box;
  border: 0;
  box-shadow: none;
  cursor: auto;
}
.p-faq .p-faq__item .question .text {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #7f7875;
}
.p-faq .p-faq__item .question::after {
  content: initial;
}
.p-faq .p-faq__item .answer {
  overflow: hidden;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 77px;
  background: url(../../../../img/qa_answer_title_bg.png) 23px 30px no-repeat, linear-gradient(280deg, #fdeeeb, #fef6f4);
}
.p-faq .p-faq__item .answer .title {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #7f7875;
}
.p-faq .p-faq__item .answer .text {
  margin-bottom: 15px;
}
.p-faq .p-faq__item .answer > .pic.right {
  float: right;
  margin: 0 0 20px 20px;
}
.p-faq .p-faq__item .answer .link {
  text-align: right;
}
.p-faq .p-faq__item .answer .link a {
  display: inline-block;
  padding: 0 30px 0 15px;
  border: 1px solid #d0cac8;
  border-radius: 8px;
  background: url(../../img/arrow/arrow.png) right 10px center no-repeat #fff;
  line-height: 27px;
  color: #7f7875;
}
.p-faq .p-faq__item .answer *:last-child {
  margin-bottom: 0;
}
.p-faq .p-faq__item .answer::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 1px;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.p-faq .p-faq__item .answer:has(.pic) {
  display: flex;
  column-gap: 20px;
}
.p-faq .p-faq__item .answer:has(.pic) .text {
  order: -1;
}

.p-price #feature .pic {
  margin-bottom: 10px;
}
.p-price #feature .pic img {
  border: 1px solid #baafa6;
}
.p-price #feature #service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 0;
}
.p-price #feature #service li {
  border: 1px solid #baafa6;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-price #feature #service a:hover img {
  opacity: 0;
}
.p-price #feature #service li.transportation {
  background-image: url(../../../../img/sprite/hover/price/price_feature_transportation_h.png);
}
.p-price #feature #service li.oneday {
  background-image: url(../../../../img/sprite/hover/price/price_feature_oneday_h.png);
}
.p-price #feature #service li.guarantee {
  background-image: url(../../../../img/sprite/hover/price/price_feature_guarantee_h.png);
}
.p-price #feature #service {
  display: flex;
  column-gap: 10px;
}
.p-price #feature #service li {
  border: 1px solid #baafa6;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-price #feature #service li a:hover img {
  opacity: 0;
}
.p-price #feature #service li:nth-child(1) {
  background-image: url(../img/sprite/hover/price/price_nav_counseling_h.png);
}
.p-price #feature #service li:nth-child(2) {
  background-image: url(../img/sprite/hover/price/price_nav_payment_h.png);
}
.p-price #feature #service {
  margin-bottom: 20px;
  margin-left: 0;
}
.p-price #feature #service li {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-price #feature #service a:hover img {
  opacity: 0;
}
.p-price #feature #service li.transportation {
  background-image: url(../../../../img/sprite/hover/price/price_feature_transportation_h.png);
}
.p-price #feature #service li.oneday {
  background-image: url(../../../../img/sprite/hover/price/price_feature_oneday_h.png);
}
.p-price #feature #service li.guarantee {
  background-image: url(../../../../img/sprite/hover/price/price_feature_guarantee_h.png);
}
.p-price #counseling dl {
  display: flex;
  align-items: center;
  border: 1px solid #baafa6;
}
.p-price #counseling dt,
.p-price #counseling dd {
  display: flex;
  align-items: center;
  height: 81px;
}
.p-price #counseling dt {
  justify-content: center;
  width: 83px;
  border-right: 1px dotted #baafa6;
  background: #f2efed;
}
.p-price #counseling dd {
  padding: 0 15px 0 29px;
}
.p-price #counseling dd img {
  margin-right: 30px;
}
.p-price #counseling dd small {
  display: inline-block;
  width: 270px;
  text-indent: -1em;
  line-height: 1.25;
  font-size: 1em;
  color: #7f7875;
}
.p-price #counseling dd:nth-child(2) {
  flex: 1;
}
.p-price #counseling dd:last-child {
  padding: 0 14px 0 0;
}
.p-price #counseling dd.c-button {
  width: 206px;
}
.p-price #counseling dd.c-button a {
  width: 206px;
  box-sizing: border-box;
}
.p-price #counseling dd.c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.p-price #counseling dd.c-button a .inner-text::before, .p-price #counseling dd.c-button a .inner-text::after {
  right: 4px;
}
.p-price #payment p,
.p-price #payment li {
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.p-price #payment p li,
.p-price #payment li li {
  font-size: 1em;
}
.p-price #payment small {
  font-size: 1em;
}
.p-price #payment li,
.p-price #payment dt {
  line-height: 39px;
}
.p-price #payment li {
  display: list-item;
  padding: 0 0 0 40px;
  min-height: 39px;
  border-bottom: 1px dotted #baafa6;
  background-position: 13px 8px;
  background-repeat: no-repeat;
  font-weight: bold;
}
.p-price #payment li:first-child {
  letter-spacing: 0.5em;
}
.p-price #payment li:last-child {
  border: 0;
}
.p-price #payment li:nth-child(1) {
  background-image: url(../../../../img/sprite/num/price-no1.png);
}
.p-price #payment li:nth-child(2) {
  background-image: url(../../../../img/sprite/num/price-no2.png);
}
.p-price #payment li:nth-child(3) {
  background-image: url(../../../../img/sprite/num/price-no3.png);
}
.p-price #payment li:nth-child(4) {
  background-image: url(../../../../img/sprite/num/price-no4.png);
}
.p-price #payment dt {
  float: left;
  width: 110px;
}
.p-price #payment dd {
  overflow: hidden;
  padding: 10px 0 9px;
  line-height: 1.8333333333;
  font-weight: normal;
}
.p-price #payment dd li,
.p-price #payment dd dt {
  line-height: 1.8333333333;
}
.p-price #payment dd dt {
  float: none;
  width: auto;
}
.p-price #payment dd dd {
  overflow: auto;
  padding: 0;
}
.p-price #payment dd li {
  margin-left: 2em;
  padding: 0;
  min-height: 1px;
  border: 0;
  list-style-type: decimal;
  font-weight: normal;
}
.p-price #payment dd li:first-child {
  letter-spacing: 0;
}
.p-price #payment dd li:nth-child(n) {
  background-image: none;
}
.p-price #payment dd li li {
  margin: 0;
  list-style-type: none;
}
.p-price #payment dd li li, .p-price #payment dd li li::before {
  content: "◇";
}
.p-price #payment .wrapper {
  margin: 0;
  border: 1px solid #baafa6;
}
.p-price #payment .wrapper p {
  padding-left: 12px;
  border-bottom: 1px dotted #baafa6;
  line-height: 28px;
}
.p-price #pricelist .pagetop {
  margin-right: -10px;
}
.p-price #pricelist table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
}
.p-price #pricelist table thead td {
  border-bottom: 1px solid #baafa6;
}
.p-price #pricelist table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.p-price #pricelist table tbody th,
.p-price #pricelist table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.p-price #pricelist table tbody tr.separate th,
.p-price #pricelist table tbody tr.separate td {
  border-bottom-style: solid;
}
.p-price #pricelist table tbody tr:last-child th,
.p-price #pricelist table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.p-price #pricelist table tbody td {
  line-height: 24px;
}
.p-price #pricelist table thead th,
.p-price #pricelist table thead td {
  height: 33px;
  box-sizing: border-box;
}
.p-price #pricelist table thead th {
  padding: 4px;
  width: 125px;
  min-height: 24px;
  color: #7f7875;
}
.p-price #pricelist table thead td {
  padding: 0 1em;
  line-height: 1.3333333333;
}
.p-price #pricelist table thead .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 0.8333333333em;
  color: #918b88;
}
.p-price #pricelist table thead .note::before {
  content: "※";
  color: #ec7c78;
}
.p-price #pricelist table tbody tr:nth-child(even) th,
.p-price #pricelist table tbody tr:nth-child(even) td {
  background-color: #f2efed;
}
.p-price #pricelist table tbody th,
.p-price #pricelist table tbody td {
  line-height: 16/12;
}
.p-price #pricelist table tbody th {
  padding: 10px 10px 10px 20px;
  background: url(../../../../img/arrow/arrow.png) 5px center no-repeat;
}
.p-price #pricelist table tbody td {
  padding: 5px;
  height: 14px;
  text-align: center;
  color: #7f7875;
}
.p-price #pricelist table tbody td span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.p-price #pricelist table tbody td.loan {
  line-height: 1.25;
  font-size: 11px;
  box-sizing: border-box;
}
.p-price #pricelist table tfoot {
  border: 1px solid #baafa6;
  border-top: 0;
}
.p-price #pricelist table tfoot td {
  padding: 10px 15px;
}
.p-price #pricelist table tfoot .price-inclusion .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.p-price #pricelist table tfoot .inclusion-item {
  line-height: 1.6363636364;
  font-size: 0.9166666667em;
}
.p-price #pricelist table tfoot .inclusion-item .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-price #pricelist table tfoot .inclusion-item .item-inner::after {
  content: "";
  display: block;
  flex: 1;
  order: 2;
  margin: 0 10px 0 25px;
  width: 100%;
  border-top: 1px dotted #baafa6;
}
.p-price #pricelist table tfoot .inclusion-item .title {
  order: 1;
  font-weight: bold;
}
.p-price #pricelist table tfoot .inclusion-item .summary {
  color: #b4afac;
}
.p-price #pricelist table tfoot .inclusion-item .price {
  order: 3;
}
.p-price #pricelist table thead th {
  line-height: 16px;
}
.p-price #pricelist table thead th .tax-include,
.p-price #pricelist table thead th span:not(.inner-text) {
  display: block;
  font-size: 0.8333333333em;
}
.p-price #pricelist table thead th a {
  padding-left: 15px;
  background: url(../../../../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.p-price #pricelist table thead th a:hover {
  background-image: url(../../../../img/arrow/arrow2_h.png);
}
.p-price #pricelist table thead th.loan {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100px;
}
.p-price #pricelist table thead .icon.question {
  display: inline-block;
  position: relative;
  margin-right: -20px;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../../../../img/icon_question2.png);
  cursor: help;
  vertical-align: sub;
}
.p-price #pricelist table thead .icon.question .text {
  display: none;
}
.p-price #pricelist table thead .icon.question .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-size: 1em;
  color: #6d9dd0;
}
.p-price #pricelist table thead .icon.question:hover .text, .p-price #pricelist table thead .icon.question:hover::after {
  position: absolute;
}
.p-price #pricelist table thead .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.p-price #pricelist table thead .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.p-price #pricelist table tbody th {
  line-height: 1.3333333333;
}
.p-price #pricelist table tbody td {
  line-height: 1.3333333333;
}
.p-price #pricelist table tbody td .price + .reduce ol {
  text-align: right;
}
.p-price #pricelist table tbody td .reduce ol li > span {
  display: inline;
}
.p-price #pricelist table tbody td .reduce ol li:nth-child(2) {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
.p-price #pricelist table tbody td .reduce ol li:nth-child(2) span {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.p-price #pricelist table .note {
  margin: 5px 0;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 10px;
  color: #918b88;
}
.p-price #pricelist table .note::before {
  content: "※";
  color: #ec7c78;
}
.p-price #pricelist table .note + .head-text {
  margin-bottom: 5px;
}
.p-price #pricelist table + table {
  margin-top: 10px;
}
.p-price #pricelist li {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.p-price #pricelist .multiple {
  margin: 10px 0;
}
.p-price #pricelist .multiple dl {
  padding: 20px 0 14px 18px;
  border: 1px solid #baafa6;
  background-color: #f2efed;
}
.p-price #pricelist .multiple dl dt {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.p-price #pricelist .multiple dl .notice {
  margin-top: 13px;
  font-weight: bold;
}
.p-price #pricelist .multiple dl .notice em {
  font-weight: bold;
  color: #ec7c78;
}
.p-price #pricelist .multiple dl .info {
  margin-top: 12px;
}
.p-price #pricelist .multiple dl .info ul {
  display: flow-root;
  margin-left: 0;
}
.p-price #pricelist .multiple dl .info li {
  float: left;
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-price #pricelist .multiple dl .info li a {
  transition: opacity 0.1s linear;
}
.p-price #pricelist .multiple dl .info li a:hover {
  opacity: 0;
}
.p-price #pricelist .multiple dl .info .counseling {
  margin-right: 19px;
  background-image: url(../../../../img/sprite/hover/button/button_counseling_h.png);
}
.p-price #pricelist .multiple dl .info .mail {
  background-image: url(../../../../img/sprite/hover/button/button_mail_h.png);
}
.p-price #pricelist small {
  font-size: 1em;
}
.p-price #pricelist small, .p-price #pricelist small::before {
  content: "※";
}
.p-price #pricelist small::before {
  color: #ec7c78;
}
.p-price #pricelist .example {
  margin: 10px 0;
  color: #7f7875;
}
.p-price #pricelist .example img {
  display: block;
}
.p-price #pricelist .option {
  margin: 40px 0 0;
}
.p-price #pricelist .option .title {
  display: flow-root;
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  font-size: 1em;
}
.p-price #pricelist .option .title > * {
  float: left;
}
.p-price #pricelist .option .title-img {
  margin-right: 10px;
}
.p-price #pricelist .option .title-text {
  padding-right: 24px;
  background: url(../../../../img/price_option_title_bg.gif) right center no-repeat;
  line-height: 30px;
  font-size: 1.4em;
}
.p-price #pricelist .option table thead th {
  background-color: #f2efed;
}
.p-price #pricelist .option table thead th > span:not(.tax-included) {
  display: block;
  padding-left: 12px;
  border-left: 4px solid #94bc5a;
  line-height: 34px;
  font-size: 1.1666666667em;
}
.p-price #pricelist .option table thead th:nth-child(1) {
  padding-left: 6px;
  width: auto;
  text-align: left;
}
.p-price__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 30px;
  color: #7f7875;
}
.p-price__features__title {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
.p-price__features__contents {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.p-price__features__contents__inner {
  order: 1;
  text-align: center;
}
.p-price__features__contents__title {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 1.4em;
}
.p-price__features__contents__title .emphasis {
  font-weight: bold;
  color: #ea7d7a;
}
.p-price__features__contents__text {
  line-height: 1.5833333333;
  font-size: 1.2em;
}
.p-price #pricelist {
  margin-bottom: 20px;
}
.p-price #pricelist .subtitle {
  margin: 20px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #7f7875;
}

.p-service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 0;
}
.p-service li {
  border: 1px solid #baafa6;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-service a:hover img {
  opacity: 0;
}
.p-service li.transportation {
  background-image: url(../../../../img/sprite/hover/price/price_feature_transportation_h.png);
}
.p-service li.oneday {
  background-image: url(../../../../img/sprite/hover/price/price_feature_oneday_h.png);
}
.p-service li.guarantee {
  background-image: url(../../../../img/sprite/hover/price/price_feature_guarantee_h.png);
}
.p-service {
  margin-bottom: 30px;
}

.p-campaign {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #baafa6;
  background-position: left top;
  background-repeat: no-repeat;
}
.p-campaign a {
  display: block;
}
.p-campaign a:hover > * {
  opacity: 0.5;
}

.p-flow > ol {
  margin: 0 10px;
}
.p-flow > ol > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  min-height: 202px;
  border-bottom: 1px dotted #baafa6;
  background-position: left 46px;
  background-repeat: no-repeat;
}
.p-flow > ol > li:nth-child(1) {
  background-image: url(../../../../img/operation_flow_bg1.jpg?v=2);
}
.p-flow > ol > li:nth-child(2) {
  background-image: url(../../../../img/operation_flow_bg2.jpg?v=2);
}
.p-flow > ol > li:nth-child(3) {
  background-image: url(../../../../img/operation_flow_bg3.jpg?v=2);
}
.p-flow > ol > li:nth-child(4) {
  background-image: url(../../../../img/operation_flow_bg4.jpg?v=2);
}
.p-flow > ol > li:nth-child(5) {
  background-image: url(../../../../img/operation_flow_bg5.jpg?v=2);
}
.p-flow > ol > li:nth-child(6) {
  background-image: url(../../../../img/operation_flow_bg6.jpg?v=2);
}
.p-flow > ol > li:nth-child(7) {
  background-image: url(../../../../img/operation_flow_bg7.jpg?v=2);
}
.p-flow > ol > li:first-child .title {
  letter-spacing: 0.5em;
}
.p-flow > ol > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.p-flow > ol > li li {
  margin: 0;
  padding: 0;
  min-height: 1px;
  border: 0;
  color: #7f7875;
}
.p-flow > ol > li section * {
  margin-left: 242px;
}
.p-flow > ol > li section * * {
  margin: 0;
}
.p-flow > ol > li .title {
  margin: 0 0 10px;
  padding: 0 0 0 40px;
  border: 0;
  background: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 32px;
  font-size: 1.6em;
  font-weight: bold;
  color: #b3a79c;
}
.p-flow > ol > li:nth-child(1) .title {
  background-image: url(../../../../img/sprite/num/flow-no1.png);
}
.p-flow > ol > li:nth-child(2) .title {
  background-image: url(../../../../img/sprite/num/flow-no2.png);
}
.p-flow > ol > li:nth-child(3) .title {
  background-image: url(../../../../img/sprite/num/flow-no3.png);
}
.p-flow > ol > li:nth-child(4) .title {
  background-image: url(../../../../img/sprite/num/flow-no4.png);
}
.p-flow > ol > li:nth-child(5) .title {
  background-image: url(../../../../img/sprite/num/flow-no5.png);
}
.p-flow > ol > li:nth-child(6) .title {
  background-image: url(../../../../img/sprite/num/flow-no6.png);
}
.p-flow > ol > li:nth-child(7) .title {
  background-image: url(../../../../img/sprite/num/flow-no7.png);
}
.p-flow > ol > li:nth-child(8) .title {
  background-image: url(../../../../img/sprite/num/flow-no8.png);
}
.p-flow p {
  margin-bottom: 15px;
  line-height: 1.8333333333;
  font-size: 1.2em;
  color: #7f7875;
}
.p-flow ul {
  margin-top: 22px;
  margin-bottom: 22px;
}
.p-flow ul li:nth-child(n) {
  margin-left: 10px;
  padding-left: 15px;
  background: url(../../../../img/list_bg.gif) left center no-repeat;
  line-height: 2;
  font-size: 1.2em;
}
.p-flow .info, .p-flow li:nth-child(1) ul {
  margin-bottom: 0;
  border: 1px solid #baafa6;
  border-bottom: 0;
}
.p-flow .info li, .p-flow li:nth-child(1) ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #baafa6;
  background-position: 41px 11px;
  background-repeat: no-repeat;
  font-size: 1em;
}
.p-flow .info li:nth-child(1), .p-flow li:nth-child(1) ul li:nth-child(1) {
  background-image: url(../../../../img/sprite/info/flow-net.png);
}
.p-flow .info li:nth-child(2), .p-flow li:nth-child(1) ul li:nth-child(2) {
  background-image: url(../../../../img/sprite/info/flow-tel.png);
}
.p-flow .info dl, .p-flow li:nth-child(1) ul dl {
  margin-left: 151px;
  padding: 0 0 0 41px;
  border-left: 1px dotted #baafa6;
  background: #f2efed;
}
.p-flow .info .net dl, .p-flow li:nth-child(1) ul .net dl {
  padding-top: 19px;
  padding-bottom: 20px;
}
.p-flow .info .net dt, .p-flow li:nth-child(1) ul .net dt {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.p-flow .info .net dd, .p-flow li:nth-child(1) ul .net dd {
  display: block;
}
.p-flow .info .net dd .c-button a, .p-flow li:nth-child(1) ul .net dd .c-button a {
  width: 206px;
  box-sizing: border-box;
}
.p-flow .info .net dd .c-button a .inner-text, .p-flow li:nth-child(1) ul .net dd .c-button a .inner-text {
  padding: 0 26px;
  background-position: right 4px center;
  font-size: 13px;
}
.p-flow .info .net dd .c-button a .inner-text::before, .p-flow .info .net dd .c-button a .inner-text::after, .p-flow li:nth-child(1) ul .net dd .c-button a .inner-text::before, .p-flow li:nth-child(1) ul .net dd .c-button a .inner-text::after {
  right: 4px;
}
.p-flow .info .tel dl, .p-flow li:nth-child(1) ul .tel dl {
  padding-top: 21px;
  padding-bottom: 20px;
}
.p-flow .info .tel dl dt, .p-flow li:nth-child(1) ul .tel dl dt {
  margin-bottom: 5px;
}
.p-flow .info .tel dl dt a, .p-flow li:nth-child(1) ul .tel dl dt a {
  color: #7f7875;
}
.p-flow .info .tel dl dt img, .p-flow li:nth-child(1) ul .tel dl dt img {
  margin-bottom: 8px;
}
.p-flow .info .tel dl dl, .p-flow li:nth-child(1) ul .tel dl dl {
  margin: 0;
  padding: 0;
  border: 0;
}
.p-flow .info .tel dl dl dt,
.p-flow .info .tel dl dl dd, .p-flow li:nth-child(1) ul .tel dl dl dt,
.p-flow li:nth-child(1) ul .tel dl dl dd {
  display: inline;
}
.p-flow .info .tel dl dl dt,
.p-flow .info .tel dl dl em, .p-flow li:nth-child(1) ul .tel dl dl dt,
.p-flow li:nth-child(1) ul .tel dl dl em {
  font-weight: bold;
}
.p-flow #oneday {
  margin-bottom: 0;
  border: 1px solid #baafa6;
}
.p-flow #previousday {
  border: 1px solid #baafa6;
}
.p-flow #previousday .title,
.p-flow #previousday p {
  display: table-cell;
  vertical-align: middle;
}
.p-flow #previousday .title {
  padding: 0;
  width: 151px;
  border-right: 1px dotted #baafa6;
  background: none;
  text-align: center;
  line-height: 1;
  font-size: 1.2em;
  font-weight: normal;
}
.p-flow #previousday p {
  padding: 15px 20px;
  background: #f2efed;
  line-height: 1.6666666667;
}
.p-flow ol li:last-child .info {
  margin-top: 22px;
  padding-bottom: 17px;
  border: none;
}
.p-flow ol li:last-child .info__title {
  margin-bottom: 13px;
  padding: 8px 10px;
  background: #d3cbc5;
  line-height: 1;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7f7875;
}
.p-flow > .p-flow__order {
  margin: 0 10px 30px;
  padding-bottom: 26px;
  border-bottom: 1px dotted #baafa6;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.p-flow > ol > li:nth-child(3) {
  background-image: url(../../../../img/operation_flow_bg5.jpg);
}
.p-flow > ol > li:nth-child(4) {
  background-image: url(../../../../img/operation_flow_bg6.jpg);
}
.p-flow .link a:hover > * {
  opacity: 0.5;
}

.p-summary table {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 1px solid #baafa6;
  table-layout: fixed;
  font-size: 1.2em;
  color: #7f7875;
}
.p-summary table thead td {
  border-bottom: 1px solid #baafa6;
}
.p-summary table thead th {
  border: 1px solid #baafa6;
  text-align: center;
  line-height: 1.3333333333;
}
.p-summary table tbody th,
.p-summary table tbody td {
  border-right: 1px solid #baafa6;
  border-bottom: 1px dotted #baafa6;
  border-left: 1px solid #baafa6;
}
.p-summary table tbody tr.separate th,
.p-summary table tbody tr.separate td {
  border-bottom-style: solid;
}
.p-summary table tbody tr:last-child th,
.p-summary table tbody tr:last-child td {
  border-bottom: 1px solid #baafa6;
}
.p-summary table tbody td {
  line-height: 24px;
}
.p-summary table {
  border-top: 1px solid #baafa6;
  border-left: 1px solid #baafa6;
}
.p-summary table tbody {
  display: grid;
}
.p-summary table tbody th {
  width: 76px;
  border-right-style: dotted;
  border-left: 0;
  background: #f2efed;
  text-align: center;
  line-height: 1.4;
}
.p-summary table tbody td {
  padding: 2px 20px;
  border-left: 0;
  line-height: 1.5;
}
.p-summary table tbody td small {
  font-size: 1em;
}
.p-summary table tbody tr {
  display: table;
}
.p-summary table tbody tr:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-summary table tbody tr:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-summary table tbody tr:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-summary table tbody tr:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-summary table tbody tr:nth-child(5) {
  grid-column: 1/2;
  grid-row: 3/4;
}
.p-summary table tbody tr:nth-child(6) {
  grid-column: 2/3;
}
.p-summary table tbody tr:nth-child(7) {
  grid-column: 1/2;
  grid-row: 4/5;
}
.p-summary table tbody tr:nth-child(8) {
  grid-column: 2/3;
  grid-row: 4/5;
}
.p-summary table tbody tr:nth-child(7) th,
.p-summary table tbody tr:nth-child(7) td,
.p-summary table tbody tr:nth-child(8) th,
.p-summary table tbody tr:nth-child(8) td {
  border-bottom: 0;
}

.p-operations dl {
  display: table;
  padding: 6px 11px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.p-operations dt,
.p-operations dd {
  display: table-cell;
  vertical-align: middle;
}
.p-operations dt {
  padding-right: 10px;
  width: 32px;
}
.p-operations dt img {
  border: 1px solid #baafa6;
}
.p-operations dd {
  line-height: 1.1666666667;
  font-size: 1.2em;
}
.p-operations ul {
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset 0 0 0 1px #baafa6;
}
.p-operations li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
.p-operations a {
  display: block;
  text-decoration: none;
  color: #7f7875;
}
.p-operations {
  margin-bottom: 30px;
}
.p-operations__category__title {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccacc;
}
.p-operations__genre__title {
  margin-bottom: 7px;
  padding-left: 7px;
  border-left: 3px solid #94bc5a;
  line-height: 1.4285714286;
  font-size: 1.4em;
  font-weight: bold;
  color: #7f7875;
}
.p-operations ul {
  margin-bottom: 15px;
}
.p-operations li {
  flex-basis: 25%;
}

.p-banner {
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 60px;
  border: 1px solid #d4d0ce;
  background: #f5f2f0;
  box-shadow: inset 0 0 1px #fff;
  text-align: center;
}
.p-banner > * {
  display: table-cell;
  vertical-align: middle;
}
.p-banner__lead {
  margin: 0;
  padding: 0 20px;
  width: 216px;
  background: #eae5e2;
  text-align: left;
  line-height: 1.5;
  font-size: 1.6em;
  box-sizing: border-box;
}
.p-banner__list {
  padding: 11px 37px 11px 42px;
}
.p-banner__item {
  margin-right: 0;
}
.p-banner__item + .p-banner__item {
  margin-top: 5px;
}
.p-banner:not(.ver-friends) {
  margin-top: 20px;
}
/*# sourceMappingURL=quantumrf.css.map */
