@charset "UTF-8";
/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.p-explain {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-explain {
    font-size: 3.2rem;
    text-align: left;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.p-anchor {
  max-width: 83.3rem;
  margin-inline: auto;
}

.p-oshi-list {
  margin-top: 5.2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-oshi-list {
    margin-top: 10rem;
    margin-bottom: 9rem;
  }
}
.p-oshi-list .c-oshi-list:nth-of-type(n + 2) {
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-oshi-list .c-oshi-list:nth-of-type(n + 2) {
    margin-top: 10rem;
  }
}

.p-anchor .c-anchorlink {
  background-color: #f3fbce;
}

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