/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
.bg_border {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
.bg_border img {
  width: 100%;
}
.bg_border img.shake {
  width: calc(100% + 20px);
  left: -10px;
  position: relative;
}

/* topbanner */
.topbanner {
  text-align: center;
  position: relative;
  background: url(../images/pricing/s1_bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
}
.topbanner .wrapper_in {
  padding-top: 60px;
  padding-bottom: 40px;
  max-width: 1080px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in {
    padding-top: 50px;
  }
}
.topbanner .section_info .title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_info .title {
    font-size: 36px;
  }
}
.topbanner .section_content {
  width: 100%;
  height: 100%;
  position: relative;
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 82px;
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container {
  width: 100%;
  position: relative;
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .icon {
  position: absolute;
  width: 54px;
  height: 36px;
  top: 60%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .icon {
    display: none;
  }
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .icon-left {
  left: -70px;
  background: url(../images/pricing/s1_icon_01.svg);
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .icon-right {
  right: -70px;
  background: url(../images/pricing/s1_icon_02.svg);
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .usage-labels {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-left: 12px;
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .usage-labels span {
  flex: 1;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: -40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .usage-labels span {
    font-size: 24px;
  }
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .usage-bar {
  margin-top: 48px;
  margin-bottom: 30px;
  width: 115%;
  height: 10px;
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .usage-bar .divider {
  position: absolute;
  top: 50;
  width: 4px;
  height: 10px;
  background-color: #fff;
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .usage-bar .divider-1 {
  left: 52%;
  transform: translateX(-50%);
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .usage-bar .divider-2 {
  left: 51%;
  transform: translateX(-50%);
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .usage-bar .divider-3 {
  left: 52%;
  transform: translateX(-50%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .usage-container .usage-bar .divider-3 {
    left: 57%;
  }
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan_01 .usage-container .usage-bar {
  background: linear-gradient(90deg, #ffb202 0%, #fe9a02 100%);
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan_02 .usage-container .usage-bar {
  background: linear-gradient(90deg, #fe9a02 0%, #ff8003 100%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan_02 .usage-container .usage-bar {
    width: 100%;
  }
}
.topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan_03 .usage-container .usage-bar {
  background: linear-gradient(90deg, #ff8003 0%, #ff6905 100%);
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in .section_content .content_box_wrapper .content_box_plan_out .content_box_plan_03 .usage-container .usage-bar {
    width: 112%;
    position: relative;
    right: 34px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_content .content_box_wrapper {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_content .content_box_wrapper .content_box_plan_out {
    width: 100%;
    overflow: visible;
    padding: 0;
  }
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan {
  display: flex;
  flex-direction: column;
  min-height: 46%;
  margin-left: 30px;
  width: 33%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan {
    width: 80% !important;
    margin: 0 5%;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .content_box_plan_head {
  border-radius: 8px 8px 0px 0px;
  background: #003c76;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .content_box_plan_head .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .content_box_plan_head .stitle {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 142.857%;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan.content_box_plan_01 .content_box_plan_head {
  background: #ffb200;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan.content_box_plan_02 .content_box_plan_head {
  background: #ff8400;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan.content_box_plan_03 .content_box_plan_head {
  background: #ff6905;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .content_box_plan_body {
  border-radius: 0 0 8px 8px;
  background: #f3f3f3;
  padding: 18px 20px;
  color: #292929;
  text-align: center;
  flex-grow: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .content_box_plan_body {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .content_box_plan_body .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .content_box_plan_body .stitle {
  font-size: 14px;
  font-weight: 200;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .content_box_plan_body .dashed {
  border: none;
  border-top: 1px dashed #a9a9a9;
  height: 1px;
  width: 90%;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan .content_box_plan_body hr {
  border: none;
  border-top: 1px solid #ddd;
  height: 1px;
  width: 90%;
}
.topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan_01 .content_box_plan_body {
  background: #ffeedf;
}
.topbanner .section_content .price {
  color: #1654b9;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: -3px;
  display: block;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_content .price {
    display: block;
    text-align: center;
    float: none;
  }
}
.topbanner .section_content .price:hover {
  text-decoration: underline;
}
.topbanner .section_content .plan_btn {
  width: 60%;
  max-width: 500px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border-radius: 4px;
  background: #ffb200;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  margin: 15px auto 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_content .plan_btn {
    max-width: 143px;
    min-height: 38px;
  }
}
.topbanner .section_content .plan_btn:hover {
  background: #efc86c;
}
.topbanner .section_content .content_box_plan_02 .plan_btn {
  background: #ff8400;
}
.topbanner .section_content .content_box_plan_02 .plan_btn:hover {
  background: #efae69;
}
.topbanner .section_content .content_box_plan_03 .plan_btn {
  background: #ff6905;
}
.topbanner .section_content .content_box_plan_03 .plan_btn:hover {
  background: #eca06e;
}
.topbanner .section_content .pic {
  width: 276px;
  height: 302px;
  position: absolute;
  left: -20%;
  bottom: -15%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_content .pic .m-noshow {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_content .content_box_wrapper .flickity-viewport {
    overflow: visible !important;
    position: static !important;
    min-height: 600px;
  }
  .topbanner .section_content .content_box_wrapper .content_box_plan_out .content_box_plan.is-selected {
    opacity: 1;
    z-index: 2;
  }
  .topbanner .section_content .content_box_wrapper .content_box_plan_out .flickity-page-dots {
    bottom: -40px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
  }
  .topbanner .section_content .content_box_wrapper .content_box_plan_out .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .topbanner .section_content .content_box_wrapper .content_box_plan_out .flickity-page-dots .dot.is-selected {
    background: #fff;
    transform: scale(1.2);
  }
}
.topbanner .bg_border .p-noshow {
  display: none !important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .bg_border.m-noshow {
    display: none !important;
  }
  .topbanner .bg_border .p-noshow {
    display: block !important;
    position: absolute;
    bottom: 10px;
  }
}

/* section_2 */
.sectionbox.section_2 {
  background: #e4f0ff;
  text-align: center;
  position: relative;
}
.sectionbox.section_2 .wrapper_in {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .wrapper_in {
    padding-top: 40px;
    overflow: hidden;
  }
}
.sectionbox.section_2 .section_title {
  color: #003c76;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1.8px;
    margin-bottom: 30px;
  }
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table {
  justify-self: center;
  width: 75%;
  margin-bottom: 82px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table {
    width: 100%;
    margin: 0 auto;
  }
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price {
  display: flex;
  flex-direction: column;
  min-height: 46%;
  margin: 30px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price {
    margin: 0;
    margin-bottom: 20px;
  }
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price tr {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price tr {
    flex-direction: column;
    gap: 15px;
  }
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price td,
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price th {
  flex: 1;
  text-align: center;
  max-width: 200px;
  min-width: 150px;
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price td:first-child,
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price th:first-child {
  min-width: 120px;
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price .content_box_price_head {
  border-radius: 13px 13px 0 0;
  text-align: center;
  padding: 25px 0;
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price .content_box_price_head {
    padding: 15px 0;
  }
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price.content_box_price_01 .content_box_price_head {
  background: #b8dcff;
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price.content_box_price_02 .content_box_price_head {
  background: #c2c6ff;
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price .content_box_price_body {
  border-radius: 0 0 13px 13px;
  background: #fff;
  padding: 25px 0;
  color: #292929;
  text-align: center;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price .content_box_price_body {
    padding: 5px 0;
  }
}
.sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price_02 .content_box_price_body tr:first-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_content .content_box_wrapper .content_box_price_table .content_box_price_02 .content_box_price_body tr:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.mobile-table {
  display: none;
}

.desktop-table {
  display: block;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .mobile-table {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .desktop-table {
    display: none;
  }
  .content_box_price_head {
    display: grid;
    grid-template-columns: 55% 45%;
    background: #b8dcff;
    border-radius: 13px 13px 0 0;
    padding: 15px 0;
  }
  .title_name,
  .title_price {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  .content_box_price_body {
    background: #fff;
    padding: 15px 0;
  }
  .content_box_price_body .item {
    display: grid;
    grid-template-columns: 55% 45%;
    padding: 10px 20px;
    align-items: center;
  }
  .content_box_price_body hr {
    width: 90%;
  }
  .item .name {
    text-align: center;
    padding-right: 10px;
  }
  .item .price {
    text-align: center;
  }
  .item .stitle {
    font-size: 14px;
    color: #666;
  }
  .content_box_price_02 .content_box_price_head {
    background: #c2c6ff;
  }
  .content_box_price + .content_box_price {
    margin-top: 20px;
  }
}/*# sourceMappingURL=pricing.css.map */