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

File Name:
Note:

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 6px;
}

.p-anchor__item {
  flex: 1;
  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/faq/pc/arrow/arrow5.png) right center no-repeat;
}

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

.p-faq .question {
  position: relative;
  padding: 24px 70px 24px 100px;
  min-height: 80px;
  border-bottom: 1px solid #cdc3bb;
  background: url(../../../img/faq/pc/contents_common_qa_question_title_bg.png) left 30px center no-repeat #fff;
  cursor: pointer;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}

.p-faq .question::marker {
  content: none;
}

.p-faq .question::after {
  transform: rotate(0deg);
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 13px;
  height: 13px;
  background: url(../../../img/faq/pc/arrow/arrow6.png) left top no-repeat;
}

.p-faq .answer__inner {
  padding: 25px 20px 15px 100px;
  background: url(../../../img/faq/pc/contents_common_qa_answer_title_bg.png), linear-gradient(to right bottom, #fef6f4, #fdefeb);
  background-position: left 34px top 30px, left top;
  background-repeat: no-repeat;
}

.p-faq .answer__text {
  margin-bottom: 20px;
  padding-right: 50px;
  line-height: 1.625;
  font-size: 16px;
}

.p-faq .answer__text a {
  color: #6d9dd0;
}

.p-faq .answer__text em {
  font-weight: bold;
}

.p-faq .answer__text li + li {
  margin-top: 20px;
}

.p-faq .answer__text dt,
.p-faq .answer__text dd {
  line-height: 1.625;
}

.p-faq .answer__text dd {
  margin-left: 1em;
}

.p-faq .answer__list {
  margin-left: 1.5em;
}

.p-faq .answer__item {
  list-style-type: disc;
  line-height: 1.625;
  font-size: 1.6em;
}

.p-faq .is-opened .question::after {
  transform: rotate(180deg);
}

.p-faq {
  padding-bottom: 0;
}

.p-faq .is-open .js-accordion-contents {
  height: auto;
  max-height: none;
}

.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/faq/pc/arrow/arrow9.png) center no-repeat;
}

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

.p-latest-list__item {
  border-bottom: 1px solid #d4d1d0;
}

.p-latest-list__item a {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 30px 207px 25px 77px;
  min-height: 127px;
  background: url(../../../img/faq/pc/contents_common_qa_question_title_bg.png) left 23px top 23px no-repeat;
  box-sizing: border-box;
}

.p-latest-list__item a > * {
  color: #7f7875;
  transition: opacity 0.4s;
}

.p-latest-list__item a:hover {
  text-decoration: none;
}

.p-latest-list__item a:hover > * {
  opacity: 0.7;
}

.p-latest-list__item__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.p-latest-list__item__text {
  line-height: 1.5714285714;
  font-size: 14px;
}

.p-latest-list__item:nth-child(even) {
  background: #eff3fa;
}
/*# sourceMappingURL=index.css.map */
