@charset "UTF-8";
.beginner {
  padding: 80px 0 60px;
}

.beginner_top .top_flx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.beginner_top .top_flx_ttl {
  width: 50%;
  font-size: 41px;
  line-height: 74px;
  color: #699ad1;
  font-style: italic;
}

.beginner_top .top_flx_pic {
  width: 50%;
}

.beginner_top .top_flx_pic img {
  width: 100%;
  height: auto;
  -moz-border-radius: 15px;
       border-radius: 15px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
       box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.beginner .t-kayfit {
  text-align: center;
  padding-top: 50px;
}

.beginner .t-kayfit h3 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.beginner .t-kayfit p {
  font-size: 18px;
  line-height: 36px;
  color: #4d4d4d;
}

.beginner .t-kayfit p span {
  color: #6996cd;
}

.beginner #join {
  background: url(../images/top/news_bg.png) repeat #f4f6f9;
}

.joining {
  padding: 65px 0;
  text-align: center;
}

.joining h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #4d4d4d;
}

.joining p {
  font-size: 17px !important;
  line-height: 26px;
}

.joining p + p {
  margin-top: 20px;
}

.joining p span {
  color: #6996cd;
}

.b_membership {
  background: #e3f0f5;
  padding: 120px 0 90px;
}

.b_membership h2 {
  text-align: center !important;
  margin-bottom: 50px !important;
  display: block !important;
}

.b_membership h2:before, .b_membership h2:after {
  content: none !important;
}

.b_membership h2 img {
  margin: 0 auto;
}

.b_membership .txt_top {
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 20px;
}

.b_membership_item:not(:last-child) {
  margin-bottom: 50px;
}

.b_membership_item h3 {
  font-size: 21px;
  line-height: 37px;
  color: #6997ce !important;
  margin-bottom: 15px;
  font-weight: 500;
  margin-left: 20px;
}

.b_need_join {
  padding: 90px 0;
}

.b_need_join_ttl {
  margin-bottom: 30px;
  text-align: center;
  color: #fff !important;
}

.b_need_join_ttl:before, .b_need_join_ttl:after {
  content: none;
}

.b_need_join_ttl span {
  background-color: #699ad1;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  padding: 10px 30px;
}

.b_need_join .txt_top {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #4d4d4d;
}

.b_need_join .wrap {
  border: 1px solid #699ad1;
  padding: 50px;
}

.b_need_join_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b_need_join_list > li:not(:last-child) {
  margin-bottom: 20px;
}

.b_need_join_list span {
  font-size: 23px;
  line-height: 1.5;
  color: #4d4d4d;
}

.b_need_join_list .l_note {
  margin-top: 10px;
  margin-left: 20px;
}

.b_need_join_list .l_note li {
  font-size: 15px;
  line-height: 22px;
  color: #4d4d4d;
  position: relative;
  padding-left: 20px;
}

.b_need_join_list .l_note li:before {
  content: "※";
  font-size: 15px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

/* Start Member Table Styles */
.start_member_table {
  border: 1px solid #6997ce;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.start_member_plan {
  color: white;
  padding: 40px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  background-color: #6997ce;
}

.start_member_plan .plan_name {
  font-size: 20px;
  text-align: center;
}

.start_member_details {
  background: white;
  padding: 20px 30px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #6997ce;
}

.start_member_details .pricing {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}

.start_member_details .pricing .enrollment_fee {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #6997ce;
}

.start_member_details .pricing .monthly_fee {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #6997ce;
}

.start_member_details .usage_info {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #4d4d4d;
}

.start_member_details .benefits .benefit_item {
  font-size: 18px;
  line-height: 26px;
  color: #4d4d4d;
}

.start_member_details .benefits .benefit_item:first-child {
  margin-top: 15px;
}

.start_member_details .benefits .benefit_item span {
  color: #6997ce;
}

.start_member_details .disclaimers .disclaimer {
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d;
}

/* Membership Plans Table Styles */
.membership_plans_table {
  border: 1px solid #6997ce;
}

.table_header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #e1eaf5;
}

.table_header .header_cell {
  padding: 20px 10px;
  color: #6997ce;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #6997ce;
}

.table_header .header_cell:last-child {
  border-right: none;
}

.table_header .plan_header {
  width: 400px;
}

.table_header .fee_header {
  width: 360px;
}

.table_header .hours_header {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.table_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #6997ce;
  background: white;
}

.table_row:last-child {
  border-bottom: none;
}

.table_row .plan_cell {
  width: 400px;
  background: #6997ce;
  color: white;
  padding: 20px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-right: 1px solid #6997ce;
  position: relative;
}

.table_row .plan_cell .flx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.table_row .plan_cell .recommended_badge {
  background: white;
  color: #6997ce;
  -moz-border-radius: 100%;
       border-radius: 100%;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.table_row .plan_cell .plan_name {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.table_row .fee_cell {
  width: 360px;
  padding: 20px 10px;
  border-right: 1px solid #6997ce;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_row .fee_cell .main_price {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #6997ce;
  margin-right: 30px;
}

.table_row .fee_cell .u29_price {
  font-size: 14px;
  color: #6997ce;
}

.table_row .fee_cell .u29_price span {
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #6997ce;
}

.table_row .fee_cell .note {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.table_row .fee_cell .benefit {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}

.table_row .fee_cell .benefit span {
  color: #6997ce;
}

.table_row .fee_cell .mt-cts {
  margin-top: 15px;
}

.table_row .hours_cell {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Options Table Styles */
.options_table {
  overflow: hidden;
  border: 1px solid #6997ce;
  margin-bottom: 25px;
}

.options_table .table_header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #e1eaf5;
}

.options_table .table_header .header_cell {
  padding: 15px 10px;
  color: #6997ce;
  text-align: center;
  border-right: 1px solid #6997ce;
}

.options_table .table_header .header_cell:last-child {
  border-right: none;
}

.options_table .table_header .service_header {
  width: 400px;
}

.options_table .table_header .fee_header {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.options_table .table_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #6997ce;
  background: white;
}

.options_table .table_row:last-child {
  border-bottom: none;
}

.options_table .table_row .service_cell {
  width: 400px;
  background: #6997ce;
  color: white;
  padding: 20px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-right: 1px solid #6997ce;
}

.options_table .table_row .service_cell .service_name {
  font-size: 18px;
  line-height: 1.5;
}

.options_table .table_row .fee_cell {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 15px;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.options_table .table_row .fee_cell .price_options {
  margin-bottom: 10px;
}

.options_table .table_row .fee_cell .price_options .price_option {
  color: #6997ce;
  font-weight: 500;
  margin-right: 15px;
  font-size: 18px;
  line-height: 1.5;
}

.options_table .table_row .fee_cell .price_with_label {
  margin-bottom: 0;
  margin-right: 25px;
}

.options_table .table_row .fee_cell .price_with_label .label {
  color: #6997ce;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.options_table .table_row .fee_cell .price_with_label .price {
  color: #6997ce;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

.options_table .table_row .fee_cell .description {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.4;
}

/* Notes Section */
.l_note li {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.5;
  margin-bottom: 5px;
}

.l_note li:last-child {
  margin-bottom: 0;
}

.membership_plans_table .table_header .header_cell,
.membership_plans_table .table_header .plan_cell,
.membership_plans_table .table_header .fee_cell,
.membership_plans_table .table_header .hours_cell,
.membership_plans_table .table_header .service_cell,
.membership_plans_table .table_row .header_cell,
.membership_plans_table .table_row .plan_cell,
.membership_plans_table .table_row .fee_cell,
.membership_plans_table .table_row .hours_cell,
.membership_plans_table .table_row .service_cell,
.options_table .table_header .header_cell,
.options_table .table_header .plan_cell,
.options_table .table_header .fee_cell,
.options_table .table_header .hours_cell,
.options_table .table_header .service_cell,
.options_table .table_row .header_cell,
.options_table .table_row .plan_cell,
.options_table .table_row .fee_cell,
.options_table .table_row .hours_cell,
.options_table .table_row .service_cell {
  border-bottom: 1px solid #fff;
}

.membership_plans_table .table_header:last-child .header_cell,
.membership_plans_table .table_header:last-child .plan_cell,
.membership_plans_table .table_header:last-child .fee_cell,
.membership_plans_table .table_header:last-child .hours_cell,
.membership_plans_table .table_header:last-child .service_cell,
.membership_plans_table .table_row:last-child .header_cell,
.membership_plans_table .table_row:last-child .plan_cell,
.membership_plans_table .table_row:last-child .fee_cell,
.membership_plans_table .table_row:last-child .hours_cell,
.membership_plans_table .table_row:last-child .service_cell,
.options_table .table_header:last-child .header_cell,
.options_table .table_header:last-child .plan_cell,
.options_table .table_header:last-child .fee_cell,
.options_table .table_header:last-child .hours_cell,
.options_table .table_header:last-child .service_cell,
.options_table .table_row:last-child .header_cell,
.options_table .table_row:last-child .plan_cell,
.options_table .table_row:last-child .fee_cell,
.options_table .table_row:last-child .hours_cell,
.options_table .table_row:last-child .service_cell {
  border-bottom: none;
}

@media (max-width: 768px) {
  .beginner {
    padding: 7.35294vw 0;
  }
  .beginner_top .top_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.67647vw;
  }
  .beginner_top .top_flx_ttl {
    width: 100%;
    font-size: 5.88235vw;
    line-height: 11.02941vw;
  }
  .beginner_top .top_flx_pic {
    width: 100%;
  }
  .beginner .t-kayfit {
    text-align: center;
    padding-top: 7.35294vw;
  }
  .beginner .t-kayfit h3 {
    font-size: 4.70588vw;
    line-height: 1.5;
    margin-bottom: 3.67647vw;
  }
  .beginner .t-kayfit p {
    font-size: 3.82353vw;
    line-height: 1.8;
  }
  .joining {
    padding: 9.55882vw 0;
  }
  .joining h3 {
    font-size: 3.82353vw;
    margin-bottom: 4.41176vw;
  }
  .joining p {
    font-size: 3.82353vw !important;
    line-height: 1.8;
  }
  .joining p + p {
    margin-top: 3.67647vw;
  }
  .b_membership {
    padding: 14.70588vw 0 13.23529vw;
  }
  .b_membership h2 {
    margin-bottom: 7.35294vw !important;
  }
  .b_membership .txt_top {
    font-size: 3.82353vw;
    line-height: 1.6;
    margin-bottom: 3.67647vw;
  }
  .b_membership_item:not(:last-child) {
    margin-bottom: 7.35294vw;
  }
  .b_membership_item h3 {
    font-size: 4.41176vw;
    line-height: 1.6;
    margin-bottom: 2.94118vw;
    margin-left: 3.67647vw;
  }
  .b_need_join {
    padding: 13.23529vw 0;
  }
  .b_need_join_ttl {
    margin-bottom: 4.41176vw;
  }
  .b_need_join_ttl span {
    font-size: 4.41176vw;
    line-height: 1;
    padding: 2.20588vw 5.14706vw;
  }
  .b_need_join .txt_top {
    font-size: 3.82353vw;
    margin-bottom: 5.88235vw;
  }
  .b_need_join .wrap {
    padding: 2.94118vw;
  }
  .b_need_join_list > li:not(:last-child) {
    margin-bottom: 2.94118vw;
  }
  .b_need_join_list span {
    font-size: 4.41176vw;
  }
  .b_need_join_list .l_note {
    margin-top: 1.47059vw;
    margin-left: 2.94118vw;
  }
  .b_need_join_list .l_note li {
    font-size: 3.82353vw;
    line-height: 1.6;
    padding-left: 3.67647vw;
  }
  .b_need_join_list .l_note li:before {
    content: "※";
    font-size: 3.82353vw;
    line-height: 1.6;
  }
  .b_tbl {
    overflow-x: auto;
  }
  .b_tbl .start_member_table,
  .b_tbl .options_table {
    width: 147.05882vw;
  }
  .b_tbl .membership_plans_table {
    width: 176.47059vw;
  }
  .start_member_plan {
    padding: 2.94118vw;
    width: 51.47059vw;
  }
  .start_member_plan .plan_name {
    font-size: 3.82353vw;
  }
  .start_member_details {
    padding: 2.94118vw;
  }
  .start_member_details .pricing {
    margin-bottom: 2.94118vw;
    gap: 7.35294vw;
  }
  .start_member_details .pricing .enrollment_fee {
    font-size: 3.82353vw;
  }
  .start_member_details .pricing .monthly_fee {
    font-size: 3.82353vw;
  }
  .start_member_details .usage_info {
    font-size: 3.52941vw;
    line-height: 1.5;
    margin-bottom: 2.94118vw;
  }
  .start_member_details .benefits .benefit_item {
    font-size: 3.82353vw;
    line-height: 1.6;
  }
  .start_member_details .benefits .benefit_item:first-child {
    margin-top: 2.20588vw;
  }
  .start_member_details .disclaimers .disclaimer {
    font-size: 2.94118vw;
  }
  .table_header .header_cell {
    padding: 2.94118vw;
    font-size: 3.82353vw;
  }
  .table_header .plan_header {
    width: 51.47059vw;
  }
  .table_header .fee_header {
    width: 44.11765vw;
  }
  .table_row .plan_cell {
    width: 51.47059vw;
    padding: 2.94118vw;
  }
  .table_row .plan_cell .flx {
    gap: 1.47059vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table_row .plan_cell .recommended_badge {
    padding: 0.58824vw 1.76471vw;
    font-size: 3.52941vw;
    font-weight: 500;
    width: 14.70588vw;
    height: 14.70588vw;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .table_row .plan_cell .plan_name {
    font-size: 3.82353vw;
    line-height: 1.3;
  }
  .table_row .fee_cell {
    width: 44.11765vw;
    padding: 2.94118vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table_row .fee_cell .main_price {
    font-size: 3.52941vw;
    margin-right: 0;
    margin-bottom: 2.20588vw;
  }
  .table_row .fee_cell .u29_price {
    font-size: 3.52941vw;
  }
  .table_row .fee_cell .u29_price span {
    font-size: 3.52941vw;
    padding: 0 1.47059vw;
  }
  .table_row .fee_cell .note {
    font-size: 3.52941vw;
    margin-top: 1.47059vw;
  }
  .table_row .fee_cell .benefit {
    font-size: 3.52941vw;
  }
  .table_row .fee_cell .mt-cts {
    margin-top: 0;
  }
  .table_row .hours_cell {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2.94118vw;
    font-size: 3.82353vw;
    line-height: 1.6;
  }
  /* Options Table Styles */
  .options_table {
    margin-bottom: 3.67647vw;
  }
  .options_table .table_header .header_cell {
    padding: 2.20588vw;
  }
  .options_table .table_header .service_header {
    width: 51.47059vw;
  }
  .options_table .table_row .service_cell {
    width: 51.47059vw;
    padding: 2.94118vw;
  }
  .options_table .table_row .service_cell .service_name {
    font-size: 3.82353vw;
  }
  .options_table .table_row .fee_cell {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2.94118vw;
  }
  .options_table .table_row .fee_cell .price_options {
    margin-bottom: 1.47059vw;
  }
  .options_table .table_row .fee_cell .price_options .price_option {
    margin-right: 2.20588vw;
    font-size: 3.82353vw;
  }
  .options_table .table_row .fee_cell .price_with_label {
    margin-right: 3.67647vw;
  }
  .options_table .table_row .fee_cell .price_with_label .label {
    font-size: 3.82353vw;
  }
  .options_table .table_row .fee_cell .price_with_label .price {
    font-size: 3.82353vw;
  }
  .options_table .table_row .fee_cell .description {
    font-size: 3.52941vw;
  }
  .l_note li {
    font-size: 3.52941vw;
    margin-bottom: 0.73529vw;
  }
}
