@charset "UTF-8";
/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.p-contents {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contents {
    margin-top: 6rem;
  }
}

.p-btn {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-btn {
    width: 100%;
  }
}

#page_faq .c-anchorlink-parent {
  background: #f3f3f3;
}
#page_faq .c-anchorlink-parent .c-anchorlink {
  background: #f3f3f3;
}

#page_help_guide .p-box__link {
  width: fit-content;
  margin-left: auto;
  margin-top: 4rem;
}
#page_help_guide .c-anchorlink-parent {
  background: #f3f3f3;
}
#page_help_guide .c-anchorlink-parent .c-anchorlink {
  background: #f3f3f3;
}
#page_help_guide .c-static-section__text span {
  font-size: 0.6em;
  display: block;
  margin-top: 1rem;
}
#page_help_guide .c-static-section__list {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 3rem;
  position: relative;
}
#page_help_guide .c-static-section__list h4 {
  font-weight: bold;
  margin-block: 1rem;
}
#page_help_guide .c-static-section__list h4::before {
  background: #c8eb0c;
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  left: 1rem;
  position: absolute;
  top: 0.3rem;
}
@media screen and (max-width: 767px) {
  #page_help_guide .c-static-section__list h4::before {
    left: -0.3rem;
    top: 0.7rem;
    height: 2.6rem;
    width: 2.6rem;
  }
}
#page_help_guide .c-static-section__list span {
  font-size: 0.6em;
  display: block;
  margin-top: 1rem;
}

/*# sourceMappingURL=faq.css.map */
