@charset "UTF-8";
/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.p-guide {
  margin-top: 1.6rem;
}
.p-guide:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}
.p-guide__head {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .p-guide__head {
    font-size: 3rem;
  }
}
.p-guide__content {
  padding-left: 1.6rem;
}
.p-guide__text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-guide__text {
    font-size: 2.8rem;
  }
}
.p-guide__list {
  counter-reset: list1;
}
.p-guide__list-item {
  counter-increment: list1;
  display: flex;
  gap: 0.8rem;
  padding-left: 1.6rem;
}
.p-guide__list-item::before {
  content: counter(list1) ".";
}
.p-guide__list2-item {
  padding-left: 1.6rem;
}
.p-guide__list3-item {
  padding-left: 1.6rem;
}
.p-guide__list3-item::before {
  content: "・";
}
.p-guide__list2-head {
  font-weight: 700;
}
.p-guide__list2-head::before {
  content: "●";
}
.p-guide__list2-contents {
  padding-left: 1.6rem;
}
.p-guide__annotation {
  counter-reset: annotation;
}
.p-guide__annotation-item {
  counter-increment: annotation;
}
.p-guide__annotation-text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1.5384615385;
  display: flex;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-guide__annotation-text {
    font-size: 2.5rem;
  }
}
.p-guide__annotation-text::before {
  content: "※";
}
.p-guide__annotation-text.p-guide__annotation-text--number {
  gap: 0.4rem;
}
.p-guide__annotation-text.p-guide__annotation-text--number::before {
  content: "※" counter(annotation);
}
.p-guide__anchor {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
  padding-block: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: fit-content;
  margin-left: auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-guide__anchor:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .p-guide__anchor:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .p-guide__anchor {
    font-size: 2.8rem;
    gap: 2.1rem;
    padding-block: 1.8rem;
  }
}
.p-guide__anchor::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_angle_theme2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-guide__anchor::before {
    width: 3rem;
    height: 2rem;
  }
}
.p-guide__btn {
  margin-left: auto;
  width: fit-content;
  margin-top: 1.6rem;
}
.p-guide__number {
  position: relative;
  top: -0.6rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-guide__number {
    font-size: 2rem;
  }
}

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