.p-help\:detail {
  display: block;
  position: relative;
}
.p-help\:detail__header {
  display: block;
  position: relative;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 960px) {
  .p-help\:detail__header {
    margin-bottom: 5.4rem;
  }
}
.p-help\:detail__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-help\:detail__title {
    font-size: 2rem;
  }
}
.p-help\:detail__inner {
  display: block;
  position: relative;
}
.p-help\:detail__content {
  display: block;
  position: relative;
}
.p-help\:detail__form {
  display: block;
  position: relative;
  padding: 3.8rem 0;
}
.p-help\:detail__form:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray);
  opacity: 0.5;
  pointer-events: none;
}

.p-help\:detail-content {
  display: block;
  position: relative;
  padding: 3.8rem 0;
}
@media screen and (max-width: 960px) {
  .p-help\:detail-content {
    padding: 4.6rem 0;
  }
}
.p-help\:detail-content:first-child {
  padding-top: 0 !important;
}
.p-help\:detail-content:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray);
  opacity: 0.5;
  pointer-events: none;
}
.p-help\:detail-content__header {
  display: block;
  position: relative;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-help\:detail-content__header {
    margin-bottom: 2.4rem;
  }
}
.p-help\:detail-content__title {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
.p-help\:detail-content__inner {
  display: block;
  position: relative;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 960px) {
  .p-help\:detail-content__inner {
    margin-bottom: 2.4rem;
  }
}
.p-help\:detail-content__inner:last-child {
  margin-bottom: 0;
}
.p-help\:detail-content__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-help\:detail-content__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-help\:detail-content__text small {
  display: block;
  font-size: 0.8em;
  line-height: 1.5;
}

.p-help\:category {
  display: block;
  position: relative;
}
.p-help\:category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  gap: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-help\:category__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 560px) {
  .p-help\:category__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-help\:category__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-help\:category__list-item {
    min-width: 20rem;
  }
}
.p-help\:category__link {
  display: block;
  position: relative;
  border-radius: 200px;
}
.p-help\:category__link.is-category-current {
  color: var(--color-white);
  background-color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-help\:category__link {
    transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.2s cubic-bezier(0.5, 1, 0.89, 1), box-shadow 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-help\:category__link:hover, .p-help\:category__link:focus-visible {
    color: var(--color-white);
    background-color: var(--color-black);
    box-shadow: 0.3rem 0.3rem 1rem var(--color-black-alpha-20);
  }
}
.p-help\:category__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black);
  border-radius: 200px;
  opacity: 0.2;
}
.p-help\:category__link-text {
  display: block;
  position: relative;
  padding: 1rem 3rem;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .p-help\:category__link-text {
    padding: 1rem 1rem;
    font-size: 1.2rem;
    word-break: break-word;
  }
}

.p-help\:info {
  display: block;
  position: relative;
}
.p-help\:info__header {
  display: block;
  position: relative;
  padding-bottom: 3.7rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 960px) {
  .p-help\:info__header {
    padding-bottom: 4.6rem;
    margin-bottom: 5rem;
  }
}
.p-help\:info__header::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-black-line);
}
.p-help\:info__title {
  display: block;
  position: relative;
  margin-bottom: 2.7rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
.p-help\:info__text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-help\:info__text {
    font-size: 1.3rem;
    line-height: 1.95;
  }
}
.p-help\:info__text a {
  color: var(--color-link);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-help\:info__text a:hover {
    text-decoration: none;
  }
}

.p-help\:info_content {
  display: block;
  position: relative;
}
.p-help\:info_content + .p-help\:info_content {
  padding-top: 3.7rem;
  margin-top: 3.7rem;
}
.p-help\:info_content + .p-help\:info_content::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-black-line);
}
.p-help\:info_content__title {
  display: block;
  position: relative;
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 960px) {
  .p-help\:info_content__title {
    margin-top: 5rem;
  }
}
.p-help\:info_content__title:first-child {
  margin-top: 0;
}
.p-help\:info_content__cap {
  display: block;
  position: relative;
  margin-top: 3.8rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-help\:info_content__cap {
    margin-top: 5.6rem;
    font-size: 1.6rem;
  }
}
.p-help\:info_content__cap:first-child {
  margin-top: 0;
}
.p-help\:info_content__text {
  display: block;
  position: relative;
  margin-top: 1.9rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
}
@media screen and (max-width: 960px) {
  .p-help\:info_content__text {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-help\:info_content__text:first-child {
  margin-top: 0;
}
.p-help\:info_content__text a {
  color: var(--color-link);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-help\:info_content__text a:hover {
    text-decoration: none;
  }
}
.p-help\:info_content__text small {
  font-size: 0.8em;
}
.p-help\:info_content__heading {
  display: block;
  position: relative;
  border-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-help\:info_content__heading {
    font-size: 1.3rem;
  }
}
.p-help\:info_content__conclude {
  display: block;
  position: relative;
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-help\:info_content__conclude {
    font-size: 1.3rem;
  }
}
.p-help\:info_content__frame {
  display: block;
  position: relative;
  background-color: var(--color-gray-light);
  padding: 2.6rem;
  margin: 0.5em 0;
}
@media screen and (max-width: 960px) {
  .p-help\:info_content__frame {
    padding: 1.5rem;
  }
}
.p-help\:info_content__frame:first-child {
  margin-top: 0;
}

.p-help\:info_table {
  width: 100%;
  table-layout: fixed;
  position: relative;
  margin: 0.5em 0;
}
.p-help\:info_table::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black-line);
  border-top: none;
  pointer-events: none;
}
.p-help\:info_table__header {
  position: relative;
}
.p-help\:info_table__inner {
  position: relative;
}
.p-help\:info_table__line {
  position: relative;
}
.p-help\:info_table__cell {
  position: relative;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  padding: 2rem 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-help\:info_table__cell {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.p-help\:info_table__header .p-help\:info_table__cell {
  background-color: var(--color-gray-light);
}
.p-help\:info_table__cell.--num {
  padding: 2rem 0;
  width: 3em;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-help\:info_table__cell.--num {
    width: 2.5em;
    padding: 1.5rem 0;
  }
}
.p-help\:info_table__cell::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-black-line);
  pointer-events: none;
}
.p-help\:info_table__cell + .p-help\:info_table__cell::before {
  border-left: 0.1rem solid var(--color-black-line);
}
.p-help\:info_table__cell.--border::before {
  border-left: 0.1rem solid var(--color-black-line);
}

.p-help {
  display: block;
  position: relative;
}
.p-help__container {
  display: block;
  position: relative;
  padding: 6.8rem 0 9rem;
}
@media screen and (max-width: 960px) {
  .p-help__container {
    padding: 6.5rem 0 4rem;
  }
}
.p-help__header {
  width: var(--content-width);
  display: block;
  position: relative;
  margin: 0 auto 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-help__header {
    width: calc(100% - 4rem);
    margin-bottom: 4.6rem;
  }
}
.p-help__title {
  display: block;
  position: relative;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 960px) {
  .p-help__title {
    text-align: left;
    letter-spacing: 0.3rem;
  }
}
.p-help__nav {
  display: block;
  position: relative;
  margin-top: 3.4rem;
}
.p-help__category {
  width: 100%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 3.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-help__category {
    margin-top: 4.2rem;
  }
}
.p-help__inner {
  width: var(--content-width);
  display: block;
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-help__inner {
    width: calc(100% - 4rem);
    padding: 5rem 0;
  }
}
.p-help__inner + .p-help__inner {
  margin-top: 4rem;
}
.p-help__inner::before {
  content: "";
  width: calc(100vw + 6.5rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -6.5rem;
  background-color: var(--color-frame);
  border-radius: 0 5rem 5rem 0;
}
@media screen and (max-width: 960px) {
  .p-help__inner::before {
    width: calc(100% + 4rem);
    left: -2rem;
  }
}
.p-help__cap {
  width: 100%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto 4rem;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-help__content {
  width: 100%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-help__footer {
  width: var(--content-width);
  max-width: 100rem;
  display: block;
  position: static;
  margin: 2rem auto -9rem;
}
@media screen and (max-width: 960px) {
  .p-help__footer {
    width: calc(100% - 4rem);
    margin: 1rem auto -7rem;
  }
}
.p-help__back {
  padding: 2rem 0;
  display: block;
  position: relative;
}