@charset "UTF-8";
/* ==========================================================
 カラー
========================================================== */
/* ==========================================================
 余白
========================================================== */
/* ==========================================================
 Animation
========================================================== */
/* ==========================================================
 break-points
========================================================== */
/* ==========================================================
 membershipcp2025
========================================================== */
.membershipcp2025 {
  background-color: #FFF452;
}
.membershipcp2025 .ly_header_wrap {
  background-color: #FFF452;
}
.membershipcp2025 .un_membershipcp_rules {
  color: #4c483f;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .un_membershipcp_rules {
    font-size: 1.3rem;
  }
}
.membershipcp2025 .un_membershipcp_rules a {
  color: #4c483f;
}
.membershipcp2025 .bl_ft_experience,
.membershipcp2025 .bl_header_experience {
  display: none !important;
}
.membershipcp2025 section + section {
  margin-top: 20px;
}
.membershipcp2025 .visibleBlockPC {
  display: none;
}
@media screen and (min-width: 389px) {
  .membershipcp2025 .visibleBlockPC {
    display: block;
  }
}
.membershipcp2025 .contentMain {
  color: #4c483f;
}
.membershipcp2025 .contentMain .campaignSection {
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
}
.membershipcp2025 .contentMain .campaignSection:first-child {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .contentMain .campaignSection {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1160px) {
  .membershipcp2025 .contentMain .campaignSection {
    margin-top: 150px;
  }
  .membershipcp2025 .contentMain .campaignSection:first-child {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1345px) {
  .membershipcp2025 .contentMain .campaignSection {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.membershipcp2025 .contentMain h2, .membershipcp2025 .contentMain h3, .membershipcp2025 .contentMain h4 {
  letter-spacing: 0.2rem;
}
.membershipcp2025 .contentMain h2 {
  margin-bottom: 50px;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .contentMain h2 {
    font-size: 5.8rem;
  }
}
.membershipcp2025 .contentMain h2 small {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .contentMain h2 small {
    font-size: 3rem;
  }
}
.membershipcp2025 .contentMain h3.pill {
  text-align: center;
}
.membershipcp2025 .contentMain h3.pill span {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 5rem;
  margin-right: 0.5rem;
  border: 3px solid #e60217;
  background: white;
  color: #e60217;
  font-weight: bold;
  vertical-align: middle;
  margin: 50px auto 30px;
  font-size: min(3.5vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .contentMain h3.pill span {
    padding: 2rem 4rem;
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
}
.membershipcp2025 .contentMain .mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.membershipcp2025 .un_membershipcp_btnRegist {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4c483f;
  border-radius: 2em;
  max-width: 760px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: min(8vw, 2rem);
  filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.25));
  transition: background-color 0.5s ease;
}
.membershipcp2025 .un_membershipcp_btnRegist:hover {
  background-color: #7a7466;
}
.membershipcp2025 .un_membershipcp_btnRegist img {
  max-width: 70vw;
  filter: none;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .un_membershipcp_btnRegist {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    font-size: 5rem;
  }
  .membershipcp2025 .un_membershipcp_btnRegist img {
    max-width: 515px;
  }
}
.membershipcp2025 .un_membershipcp_btnRegist__campaign {
  background-color: white;
  color: #4c483f !important;
  border: solid 6px #4c483f;
  padding-top: calc(2rem - 6px);
  padding-bottom: calc(2rem - 6px);
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .un_membershipcp_btnRegist__campaign {
    padding-top: calc(3.25rem - 6px);
    padding-bottom: calc(3.25rem - 6px);
  }
}
.membershipcp2025 .un_membershipcp_btnDetail {
  border: none;
  font-size: 1.35rem;
  font-weight: normal;
  text-decoration: underline;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .un_membershipcp_btnDetail {
    font-size: 1.8rem;
  }
}
.membershipcp2025 .un_membershipcp_btnDetail:hover {
  opacity: 0.6;
}
.membershipcp2025 .un_membershipcp_btnSpecialSite {
  position: relative;
  display: inline-block;
  padding: 1.4rem 2rem;
  padding-right: 4rem;
  border: 2px solid #4c483f;
  border-radius: 3rem;
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease;
}
.membershipcp2025 .un_membershipcp_btnSpecialSite:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .un_membershipcp_btnSpecialSite {
    font-size: 2rem;
    padding: 1rem 2rem;
    padding-right: 4rem;
  }
}
.membershipcp2025 .un_membershipcp_btnSpecialSite::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  margin-top: -5px;
  border-top: solid 2px #4c483f;
  border-right: solid 2px #4c483f;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto 0;
}
.membershipcp2025 .boxflex .box-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 3px solid #4d463c;
  border-bottom: 3px solid #4d463c;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container {
    border: 6px solid #4d463c;
  }
}
.membershipcp2025 .boxflex .box-container .title_benefit {
  padding: 0 0 25px 0 !important;
  border-top: none !important;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .title_benefit {
    padding: 0 0 50px 0 !important;
  }
}
.membershipcp2025 .boxflex .box-container .box_item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 25px 15px;
  border-top: 3px solid #4d463c;
  border-bottom: 3px solid #4d463c;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item {
    padding: 50px 40px;
    border: 6px solid #4d463c;
  }
}
.membershipcp2025 .boxflex .box-container .box_item.lager_mtb {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item.lager_mtb {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.membershipcp2025 .boxflex .box-container .box_item a {
  transition: all 0.5s ease;
}
.membershipcp2025 .boxflex .box-container .box_item a img {
  filter: none;
}
.membershipcp2025 .boxflex .box-container .box_item a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.membershipcp2025 .boxflex .box-container .box_item .benefitSub {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.76rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .benefitSub {
    font-size: 3.15rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item .benefitSub .label {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .benefitSub .label {
    font-size: 1.8rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item .benefitSub .underline {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.membershipcp2025 .boxflex .box-container .box_item h4, .membershipcp2025 .boxflex .box-container .box_item p, .membershipcp2025 .boxflex .box-container .box_item ul {
  margin-bottom: 25px;
}
.membershipcp2025 .boxflex .box-container .box_item h4:last-child, .membershipcp2025 .boxflex .box-container .box_item p:last-child, .membershipcp2025 .boxflex .box-container .box_item ul:last-child {
  margin-bottom: 0;
}
.membershipcp2025 .boxflex .box-container .box_item h4 {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item h4 {
    font-size: 4rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item h4 .pill {
  display: inline-block;
  padding: 0.5rem;
  font-weight: normal;
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  border-radius: 2rem;
  margin-right: 1rem;
  background-color: #00A161;
  font-size: 1.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item h4 .pill {
    font-size: 2.1rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item h4 .wakaba::before {
  display: inline-block;
  content: "";
  background: transparent url(../images/contents/welcome2025/icon-wakaba.svg) center center no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 3.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item h4 .wakaba::before {
    width: 3rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item h4.medium {
  font-size: 1.5rem;
}
.membershipcp2025 .boxflex .box-container .box_item h4 .mini {
  line-height: 1;
  font-size: 1.8rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item h4 .mini {
    font-size: 2.6rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item h4 small {
  font-size: 1rem;
}
.membershipcp2025 .boxflex .box-container .box_item .note {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .note {
    font-size: 2rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item ul.notice {
  text-align: left;
  padding-left: 1rem;
  font-weight: bold;
  font-size: 1rem;
  list-style: none;
  padding-left: 0;
  line-height: 1.5;
}
.membershipcp2025 .boxflex .box-container .box_item ul.notice > li {
  position: relative;
  display: inline-block;
  text-align: left; /* テキスト自体は左揃え */
  padding-left: 1em; /* `※` の分だけ余白を確保 */
}
.membershipcp2025 .boxflex .box-container .box_item ul.notice > li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.membershipcp2025 .boxflex .box-container .box_item ul.notice.circle > li:before {
  content: "◎";
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item ul.notice {
    font-size: 1.2rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item p {
  position: relative;
}
.membershipcp2025 .boxflex .box-container .box_item .inner_half {
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .inner_half {
    display: flex;
  }
}
.membershipcp2025 .boxflex .box-container .box_item .inner_half .unit {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .inner_half .unit {
    width: 50%;
    margin-bottom: 0;
  }
}
.membershipcp2025 .boxflex .box-container .box_item .inner_half dl {
  letter-spacing: 0;
  margin-bottom: 25px;
  line-height: 1.5;
}
.membershipcp2025 .boxflex .box-container .box_item .inner_half dl dt, .membershipcp2025 .boxflex .box-container .box_item .inner_half dl dd {
  margin-bottom: 1rem;
}
.membershipcp2025 .boxflex .box-container .box_item .inner_half dl dt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .inner_half dl dt {
    text-align: left;
  }
}
.membershipcp2025 .boxflex .box-container .box_item .inner_half dl dt span {
  display: inline-block;
  padding: 0.5rem;
  font-weight: normal;
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  border-radius: 2rem;
  background-color: #00A161;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .inner_half dl dt span {
    font-size: 2.1rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item .inner_half dl dd {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .inner_half dl dd {
    font-size: 1.7rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item .boxTitle {
  position: absolute;
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
  z-index: 10;
  font-size: 2.5rem;
  top: -1.5rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .boxTitle {
    font-size: 5rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item .boxTitle::before {
  position: absolute;
  display: inline-block;
  content: "";
  max-width: 10rem;
  width: 100%;
  height: 1.75rem;
  background-color: #ffffff;
  bottom: 0.25rem;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .boxTitle::before {
    max-width: 19rem;
  }
}
.membershipcp2025 .boxflex .box-container .box_item .halfYellow::after {
  position: absolute;
  display: inline-block;
  content: "";
  max-width: 10rem;
  width: 100%;
  height: 50%;
  background-color: #FFF452;
  z-index: -1;
  top: -0.1rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex .box-container .box_item .halfYellow::after {
    max-width: 19rem;
  }
}
.membershipcp2025 .boxflex .box-container .bgWhite {
  background-color: #ffffff;
}
.membershipcp2025 .boxflex .box-container .full_width {
  width: 100%;
}
.membershipcp2025 .boxflex .box-container .half_width {
  width: 100%;
}
@media screen and (min-width: 1160px) {
  .membershipcp2025 .boxflex .box-container .half_width {
    width: 50%;
  }
}
.membershipcp2025 .boxflex .box-container .third_width {
  width: 100%;
}
@media screen and (min-width: 1160px) {
  .membershipcp2025 .boxflex .box-container .third_width {
    width: 33.33%;
  }
}
.membershipcp2025 .boxflex .mainTitle {
  border-bottom: none !important;
}
.membershipcp2025 .boxflex .mainTitle h1, .membershipcp2025 .boxflex .mainTitle p {
  margin-bottom: 50px;
}
.membershipcp2025 .boxflex .mainTitle h1:last-child, .membershipcp2025 .boxflex .mainTitle p:last-child {
  margin-bottom: 0;
}
.membershipcp2025 .boxflex img {
  margin-left: auto;
  margin-right: auto;
}
.membershipcp2025 .boxflex img.welcome {
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex img.welcome {
    max-width: 947px;
  }
}
.membershipcp2025 .boxflex img.title {
  max-width: 947px;
}
.membershipcp2025 .boxflex img.title__sp {
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex img.title__sp {
    max-width: 947px;
  }
}
.membershipcp2025 .boxflex img.period {
  max-width: 75%;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex img.period {
    max-width: 587px;
  }
}
.membershipcp2025 .boxflex img.sticker {
  max-width: 228px;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex img.sticker {
    max-width: 500px;
  }
}
.membershipcp2025 .boxflex #benefit1 .notice {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex #benefit1 .notice {
    text-align: center;
    font-size: 1.5rem;
  }
}
.membershipcp2025 .boxflex #benefit2,
.membershipcp2025 .boxflex #benefit3 {
  padding-bottom: 50px;
}
.membershipcp2025 .boxflex #benefit2 .benefitSub,
.membershipcp2025 .boxflex #benefit3 .benefitSub {
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex #benefit2 .benefitSub,
  .membershipcp2025 .boxflex #benefit3 .benefitSub {
    font-size: 3.15rem;
  }
}
.membershipcp2025 .boxflex #benefit2 .benefitSub {
  margin-top: 25px;
  margin-bottom: 25px;
}
.membershipcp2025 .boxflex #benefit3 h4 .big {
  margin-top: 0;
}
.membershipcp2025 .boxflex #benefit3 .suport-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.666;
  background: transparent url(../images/contents/welcome2025/benefit-3-img.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .boxflex #benefit3 .suport-image {
    height: 100%;
    background-position: 65% center;
  }
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #contentHead h1 img, .membershipcp2025 #contentHead h4 img {
    max-width: calc(100% - 30px);
  }
}
.membershipcp2025 #contentHead h1 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #contentHead h1 {
    margin-bottom: 50px;
  }
}
.membershipcp2025 #lineup h2 {
  margin-bottom: 0;
}
.membershipcp2025 #lineup h2 img {
  max-width: min(90vw, 945px);
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #lineup h2 img {
    margin-bottom: 12.5px;
  }
}
.membershipcp2025 #lineup .box-container .box_item {
  padding: 0;
}
.membershipcp2025 #newAppearance {
  background-color: #00A161;
  margin-top: 0;
  padding: 100px 0;
  color: white;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #newAppearance {
    margin-top: 150px;
  }
}
.membershipcp2025 #newAppearance h2 {
  line-height: 1.5;
  font-size: min(6vw, 2.9rem);
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #newAppearance h2 {
    font-size: 5.8rem;
  }
}
.membershipcp2025 #newAppearance img {
  margin-bottom: 25px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #newAppearance img {
    margin-bottom: inherit;
  }
}
.membershipcp2025 #newAppearance h3 {
  padding: 0 25px;
  font-size: min(9vw, 7rem);
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #newAppearance h3 {
    font-size: 13rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #newAppearance h4 {
    font-size: 2.8rem;
  }
}
.membershipcp2025 #newAppearance .price {
  font-size: 2.8rem;
  margin-bottom: 25px;
  font-weight: bold;
}
.membershipcp2025 #newAppearance .price small {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #newAppearance .price {
    margin-bottom: 0;
  }
  .membershipcp2025 #newAppearance .price small {
    font-size: 1.4rem;
  }
}
.membershipcp2025 #newAppearance .un_membershipcp_btnSpecialSite {
  border-color: white;
  color: white;
}
.membershipcp2025 #newAppearance .un_membershipcp_btnSpecialSite::after {
  border-color: white;
}
.membershipcp2025 #courses h2 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.membershipcp2025 #courses p {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #courses p.courses_icon {
    max-width: 780px;
    margin: 0 auto;
  }
}
.membershipcp2025 #courses p.courses_text {
  font-weight: bold;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #courses p.courses_text {
    max-width: 550px;
    margin: 30px auto;
    font-size: 1.6rem;
  }
}
.membershipcp2025 #courses p.courses_btn a {
  display: block;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #courses p.courses_btn a {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .membershipcp2025 #courses p.courses_btn {
    text-align: center;
  }
}
.membershipcp2025 #membership .box-container {
  flex-wrap: nowrap;
}
.membershipcp2025 #membership .box-container .box_item {
  padding: 0;
}
.membershipcp2025 #membership #membership-2 p,
.membershipcp2025 #membership #membership-3 p {
  position: relative;
}
.membershipcp2025 #membership #membership-2 p img,
.membershipcp2025 #membership #membership-3 p img {
  position: relative;
  z-index: 1;
}
.membershipcp2025 #membership #membership-2 p::after,
.membershipcp2025 #membership #membership-3 p::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.membershipcp2025 #membership #membership-2 p::after {
  background: transparent url(../images/contents/welcome2025/membership-2-img.png) center bottom no-repeat;
  background-size: 65%;
}
.membershipcp2025 #membership #membership-3 p::after {
  background: transparent url(../images/contents/welcome2025/membership-3-img.png) center 85% no-repeat;
  background-size: 70%;
}
.membershipcp2025 .jyubako.notice li {
  display: block !important;
}
.membershipcp2025 .jyubako_img {
  display: flex;
  flex-direction: row;
}
.membershipcp2025 .jyubako_text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0 !important;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .jyubako_text {
    font-size: 1.6rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .jyubako_text__single {
    margin-top: 40px;
  }
}
.membershipcp2025 .jyubako_link_head {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0 !important;
  display: block;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .jyubako_link_head {
    font-size: 1.4rem;
  }
}
.membershipcp2025 .jyubako_link_btn {
  display: block;
  margin: 10px auto 30px !important;
  border: 1px solid #4c483f;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5em 2em;
  border-radius: 2em;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .jyubako_link_btn {
    font-size: 1.8rem;
  }
}
.membershipcp2025 .registnext {
  margin: 30px 0;
}
.membershipcp2025 .registnext_text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .membershipcp2025 .registnext_text {
    font-size: 2rem;
  }
}
.membershipcp2025 .registnext_icon {
  width: 40px;
  height: auto;
  margin: 10px auto 0 auto;
}
/*# sourceMappingURL=membershipcp2025.css.map */
