@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*all*/
/*R,B*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*grid settings*/
/* media query */
.contents {
  width: 100%;
}

.p-contbg, .p-cont {
  position: relative;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

html:lang(en) .p-obi__wrap__list {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-obi__wrap__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-sokyu, html:lang(en) .p-sokyu__l2 {
    display: block;
    text-align: center;
  }
}
html:lang(en) .p-sokyu--1 {
  gap: 0;
}
html:lang(en) .p-sokyu--2::after {
  display: none;
}
html:lang(en) .p-sokyu__l2 {
  line-height: 2.55;
  display: block;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu__r2 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list {
    grid-template-columns: 1fr;
  }
  html:lang(en) .p-nav__list .u-sp {
    display: none;
  }
  html:lang(en) .p-nav__list .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list__item a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #concept .p-mv__detail,
  html:lang(en) #concept .p-mv__catch {
    line-height: 1.4;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}

/* スマホのナビを遅く表示させたい場合 */
/* MEMBERS CSS */
.p-members01 {
  color: #262626;
  font-family: "あおとゴシック DB", "Aoto Gothic DemiBold", "Noto Sans JP" !important; /*all*/
}
.p-members01 .c-cap {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-members01 .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-members01 .c-cap {
    font-size: 1.2rem;
  }
}
.p-members01 em,
.p-members01 i {
  font-style: normal;
  display: inline-block;
}
.p-members01 .p-bg {
  position: relative;
}
.p-members01 .p-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-bg::after {
    background-image: url("../../img/area/access/bg-full-sp.png");
  }
}
.p-members01 .p-bglayer {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  background-image: url("../../img/login/bg-blanket.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-bglayer {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-bglayer {
    background-size: contain;
  }
}
.p-members01 .p-bglayer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-bglayer::after {
    background-image: url("../../img/area/access/bg-full-sp.png");
  }
}
.p-members01 .p-mv__img {
  position: relative;
}
.p-members01 .p-mv__img .c-cap {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-members01 .p-mv__img .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-mv__img .c-cap {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-mv__img {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-mv__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 10%;
       object-position: 10%;
  }
}
.p-members01 .p-intro h2 {
  margin-top: 2em;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  text-align: center;
  font-size: 55px;
  font-size: 5.5rem;
  color: #baa187;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-members01 .p-intro h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-intro h2 {
    font-size: 4rem;
  }
}
.p-members01 .p-intro h2 span {
  display: block;
  color: #262626;
  font-size: 20px;
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-members01 .p-intro h2 span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-intro h2 span {
    font-size: 1.6rem;
  }
}
.p-members01 .p-intro__txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 4em;
  text-align: center;
  line-height: 3em;
}
@media (max-width: 768px) {
  .p-members01 .p-intro__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-intro__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-intro__txt {
    line-height: 2.5em;
  }
}
.p-members01 .p-special {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-special {
    margin-top: 5rem;
  }
}
.p-members01 .p-special__ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-members01 .p-special__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-special__ttl {
    font-size: 1.8rem;
  }
}
.p-members01 .p-special__plan {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-special__plan {
    margin-top: 1rem;
  }
}
.p-members01 .p-special__plan__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-members01 .p-special__plan__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-special__plan__ttl {
    font-size: 2rem;
  }
}
.p-members01 .p-special__plan__ttl__img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30rem;
  height: 1.5em;
  margin-inline: auto;
}
.p-members01 .p-special__plan__ttl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-members01 .p-special__plan__ttlJa {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  max-width: 40rem;
  margin-top: 1em;
  margin-inline: auto;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
  padding-block: 0.5em;
}
.p-members01 .p-special__plan__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 1080px) {
  .p-members01 .p-special__plan__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-members01 .p-special__plan__list__item a {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #b2b2b2;
  box-sizing: border-box;
  padding: 10px 40px 15px;
  border-radius: 2px;
  transition: 0.3s;
  border-radius: 1rem;
  box-shadow: 0 2px 5px gray;
  font-size: 30px;
  font-size: 3rem;
  background: linear-gradient(to top, #7d003c 0%, #a44c76 100%);
  line-height: 1;
}
@media (max-width: 768px) {
  .p-members01 .p-special__plan__list__item a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-special__plan__list__item a {
    font-size: 2rem;
  }
}
.p-members01 .p-special__plan__list__item a small {
  font-size: 0.5em;
}
.p-members01 .p-special__plan__list__item a:hover {
  transform: translateY(2px);
  box-shadow: unset;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-special__plan__list__item a {
    width: 100%;
  }
}
.p-members01 .p-special__plan__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-members01 .p-special__plan__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-members01 .p-special__plan__inner {
  width: 100%;
  height: 100%;
  padding: 12rem 6rem 6rem;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-special__plan__inner {
    padding: 6rem 1rem 2rem;
  }
}
.p-members01 .ftCaption {
  background-color: #d2d9dc;
}
.p-members01 .ftCaption .c-ft_cap {
  color: #262626;
}
.p-members01 .p-webinar__ttl {
  margin: 4rem auto;
  background-color: #2A3C4E;
  color: #fff;
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__ttl {
    font-size: 1.6rem;
  }
}
.p-members01 .p-webinar__box {
  background-color: #fff;
  max-width: 80rem;
  margin: 0 auto;
  border: 1px solid #8E763C;
  border-top: 8px solid #8E763C;
  padding: 4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-webinar__box {
    padding: 2rem 1rem 1rem;
  }
}
.p-members01 .p-webinar__menu {
  position: absolute;
  top: -0.8lh;
  padding: 1rem;
  width: 90%;
  max-width: 60rem;
  background-color: #6a5218;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-webinar__menu {
    position: relative;
    top: unset;
    gap: 1rem;
  }
}
.p-members01 .p-webinar__menu .box {
  display: inline-block;
  padding: 0 1rem;
  margin-right: 1rem;
  background-color: #fff;
  color: #6a5218;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-webinar__menu .box {
    width: 100%;
    margin-right: unset;
  }
}
.p-members01 .p-webinar__menu p {
  display: inline;
}
.p-members01 .p-webinar__boxdate {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__boxdate {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__boxdate {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-webinar__boxdate {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
  }
}
.p-members01 .p-webinar__date {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__date {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__date {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-webinar__date {
    text-align: center;
  }
}
.p-members01 .p-webinar__boxttl {
  font-size: 20px;
  font-size: 2rem;
  margin: 1rem auto;
  text-align: center;
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__boxttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__boxttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-webinar__boxttl {
    text-align: center;
  }
}
.p-members01 .p-webinar__boxttl small {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__boxttl small {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__boxttl small {
    font-size: 1.5rem;
  }
}
.p-members01 .p-webinar__icon {
  width: 3rem;
  height: 3rem;
}
.p-members01 .p-webinar__inf {
  background-color: #f3f3f3;
  padding: 2rem 0 2rem;
  margin: 2rem auto 0;
}
.p-members01 .p-webinar__btn a {
  background-color: #A67C52;
  padding: 1.5rem 2rem;
  border-radius: 1px;
  gap: 1rem;
  margin-top: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-webinar__btn a {
    margin-top: 1rem;
    padding: 1.5rem;
    gap: 0;
  }
}
.p-members01 .p-webinar__btn a:hover {
  transition: 0.3s;
  background-color: #2A3C4E;
}
.p-members01 .p-webinar__cap {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: 1.6;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-webinar__cap {
    font-size: 1.2rem;
  }
}
.p-members01 .p-subcont {
  margin: 6rem auto;
}
@media only screen and (max-width: 768px) {
  .p-members01 .p-subcont {
    margin: 3rem auto;
  }
}
.p-members01 .p-subcont__box {
  margin: 4rem auto 1rem;
  border: 1px solid #2A3C4E;
  max-width: 70rem;
}
.p-members01 .p-subcont__boxttl {
  background-color: #2A3C4E;
  color: #fff;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-members01 .p-subcont__boxttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-subcont__boxttl {
    font-size: 1.6rem;
  }
}
.p-members01 .p-subcont__boxlist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 1rem;
}
.p-members01 .p-subcont__txt {
  color: #2A3C4E;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
}
@media (max-width: 768px) {
  .p-members01 .p-subcont__txt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-subcont__txt {
    font-size: 2rem;
  }
}
.p-members01 .p-subcont__img {
  width: 20rem;
  height: auto;
}
.p-members01 .p-subcont__img.obj--tab {
  width: 15rem;
  height: auto;
}
.p-members01 .p-subcont__img.obj--sp {
  width: 10rem;
  height: auto;
}
.p-members01 .p-subcont__cap {
  display: block;
  margin: 0 auto;
  max-width: 70rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-members01 .p-subcont__cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-members01 .p-subcont__cap {
    font-size: 1.2rem;
  }
}

.p-rec__inf {
  max-width: 1000px;
  width: 90%;
  margin: 6rem auto;
  padding-bottom: 1px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .p-rec__inf {
    margin: 5rem auto 3rem;
    width: 100%;
  }
}
.p-rec__inf__ttl {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0 auto;
  padding: 0.2rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #8E763C;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-rec__inf__ttl {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-rec__inf__ttl {
    font-size: 1.5rem;
  }
}
.p-rec__inf__list {
  margin: 2rem auto;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  gap: 3rem 0;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-rec__inf__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: unset;
  }
}
.p-rec__inf__list__item {
  position: relative;
}
.p-rec__inf__chu {
  text-align: center;
  margin: -1rem 0 2rem;
  padding: 0 2rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-rec__inf__chu {
    text-align: left;
    font-size: 1.2rem;
  }
}

.p-inf {
  width: 21vw;
  max-width: 18rem;
  height: 11rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  flex-direction: column;
  border-right: 1px solid #8E763C;
}
@media only screen and (max-width: 768px) {
  .p-inf {
    width: 100%;
    height: unset;
    padding: 1rem 0;
    max-width: unset;
    flex-direction: row;
    gap: 1rem;
    border-right: unset;
    border-bottom: 1px solid #8E763C;
  }
}
.p-inf:last-of-type, .p-inf:nth-of-type(3) {
  border: none;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .p-inf:nth-of-type(3) {
    border-bottom: 1px solid #8E763C;
  }
}
.p-inf__icon {
  width: 3rem;
  height: 3rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-inf__icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-inf__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 3.5rem);
  font-size: min(1.7vw, 1.6rem);
}
@media only screen and (max-width: 768px) {
  .p-inf__txt {
    flex-direction: row;
    height: unset;
    font-size: 1.4rem;
  }
}

.p-limited {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-limited {
    padding: 4rem 0 0;
  }
}
.p-limited h3 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  color: #A67C52;
}
.p-limited h3 span {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 1rem;
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-limited h3 span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-limited h3 span {
    font-size: 2rem;
  }
}
.p-limited h3::before, .p-limited h3:after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #A67C52;
}
.p-limited__wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-limited__wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-limited__step {
  background: #fff;
  color: #010101;
  text-align: center;
  flex-grow: 1;
  position: relative;
  padding: 2.5rem 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: flex-start;
}
.p-limited__step .limit-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-limited__step::before, .p-limited__step::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 55%;
  background: #f7f7f7;
}
@media only screen and (max-width: 1080px) {
  .p-limited__step::before, .p-limited__step::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 2.5rem solid transparent;
    border-left: 2.5rem solid transparent;
    border-top: 2.5rem solid #010101;
    border-bottom: 0;
    background-color: unset;
  }
}
.p-limited__step:first-child::before, .p-limited__step:first-child::after {
  display: none;
}
.p-limited__step:before {
  top: 0;
  left: -3%;
  bottom: auto;
  right: auto;
  transform-origin: right top;
  transform: rotate(-15deg) translateY(-5px);
}
@media only screen and (max-width: 1080px) {
  .p-limited__step:before {
    left: 50%;
    transform: translateX(-50%);
    top: -1rem;
  }
}
.p-limited__step:after {
  bottom: 0;
  left: -3%;
  top: auto;
  right: auto;
  transform-origin: right bottom;
  transform: rotate(15deg) translateY(5px);
}
@media only screen and (max-width: 1080px) {
  .p-limited__step:after {
    display: none;
  }
}
.p-limited__step-icon {
  color: #b59a5b;
  line-height: 1.4;
  font-size: 2rem;
}
.p-limited__step-icon span {
  font-size: 1.5em;
}
.p-limited__step-img {
  width: 6rem;
  height: 6rem;
}
.p-limited__step-title {
  color: #b59a5b;
}
.p-limited__step-text {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.p-limited__entry {
  background-color: #A67C52;
  padding: 1.5rem 0;
  border-radius: 1px;
  gap: 1rem;
  width: 100%;
  max-width: 700px;
  margin: 5rem auto 0;
  text-align: center;
  padding: 1.5rem;
  transition: 0.3s;
}
.p-limited__entry:hover {
  transition: 0.3s;
  background-color: #2A3C4E;
}/*# sourceMappingURL=members.css.map */