@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@media (max-width: 740px) {
  #pagetop {
    bottom: 60px;
  }
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.typed_con * {
  color: #434445;
}

.typed_con .clm {
  padding: 40px 13px 10px;
  max-width: 414px;
  margin: 0 auto;
}

.typed_con .y_line {
  text-align: center;
}

.typed_con .y_line span {
  color: #38A5A6;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 8px;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 20px;
}

.typed_con .y_line span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #38A5A6;
  transform: translateY(-50%) rotate(-15deg);
  position: absolute;
  left: 0;
  top: 53%;
}

.typed_con .y_line span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #38A5A6;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

.typed_con #movie {
  text-align: center;
}

.typed_con #movie .mv_blc {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc {
    padding: 20px 0;
  }
}

.typed_con #movie .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: 217px;
  background-color: #CCCCCC;
  position: relative;
}

.typed_con #movie .mv_blc .dummy span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc .dummy {
    width: 100%;
    height: 51vw;
  }
}

.typed_con #movie .mv_blc iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc iframe {
    width: 100%;
  }
}

.typed_con .btn_lineup {
  position: relative;
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #000;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .btn_lineup::after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url(/shimamura/res/type_d/common/img/ico_btn_arrw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.typed_con .btn_lineup span {
  color: #000;
  position: relative;
}

.typed_con .btn_online {
  background-color: #C7002F;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .btn_online span {
  color: #fff;
  font-size: 14px;
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11em;
  padding: 7px 0 7px 30px;
  background-image: url(/shimamura/res/type_d/common/img/ico_cart.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}

.typed_con .btn_store {
  background-color: #fff;
  border: solid 1px #000;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 57px;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.typed_con .btn_store span {
  color: #000;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  width: 12em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 0 7px 30px;
  background-image: url(/shimamura/res/type_d/common/img/ico_shop.svg) !important;
  background-repeat: no-repeat;
  background-position: left center;
}

.typed_con .btn_store span::before {
  display: none;
}

.typed_con .btn_store.ico_w {
  background-color: #C7002F;
  border: solid 1px #C7002F;
}

.typed_con .btn_store.ico_w span {
  background-image: url(/shimamura/res/type_d/common/img/ico_shop_w.svg) !important;
  color: #fff;
  background-size: 24px auto;
  background-position: left center;
}

.typed_con .btn_area.i_search {
  padding-bottom: 50px;
}

.typed_con .btn_area.i_search .item_search {
  margin: 20px 0 0px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #000000;
}

.typed_con .btn_area.i_search .item_search span {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding-right: 35px;
}

.typed_con .btn_area.i_search .item_search span::after {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_search_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}

.typed_con .btn_area.i_search .note {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
}

.typed_con .btn_area.i_search .note.int {
  text-indent: -1em;
  margin-left: 1em;
}

.typed_con {
  background-color: #38A5A6;
}

.typed_con .con_mv {
  text-align: center;
}

.typed_con .con_mv .clm {
  padding: 60px 13px;
}

.typed_con .con_mv h1 {
  font-size: 27px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

@media screen and (max-width: 320px) {
  .typed_con .con_mv h1 {
    font-size: 7vw;
  }
}

.typed_con .con_mv h1 img {
  margin-bottom: 5px;
}

.typed_con .con_mv p {
  font-size: 18px;
  color: #fff;
}

.typed_con .mv_body #movie {
  position: relative;
}

.typed_con .mv_body #movie .mv_blc {
  position: relative;
  z-index: 5;
  padding: 0 13px;
}

.typed_con .mv_body #movie .item_blc {
  background-color: #fff;
  position: relative;
  top: -110px;
}

.typed_con .mv_body #movie .item_blc .bg_g {
  background-color: rgba(56, 165, 166, 0.6);
  padding: 120px 0px 30px;
}

.typed_con .mv_body #movie .item_blc h2 {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
}

.typed_con .mv_body #movie .item_blc h2 span {
  font-size: 14px;
  display: block;
  font-weight: 700;
}

.typed_con .mv_body #movie .item_blc .box {
  display: flex;
  justify-content: space-between;
}

.typed_con .mv_body #movie .item_blc .box>div {
  width: calc(50% - 5px);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.typed_con .mv_body #movie .item_blc .box>div .txt_blc {
  padding: 12px 10px 18px;
  text-align: left;
}

.typed_con .mv_body #movie .item_blc .box>div .item_name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4em;
}

@media screen and (max-width: 320px) {
  .typed_con .mv_body #movie .item_blc .box>div .item_name {
    font-size: 3.5vw;
  }
}

.typed_con .mv_body #movie .item_blc .box>div .item_price {
  font-size: 10px;
}

@media screen and (max-width: 320px) {
  .typed_con .mv_body #movie .item_blc .box>div .item_price {
    font-size: 2.5vw;
  }
}

.typed_con .mv_body #movie .item_blc .box>div .item_price span {
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 320px) {
  .typed_con .mv_body #movie .item_blc .box>div .item_price span {
    font-size: 3.7vw;
  }
}

.typed_con .mv_body #movie .item_blc .img_blc img {
  margin-bottom: 10px;
}

.typed_con .tab-container .tab-buttons {
  display: flex;
  padding: 0 33px;
  align-items: end;
  justify-content: space-between;
  max-width: 414px;
  margin: 0 auto;
}

.typed_con .tab-container .tab-buttons .tab-button {
  width: calc(50% - 2px);
}

.typed_con .tab-container .tab-buttons .tab-button span {
  color: #434445;
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  padding: 8px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #FFD672;
}

.typed_con .tab-container .tab-buttons .tab-button.active span {
  background-color: #FFF9EA;
}

.typed_con .tab-container .tab-content {
  display: none;
  background-color: #fff;
  background-color: #FFF9EA;
}

.typed_con .tab-container .tab-content .ttl_blc {
  text-align: center;
  padding: 40px 13px;
}

.typed_con .tab-container .tab-content .ttl_blc h2 {
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2em;
  color: #38A5A6;
  letter-spacing: -4px;
  margin-bottom: 5px;
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container .tab-content .ttl_blc h2 {
    font-size: 8.5vw;
  }
}

@media screen and (max-width: 320px) {
  .typed_con .tab-container .tab-content .ttl_blc h2 {
    font-size: 8.5vw;
  }
}

.typed_con .tab-container .tab-content .ttl_blc .lead {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 10px;
}

.typed_con .tab-container .tab-content .ttl_blc .lead span {
  font-size: 22px;
  color: #38A5A6;
}

@media screen and (max-width: 320px) {
  .typed_con .tab-container .tab-content .ttl_blc .lead {
    font-size: 4.7vw;
  }

  .typed_con .tab-container .tab-content .ttl_blc .lead span {
    font-size: 6vw;
  }
}

.typed_con .btn_store span {
  width: 12em;
}

.typed_con .bg_grd {
  background-image: linear-gradient(to right, rgb(123, 223, 230), rgb(230, 244, 215));
}

.typed_con .bg_w {
  background-color: #fff;
}

.typed_con .anc_blc {
  text-align: center;
  position: relative;
  z-index: 10;
}

.typed_con .anc_blc h2 {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.typed_con .anc_blc .btn_up {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.typed_con .anc_blc .btn_up .box_btn {
  display: block;
  width: calc(50% - 6px);
  padding-bottom: 11px;
  position: relative;
}

.typed_con .anc_blc .btn_up .box_btn:not(:last-child) {
  margin-bottom: 40px;
}

.typed_con .anc_blc .btn_up .box_btn .img {
  padding: 10px 0;
}

.typed_con .anc_blc .btn_up .box_btn .txt {
  background-color: #38A5A6;
  color: #fff;
  font-size: 18px;
  padding: 5px 0 10px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 320px) {
  .typed_con .anc_blc .btn_up .box_btn .txt {
    font-size: 4.5vw;
  }
}

.typed_con .anc_blc .btn_up .box_btn a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.typed_con .anc_blc .btn_up .box_btn .ico {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.typed_con .anc_blc .btn_up .box_btn:nth-child(3) {
  width: 100%;
  padding-bottom: 0;
}

.typed_con .anc_blc .btn_up .box_btn:nth-child(3) a {
  display: flex;
}

.typed_con .anc_blc .btn_up .box_btn:nth-child(3) a .img {
  width: 32%;
  position: relative;
}

.typed_con .anc_blc .btn_up .box_btn:nth-child(3) a .img img {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.typed_con .anc_blc .btn_up .box_btn:nth-child(3) a .txt {
  width: 68%;
  border-radius: 0 10px 10px 0;
  padding-right: 25px;
}

.typed_con .anc_blc .btn_up .box_btn:nth-child(3) a .txt span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
}

@media screen and (max-width: 320px) {
  .typed_con .anc_blc .btn_up .box_btn:nth-child(3) a .txt span {
    font-size: 3vw;
  }
}

.typed_con .anc_blc .btn_up .box_btn:nth-child(3) a .txt span::before {
  background-color: #fff;
  height: 14px;
}

.typed_con .anc_blc .btn_up .box_btn:nth-child(3) a .txt span::after {
  background-color: #fff;
  height: 14px;
}

.typed_con .anc_blc .btn_up .box_btn:nth-child(3) .ico {
  left: auto;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.typed_con .box_w {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 30px 22px 40px;
  text-align: center;
}

.typed_con .box_w h2 {
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w h2 {
    font-size: 8vw;
  }
}

.typed_con .box_w .lead_txt {
  position: relative;
  padding: 3px 0 5px;
  margin-bottom: 50px;
}

.typed_con .box_w .lead_txt::before {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/ico_ttl_L.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.typed_con .box_w .lead_txt::after {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/ico_ttl_R.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.typed_con .box_w .lead_txt span {
  color: #38A5A6;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w .lead_txt span {
    font-size: 7vw;
  }
}

.typed_con .box_w .img_blc {
  position: relative;
  margin-bottom: 50px;
}

.typed_con .box_w .img_blc img {
  margin-bottom: 10px;
}

.typed_con .box_w .img_blc .img_ttl {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #38A5A6;
  padding: 5px 0px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 169px;
  max-width: 90%;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w .img_blc .img_ttl {
    font-size: 5.5vw;
  }
}

.typed_con .box_w .yline_box {
  border-radius: 10px;
  border: 3px solid #FFD672;
  background-color: #FFFCF4;
  padding: 30px 20px 10px;
  position: relative;
  margin-bottom: 40px;
}

.typed_con .box_w .yline_box .yline_ttl {
  font-size: 18px;
  font-weight: 600;
  background-color: #FFD672;
  padding: 5px 0px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 188px;
  max-width: 95%;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w .yline_box .yline_ttl {
    font-size: 5vw;
  }
}

.typed_con .box_w .yline_box .note_lst {
  margin-top: 30px;
}

.typed_con .box_w .yline_box .note_lst li {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding-left: 40px;
  background-image: url("../img/ico_check.svg");
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: left center;
  margin-bottom: 15px;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w .yline_box .note_lst li {
    font-size: 4.2vw;
    background-size: 8vw auto;
    padding-left: 10vw;
  }
}

.typed_con .box_w .yline_box .up_clm {
  display: flex;
}

.typed_con .box_w .yline_box .up_clm .yline_ttl {
  position: unset;
  transform: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w .yline_box .up_clm .yline_ttl {
    font-size: 4vw;
  }
}

.typed_con .box_w .yline_box .up_clm .img_box {
  width: 43%;
}

.typed_con .box_w .yline_box .up_clm .txt_box {
  width: 57%;
  padding-left: 10px;
}

.typed_con .box_w .yline_box .up_clm .txt_box p {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4em;
}

@media screen and (max-width: 320px) {
  .typed_con .box_w .yline_box .up_clm .txt_box p {
    font-size: 3.8vw;
  }
}

.typed_con .kino_blc {
  padding: 0px 0;
}

.typed_con .kino_blc h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 320px) {
  .typed_con .kino_blc h3 {
    font-size: 5.5vw;
  }
}

.typed_con .kino_blc h3 .y_line span {
  margin-bottom: 5px;
}

@media screen and (max-width: 320px) {
  .typed_con .kino_blc h3 .y_line span {
    font-size: 5vw;
  }
}

.typed_con .kino_blc .kino_flx {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding: 20px 0 20px;
}

.typed_con .kino_blc .kino_flx .kino_box {
  width: calc(50% - 5px);
}

.typed_con .kino_blc .kino_flx .kino_box p {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 320px) {
  .typed_con .kino_blc .kino_flx .kino_box p {
    font-size: 4.5vw;
  }
}

.typed_con .arrw_box {
  margin: 20px 0;
}

.typed_con .price_blc {
  margin-bottom: 40px;
}

.typed_con .price_blc h3 {
  font-size: 25px;
  font-weight: 800;
  color: #38A5A6;
}

@media screen and (max-width: 430px) {
  .typed_con .price_blc h3 {
    font-size: 5.5vw;
  }
}

.typed_con .price_blc h3 span.y_line span {
  color: #000;
  margin-bottom: 5px;
}

@media screen and (max-width: 320px) {
  .typed_con .price_blc h3 span.y_line span {
    font-size: 5vw;
  }
}

.typed_con .price_blc h3 span.y_line span::before {
  background-color: #000;
}

.typed_con .price_blc h3 span.y_line span::after {
  background-color: #000;
}

.typed_con .price_blc .item_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 14px;
  margin-top: 20px;
}

.typed_con .price_blc .item_box .item_img {
  width: calc(50% - 7px);
}

.typed_con .price_blc .item_box .item_txt {
  width: calc(50% - 7px);
  text-align: right;
  position: relative;
}

.typed_con .price_blc .item_box .item_txt .pcbg {
  position: absolute;
  right: -10px;
  top: -44%;
  width: 100%;
}

.typed_con .price_blc .item_box .item_txt .tax {
  font-size: 13px;
  text-align: right;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 320px) {
  .typed_con .price_blc .item_box .item_txt .tax {
    font-size: 4vw;
  }
}

.typed_con .price_blc .item_box .item_txt .price {
  display: inline-block;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 3px;
  background-image: linear-gradient(to top, #FFD672 7px, rgba(230, 244, 215, 0) 8px);
  position: relative;
  z-index: 5;
}

.typed_con .price_blc .item_box .item_txt .price span {
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 320px) {
  .typed_con .price_blc .item_box .item_txt .price {
    font-size: 5.5vw;
  }

  .typed_con .price_blc .item_box .item_txt .price span {
    font-size: 7vw;
  }
}

.typed_con .p_blc .clm.clm01 {
  padding-top: 20px;
}

.typed_con .p_blc .clm.clm03 .box_w .img_blc {
  margin-bottom: 0;
}

.typed_con .p_blc .bg_grd {
  margin-top: -110px;
}

.typed_con .s_clm01 {
  background-color: #fff;
  text-align: center;
}

.typed_con .s_clm01 .clm {
  padding-bottom: 40px;
}

.typed_con .s_clm01 .bg_blue {
  background-color: rgba(56, 165, 166, 0.6);
}

.typed_con .s_clm01 h2 {
  color: #FFD672;
  font-size: 33px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 5px;
}

.typed_con .s_clm01 h2 span {
  color: #FFD672;
  font-size: 20px;
  margin-bottom: 0;
}

.typed_con .s_clm01 h2 span.y_line span::before {
  background-color: #FFD672;
}

.typed_con .s_clm01 h2 span.y_line span::after {
  background-color: #FFD672;
}

@media screen and (max-width: 320px) {
  .typed_con .s_clm01 h2 {
    font-size: 8vw;
  }

  .typed_con .s_clm01 h2 span {
    font-size: 5vw;
  }
}

.typed_con .s_clm01 .lead02 {
  color: #fff;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}

.typed_con .s_clm01 .r_txt {
  color: #434445;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #FFD672;
  margin: 20px 20px 0;
  padding: 15px 0;
  position: relative;
}

@media screen and (max-width: 320px) {
  .typed_con .s_clm01 .r_txt {
    margin: 20px 10px 0;
  }
}

.typed_con .s_clm01 .r_txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: rgba(56, 165, 166, 0.6);
  position: absolute;
  top: 2px;
  left: 0;
}

.typed_con .s_clm01 .r_txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: rgba(56, 165, 166, 0.6);
  position: absolute;
  bottom: 2px;
  left: 0;
}

.typed_con .s_clm01 .r_txt span {
  font-size: 21px;
}

.typed_con .s_clm03 {
  padding: 40px 13px 0;
}

.typed_con .s_clm03 .box_w {
  padding: 30px 22px 1px;
}

.typed_con .s_clm03 .box_w .lead_txt {
  margin-bottom: 10px;
}

.typed_con .s_clm03 .box_w .lead_txt::before {
  width: 30px;
}

.typed_con .s_clm03 .box_w .lead_txt::after {
  width: 30px;
}

.typed_con .s_clm03 .box_w .lead_txt .y_line span {
  font-size: 22px;
  margin-bottom: 0;
}