/* Breakpoints */
/* Percentages Default Value */
/* Font Family */
/* Font Weights */
/* Breakpoints */
/* Percentages Default Value */
/* Font Family */
/* Font Weights */
/* Media Queries */
/* Breakpoints */
/* Percentages Default Value */
/* Font Family */
/* Font Weights */
.bg_gray {
  background-color: #f8f8f8;
}

.bg_white {
  background-color: #ffffff;
  border-bottom: 5px solid #f8f8f8;
}

.bg_dark_gray {
  background-color: #e4e4e4;
}

.title_h2 {
  margin-bottom: clamp(1.75rem, 1.6203703704vw + 0.9722222222rem, 2.1875rem);
}
@media (max-width: 767.9px) {
  .title_h2 {
    margin-bottom: 0.3888888889rem;
  }
}

.btn_mod {
  width: clamp(12rem, 11.1111111111vw + 6.6666666667rem, 15rem);
  padding: clamp(0.4rem, 0.3703703704vw + 0.2222222222rem, 0.5rem) clamp(0.8rem, 0.7407407407vw + 0.4444444444rem, 1rem) clamp(0.4rem, 0.3703703704vw + 0.2222222222rem, 0.5rem) clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
}
@media (max-width: 767.9px) {
  .btn_mod {
    width: 3.2222222222rem;
    padding: 0.1111111111rem 0.1777777778rem 0.1111111111rem 0.2222222222rem;
  }
}

/* admission section */
.sec_admission {
  padding: clamp(1.7rem, 1.5740740741vw + 0.9444444444rem, 2.125rem) 0;
}
.sec_admission .page_title_h2 {
  margin-bottom: clamp(1.2rem, 1.1111111111vw + 0.6666666667rem, 1.5rem);
}
.sec_admission .cat_list {
  justify-content: space-between;
  padding: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  border: solid #fbbb3b;
  border-radius: 16px;
}
.sec_admission .cat_list p {
  padding: clamp(0rem, 0vw + 0rem, 0rem) clamp(0rem, 0vw + 0rem, 0rem);
  font-size: clamp(0.9rem, 0.8333333333vw + 0.5rem, 1.125rem);
  font-weight: 500;
}

/* For Mobile */
@media (max-width: 767.9px) {
  #admission-guide .inner {
    width: 94.6666666667%;
    max-width: 710px;
  }
  .sec_admission {
    padding: 0.3777777778rem 0;
  }
  .sec_admission .page_title_h2 {
    margin-bottom: 0.2666666667rem;
  }
  .sec_admission .cat_list {
    justify-content: center;
    padding: 0 0.2222222222rem;
  }
  .sec_admission .cat_list p {
    margin-bottom: 0rem;
    margin-left: 0.2222222222rem;
    padding: 0.1222222222rem 0.2777777778rem 0rem;
    font-size: 0.2444444444rem;
  }
  .sec_admission .cat_list p + p {
    margin-left: 0.1111111111rem;
  }
  .sec_admission .cat_list p:last-child {
    margin-bottom: 0.1111111111rem;
  }
}
/* flow section */
.sec_flow {
  padding: clamp(0.6rem, 0.5555555556vw + 0.3333333333rem, 0.75rem) 0;
}
.sec_flow .title_h2 {
  margin-bottom: clamp(1.35rem, 1.25vw + 0.75rem, 1.6875rem);
}
.sec_flow .anchor_link {
  justify-content: space-between;
  padding: 0 clamp(1.3rem, 1.2037037037vw + 0.7222222222rem, 1.625rem);
  text-align: center;
}
.sec_flow .anchor_link a {
  position: relative;
  flex-direction: column;
  width: 32%;
  padding-bottom: clamp(0.8rem, 0.7407407407vw + 0.4444444444rem, 1rem);
  color: #333333;
  text-align: center;
  letter-spacing: -0.02rem;
  max-width: 320px;
}
.sec_flow .anchor_link a::before, .sec_flow .anchor_link a::after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
}
.sec_flow .anchor_link a::before {
  bottom: clamp(-0.45rem, -0.4166666667vw + -0.25rem, -0.5625rem);
  z-index: 2;
  width: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  height: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  background: url("/casabonita/assets/images/admission-guide/icon_link_arr.png") no-repeat center/contain;
}
.sec_flow .anchor_link a::after {
  bottom: 0;
  width: 100%;
  height: clamp(0.2rem, 0.1851851852vw + 0.1111111111rem, 0.25rem);
  background-color: #fbbb3b;
}
.sec_flow .anchor_link a div {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: clamp(0.3rem, 0.2777777778vw + 0.1666666667rem, 0.375rem);
}
.sec_flow .anchor_link a div h3 {
  line-height: 1.8;
  font-weight: 500;
}
.sec_flow .anchor_link a div h3 span {
  display: block;
  position: relative;
  color: #e72a1a;
  font-size: clamp(0.9rem, 0.8333333333vw + 0.5rem, 1.125rem);
  font-weight: 700;
}
.sec_flow .anchor_link a div h3 span::after {
  position: absolute;
  right: 0;
  bottom: clamp(0.15rem, 0.1388888889vw + 0.0833333333rem, 0.1875rem);
  left: 0;
  margin: 0 auto;
  content: "";
  border-bottom: 1px solid #f8d3c8;
}
.sec_flow .anchor_link a p {
  font-weight: 500;
  min-height: clamp(6rem, 5.5555555556vw + 3.3333333333rem, 7.5rem);
}

/* For Mobile */
@media (max-width: 767.9px) {
  .sec_flow {
    padding: 0.1333333333rem 0;
  }
  .sec_flow .title_h2 {
    margin-bottom: 0.3rem;
  }
  .sec_flow .anchor_link {
    padding: 0 0.2888888889rem;
  }
  .sec_flow .anchor_link a {
    width: 90.6666666667%;
    margin: 0 auto 0.5555555556rem;
    padding-bottom: 0.1777777778rem;
    letter-spacing: 0;
    max-width: 680px;
  }
  .sec_flow .anchor_link a::before {
    bottom: -0.1333333333rem;
    width: 0.3333333333rem;
    height: 0.3333333333rem;
  }
  .sec_flow .anchor_link a::after {
    height: 0.0444444444rem;
  }
  .sec_flow .anchor_link a div {
    margin-bottom: 0.0666666667rem;
  }
  .sec_flow .anchor_link a div h3 span {
    font-size: 0.3111111111rem;
  }
  .sec_flow .anchor_link a div h3 span::after {
    bottom: 0.0333333333rem;
  }
  .sec_flow .anchor_link a p {
    min-height: 0.8888888889rem;
  }
}
/* home section */
.sec_home {
  padding: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem) 0 clamp(2.25rem, 2.0833333333vw + 1.25rem, 2.8125rem);
}
.sec_home .page_title_h2 {
  margin-bottom: clamp(1.25rem, 1.1574074074vw + 0.6944444444rem, 1.5625rem);
  font-size: clamp(1.6rem, 1.4814814815vw + 0.8888888889rem, 2rem);
}

/* For Mobile */
@media (max-width: 767.9px) {
  .sec_home {
    padding: 0.2222222222rem 0 0.5rem;
  }
  .sec_home .page_title_h2 {
    margin-bottom: 0.2777777778rem;
    font-size: 0.3555555556rem;
  }
}
/* Common table */
.cmn_tbl {
  margin-bottom: clamp(1.5rem, 1.3888888889vw + 0.8333333333rem, 1.875rem);
  padding-bottom: clamp(0.3rem, 0.2777777778vw + 0.1666666667rem, 0.375rem);
  border: 5px solid #f8f8f8;
}
.cmn_tbl .tbl_title {
  padding: clamp(0.7rem, 0.6481481481vw + 0.3888888889rem, 0.875rem) 0;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 700;
  text-align: center;
}
.cmn_tbl .tbl_content {
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: clamp(1.7rem, 1.5740740741vw + 0.9444444444rem, 2.125rem) clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem) clamp(2.1rem, 1.9444444444vw + 1.1666666667rem, 2.625rem);
  background-color: #ffffff;
}
.cmn_tbl .tbl_content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: clamp(6.05rem, 5.6018518519vw + 3.3611111111rem, 7.5625rem);
  height: clamp(0.8rem, 0.7407407407vw + 0.4444444444rem, 1rem);
  margin: 0 auto;
  background: url("/casabonita/assets/images/admission-guide/icon_down_arr.png") no-repeat center/contain;
  content: "";
}
.cmn_tbl .tbl_content:last-of-type::after {
  display: none;
}
.cmn_tbl .tbl_content .content_title {
  display: flex;
  align-items: center;
  width: 25%;
  max-width: 250px;
}
.cmn_tbl .tbl_content .content_title small {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(2.1rem, 1.9444444444vw + 1.1666666667rem, 2.625rem);
  line-height: 1;
  margin-right: clamp(0.65rem, 0.6018518519vw + 0.3611111111rem, 0.8125rem);
  background-color: #fbbb3b;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.2037037037vw + 0.7222222222rem, 1.625rem);
  font-weight: 700;
  min-width: clamp(2.1rem, 1.9444444444vw + 1.1666666667rem, 2.625rem);
  border-radius: 100%;
}
.cmn_tbl .tbl_content .content_title span {
  display: inline-block;
  width: clamp(9rem, 8.3333333333vw + 5rem, 11.25rem);
  font-weight: 700;
}
.cmn_tbl .tbl_content .content_txt {
  width: 70%;
  font-weight: 500;
  max-width: 700px;
}

/* For Mobile */
@media (max-width: 767.9px) {
  .cmn_tbl {
    margin-bottom: 0.3333333333rem;
    padding-bottom: 0.0666666667rem;
  }
  .cmn_tbl .tbl_title {
    padding: 0.1555555556rem 0;
    font-size: 0.3333333333rem;
  }
  .cmn_tbl .tbl_content {
    padding: 0.3777777778rem 0.2222222222rem 0.4666666667rem;
  }
  .cmn_tbl .tbl_content::after {
    width: 1.3444444444rem;
    height: 0.1777777778rem;
  }
  .cmn_tbl .tbl_content .content_title {
    width: 100%;
    margin-bottom: 0.2222222222rem;
    max-width: 100%;
  }
  .cmn_tbl .tbl_content .content_title small {
    height: 0.4666666667rem;
    margin-right: 0.1444444444rem;
    font-size: 0.3333333333rem;
    min-width: 0.4666666667rem;
  }
  .cmn_tbl .tbl_content .content_title span {
    width: 100%;
  }
  .cmn_tbl .tbl_content .content_txt {
    width: 100%;
    max-width: 100%;
  }
}
.documents_tbl {
  margin-bottom: clamp(1.75rem, 1.6203703704vw + 0.9722222222rem, 2.1875rem);
  border: 5px solid #f8f8f8;
}
.documents_tbl .documents_item {
  width: 50%;
  background-color: #ffffff;
}
.documents_tbl .documents_item + .documents_item {
  border-left: 5px solid #f8f8f8;
}
.documents_tbl .documents_item .content_title {
  padding: clamp(0.7rem, 0.6481481481vw + 0.3888888889rem, 0.875rem) 0;
  font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 500;
  text-align: center;
}
.documents_tbl .documents_item .content_txt_blk {
  padding: clamp(1.1rem, 1.0185185185vw + 0.6111111111rem, 1.375rem) clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem) clamp(0.4rem, 0.3703703704vw + 0.2222222222rem, 0.5rem);
}
.documents_tbl .documents_item .content_txt_blk p {
  display: flex;
  line-height: 2;
  font-weight: 500;
}
.documents_tbl .documents_item .content_txt_blk p span {
  padding-right: clamp(0.6rem, 0.5555555556vw + 0.3333333333rem, 0.75rem);
  font-weight: 500;
}

/* For Mobile */
@media (max-width: 767.9px) {
  .documents_tbl {
    margin-bottom: 0.3888888889rem;
  }
  .documents_tbl .documents_item {
    width: 100%;
  }
  .documents_tbl .documents_item .content_title {
    padding: 0.1555555556rem 0;
    font-size: 0.3333333333rem;
  }
  .documents_tbl .documents_item .content_txt_blk {
    padding: 0.2444444444rem 0.2222222222rem;
  }
  .documents_tbl .documents_item .content_txt_blk p span {
    padding-right: 0.1333333333rem;
  }
}
/* hospital section */
.sec_hospital {
  padding: clamp(2.6rem, 2.4074074074vw + 1.4444444444rem, 3.25rem) 0 clamp(2.5rem, 2.3148148148vw + 1.3888888889rem, 3.125rem);
  background-color: #f8f8f8;
}

/* For Mobile */
@media (max-width: 767.9px) {
  .sec_hospital {
    padding: 0.5777777778rem 0 0.5555555556rem;
  }
}
/* undergoing_dialysis section */
.sec_undergoing_dialysis {
  margin-bottom: clamp(1.5rem, 1.3888888889vw + 0.8333333333rem, 1.875rem);
  padding: clamp(3.4rem, 3.1481481481vw + 1.8888888889rem, 4.25rem) 0 0;
}

/* For Mobile */
@media (max-width: 767.9px) {
  .sec_undergoing_dialysis {
    margin-bottom: 0.6666666667rem;
    padding: 0.7555555556rem 0 0;
  }
}
/* trial section */
.sec_trial {
  margin: 0 0 clamp(2rem, 1.8518518519vw + 1.1111111111rem, 2.5rem);
}
.sec_trial .inner {
  padding: clamp(3.5rem, 3.2407407407vw + 1.9444444444rem, 4.375rem) clamp(0rem, 0vw + 0rem, 0rem) clamp(2rem, 1.8518518519vw + 1.1111111111rem, 2.5rem) clamp(4rem, 3.7037037037vw + 2.2222222222rem, 5rem);
  background: url(/casabonita/assets/images/admission-guide/bg_sec_trial.png) no-repeat center;
  background-size: clamp(30rem, 27.7777777778vw + 16.6666666667rem, 37.5rem) auto;
  max-width: 613px;
  margin: 0 auto;
  position: relative;
}
.sec_trial .img_pos {
  position: absolute;
  top: 0;
  left: clamp(-5rem, -4.6296296296vw + -2.7777777778rem, -6.25rem);
  width: clamp(7.5rem, 6.9444444444vw + 4.1666666667rem, 9.375rem);
  z-index: 1;
}
.sec_trial h2 {
  margin-bottom: clamp(0.7rem, 0.6481481481vw + 0.3888888889rem, 0.875rem);
  font-size: clamp(0.9rem, 0.8333333333vw + 0.5rem, 1.125rem);
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.sec_trial p {
  margin-bottom: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  font-weight: 500;
  text-align: left;
  position: relative;
  z-index: 2;
}
.sec_trial .t_center {
  max-width: 492px;
}
.sec_trial .t_center .btn_mod {
  text-align: center;
}

/* For Mobile */
@media (max-width: 767.9px) {
  #admission-guide .sec_trial {
    margin: 0 0 0.4444444444rem;
    padding: 0.3777777778rem 0 0.2222222222rem;
  }
  #admission-guide .sec_trial .inner {
    width: 74.666667%;
    padding: 0.7777777778rem 0rem 0.4444444444rem 1.1111111111rem;
    background: url(/casabonita/assets/images/admission-guide/bg_sec_trial.png) no-repeat center;
    background-size: 6.6666666667rem auto;
    max-width: 613px;
    margin: 0 auto;
    position: relative;
  }
  #admission-guide .sec_trial .img_pos {
    top: 0.6444444444rem;
    left: -0.7777777778rem;
    width: 1.6666666667rem;
  }
  #admission-guide .sec_trial h2 {
    margin-bottom: 0.1555555556rem;
    font-size: 0.3333333333rem;
  }
  #admission-guide .sec_trial p {
    margin-bottom: 0.1111111111rem;
  }
  #admission-guide .sec_trial .btn_mod {
    text-align: center;
  }
}

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