/* start:20221212 RN add */  /* ========================================================
  *
  * h1
  *
  * ======================================================== */
  /* PC */
  @media print, screen and (min-width:769px){
      .c_rn-h1 {
        font-size: 50px;
        /* font-weight: 700;
        color: #2886d9;
        text-align: center;
        line-height: 1;
        margin-bottom: 80px; */
      }
  
      .c-rn_fv02 {
      margin-bottom: 80px;
      }
    }

  /* SP */
  @media print,
  screen and (max-width:768px) {
      .c_rn-h1 {
      font-size: calc((42/375) * 100vw);
      font-weight: 700;
      color: #2886d9;
      text-align: center;
      line-height: 1.6;
      }
  }
  
  /* ========================================================
  *
  * h3
  *
  * ======================================================== */
  /* PC */
  @media print,
  screen and (min-width:769px) {
      .c_rn-c-h3 {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 20px;
      border-left: 4px solid #2886D9;
      padding-left: 10px;
      }
  }
  
  /* SP */
  @media print,
  screen and (max-width:768px) {
      .c_rn-c-h3 {
      font-size: calc((24/375) * 100vw);
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: calc((20/375) * 100vw);
      border-left: calc((4/375) * 100vw) solid #2886D9;
      padding-left: calc((10/375) * 100vw);
      }
  }
  
  /* ========================================================
  *
  * 塾比較
  *
  * ======================================================== */
  /* PC */
  @media print,
  screen and (min-width:769px) {
      .c_rn-juku-comparison-wrap {
      margin: 0 0 40px;
      }
  
      .c_rn-juku-comparison-block {
      width: 50%;
      }

  
      .c_rn-juku-comparison__image--option-free {
      text-align: center;
      border: solid 2px #f6f6f6;
      height: 310px;
      }
  
      .c_rn-juku-comparison__image--option-free img {
      height: 100%;
      width: auto;
      }
  }
  
  /* SP */
  @media print,
  screen and (max-width:768px) {}
  
  /* ========================================================
  *
  * 資料請求
  *
  * ======================================================== */
  /* PC */
  @media print,
  screen and (min-width:769px) {
      .c_rn-cv-request__banner {
      position: relative;
      }
  
      .c_rn-cv-request__banner .c_rn-cv-request__btn-link {
      position: absolute;
      left: 390px;
      bottom: 30px;
      }
  }
  
  /* SP */
  @media print,
  screen and (max-width:768px) {
      .c_rn-cv-request__banner {
      position: relative;
      }
  
      .c_rn-cv-request__banner .c_rn-cv-request__btn-link {
      position: absolute;
      left: 0;
      right: 0;
      bottom: calc((35/375) * 100vw);
      }
  }
  
  /* ========================================================
  *
  * tab
  *
  * ======================================================== */
  /* PC */
  @media print,
  screen and (min-width:769px) {}
  
  /* SP */
  @media print,
  screen and (max-width:768px) {
      .modal-mate__ttl-wrap {
      padding: 0 4vw;
      margin-bottom: 22px;
      }
  
      .modal-mate__ttl {
      font-size: 24px;
      font-weight: bold;
      }
  
      .c_rn-kyozai-head-tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: calc((15/375) * 100vw);
      padding-left: calc((10/375) * 100vw);
      border-bottom: 2px solid #E60012;
      margin-bottom: calc((50/375) * 100vw);
      }
  
      .c_rn-kyozai-head-tab.selected-hybrid {
      border-bottom: 2px solid #E60012;
      }
  
      .c_rn-kyozai-head-tab.selected-original {
      border-bottom: 2px solid #005BAC;
      }
  
      .c_rn-kyozai-tab__item {
      text-align: center;
      border-top-left-radius: calc((5/375) * 100vw);
      border-top-right-radius: calc((5/375) * 100vw);
      font-size: calc((20/375) * 100vw);
      padding-top: calc((10/375) * 100vw);
      padding-bottom: calc((5/375) * 100vw);
      font-weight: 700;
      margin-left: calc((5/375) * 100vw);
      width: 100%;
      line-height: 1.4;
      background-color: #fff;
      margin-bottom: -2px;
      }
  
      .c_rn-kyozai-tab__item--hybrid {
      color: #E60012;
      border: 2px solid #E60012;
      border-bottom: 2px solid #005BAC;
      }
  
      .selected-hybrid .c_rn-kyozai-tab__item--hybrid {
      border-bottom: none;
      }
  
      .c_rn-kyozai-tab__item--original {
      color: #005BAC;
      border: 2px solid #005BAC;
      border-bottom: 2px solid #E60012;
      }
  
      .selected-original .c_rn-kyozai-tab__item--original {
      border-bottom: none;
      }
  
      .c_rn-kyozai-tab__item span {
      display: block;
      font-size: calc((12/375) * 100vw);
      color: #464646;
      font-weight: normal;
      }
  
      .c_rn-kyozai-tab__contents--original {
      display: none;
      }
  
      .c-modal__body-inner--modal-mate {
      padding: 0;
      }
  
      .grade-c_rn-kyozai-list-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      }
  }
  /* end:20221212 RN add */
  /* start:20230201 add */
  .c_rn-cost-table__row-total--acc {
    background-color: #fff;
  }
  .c_rn-cost-table__row-total--acc span {
    color: #E60012;
  }
  .c_rn-cost-table__row-link {
    position: relative;
    border: solid 1px #464646;
  }
  .c_rn-cost-table__row-link--has_icon {
    border: solid 1px #888;
  }
  .c_rn-cost-table__row-link--has_icon::before{
      content: "";
      display: block;
      background-image: url(/_share/icon_closs_cost.png);
      margin: auto;
      position: absolute;
      right: 0;
      left: 0;
    }
    .c-bold{
      font-weight: bold;
    }
    .c_rn-c-btn--green{
      background-color: #00C753;
    }
    .c-link::after{
      content: unset;
    }
    .c-remark-list .c-link{
      color: #2886d9;
    }
    .c_rn-list__common-item{
      line-height: 1.6;
    }
    .c_rn-c-anchor__item::before{
      background-image: none !important;
    }
  /* PC */
  @media print,
  screen and (min-width:769px) {
    .c_rn-cost-block__cost{
      align-items: flex-start;
    }
    .c_rn-cost-block__cost dt{
      margin-right: 10px;
    }
    .c_rn-cost-table__row-link {
      margin-right: 2px;
      padding: 11px 0 7px;
      margin-bottom: 8px;
      font-size: 12px;
      color: #464646;
    }
    .c_rn-cost-table__row-link--has_icon {
      font-size: 10px;
      color: #888;
    }
    .c_rn-cost-table__row-link--has_icon::before{
      width: 15px;
      height: 16px;
      top: -8px;
    }
    .c_rn-cost-table__row-icon {
      padding: 0;
      margin-bottom: 8px;
    }
    .c_rn-cost-table__row-list dd span.c_rn-cost-table__month{
      font-size: 10px;
      line-height: 1;
      display: block;
      padding-top: 10px;
    }
    /* cost */
    .c_rn-cost-title, .c_rn-style-h4{
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px;
    }
    .c_rn-cost--wrap{
      border: 2px solid #E60012;
      padding: 24px 35px;
      display: grid;
      justify-items: start;
      align-items: center;
      color: #E60012;
      width: 410px;
      margin: 0 auto 40px;
    }
    .c_rn-cost--month{
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 10px;
      height: 60px;
    }
    .c_rn-cost--month-text{
      font-size: 16px;
      font-weight: 600;
      border: 2px solid #E60012;
      padding: 6.8px;
      color: #fff;
      background-color: #E60012;
    }
    .c_rn-cost--month-money, .c_rn-cost--senyou-money{
      font-size: 60px;
      font-weight: 600;
    }
    .c_rn-cost--month-grid{
      display: grid;
      justify-items: center;
      margin-top: 15px;
    }
    .c_rn-cost--month-zei{
      font-size: 11px;
      font-weight: 600;
      margin-bottom: -9px;
    }
    .c_rn-cost--month-yen, .c_rn-cost--senyou-yen{
      font-size: 24px;
      font-weight: 600;
    }
    .c_rn-cost--senyou-yen{
      margin-top: 15px;
    }
    .c_rn-cost-wrap--senyou{
      display: flex;
      justify-content: center;
      gap: 22px;
      height: 60px;
      margin-top: 10px;
    }
    .c_rn-cost--senyou--flex-item{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
    }
    .c_rn-cost--senyou-text{
      font-size: 16px;
      font-weight: 600;
      margin-top: 15px;
    }
    .c_rn-style--wrap{
      display: flex;
      justify-content: center;
      gap: 40px;
    }
    .c_rn-cost-table__title{
      width: 113px;
      padding: 11px 24px;
    }
    .c_rn-cost-block--original .c_rn-cost-table__row--recommend::before,
    .c_rn-cost-table__row--recommend::before{
      border: none;
    }
    .c_rn-cost-table__icon--recommend{
      margin-left: 2px;
      width: 113px;
    }
    .c_rn-cost-block--original .c_rn-cost-table__row--recommend::after,
    .c_rn-cost-table__row--recommend::after,
    .c_rn-cost-block--hybrid .c_rn-cost-table__row--recommend::after{
      border-top: none;
    }
    .c_rn-style-flex--item{
      display: grid;
      justify-items: start;
    }
    .c_rn-cost-block--original{
      margin-left: 0;
    }
  }
  
  /* SP */
  @media print,
  screen and (max-width:768px) {
    .c_rn-cost-block__cost{
      align-items: flex-start;
    }
    .c_rn-cost-block__cost dd small{
      font-size: calc((14/375) * 100vw);
    }
    .c_rn-cost-table__row-link {
      margin-right: calc((2/375) * 100vw);
      padding: 8px 0 5px;
      margin-bottom: 5px;
      font-size: 3.2vw;
      color: #464646;
    }
    .c_rn-cost-table__row-link--has_icon {
      font-size: 2.67vw;
      color: #888;
    }
    .c_rn-cost-table__row-link--has_icon::before{
      width: 15px;
    height: 15px;
    top: -8px;
    }
    .c_rn-cost-table__row-icon {
      padding: 0;
      margin-bottom: 5px;
    }
    .c_rn-cost-table__row-list dd span.c_rn-cost-table__month{
      font-size: calc((10/375) * 100vw);
      line-height: 1;
      display: block;
      padding-top: calc((10/375) * 100vw);
    }
    .c-text{
      text-align: left;
    }
    /* cost */
    .c_rn-cost-title, .c_rn-style-h4{
      font-size: 16px;
      font-weight: bold;
      text-align: start;
      margin-bottom: 10px;
    }
    .c_rn-cost--wrap{
      border: 2px solid #E60012;
      padding: 3vw 5vw;
      display: grid;
      justify-items: center;
      align-items: center;
      color: #E60012;
      width: 83vw;
      margin: 0 auto 40px;
      gap: 1vw;
    }
    .c_rn-cost--month{
      display: flex;
      align-items: center;
      gap: 6px;
      height: 60px;
    }
    .c_rn-cost--month-text{
      font-size: 3.3333vw;
      font-weight: 600;
      border: 2px solid #E60012;
      padding: 1vw;
      color: #fff;
      background-color: #E60012;
    }
    .c_rn-cost--month-money, .c_rn-cost--senyou-money{
      font-size: 13.5vw;
      font-weight: 600;
    }
    .c_rn-cost--month-grid{
      display: grid;
      justify-items: center;
      margin-top: 3vw;
      gap: 5px;
    }
    .c_rn-cost--month-zei{
      font-size: 2.333vw;
      font-weight: 600;
      margin-bottom: -9px;
    }
    .c_rn-cost--month-yen, .c_rn-cost--senyou-yen{
      font-size: 5.555vw;
      font-weight: 600;
    }
    .c_rn-cost--senyou-yen{
      margin-top: 15px;
    }
    .c_rn-cost-wrap--senyou{
      display: flex;
      justify-content: center;
      gap: 22px;
      height: 60px;
      margin-top: 10px;
    }
    .c_rn-cost--senyou--flex-item{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
    }
    .c_rn-cost--senyou-text{
      font-size: 3vw;
      font-weight: 600;
      margin-top: 15px;
    }
    .c_rn-style--wrap{
      display: block;
    }
    .c_rn-cost-table__title{
      width: 29.5vw;
      padding: 11px 4vw;
    }
    .c_rn-cost-block--original .c_rn-cost-table__row--recommend .c_rn-cost-table__title {
      font-size: 3.5vw;
    }
    .c_rn-cost-block--original .c_rn-cost-table__row--recommend::before,
    .c_rn-cost-table__row--recommend::before{
      border: none;
    }
    .c_rn-cost-table__icon--recommend{
      margin-left: 2px;
      width: 29.5vw;
    }
    .c_rn-cost-block--original .c_rn-cost-table__row--recommend::after,
    .c_rn-cost-table__row--recommend::after,
    .c_rn-cost-block--hybrid .c_rn-cost-table__row--recommend::after{
      border-top: none;
    }
    .c_rn-style-flex--item{
      display: grid;
      justify-items: start;
    }
    .c_rn-cost-block--original{
      margin-left: 0;
    }
  }
  /* end:20230201 add */

        /*==============================
          リセットCSS
        ==============================*/
        .acc__body--yellow {
          background-color: rgb(255, 250, 205);
        }
        /*===== PC =====*/
        @media print, screen and (min-width: 769px) {
          .section-wide {
            margin-right: 10px;
            margin-left: 10px;
          }
        }
        /*===== SP =====*/
        @media screen and (max-width: 768px) {
          .acc__body--max {
            margin-right: -8vw;
            margin-left: -8vw;
          }
          .section-wide {
            margin-right: 8vw;
            margin-left: 8vw;
          }
        }
        @media print,screen and (max-width:768px) {
        .c_rn-cost-block__cost dt{
          font-size: calc((14/375) * 100vw);
        }
  }

  /* ========================================================
  *
  * 追加CSS_20250930
  *
  * ======================================================== */
  .c-floatingcv__btn{
    color: #fff;
    background: #00C753;
  }
  .c-header__menu-cv-link{
    color: #fff;
    background-color: #00C753;
  }
  .c-header__head-btn-item--cv .c-header__head-btn-link{
    color: #fff;
    background-color: #00C753
  }
  .c-header__menu-cv-link::after {
    filter: brightness(0) invert(1) !important;
  }
  /* PC */
  @media print,
  screen and (min-width:769px) {
    .c_rn-cost-wrap--flexbox{
      display: flex;
      justify-content: center;
      gap: 40px;
    }
    .c_rn-cost-block--standard .c_rn-cost-h3{
      color: #3CA38C;
    }
    .c_rn-cost-block--standard .c_rn-cost-h4{
      color: #3CA38C;
      background-color: rgba(60,163,140,0.1);
      font-size: 16px;
      font-weight: bold;
      padding: 8px;
      width: fit-content;
    }
    .c_rn-cost-block--standard .c_rn-cost-h3{
      border-left: 4px solid #3CA38C;
    }
    .c_rn-cost-block--high-level .c_rn-cost-h3{
      color: #6895C6;
    }
    .c_rn-cost-block--high-level .c_rn-cost-h4{
      color: #6895C6;
      background-color: rgba(104,149,198,0.1);
      font-size: 16px;
      font-weight: bold;
      padding: 8px;
      width: fit-content;
    }
    .c_rn-cost-block--high-level .c_rn-cost-h3{
      border-left: 4px solid #6895C6;
    }
    .c_rn-juku-comparison-block{
      max-width: 650px;
      margin: 0 auto;
    }
    .c-mb65-pc{
      margin-bottom: 65px !important;
    }
    .c-mb95-pc{
      margin-bottom: 95px !important;
    }
    .c_rn-list__number{
      font-size: 18px;
      line-height: 2;
    }
    .c_rn-list__number-green{
      color: #0F997A;
    }
    .c_rn-list__number-blue{
      color: #347ACC;
    }
    .c_rn-list__number-parple{
      color: #C967B7;
    }
    .c_rn-list__number-black{
      color: #464646;
    }
    .c-text{
      text-align: left;
    }
    .c_rn-juku-comparison--flexbox{
      display: flex;
      gap: 40px;
    }
    .c-acc-text--juku-comparison{
      width: 50%;
    }
    .c_rn-c-anchor{
      flex-wrap: unset;
      display: flex;
      width: auto;
      margin: 0;
      justify-content: center;
    }
    .c_rn-c-anchor__link{
      position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        text-decoration: none;
        padding-right: 4px;
    }
    .c_rn-c-anchor__link::before{
      content: unset;
    }
    .c_rn-c-anchor__reason-txt{
      font-size: 12px;
      padding-right: 5px;
      color: #2886D9;
    }
    .c_rn-c-anchor__item{
      display: flex;
      justify-content: center;
      gap: 5px;
    }
    .c_rn-c-anchor__item + .c_rn-c-anchor__item, .c_rn-c-anchor__item:nth-of-type(n+3){
      margin: 0;
    }
    .c_rn-juku-comparison-block--flexbox__item{
      margin: 0;
    }
    .c_rn-cost--wrap--chujyunbi{
      color: #0A9FBA;
      border: 2px solid #0A9FBA;
    }
    .c_rn-cost--month-text--chujyunbi{
      border: 2px solid #0A9FBA;
      background-color: #0A9FBA;
      color: #fff;
    }
    .c_rn-cost-block--chujyunbi .c_rn-cost-table__icon--recommend{
      background-color: #054A56;
    }
    .c_rn-cost-block--chujyunbi .c_rn-cost-table__icon--recommend{
      background-color: #054A56;
    }
    .c_rn-cost-block--chujyunbi .c_rn-cost-table__row--recommend .c_rn-cost-table__title{
      background-color: #0A9FBA;
    }
    .c_rn-cost-block--touch .c_rn-cost-h3{
      color: #0A9FBA;
      border-color: #0A9FBA;
    }
    .c-mb115-pc{
      margin-bottom: 115px !important;
    }
    .c_rn-c-h2__sub{
      display: unset;
    }
    .c_rn-checkmark-list__item-mark--check-navy::after{
      background-image: url(/cost/check_icon_navy.svg);
    }
    .c_rn-cost-block--high-highlevel .c_rn-cost-h3{
      border-left: 4px solid #182347;
      color: #182347;
    }
    .c_rn-cost-block--high-highlevel .c_rn-cost-h4{
      color: #182347;
      background-color: rgba(24,35,71, 0.1);
      font-size: 16px;
      font-weight: bold;
      padding: 8px;
      width: fit-content;
    }
    .c_rn-acc-table{
      width: 900px;
    }
    .c_rn-acc-tr--white{
      background-color: #fff;
    }
    .c_rn-acc-tr{
      background-color: #f9f9f9;
    }
    .c_rn-acc-th{
      width: 290px;
      padding: 10px;
      font-weight: bold;
      text-align: start;
    }
    .c_rn-acc-td{
      padding: 10px;
    }
    .c_rn-acc-tr-ck{
      font-weight: bold;
      padding: 10px;
      background-color: #fff;
    }
    .c_rn-acc-tr-ck--bg{
      background-color: #e5e5e5;
    }
    .c_rn-acc-tr-ck--wrap{
      border: 1px solid #e5e5e5;
    }
    .c_rn-acc-th-ck{
      padding: 10px;
      font-weight: bold;
    }
    .c_rn-acc-td-ck{
      padding: 10px;
      text-align: center;
    }
  }
  
  /* SP */
  @media print,
  screen and (max-width:768px) {
    .c_rn-cost-block--standard .c_rn-cost-h3{
      color: #3CA38C;
    }
    .c_rn-cost-block--standard .c_rn-cost-h4{
      color: #3CA38C;
      background-color: rgba(60,163,140,0.1);
      font-size: 16px;
      font-weight: bold;
      padding: 8px;
      width: fit-content;
    }
    .c_rn-cost-block--standard .c_rn-cost-h3{
      border-left: 4px solid #3CA38C;
    }
    .c_rn-cost-block--high-level .c_rn-cost-h3{
      color: #6895C6;
    }
    .c_rn-cost-block--high-level .c_rn-cost-h4{
      color: #6895C6;
      background-color: rgba(104,149,198,0.1);
      font-size: 16px;
      font-weight: bold;
      padding: 8px;
      width: fit-content;
    }
    .c_rn-cost-block--high-level .c_rn-cost-h3{
      border-left: 4px solid #6895C6;
    }
    .c_rn-juku-comparison-block{
      max-width: 650px;
      margin: 0 auto;
    }
    .c-mb65-pc{
      margin-bottom: 65px !important;
    }
    .c_rn-list__number{
      font-size: 18px;
      line-height: 2;
    }
    .c_rn-list__number-green{
      color: #0F997A;
    }
    .c_rn-list__number-blue{
      color: #347ACC;
    }
    .c_rn-list__number-parple{
      color: #C967B7;
    }
    .c_rn-list__number-black{
      color: #464646;
    }
    .c-text{
      text-align: left;
    }
    /* .c-acc-text--juku-comparison{
      width: 50%;
    } */
    .c_rn-c-anchor{
      flex-wrap: wrap;
      display: flex;
      width: 93vw;
      justify-content: center;
      margin: 0 auto;
    }
    .c_rn-c-anchor__link{
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .c_rn-c-anchor__link{
      position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        text-decoration: none;
        padding-right: 5.3333vw;
    }
    .c_rn-c-anchor__link::before{
      content: unset;
    }
    .c_rn-c-anchor__reason-txt{
      font-size: 12px;
      padding-right: 5px;
      color: #2886D9;
    }
    .c_rn-c-anchor__item{
      display: flex;
      justify-content: center;
      gap: 5px;
    }
    .c_rn-c-anchor__item + .c_rn-c-anchor__item, .c_rn-c-anchor__item:nth-of-type(n+3){
      margin: 0;
    }
    .c_rn-juku-comparison-block--flexbox__item{
      margin: 0;
    }
    .c_rn-cost--wrap--chujyunbi{
      color: #0A9FBA;
      border: 2px solid #0A9FBA;
    }
    .c_rn-cost--month-text--chujyunbi{
      border: 2px solid #0A9FBA;
      background-color: #0A9FBA;
      color: #fff;
    }
    .c_rn-cost-block--chujyunbi .c_rn-cost-table__icon--recommend{
      background-color: #054A56;
    }
    .c_rn-cost-block--chujyunbi .c_rn-cost-table__icon--recommend{
      background-color: #054A56;
    }
    .c_rn-cost-block--chujyunbi .c_rn-cost-table__row--recommend .c_rn-cost-table__title{
      background-color: #0A9FBA;
    }
    .c_rn-cost-block--touch .c_rn-cost-h3{
      color: #0A9FBA;
      border-color: #0A9FBA;
    }
    .c_rn-c-h2__sub{
      display: unset;
      font-size: 7.333vw;
    }
    .c_rn-cost-block--high-highlevel .c_rn-cost-h3{
      border-left: 4px solid #182347;
      color: #182347;
    }
    .c_rn-cost-block--high-highlevel .c_rn-cost-h4{
      color: #182347;
      background-color: rgba(24,35,71, 0.1);
      font-size: 16px;
      font-weight: bold;
      padding: 8px;
      width: fit-content;
    }
    .c_rn-checkmark-list__item-mark--check-navy::after{
      background-image: url(/cost/check_icon_navy.svg);
    }
    .c_rn-acc-tr--white{
      background-color: #fff;
    }
    .c_rn-acc-tr{
      background-color: #f9f9f9;
    }
    .c_rn-acc-th{
      padding: 10px;
      font-weight: bold;
      text-align: start;
    }
    .c_rn-acc-td{
      padding: 10px;
    }
    .c_rn-acc-tr-ck{
      padding: 10px;
      background-color: #fff;
    }
    .c_rn-acc-tr-ck--bg{
      padding: 10px;
      font-weight: bold;
      background-color: #e5e5e5;
    }
    .c_rn-acc-tr-ck--wrap{
      border: 1px solid #e5e5e5;
    }
    .c_rn-acc-th-ck{
      padding: 10px;
      font-weight: bold;
    }
    .c_rn-acc-td-ck{
      padding: 10px;
      text-align: center;
    }
  }