@charset "utf-8";
:root {
  /* 40-30 */
  --partlist-cover-title-font-size: clamp(1.875rem, 0.7639rem + 2.3148vw, 2.5rem);
  /* 24-18 */
  --partlist-cover-title-font-size-span: clamp(1.125rem, 0.4583rem + 1.3889vw, 1.5rem);
  /* 40-22 */
  --partlist-section-title-font-size: clamp(1.375rem, -0.625rem + 4.1667vw, 2.5rem);
  /* 20-16 */
  --partlist-section-title-font-size-sub: clamp(1rem, 0.5556rem + 0.9259vw, 1.25rem);

  /* 32-18 */
  --partlist-read-font-size: clamp(1.125rem, -0.4306rem + 3.2407vw, 2rem);
  /* 18-16 */
  --partlist-comment-font-size: clamp(1rem, 0.7778rem + 0.463vw, 1.125rem);

  /* 24-14 */
  --partlist-recommend-part2-title-font-size: clamp(0.875rem, -0.2361rem + 2.3148vw, 1.5rem);
  /* 20-12 */
  --partlist-recommend-part2-title-font-size-sub: clamp(0.75rem, -0.1389rem + 1.8519vw, 1.25rem);
  --section-margin-bottom: 120px;
}
@media (max-width: 767px) {
  :root {
    --section-margin-bottom: 50px;
  }
}

.contentsWrapper {
  background: none !important;
}

#scloud .btn_group {
  width: 100%;
}
#scloud .btn_group a.btn {
  margin-inline: auto;
  padding-block: 0.8em;
  width: 100%;
  border-radius: 50px;
  transition: all 0.3s ease;
  background-color: #fff;
}
#scloud .btn_group a.btn.active_clr {
  background-color: var(--primary-color);
  color: #fff !important;
}
#scloud .btn_group a.btn.active_clr:hover {
  color: var(--primary-color) !important;
}
#scloud .btn_group a.accent_clr:hover {
  opacity: 1;
  background-color: #fff !important;
  color: var(--primary-font-color) !important;
  border: 2px solid var(--accent-color) !important;
}
#scloud .btn_group a.accent_clr:hover::after {
  content: url("../../common/images/arrow_right_b.svg") !important;
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-40%);
}
.btn_left a {
  margin-left: 0 !important;
}
.btn_group a.btn.accent_clr {
  background-color: var(--accent-color) !important;
}
body#scloud section .section_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  padding-inline: 0;
}

.section_ttl_inner p {
  font-size: 18px;
  font-weight: var(--font-weight-medium, 500);
  color: #191c1d;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-bottom: 2em;
  text-align: left;
}

/* Cover */

#cover .contents_inner_wrap {
  width: 100%;
  max-width: 1366px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#cover .contents_inner_wrap .img_wrap {
  width: calc(667 / 1366 * 100%);
  max-width: 667px;
  aspect-ratio: 667 / 460;
  height: auto;
  z-index: 1;
}
#cover .contents_inner_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
#cover .contents_wrap {
  /* width: calc(1090 / 1366 * 100%); */
  width: calc(625 / 1366 * 100%);
  max-width: 625px;
  position: relative;
  z-index: 0;
  margin-top: calc(65 / 1366 * 100%);
  padding-top: calc(65 / 1366 * 100%);
  padding-bottom: calc(85 / 1366 * 100%);
  padding-right: calc(90 / 1366 * 100%);
}
#cover .contents_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 174%;
  height: 100%;
  background: url(../images/bg_dot_w_right_long.png) repeat-y left bottom;

  border-radius: 0 48px 48px 0;
  z-index: -1;
}
#cover .contents_inner_wrap .contents_wrap h1 {
  font-size: var(--partlist-cover-title-font-size);
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 20px;
}
#cover .contents_inner_wrap .contents_wrap h1 span {
  font-size: var(--partlist-cover-title-font-size-span);
  font-weight: var(--font-weight-bold, 700);
  display: block;
  margin-bottom: 0.6em;
}
#cover .contents_inner_wrap .contents_wrap p {
  font-size: 18px;
  font-weight: var(--font-weight-normal, 400);
  color: #191c1d;
  line-height: 1.75;
  margin-bottom: 2em;
}
#cover .contents_inner_wrap .contents_wrap .btn_group a {
  margin-left: 0;
  margin-top: 1em;
}

/* 基本機能 scloud_features */
#scloud_features {
  padding-bottom: calc(50 / 1366 * 100%);
}
#scloud_features .contents_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  /* padding-inline: calc(80 / 1366 * 100%); */
}

#scloud_features .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  column-gap: calc(34 / 1366 * 100%);
  max-width: 1366px;
  margin-inline: auto;
  position: relative;
  padding-block: calc(48 / 1366 * 100%);
}
#scloud_features .content::before {
  display: block;
  content: "01";
  font-weight: var(--font-weight-bold, 700);
  font-family: var(--font-family-global);
  line-height: 1;
  font-size: 250px;
  color: #0099cc1a;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  display: block;
  position: absolute;
  top: -14%;
  left: calc(80 / 1366 * 100%);
}
#scloud_features .contents_inner .content:nth-child(1 of .content)::before {
  display: block;
  content: "01";
}
#scloud_features .contents_inner .content:nth-child(2 of .content)::before {
  display: block;
  content: "02";
  right: calc(60 / 1366 * 100%);
  left: auto;
}
#scloud_features .contents_inner .content:nth-child(3 of .content)::before {
  display: block;
  content: "03";
}

#scloud_features .content:not(:last-child) {
  margin-bottom: calc(48 / 1366 * 100%);
}
#scloud_features .content.comment_left .title_wrap {
  grid-area: 1 / 1 / 2 / 2;
  padding-left: calc(80 / 667 * 100%);
}
#scloud_features .content.comment_right .title_wrap {
  grid-area: 1 / 2 / 2 / 3;
  padding-right: calc(80 / 667 * 100%);
}
#scloud_features .content .img_wrap {
  width: 587px;
  aspect-ratio: 587 / 330;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}
#scloud_features .content.comment_left .img_wrap {
  grid-area: 1 / 2 / 3 / 3;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}
#scloud_features .content.comment_right .img_wrap {
  grid-area: 1 / 1 / 3 / 2;
  border-radius: 30px;
  margin-right: 0;
  overflow: hidden;
  z-index: 2;
  margin-left: auto;
}
#scloud_features .content.comment_left .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

#scloud_features .content.comment_left .comment_wrap {
  grid-area: 2 / 1 / 3 / 2;
  padding-left: calc(80 / 666 * 100%);
  padding-block: calc(45 / 666 * 100%);
  position: relative;
  z-index: 0;
}
#scloud_features .content.comment_right .comment_wrap {
  grid-area: 2 / 2 / 3 / 3;
  padding-right: calc(80 / 666 * 100%);
  padding-block: calc(45 / 666 * 100%);
  position: relative;
  z-index: 0;
}
#scloud_features .content.comment_right .comment_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170%;
  height: 100%;
  background: var(--primary-color) url(../images/bg_dot_trans_left.png) repeat-y left bottom;
  border-radius: 0 32px 32px 0;
  z-index: -1;
}
#scloud_features .content.comment_left .comment_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170%;
  height: 100%;
  background: var(--primary-color) url(../images/bg_dot_trans_right.png) repeat-y right bottom;
  border-radius: 32px 0 0 32px;
  z-index: -1;
}

#scloud_features .content .title_wrap p {
  font-size: var(--partlist-section-title-font-size);
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 1em;
}
#scloud_features .content .comment_wrap p.read {
  font-size: var(--partlist-read-font-size);
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-color);
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0.8em;
}
#scloud_features .content .comment_wrap p.comment {
  font-size: var(--partlist-comment-font-size);
  font-weight: var(--font-weight-normal, 400);
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 2em;
}

#scloud_features .features_service_info_wrap {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  padding-inline: calc(80 / 1366 * 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#scloud_features .features_service_info_wrap p.title {
  font-size: 14px;
  font-weight: var(--font-weight-bold, 700);
  color: #030d1a;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 1em;
}
#scloud_features .features_service_info_wrap .partner_wrap {
  width: calc(1100 / 1206 * 100%);
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  background-color: #fff;
  border-radius: 32px;
  padding: calc(40 / 1100 * 100%) calc(80 / 1100 * 100%) calc(40 / 1100 * 100%) calc(122 / 1100 * 100%);
}
#scloud_features .features_service_info_wrap .partner_wrap a {
  height: 24px;
  width: auto;
  display: block;
  margin-bottom: 1em;
}

#scloud_features .features_service_info_wrap .partner_wrap a img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
}

/* FAQ */
#faq {
  margin-top: calc(110 / 1366 * 100%);
}
#faq .section_inner {
  display: block;
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  padding-inline: calc(80 / 1366 * 100%) !important;
}

#faq .section_inner .faq_item {
  width: 100%;
  max-width: initial;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 1em;
}
#faq .section_inner .faq_item a {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0.5em;
}
#faq .section_inner .faq_item .anser p {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-weight: var(--font-weight-normal, 400);
  color: var(--primary-font-color);
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0;
}
#faq .section_inner .faq_item a span,
#faq .section_inner .faq_item .anser p span {
  display: inline-block;
  font-size: 24px;
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-color);
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0;
  margin-right: 0.5em;
}
#faq .section_inner .faq_item a {
  position: relative;
}
#faq .anser {
  display: grid;
  grid-template-rows: 0fr !important;
  transition: grid-template-rows 0.2s ease-out;
}
#faq .accordion_trigger.active .anser {
  grid-template-rows: 1fr !important;
}
#faq .section_inner .faq_item .anser .accordion_inner {
  overflow: hidden;
}

@media (max-width: 767px) {
  section .section_ttl_inner {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: calc(15 / 345 * 100%);
    /* margin-bottom: calc(55 / 1366 * 100%); */
  }
  #scloud .btn_group a.btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    /* min-width: 311px !important; */
    /* background-color: #fff; */
  }
  #cover .btn_group a.btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    min-width: 311px !important;
    margin-inline: auto !important;
  }
  #cover .contents_inner_wrap {
    width: 100%;
    max-width: initial;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
  }
  #cover .contents_inner_wrap > * {
    width: 100%;
    max-width: initial;
  }
  #cover .contents_inner_wrap .img_wrap {
    width: 100%;
    max-width: initial;
    aspect-ratio: initial;
    height: auto;
  }
  #cover .contents_wrap {
    margin-top: 0;
    padding-top: 43px;
    padding-bottom: 0;
    padding-inline: 15px;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
  #cover .contents_wrap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 100%;
    height: 130%;
    background: url(../images/bg_dot_tate_btm_sp.png) repeat-x left bottom;

    border-radius: 0;
    z-index: -2;
  }

  /* scloud_features */
  #scloud_features .contents_inner {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
  }
  #scloud_features .content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    column-gap: calc(34 / 1366 * 100%);
    max-width: initial;
    margin-inline: auto;
  }
  #scloud_features .content:not(:last-child) {
    margin-bottom: calc(24 / 375 * 100%);
  }
  #scloud_features .content.comment_left .title_wrap,
  #scloud_features .content.comment_right .title_wrap {
    width: 100%;
    max-width: initial;
    grid-area: 1 / 1 / 2 / 2;
    padding-left: 0;
    padding-right: 0;
    padding-inline: 15px;
  }
  #scloud_features .content.comment_left .img_wrap,
  #scloud_features .content.comment_right .img_wrap {
    grid-area: 2 / 1 / 3 / 2;
    margin-left: 0;
    margin-right: 0;
    padding-inline: 15px;
  }
  #scloud_features .content .img_wrap {
    width: 100%;
    max-width: initial;
    aspect-ratio: initial;
    height: auto;
    padding-inline: 15px;
  }
  #scloud_features .content.comment_left .comment_wrap,
  #scloud_features .content.comment_right .comment_wrap {
    grid-area: 3 / 1 / 4 / 2;
    padding-left: 0;
    padding-right: 0;
    padding-inline: 15px;
  }
  #scloud_features .content.comment_left .comment_wrap::before,
  #scloud_features .content.comment_right .comment_wrap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170%;
    background: var(--primary-color) url(../images/bg_dot_trans_right_sp.png) repeat-y !important;
    background-position: 120% bottom !important;
    border-radius: 32px 0 0 32px !important;
    z-index: -1 !important;
  }
  #scloud_features .content::before {
    display: block;
    content: "01";
    font-weight: var(--font-weight-bold, 700);
    font-family: var(--font-family-global);
    line-height: 1;
    font-size: 136px;
    color: #0099cc1a;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
    display: block;
    position: absolute;
    top: -5%;
    left: calc(10 / 345 * 100%);
  }
  #scloud_features .contents_inner .content:nth-child(2 of .content)::before {
    display: block;
    content: "02";
    right: initial;
    left: calc(80 / 1366 * 100%);
  }
  #scloud_features .features_service_info_wrap {
    width: 100%;
    max-width: initial;
    margin-inline: initial;
    padding-inline: 15px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    margin-bottom: calc(35 / 345 * 100%);
  }
  #scloud_features .features_service_info_wrap .partner_wrap {
    width: 100%;
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    background-color: #fff;
    border-radius: 32px;
    padding: calc(38 / 345 * 100%) calc(23 / 345 * 100%);
  }
  #scloud_features .features_service_info_wrap p.title {
    font-size: 14px;
    font-weight: var(--font-weight-bold, 700);
    color: #030d1a;
    line-height: 1.75;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 1em;
  }
  /* FAQ */
  #faq .section_inner {
    display: block;
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: 15px !important;
  }
  #faq .section_inner .faq_item {
    width: 100%;
    max-width: initial;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 1em;
  }
}

/* Pricing Plans 料金プラン */

/* Pricing Plans */
#pricingplans .section_inner {
  padding-inline: calc(80 / 1366 * 100%) !important;
}
#pricingplans .section_inner .plans_table_wrap {
  width: 100%;
  max-width: initial;
  margin-inline: auto;
}
#pricingplans .section_inner .plans_table_wrap table {
  width: 100%;
  max-width: initial;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
#pricingplans .section_inner .plans_table_wrap table th,
#pricingplans .section_inner .plans_table_wrap table td {
  padding: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: var(--font-weight-normal, 400);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

#pricingplans .section_inner .plans_table_wrap table td:first-child {
  width: calc(272 / 1206 * 100%);
  text-align: left;
}
#pricingplans .section_inner .plans_table_wrap table td strong {
  font-size: 18px;
  font-weight: var(--font-weight-bold, 700);
  color: #101828;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
#pricingplans .section_inner .plans_table_wrap table td:not(:first-child) {
  width: calc(232 / 1206 * 100%);
  font-size: 16px;
  font-weight: var(--font-weight-medium, 500);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
#pricingplans .btn {
  border-radius: 50px;
  width: 100%;
  max-width: initial;
}
#pricingplans .btn.active_clr::after {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-30%);
}
.bg-function {
  background-color: #e1eef2;
  text-align: left;
}
.accent-color {
  background-color: var(--accent-color);
  text-align: center;
  font-size: 22px !important;
  font-weight: var(--font-weight-bold, 700) !important;
  color: var(--primary-font-color) !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
}
.free-plan {
  font-size: 16px !important;
  font-weight: var(--font-weight-medium, 500) !important;
  color: var(--primary-font-color) !important;
  line-height: 1.75 !important;
  letter-spacing: 0.03em !important;
  text-align: center !important;
}
.s-plan,
.m-plan,
.l-plan {
  font-size: 22px !important;
  font-weight: var(--font-weight-bold, 700) !important;
  color: var(--primary-color) !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
}
.price {
  font-size: 40px !important;
  font-weight: var(--font-weight-bold, 700) !important;
  color: var(--primary-font-color) !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
  text-align: center !important;
  span {
    font-size: 14px !important;
    font-weight: var(--font-weight-bold, 700) !important;
    color: var(--primary-font-color) !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
}
.plan-name td {
  padding: 16px 0 0 0 !important;
}
#pricingplans .section_inner .plans_table_wrap table td.price {
  padding: 0 0 10px 0 !important;
}
.line_top {
  border-top: 1px solid #c9dbed;
}
ul.notes {
  margin-top: 10px;
}
ul.notes li {
  font-size: 16px;
  font-weight: var(--font-weight-normal, 400);
  color: #6d7b82;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0.4em;
  margin-left: 1.2em;
  text-indent: -1.2em;
}

@media (max-width: 1075px) {
  body#scloud section#pricingplans .section_inner {
    padding-inline: calc(15 / 1366 * 100%) !important;
  }
}
@media (max-width: 950px) {
  body#scloud section#pricingplans .section_inner .plans_table_wrap {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    cursor: grab;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  body#scloud section#pricingplans .section_inner .plans_table_wrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  body#scloud section#pricingplans .section_inner .plans_table_wrap table {
    min-width: 1000px !important;
  }
}
.sp-only-tr {
  display: none;
}
@media (max-width: 767px) {
  .pc-only-tr {
    display: none;
  }
  .sp-only-tr {
    display: table-row;
  }
  body#scloud section#pricingplans .section_inner .plans_table_wrap {
    cursor: grab;
  }
  #pricingplans .section_inner .plans_table_wrap table {
    width: 100%;
    min-width: 800px !important;
  }
  #pricingplans .section_inner .plans_table_wrap table th,
  #pricingplans .section_inner .plans_table_wrap table td {
    font-size: 14px;
    font-weight: var(--font-weight-normal, 400);
  }
  #pricingplans .section_inner .plans_table_wrap table td strong {
    font-size: 14px;
    font-weight: var(--font-weight-bold, 700);
    text-align: left !important;
  }
  #pricingplans .section_inner .plans_table_wrap table td:not(:first-child) {
    /* width: 150px; */

    font-size: 14px;
    font-weight: var(--font-weight-medium, 500);
    color: var(--primary-font-color);
  }
  #pricingplans .section_inner .plans_table_wrap table td:first-child {
    white-space: nowrap !important;
  }
  #pricingplans .section_inner .plans_table_wrap table th,
  #pricingplans .section_inner .plans_table_wrap table td {
    padding: 5px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: var(--font-weight-normal, 400);
    color: var(--primary-font-color);
  }
  .free-plan {
    font-size: 14px !important;
    font-weight: var(--font-weight-medium, 500) !important;
  }
  .s-plan,
  .m-plan,
  .l-plan {
    font-size: 16px !important;
    font-weight: var(--font-weight-medium, 500) !important;
  }
  .price {
    font-size: 22px !important;
    font-weight: var(--font-weight-bold, 700) !important;
    color: var(--primary-font-color) !important;
    span {
      font-size: 12px !important;
      font-weight: var(--font-weight-bold, 700) !important;
      color: var(--primary-font-color) !important;
    }
  }
  .accent-color {
    background-color: var(--accent-color);
    text-align: center;
    font-size: 16px !important;
    font-weight: var(--font-weight-bold, 700) !important;
    color: var(--primary-font-color) !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
  #pricingplans .section_inner .plans_table_wrap table td:first-child {
    width: calc(80 / 345 * 100%);
    text-align: left;
  }
  #pricingplans .section_inner .plans_table_wrap table td:not(:first-child) {
    width: calc(80 / 345 * 100%);
  }

  .plans_btn_group {
    width: 100%;
    padding-inline: 15px;
    margin-top: calc(20 / 345 * 100%);
  }
  .free_plan_btn_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
  }
  .free_plan_btn_wrap .title {
    font-size: 18px;
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-color);
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .free_plan_btn_wrap .price {
    font-size: 32px;
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-font-color);
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 10px;
  }
  .free_plan_btn_wrap .price span {
    font-size: 16px;
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-font-color);
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .free_plan_btn_wrap .btn_group {
    width: 100%;
  }
  .free_plan_btn_wrap .btn_group a.btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    /* min-width: 311px !important; */
    margin-inline: auto;
  }
  .scansnapcloud_btn_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 12px;
    padding: 15px;
    margin-top: calc(20 / 345 * 100%);
  }
  .scansnapcloud_btn_wrap .title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: var(--font-weight-bold, 700);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .scansnapcloud_btn_wrap .price_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .scansnapcloud_btn_wrap .price_wrap p {
    font-size: 20px;
    font-weight: var(--font-weight-bold, 700);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .scansnapcloud_btn_wrap .price_wrap p span:first-of-type {
    font-size: 16px;
    font-weight: var(--font-weight-normal, 400);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .scansnapcloud_btn_wrap .price_wrap p span:last-of-type {
    font-size: 10px;
    font-weight: var(--font-weight-bold, 700);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .scansnapcloud_btn_wrap .btn_group a.btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    /* min-width: 311px !important; */
    margin-inline: auto;
  }
  .scansnapcloud_btn_wrap .btn_group a.btn.accent_clr {
    font-size: 16px !important;
    font-weight: var(--font-weight-bold, 700) !important;
    background-color: var(--accent-color);
    text-align: center;
  }
  .scansnapcloud_btn_wrap .btn_group a.btn.accent_clr::after {
    content: url("../../common/images/arrow_right_w.svg");
    display: block;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-40%);
  }
  ul.notes {
    margin-top: 10px;
    margin-inline: 15px;
  }
}
