@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ========================================
    business lp mobile
======================================== */
/*------------------------
    mobile index over write
------------------------*/
body {
  overflow-y: auto !important;
}

.mobile-top .kv-sect {
  background: url("/content/dam/nttcom/hq/jp/business/mobile/top/img_kv2.jpg") no-repeat center/cover;
}
.mobile-top .newTop_acordion-iconTop {
  background-color: #cc0033;
}
.mobile-top .recommended-sec {
  background-color: #feebf0;
}
.mobile-top .recommended-sec .recommended-wrap .splide__arrow {
  background-color: #cc0033;
}
@media screen and (max-width: 480px) {
  .mobile-top .recommended-sec .recommended-wrap .splide__controls {
    margin-top: 10px;
  }
}
.mobile-top .recommended-sec .content-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.mobile-top .recommended-sec .content-title::before, .mobile-top .recommended-sec .content-title::after {
  background-image: url("/content/dam/nttcom/hq/jp/business/mobile/top/recommendation_icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  width: 34.5px;
}
.mobile-top .recommended-sec .content-title::after {
  transform: scale(-1, 1);
}
.mobile-top .recommended-sec .rec-item a {
  border: 2px solid;
  border-color: transparent;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.3s;
}
@media screen and (min-width: 481px) {
  .mobile-top .recommended-sec .rec-item a {
    margin: 10px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-top .recommended-sec .rec-item a {
    margin: 5px;
  }
}
.mobile-top .recommended-sec .rec-item a figure,
.mobile-top .recommended-sec .rec-item a .desc {
  transition: transform 0.3s;
}
.mobile-top .recommended-sec .rec-item a:hover {
  border-color: #cc0033;
}
.mobile-top .recommended-sec .rec-item a:hover figure,
.mobile-top .recommended-sec .rec-item a:hover .desc {
  transform: scale(1.05);
}
.mobile-top .recommended-sec .recommended-wrap .splide__toggle__play,
.mobile-top .recommended-sec .recommended-wrap .splide__toggle__pause {
  fill: #cc0033;
}
.mobile-top .recommended-sec .recommended-wrap .splide__pagination__page.is-active {
  background-color: #cc0033;
}
.mobile-top .column-item .item-header h3 .num,
.mobile-top .flow-sect .flow-item .num {
  color: #cc0033;
}
.mobile-top .column-item .item-header h3 .num::before {
  background: #cc0033;
}
.mobile-top .merit-sect .column-item .item-header .link-btn,
.mobile-top .select-sect .column-item .item-header .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  min-width: 200px;
  position: relative;
  width: 60%;
}
.mobile-top .merit-sect .column-item .item-header .link-btn::after,
.mobile-top .select-sect .column-item .item-header .link-btn::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-left: 25px;
  margin-top: -6px;
  transform: rotate(45deg);
  width: 8px;
}
.mobile-top .merit-sect .column-item:hover .item-header .link-btn,
.mobile-top .select-sect .column-item:hover .item-header .link-btn {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .mobile-top .merit-sect .item-header.ly-row,
  .mobile-top .select-sect .item-header.ly-row {
    flex-direction: column;
  }
  .mobile-top .merit-sect .item-header.on .link-btn,
  .mobile-top .select-sect .item-header.on .link-btn {
    height: 0;
  }
  .mobile-top .merit-sect .column-item .item-header .col2,
  .mobile-top .select-sect .column-item .item-header .col2 {
    width: 100%;
  }
  .mobile-top .merit-sect .column-item .item-header .link-btn,
  .mobile-top .select-sect .column-item .item-header .link-btn {
    margin-inline: auto;
  }
}
.mobile-top .product-main-sect .ly-row .col3 > a {
  display: flex;
  flex-direction: column;
}
.mobile-top .product-main-sect .ly-row .col3 > a h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin: 0 0 20px;
}
.mobile-top .flow-sect .flow-item .icon img {
  max-width: 70px;
  max-height: 65px;
}
.mobile-top .tab-content-wrap {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mobile-top #cont02 {
    z-index: 1;
  }
  .mobile-top #cont01,
  .mobile-top #cont02,
  .mobile-top #cont03,
  .mobile-top #cont04,
  .mobile-top #cont05,
  .mobile-top #cont06,
  .mobile-top #cont07 {
    margin-top: 0;
    padding-top: 0;
  }
}

/*------------------------
    KV
------------------------*/
.mv_area img {
  border: 1px solid #FFFFFF;
}

.mv_area img:hover {
  border: 1px solid #CC023A;
}

.scene_list.j-c-c {
  justify-content: center;
  /*3列→2列中央揃え*/
}

.kv-sect h1 small {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .only_pc {
    display: none;
  }
  .kv-sect h1 small {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
  }
}
.only_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .only_sp {
    display: block !important;
  }
}

/*=======バナー 8/21追加========*/
.r_banar_container {
  margin-bottom: clamp(100px, 6.25vw, 120px);
  height: auto;
  width: clamp(200px, 15.625vw, 300px);
}
@media screen and (max-width: 768px) {
  .r_banar_container {
    margin-bottom: 80px;
    width: 200px;
  }
}

.r_img {
  width: clamp(200px, 15.625vw, 300px);
}
@media screen and (max-width: 768px) {
  .r_img {
    width: 100%;
    max-width: 200px;
  }
}

.r_banar_container > .close {
  width: 30px !important;
  height: 30px !important;
  top: 5px !important;
  right: 5px !important;
}
@media screen and (max-width: 768px) {
  .r_banar_container > .close {
    display: block;
  }
}

.r_banar_container > .close::before,
.r_banar_container > .close::after {
  left: 25% !important;
}

/* add-detail追記でborderへ変更 */
.mt-floating.add-detail {
  background-color: inherit;
  border-radius: 0px;
  border: 5px solid #CC0033;
  padding: 0px;
}

.r_banar_container > .close.add-detail {
  top: 0px !important;
  right: 0px !important;
}

/* フローティングのメールでのお問い合わせオーバーライド */
@media screen and (min-width: 769px) {
  .mt-floating {
    width: clamp(200px, 15.625vw, 300px);
    padding: clamp(8px, 0.625vw, 12px) clamp(6.67px, 0.521vw, 10px) clamp(12px, 0.938vw, 18px);
    bottom: clamp(40px, 3.125vw, 60px);
  }
  .mt-floating p {
    font-size: clamp(10px, 0.781vw, 15px);
  }
  .mt-floating .link-btn a {
    font-size: clamp(10.67px, 0.833vw, 16px);
  }
  .mt-floating .close {
    top: clamp(8px, 0.625vw, 12px);
    right: clamp(12px, 0.938vw, 18px);
    width: clamp(13px, 1.042vw, 20px);
    height: clamp(13px, 1.042vw, 20px);
  }
  .mt-floating p span {
    background: none;
    padding-left: 0;
  }
}
/*=======バナー 8/21追加ここまで========*/
/*------------------------
    mobile index normal red button
------------------------*/
.mobile-top .mobile_details-btn {
  background-color: #cc0033;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-inline: auto;
  position: relative;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .mobile-top .mobile_details-btn {
    font-size: 28px;
    font-size: 2.8rem;
    min-width: 600px;
    padding-block: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .mobile_details-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding-block: 12px;
    width: 85%;
  }
}
.mobile-top .mobile_details-btn:hover, .mobile-top .mobile_details-btn:visited, .mobile-top .mobile_details-btn:focus {
  color: #fff;
}
.mobile-top .mobile_details-btn svg {
  font-size: 13px;
  font-size: 1.3rem;
  fill: #fff;
  height: 1em;
  position: absolute;
  right: 18px;
  top: calc(50% - 0.5em);
  transition: all 0.2s;
}
.mobile-top .mobile_details-btn:hover {
  background-color: #000;
  color: #fff;
}
.mobile-top .mobile_details-btn:hover svg {
  transform: scale(1.2);
}

/*------------------------
    mobile index price plan sec
------------------------*/
.mobile-top .price-plan_toggle {
  display: none;
}
.mobile-top .price-plan_toggle#price-plan_01 ~ .mt-container .tab-content-wrap .tab-panel {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_toggle#price-plan_01 ~ .mt-container .tab-content-wrap .tab-panel .price-plan_features-details-btn {
    margin: 50px auto 0;
    max-width: 400px;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_toggle#price-plan_01 ~ .mt-container .tab-content-wrap .tab-panel .price-plan_features-details-btn {
    margin: 30px auto 0;
  }
}
.mobile-top .price-plan_toggle#price-plan_01 ~ .mt-container .tab-content-wrap .tab-panel .list-notes a {
  text-decoration: underline;
}
.mobile-top .price-plan_toggle#price-plan_01 ~ .mt-container .tab-content-wrap .tab-panel .list-notes a:hover {
  text-decoration: none;
}
.mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .tab-content-wrap .tab-panel {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
  background-color: #fff;
}
.mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .column-item .col2:nth-of-type(1) .price-plan_discount-details_plus-icon span:nth-of-type(2) {
  transform: rotate(0);
}
.mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .column-item .col2:nth-of-type(1) .tab-content_arrows {
  height: 45px;
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .column-item .col2:nth-of-type(1) .tab-content_arrows {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .column-item .col2:nth-of-type(1) .tab-content_arrows {
    display: block;
  }
}
.mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .column-item .col2:nth-of-type(1) .tab-content_arrows span {
  height: 100%;
  opacity: 1;
}
.mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .column-item .col2:nth-of-type(1) .tab-content_arrows span::before, .mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .column-item .col2:nth-of-type(1) .tab-content_arrows span::after {
  border-width: 0 29px 45px 29px;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .column-item .col2:nth-of-type(1) .tab-content-wrap {
    left: 0;
    position: relative;
    width: calc(200% + 16px);
  }
}
.mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .tab-content-wrap .kake-panel,
.mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .tab-content-wrap .biz-panel {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
  background-color: #fff;
  border: 3px solid;
}
.mobile-top .price-plan_toggle#price-plan_01:checked ~ .mt-container .tab-content-wrap .kake-panel {
  border-color: #4b6c8d;
  display: block;
}
.mobile-top .price-plan_toggle#price-plan_02 ~ .mt-container .tab-content-wrap .tab-panel {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_toggle#price-plan_02 ~ .mt-container .tab-content-wrap .tab-panel .price-plan_features-details-btn {
    margin: 50px auto 0;
    max-width: 400px;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_toggle#price-plan_02 ~ .mt-container .tab-content-wrap .tab-panel .price-plan_features-details-btn {
    margin: 30px auto 0;
  }
}
.mobile-top .price-plan_toggle#price-plan_02 ~ .mt-container .tab-content-wrap .tab-panel .list-notes a {
  text-decoration: underline;
}
.mobile-top .price-plan_toggle#price-plan_02 ~ .mt-container .tab-content-wrap .tab-panel .list-notes a:hover {
  text-decoration: none;
}
.mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .tab-content-wrap .tab-panel {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
  background-color: #fff;
}
.mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .column-item .col2:nth-of-type(2) .price-plan_discount-details_plus-icon span:nth-of-type(2) {
  transform: rotate(0);
}
.mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .column-item .col2:nth-of-type(2) .tab-content_arrows {
  height: 45px;
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .column-item .col2:nth-of-type(2) .tab-content_arrows {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .column-item .col2:nth-of-type(2) .tab-content_arrows {
    display: block;
  }
}
.mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .column-item .col2:nth-of-type(2) .tab-content_arrows span {
  height: 100%;
  opacity: 1;
}
.mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .column-item .col2:nth-of-type(2) .tab-content_arrows span::before, .mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .column-item .col2:nth-of-type(2) .tab-content_arrows span::after {
  border-width: 0 29px 45px 29px;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .column-item .col2:nth-of-type(2) .tab-content-wrap {
    left: calc((100% + 16px) * -1);
    position: relative;
    width: calc(200% + 16px);
  }
}
.mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .tab-content-wrap .kake-panel,
.mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .tab-content-wrap .biz-panel {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
  background-color: #fff;
  border: 3px solid;
}
.mobile-top .price-plan_toggle#price-plan_02:checked ~ .mt-container .tab-content-wrap .biz-panel {
  border-color: #001a3b;
  display: block;
}
.mobile-top .price-plan-sect {
  background-color: #f5f7fa;
}
.mobile-top .price-plan-sect .content-title small {
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .content-title small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .content-title small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item {
    margin: 15px 0 0;
  }
}
.mobile-top .price-plan-sect .column-item.no-bg {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .ly-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
    align-items: stretch;
  }
  .mobile-top .price-plan-sect .column-item .ly-row .col2 {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .ly-row {
    display: block;
  }
  .mobile-top .price-plan-sect .column-item .ly-row .col2 {
    width: 100%;
  }
  .mobile-top .price-plan-sect .column-item .ly-row .col2:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .item-header {
    padding: 15px 0 25px;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_title {
  border-bottom: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_title {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_title {
    display: block;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_lead {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_lead {
    font-size: 28px;
    font-size: 2.8rem;
    margin-block: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_lead {
    font-size: 20px;
    font-size: 2rem;
    margin-block: 0 20px;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_lead strong {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price {
    margin-bottom: 25px;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_monthly-price_title {
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price_title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-block: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price_title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
    padding-block: 7.5px;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price {
  font-family: "Noto Sans JP", sans-serif;
}
.mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price p {
  font-weight: bold;
  line-height: 1;
  margin-block: 0 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price p {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price strong {
  color: #000 !important;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price strong {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price strong {
    font-size: 60px;
    font-size: 6rem;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price small {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price small {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_monthly-price_price small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_features {
  background-color: #f5f7fa;
  border-radius: 10px;
  margin-bottom: 35px;
  min-height: 26rem;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_features {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_features {
    padding: 20px 15px;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_features-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.mobile-top .price-plan-sect .column-item .price-plan_features-list li {
  line-height: 1.44444;
  margin-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_features-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_features-list li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_features-list li strong {
  font-weight: bold;
}
.mobile-top .price-plan-sect .column-item .price-plan_features-list li:last-of-type {
  margin-bottom: 0;
}
.mobile-top .price-plan-sect .column-item .price-plan_features-list li::before {
  content: "・";
}
.mobile-top .price-plan-sect .column-item .price-plan_features-details-btn {
  background-color: #000;
  border: 3px solid;
  border-color: transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-inline: auto;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_features-details-btn {
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 400px;
    width: 78.125%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_features-details-btn {
    font-size: 16px;
    font-size: 1.6rem;
    width: 85%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .mobile-top .price-plan-sect .column-item .price-plan_features-details-btn {
    min-width: 335px;
  }
}
.mobile-top .price-plan-sect .column-item .price-plan_features-details-btn svg {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  fill: #fff;
  height: 1em;
  position: absolute;
  right: 30px;
  top: calc(50% - 0.5em);
  transition: all 0.2s;
}
.mobile-top .price-plan-sect .column-item .price-plan_features-details-btn:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.mobile-top .price-plan-sect .column-item .price-plan_features-details-btn:hover svg {
  fill: #000;
  transform: scale(1.2);
}
.mobile-top .price-plan-sect .column-item .price-plan_discount-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 35px auto -26px;
}
.mobile-top .price-plan-sect .column-item .price-plan_discount-details_txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-block: 0 10px;
}
.mobile-top .price-plan-sect .column-item .price-plan_discount-details_plus-icon {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin: 0 auto;
  position: relative;
  width: 52px;
  z-index: 10;
}
.mobile-top .price-plan-sect .column-item .price-plan_discount-details_plus-icon:hover {
  cursor: pointer;
}
.mobile-top .price-plan-sect .column-item .price-plan_discount-details_plus-icon span {
  height: 3px;
  left: calc(50% - 11.75px);
  position: absolute;
  width: 23.5px;
}
.mobile-top .price-plan-sect .column-item .price-plan_discount-details_plus-icon span::before {
  content: "";
  display: block;
  border-top: 3px solid #fff;
  width: 100%;
}
.mobile-top .price-plan-sect .column-item .price-plan_discount-details_plus-icon span:nth-of-type(2) {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.mobile-top .price-plan-sect .column-item .price-plan_item-box {
  background-color: #fff;
  border: 2px solid;
  border-radius: 30px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan-sect .column-item .price-plan_item-box {
    padding: 45px 45px 0;
    grid-row: 1;
    align-self: stretch;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan-sect .column-item .price-plan_item-box {
    padding: 35px 15px 0;
  }
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(1) .price-plan_item-box {
  border-color: #4b6c8d;
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(1) .price-plan_item-box strong {
  color: #4b6c8d;
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(1) .price-plan_item-box .price-plan_title {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .mobile-top .price-plan-sect .column-item .col2:nth-of-type(1) .price-plan_item-box .price-plan_title {
    max-width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-top .price-plan-sect .column-item .col2:nth-of-type(1) .price-plan_item-box .price-plan_title {
    max-width: 289px;
  }
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(1) .price-plan_item-box .price-plan_title img {
  max-width: 100%;
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(1) .price-plan_item-box .price-plan_monthly-price_title {
  background-color: #dcecfe;
  color: #4b6c8d;
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(2) .price-plan_item-box {
  border-color: #00152d;
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(2) .price-plan_item-box strong {
  color: #00152d;
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(2) .price-plan_item-box .price-plan_title {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .mobile-top .price-plan-sect .column-item .col2:nth-of-type(2) .price-plan_item-box .price-plan_title {
    max-width: 538px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-top .price-plan-sect .column-item .col2:nth-of-type(2) .price-plan_item-box .price-plan_title {
    max-width: 307px;
  }
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(2) .price-plan_item-box .price-plan_title img {
  max-width: 100%;
}
.mobile-top .price-plan-sect .column-item .col2:nth-of-type(2) .price-plan_item-box .price-plan_monthly-price_title {
  background-color: #d0e3fc;
  color: #00152d;
}
.mobile-top .price-plan-sect .tab-content_arrows {
  grid-row: 2;
  position: relative;
  height: 0;
  width: 100%;
}
.mobile-top .price-plan-sect .tab-content_arrows span {
  display: block;
  position: relative;
  height: 100%;
  width: 58px;
  top: 2px;
  margin-inline: auto;
}
.mobile-top .price-plan-sect .tab-content_arrows span::before, .mobile-top .price-plan-sect .tab-content_arrows span::after {
  position: absolute;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0;
  transform: rotate(0deg);
}
.mobile-top .price-plan-sect .tab-content_arrows span::before {
  top: 0;
  border-color: transparent transparent #4B6C8D transparent;
}
.mobile-top .price-plan-sect .tab-content_arrows span::after {
  top: 4px;
  border-color: transparent transparent #fff transparent;
  z-index: 10;
}
.mobile-top .price-plan-sect .tab-content_wrap {
  grid-row: 3;
}
.mobile-top .price-plan_others {
  background-color: #fff;
  border-radius: 30px;
  max-width: 1200px;
  padding-block: 60px 50px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_others {
    margin-block: 80px 100px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_others {
    margin-block: 80px 50px;
  }
}
.mobile-top .price-plan_others-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: -0.5em;
  width: 100%;
}
.mobile-top .price-plan_others-link {
  display: block;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_others-link {
    margin: 0 150px 0 100px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_others-link-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_others-link-list {
    display: block;
  }
}
.mobile-top .price-plan_others-link-list figure {
  margin: 0;
}
.mobile-top .price-plan_others-link-list figure figcaption {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.mobile-top .price-plan_others-link-list figure img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_others-link-list li {
    margin-bottom: 20px;
  }
  .mobile-top .price-plan_others-link-list li:last-of-type {
    margin-bottom: 0;
  }
}
.mobile-top .price-plan_others-link-list li figure {
  line-height: 1;
}
.mobile-top .price-plan_others-link-list li:nth-of-type(1) figure img {
  max-width: 234px;
}
.mobile-top .price-plan_others-link-list li:nth-of-type(2) figure img {
  max-width: 253px;
}
.mobile-top .price-plan_others-link-list li:nth-of-type(3) figure img {
  max-width: 280px;
}
.mobile-top .price-plan_others-link-btn {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_others-link-btn {
    position: absolute;
    right: 50px;
    top: calc(50% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_others-link-btn {
    margin: 30px auto 0;
    position: relative;
  }
}
.mobile-top .price-plan_others-link-btn svg {
  fill: #fff;
  max-height: 13px;
}
.mobile-top .price-plan_others-link-btn:hover {
  background-color: #fff;
  border: 2px solid #000;
}
.mobile-top .price-plan_others-link-btn:hover svg {
  fill: #000;
}
.mobile-top .price-plan_banner {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_banner {
    margin-bottom: 90px;
    padding: 15px 125px 0 115px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_banner {
    flex-direction: column-reverse;
    margin-bottom: 40px;
    padding: 20px 25px 0;
  }
}
.mobile-top .price-plan_banner figure {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_banner figure {
    width: 425px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_banner figure {
    width: 256px;
  }
}
.mobile-top .price-plan_banner figure img {
  max-width: 100%;
}
.mobile-top .price-plan_banner p {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_banner p {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_banner p {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.mobile-top .price-plan_banner p strong {
  color: #cc0033;
  font-weight: bold;
}
.mobile-top .price-plan_banner svg {
  font-size: 16px;
  font-size: 1.6rem;
  fill: #cc0033;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
}
@media screen and (min-width: 769px) {
  .mobile-top .price-plan_banner svg {
    right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .price-plan_banner svg {
    right: 10px;
  }
}
.mobile-top .price-plan_banner:hover {
  background-color: #f0f0f0;
}
.mobile-top .price-plan_banner:hover svg {
  transform: scale(1.2);
}

/*------------------------
    mobile index convenient services sec
------------------------*/
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .content-title {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .content-title {
    margin: 0 10px 40px;
  }
}
.mobile-top .convenient-services-sect .content-title small {
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .content-title small {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .content-title small {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 22px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .ly-row {
    gap: 0 18px;
  }
}
.mobile-top .convenient-services-sect .col2 {
  background-color: #f5f7fa;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .col2 {
    padding-block: 40px 35px;
    width: calc(50% - 9px);
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .col2 {
    padding-block: 20px 30px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .col2 figure {
    margin: 0 auto 20px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .col2 figure {
    margin: 0 auto 15px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .col2:nth-last-of-type(n+3) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .col2:nth-last-of-type(n+3) {
    margin-bottom: 20px;
  }
}
.mobile-top .convenient-services-sect .convenient-services_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .convenient-services_title {
    font-size: 24px;
    font-size: 2.4rem;
    height: calc(1em + 24px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .convenient-services_title {
    font-size: 20px;
    font-size: 2rem;
    height: calc(1em + 36px);
    margin-bottom: 15px;
  }
}
.mobile-top .convenient-services-sect .convenient-services_title::before {
  border-left: 4px solid #cc0033;
  content: "";
  display: block;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .convenient-services_title::before {
    margin-right: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .convenient-services_title::before {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .convenient-services_contents {
    font-size: 18px;
    font-size: 1.8rem;
    margin-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .convenient-services_contents {
    font-size: 16px;
    font-size: 1.6rem;
    margin-inline: 26px;
  }
}
.mobile-top .convenient-services-sect .convenient-services_txt {
  min-height: 5.5em;
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .convenient-services_txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .convenient-services_txt {
    margin-bottom: 28px;
  }
}
.mobile-top .convenient-services-sect .convenient-services_details-btn {
  background-color: #000;
  border: 3px solid;
  border-color: transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-inline: auto;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .mobile-top .convenient-services-sect .convenient-services_details-btn {
    min-width: 300px;
    width: 50.67567%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .convenient-services-sect .convenient-services_details-btn {
    min-width: 100%;
    width: 100%;
  }
}
.mobile-top .convenient-services-sect .convenient-services_details-btn svg {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  fill: #fff;
  height: 1em;
  position: absolute;
  right: 30px;
  top: calc(50% - 0.5em);
  transition: all 0.2s;
}
.mobile-top .convenient-services-sect .convenient-services_details-btn:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.mobile-top .convenient-services-sect .convenient-services_details-btn:hover svg {
  fill: #000;
  transform: scale(1.2);
}

/*------------------------
    mobile index anchor nav
------------------------*/
.mobile-top .anchor-nav #block-01 {
  display: none;
}
.mobile-top .anchor-nav.shorter {
  position: fixed;
  z-index: 999;
}
.mobile-top .anchor-nav.shorter.scrolling {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-top .anchor-nav.shorter:not(.scrolling) {
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1261px) {
  .mobile-top .anchor-nav.shorter {
    left: 50%;
    margin: 18px auto 0px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .mobile-top .anchor-nav.shorter {
    margin: 18px 30px 0;
  }
}
@media screen and (min-width: 769px) {
  .mobile-top .anchor-nav.shorter {
    min-width: 1200px;
    --bleed-fix: 0;
    --container-pad: -250px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 100vmax rgba(255, 255, 255, 0.8);
    clip-path: inset(var(--bleed-fix, 0px) -100vmax);
    margin-top: 0;
    padding-block: 10px;
  }
  .mobile-top .anchor-nav.shorter::after {
    content: "";
    position: absolute;
    top: var(--bleed-fix, 0px);
    left: calc(50% - 50dvw + var(--container-pad));
    right: calc(50% - 50dvw + var(--container-pad));
    height: 0;
    pointer-events: none;
  }
  .mobile-top .anchor-nav.shorter ul li {
    border: none;
  }
  .mobile-top .anchor-nav.shorter ul li a {
    border-radius: 50px;
  }
  .mobile-top .anchor-nav.shorter ul li figure {
    height: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .anchor-nav.shorter {
    margin: 0;
    width: 100%;
  }
  .mobile-top .anchor-nav.shorter label,
  .mobile-top .anchor-nav.shorter ul {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .mobile-top .anchor-nav.shorter ul {
    overflow: hidden;
  }
  .mobile-top .anchor-nav.shorter li {
    transition: all 0.3s;
  }
  .mobile-top .anchor-nav.shorter .toggle:checked + .menu-btn .plus-icon::after {
    transform: rotate(90deg);
  }
  .mobile-top .anchor-nav.shorter .toggle:checked + .menu-btn + ul {
    height: auto;
    transition: all 0.3s;
  }
  .mobile-top .anchor-nav.shorter .menu-btn {
    background-color: #013364;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 15px;
    position: relative;
  }
  .mobile-top .anchor-nav.shorter .menu-btn .plus-icon {
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 20px;
    top: calc(50% - 7.5px);
    width: 15px;
  }
  .mobile-top .anchor-nav.shorter .menu-btn .plus-icon::before, .mobile-top .anchor-nav.shorter .menu-btn .plus-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
  }
  .mobile-top .anchor-nav.shorter .menu-btn .plus-icon::before {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
  }
  .mobile-top .anchor-nav.shorter .menu-btn .plus-icon::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    transform: rotate(0);
    transition: all 0.3s;
  }
  .mobile-top .anchor-nav.shorter ul {
    display: block;
    height: 0;
    max-width: none;
    position: relative;
    transition: all 0.3s;
  }
  .mobile-top .anchor-nav.shorter ul li {
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .mobile-top .anchor-nav.shorter ul li a {
    background-color: #013364;
    border-top: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    height: 100%;
    padding: 3px;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
  }
  .mobile-top .anchor-nav.shorter ul li p {
    flex-direction: row;
    justify-content: flex-start;
    font-size: 16px;
    margin-left: 26px;
    padding-block: 0;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .mobile-top .anchor-nav.shorter ul li p::after {
    margin-left: auto;
    position: absolute;
    right: 20px;
  }
  .mobile-top .anchor-nav.shorter ul li figure {
    height: 72px;
    margin: 0;
    padding-block: 10px;
    background-color: #fff;
    width: 80px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-top .anchor-nav {
    max-width: 1200px;
    margin: -40px auto 20px;
    width: 100%;
  }
  .mobile-top .anchor-nav ul {
    display: flex;
    justify-content: space-between;
  }
  .mobile-top .anchor-nav ul li {
    width: 290px;
  }
  .mobile-top .anchor-nav ul li a {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .mobile-top .anchor-nav ul li p {
    background-color: #013364;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding-block: 16px;
  }
  .mobile-top .anchor-nav ul li p::after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-left: 0.5em;
    margin-top: -0.25em;
    transform: rotate(45deg);
  }
  .mobile-top .anchor-nav ul li figure {
    border-radius: 0 0 20px 20px;
    border: 2px solid #013364;
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    margin-top: 0;
    padding-block: 12px;
    text-align: center;
    transition: height 0.2s;
  }
  .mobile-top .anchor-nav ul li figure img {
    max-height: 100%;
  }
  .mobile-top .anchor-nav ul li:nth-of-type(1) figure img {
    height: 98px;
  }
  .mobile-top .anchor-nav ul li:nth-of-type(2) figure img {
    height: 94px;
  }
  .mobile-top .anchor-nav ul li:nth-of-type(3) figure img {
    height: 94px;
  }
  .mobile-top .anchor-nav ul li:nth-of-type(4) figure img {
    height: 86px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-top .anchor-nav {
    margin: 20px auto;
  }
  .mobile-top .anchor-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 334px;
  }
  .mobile-top .anchor-nav ul li {
    border: 2px solid #013364;
    border-radius: 20px;
    overflow: hidden;
    width: 162px;
  }
  .mobile-top .anchor-nav ul li a {
    background-color: #fff;
    display: flex;
    flex-direction: column-reverse;
  }
  .mobile-top .anchor-nav ul li p {
    background-color: #013364;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding-block: 10px;
  }
  .mobile-top .anchor-nav ul li p::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-left: 0.5em;
    margin-top: -0.25em;
    transform: rotate(45deg);
  }
  .mobile-top .anchor-nav ul li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin: 0 auto;
    padding-block: 12px;
    text-align: center;
  }
  .mobile-top .anchor-nav ul li figure img {
    max-height: 100%;
  }
  .mobile-top .anchor-nav ul li:nth-of-type(odd) {
    margin-right: 10px;
  }
  .mobile-top .anchor-nav ul li:nth-of-type(1) figure img {
    height: 70px;
  }
  .mobile-top .anchor-nav ul li:nth-of-type(2) figure img {
    height: 62px;
  }
  .mobile-top .anchor-nav ul li:nth-of-type(3) figure img {
    height: 62px;
  }
  .mobile-top .anchor-nav ul li:nth-of-type(4) figure img {
    height: 58px;
  }
  .mobile-top .anchor-nav ul li:nth-last-of-type(n+3) {
    margin-bottom: 10px;
  }
}
.mobile-top .anchor-nav .menu-btn {
  display: none;
}