/** Colors **/
/** Font Size **/
/** Spacer **/
/** breakPoint **/
.customer {
  padding-bottom: 64px;
}
@media print, screen and (max-width: 1079px) {
  .customer {
    padding-bottom: 48px;
  }
}
.customer__items {
  transition-timing-function: linear;
  display: flex;
  column-gap: 0;
  row-gap: 0;
}
.customer__item {
  flex: 0 0 158px;
  width: 158px;
  height: 100%;
  margin: 0 16px;
  transform: scale(1) !important;
}
@media print, screen and (max-width: 1079px) {
  .customer__item {
    width: 100px;
    flex: 0 0 100px;
    margin: 0 8px;
  }
}
.customer .swiper + .swiper {
  margin-top: 24px;
}
@media print, screen and (max-width: 1079px) {
  .customer .swiper + .swiper {
    margin-top: 16px;
  }
}

.product-service {
  padding-bottom: 64px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .product-service {
    padding-bottom: 48px;
  }
  .product-service__subtitle {
    margin-top: 16px;
  }
}
.product-service__movie {
  margin-bottom: 32px;
}
.product-service__movie video {
  border-radius: 16px;
  width: 100%;
  max-width: 800px;
  margin: auto;
  height: auto;
}
@media print, screen and (max-width: 1079px) {
  .product-service__movie video {
    max-width: 100%;
  }
}
.product-service__embeded {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 32px;
  height: auto;
}
.product-service__embeded iframe {
  border-radius: 16px;
  width: 100%;
  display: block;
}
@media print, screen and (max-width: 1079px) {
  .product-service__embeded iframe {
    max-width: 100%;
  }
}

.function {
  background-color: #fff;
}
.function__items {
  column-gap: 56px;
}
.function__item {
  display: block;
}
.function__item-bubble {
  color: #fff;
  text-align: left;
  width: fit-content;
  background-color: #00ACB0;
  padding: 10px 24px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 30px;
  margin-left: auto;
}
.function__item-bubble:nth-child(even) {
  margin-right: auto;
  margin-left: 0;
}
.function__item-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 90%);
  border: solid 9px transparent;
  border-top: 13px solid #00ACB0;
  border-bottom: 13px solid transparent;
}
.function__item-figure {
  margin-bottom: 24px;
  border: 1px solid #d5d5d5;
}
@media print, screen and (max-width: 1079px) {
  .function__item-figure {
    margin-bottom: 16px;
  }
}
.function__item-subtitle {
  text-align: center;
  color: #0E63C4;
  font-weight: 400;
  font-size: 20px;
}
.function__item-subtitle span {
  font-weight: 500;
}
.function__item-title {
  text-align: center;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .function__item-title {
    margin-bottom: 8px;
  }
}
.function__buttons {
  justify-content: start;
}
.function__button {
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
}
@media print, screen and (max-width: 1079px) {
  .function__button {
    width: 100%;
  }
}

.product-functions {
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .product-functions {
    padding: 48px 0;
  }
  .product-functions .top-cta__buttons {
    flex-direction: column;
  }
  .product-functions .top-cta__button + .top-cta__button {
    margin: 8px 0 0;
  }
}
.product-functions__modal-open {
  display: none;
}
@media print, screen and (max-width: 1079px) {
  .product-functions__modal-open {
    color: var(--color-button-primary, #0e63c4);
    text-decoration: underline;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: auto;
    text-align: center;
    width: fit-content;
    margin-bottom: 32px;
  }
}
.product-functions__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 48px;
  row-gap: 32px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .product-functions__items {
    display: block;
    margin-bottom: 32px;
  }
}
.product-functions__item {
  flex: 0 0 calc(33.33% - 32px);
  max-width: calc(33.33% - 32px);
  padding: 16px;
  background-color: #fff;
  height: fit-content;
  border-radius: 8px;
}
@media print, screen and (max-width: 1079px) {
  .product-functions__item {
    max-width: 100%;
    padding: 12px 16px;
  }
  .product-functions__item:nth-child(n+7) {
    display: none;
  }
}
.product-functions__item-head {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1080px) {
  .product-functions__item-head {
    align-self: baseline;
    flex-wrap: wrap;
  }
  .product-functions__item-head.js-product-functions-item-toggle {
    cursor: pointer;
  }
  .product-functions__item-head.is-active .product-functions__item-arrow {
    transform: rotate(360deg);
  }
}
@media print, screen and (max-width: 1079px) {
  .product-functions__item {
    margin-bottom: 16px;
  }
  .product-functions__item:last-child {
    margin-bottom: 0;
  }
}
.product-functions__item-title {
  font-size: 20px;
  font-weight: bold;
  flex: 0 0 70%;
  max-width: 70%;
}
.product-functions__item-title .mini {
  font-size: 17px;
}
@media print, screen and (max-width: 1079px) {
  .product-functions__item-title {
    font-size: 16px;
    max-width: 100%;
    white-space: nowrap;
  }
}
.product-functions__item-icon {
  margin-right: 16px;
  flex: 0 0 14.3%;
  max-width: 48px;
}
@media print, screen and (max-width: 1079px) {
  .product-functions__item-icon {
    max-width: 32px;
    margin-right: 12px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }
}
.product-functions__item-arrow {
  margin-left: auto;
  position: relative;
  transition: 0.3s;
}
@media print, screen and (max-width: 1079px) {
  .product-functions__item-arrow {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  .product-functions__item-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 4px;
    padding-left: 60px;
    display: none;
  }
}
.product-functions__item-help {
  margin-left: auto;
  position: relative;
  flex: 0 0 8%;
  max-width: 26.7px;
}
@media print, screen and (max-width: 1079px) {
  .product-functions__item-help {
    display: none;
  }
}
.product-functions__item-help-content {
  font-size: 14px;
  padding: 16px;
  padding-right: 9px;
  position: absolute;
  border-radius: 8px;
  width: 225px;
  height: fit-content;
  top: -35px;
  right: -16px;
  background-color: #0E63C4;
  color: #fff;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.product-functions__item-help-content::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  bottom: 0;
  border: solid 12px transparent;
  border-bottom: 24px #0E63C4 solid;
  transform: rotate(-180deg) translate(85%, -80%);
}
.product-functions__item-help:hover .product-functions__item-help-content {
  visibility: visible;
  opacity: 1;
}
.product-functions__item-button {
  margin-left: auto;
}
.product-functions__texts {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 1079px) {
  .product-functions__texts {
    display: block;
  }
}
.product-functions__text {
  font-weight: 400;
  font-size: 12px;
  margin: 0 24px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .product-functions__text {
    margin: 0 0;
  }
}

.product-functions-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  overscroll-behavior: contain;
}
@media print, screen and (min-width: 1080px) {
  .product-functions-modal {
    display: none !important;
  }
}
@media print, screen and (max-width: 1079px) {
  .product-functions-modal {
    display: none;
  }
}
.product-functions-modal__content {
  padding: 16px;
  border-radius: 8px;
}
.product-functions-modal__content-title {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
}
.product-functions-modal__content-item {
  display: flex !important;
  align-items: flex-start;
  border-radius: 8px;
}
.product-functions-modal__content .product-functions__item-title {
  margin-bottom: 8px;
  padding-top: 4px;
}
.product-functions-modal__content .product-functions__item-head {
  align-items: flex-start;
}

.product-price {
  background-color: #FCFCFB;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .product-price {
    padding: 48px 0;
  }
  .product-price__subtitle {
    text-align: left;
  }
}
.product-price__subtitle {
  line-height: 150%;
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .product-price__subtitle {
    font-size: 16px;
    font-weight: 400;
  }
}
.product-price__items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 1079px) {
  .product-price__items {
    display: block;
    margin-bottom: 32px;
  }
}
.product-price__items-icon {
  width: 48px;
  height: 48px;
  display: block;
  background-image: url("../images/invoice/plus.svg");
  margin: 0 48px;
}
@media print, screen and (max-width: 1079px) {
  .product-price__items-icon {
    margin: 8px auto;
  }
}
.product-price__item {
  padding: 32px 24px;
  width: 300px;
  height: 164px;
  background: #ffffff;
  border: 2px solid #ececec;
  border-radius: 8px;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .product-price__item {
    width: 100%;
    padding: 16px;
    height: auto;
  }
}
.product-price__item-inner {
  display: flex;
}
@media print, screen and (max-width: 1079px) {
  .product-price__item-inner {
    display: block;
  }
}
.product-price__item-icon {
  margin-right: 24px;
}
@media print, screen and (max-width: 1079px) {
  .product-price__item-icon {
    display: none;
  }
}
.product-price__item-content {
  text-align: center;
  flex: 1;
}
.product-price__item-title {
  font-size: 48px;
  font-weight: bold;
  color: #0E63C4;
}
.product-price__item-title--1 {
  font-size: 24px;
}
.product-price__item-title--1 span {
  font-size: 56px;
  line-height: 1.25;
  margin-right: 8px;
}
.product-price__item-title--2 {
  font-size: 24px;
}
.product-price__item-title--2 span {
  font-size: 56px;
  line-height: 1.25;
  margin-right: 8px;
}
.product-price__item-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
}
.product-price__texts {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .product-price__texts {
    display: block;
  }
}
.product-price__buttons {
  margin-top: 48px;
}
@media print, screen and (max-width: 1079px) {
  .product-price__buttons {
    margin-top: 32px;
  }
}
.product-price__text {
  font-weight: 400;
  font-size: 12px;
  margin: 0 24px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .product-price__text {
    margin: 0 0;
  }
}

.product-price-table-wrap {
  max-width: 976px;
  margin: 0 auto 48px;
}
@media print, screen and (max-width: 1079px) {
  .product-price-table-wrap {
    overflow: auto;
    margin-bottom: 32px;
  }
}

@media print, screen and (max-width: 1079px) {
  .product-price-table {
    width: 640px;
    width: 640px;
  }
}
.product-price-table__button {
  cursor: pointer;
  background-color: #fff;
  display: flex;
  padding: 16px;
  color: #009BFF;
  height: 80px;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .product-price-table__button {
    width: 640px;
    width: 640px;
    font-size: 16px;
  }
}
.product-price-table__button.is-active .product-price-table__button-chevron {
  transform: rotate(180deg);
}
.product-price-table__button-setting {
  margin-right: 8px;
}
.product-price-table__button-chevron {
  transition: 0.3s;
  margin-left: auto;
}
.product-price-table__separate {
  background-color: #fff;
  display: flex;
  padding: 16px;
  height: 80px;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .product-price-table__separate {
    width: 640px;
    font-size: 16px;
  }
}
.product-price-table__separate-setting {
  margin-right: 8px;
}
.product-price-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  border-bottom: 1px dashed #DEE2E6;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.product-price-table__row--noborder {
  border-bottom: 0;
  padding-bottom: 0;
}
.product-price-table__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.product-price-table__th {
  background-color: #fff;
  text-align: left;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .product-price-table__th {
    font-size: 16px;
  }
}
.product-price-table__th .c-button {
  font-size: 15px;
  margin-top: 16px;
}
@media print, screen and (max-width: 1079px) {
  .product-price-table__th .c-button {
    font-size: 12px;
    padding: 4px 16px 6px;
    white-space: nowrap;
    height: auto;
    min-height: auto;
  }
}
.product-price-table__th--empty {
  background-color: transparent;
}
.product-price-table__th--head {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #009BFF;
  color: #fff;
  padding: 16px;
  border-radius: 8px 8px 0px 0px;
}
.product-price-table__td {
  font-size: 20px;
  text-align: center;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .product-price-table__td {
    font-size: 16px;
    height: auto;
    padding: 12.5px;
  }
}
.product-price-table__td sup {
  font-size: 0.5em;
  vertical-align: bottom;
  display: contents;
}
.product-price-table__td img {
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .product-price-table__td img {
    width: 20px;
  }
}

.accounting-software {
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .accounting-software {
    padding: 48px 0;
  }
}
.accounting-software__title {
  margin-bottom: 8px;
}
.accounting-software__subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 1079px) {
  .accounting-software__subtitle {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    margin-bottom: 32px;
  }
}
.accounting-software__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 996px;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .accounting-software__items {
    max-width: 100%;
    margin-bottom: -16px;
  }
}
.accounting-software__item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .accounting-software__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 0;
    margin-bottom: 16px;
  }
}
.accounting-software__item img {
  max-width: 180px;
}
@media print, screen and (max-width: 1079px) {
  .accounting-software__item img {
    max-width: 25.1207729469vw;
    margin: auto;
  }
}

.product-document-download {
  background-color: #FCFCFB;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .product-document-download {
    padding: 48px 0;
  }
}
.product-document-download__form {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 32px;
  background: #FFFFFF;
  border: 1px solid #CBD6E2;
  border-radius: 8px;
}

.product-support {
  background-color: #fdfaf5;
  padding: 64px 0;
}
@media print, screen and (max-width: 1079px) {
  .product-support {
    padding: 48px 0;
  }
}
.product-support__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .product-support__row {
    max-width: 100%;
    display: block;
  }
}
.product-support__title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .product-support__title {
    font-size: 20px;
  }
}
.product-support__text {
  white-space: normal;
  word-break: break-word;
  max-width: 460px;
}
@media print, screen and (max-width: 1079px) {
  .product-support__text {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.product-support__content {
  flex: 0 0 60%;
  max-width: 60%;
}
@media print, screen and (max-width: 1079px) {
  .product-support__content {
    max-width: 100%;
  }
}
.product-support__visual img {
  border-radius: 8px;
  max-width: 352px;
}
@media print, screen and (max-width: 1079px) {
  .product-support__visual img {
    max-width: 100%;
  }
}
.product-support__buttons {
  margin-top: 48px;
}
.product-support__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 48px;
}
@media print, screen and (max-width: 1079px) {
  .product-support__items {
    margin-top: 32px;
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.product-support__item {
  background: #FFFFFF;
  border: 2px solid #EBEBEB;
  border-radius: 8px;
  padding: 32px 24px;
}
.product-support__item-icon {
  margin-bottom: 24px;
}
.product-support__item-icon img {
  margin: auto;
}
.product-support__item-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.product-lp-hero {
  padding: 48px 0;
  margin-bottom: 48px;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero {
    margin-bottom: 32px;
    padding: 32px 0 48px;
  }
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 358px;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
  }
}
.product-lp-hero__inner {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__inner {
    display: block;
  }
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__content {
    margin-bottom: 24px;
  }
}
.product-lp-hero__form {
  max-width: 400px;
  width: 100%;
  max-width: 452px;
  flex: 0 0 452px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__form {
    height: 100%;
    max-width: 100%;
  }
}
.product-lp-hero__form-inner {
  padding: 24px 24px 6px;
  background: #FFFFFF;
  border: 1px solid #CBD6E2;
  border-radius: 8px;
  overflow: auto;
  height: 520px;
  margin-bottom: 16px;
}
.product-lp-hero__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: 0.1em;
  color: #0E63C4;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__title {
    font-size: 28px;
    margin-right: -1vw;
    text-align: center;
    line-height: 41px;
  }
}
.product-lp-hero__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 175%;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__text {
    font-size: 17px;
    text-align: center;
    margin-bottom: 24px;
    margin-right: -1vw;
  }
}
.product-lp-hero__images {
  display: flex;
  column-gap: 40px;
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__images {
    display: block;
  }
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__image-wrap1 {
    display: none;
  }
}
.product-lp-hero__image2 {
  flex: 0 0 45.3%;
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__image2:first-child {
    flex: 0 0 51.4%;
  }
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__image-wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-lp-hero__image-wrap2 img {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero__image-wrap2 img {
    margin-bottom: 8px;
  }
}
.product-lp-hero__image-wrap2-text {
  font-weight: 400;
  text-align: right;
  font-size: 14px;
  color: #888;
}
.lp-form-caveat {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.lp-form-caveat a {
  color: #0E63C4;
}

.product-lp-hero + .cta-tel {
  margin-top: -48px;
}
@media print, screen and (max-width: 1079px) {
  .product-lp-hero + .cta-tel {
    margin-top: -32px;
  }
}

.cta-tel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  background-color: #FDFAF6;
}
@media print, screen and (max-width: 1079px) {
  .cta-tel {
    display: block;
    text-align: center;
  }
}
.cta-tel__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.05em;
  margin-right: 70px;
}
@media print, screen and (max-width: 1079px) {
  .cta-tel__text {
    margin: 0 auto 16px;
    font-size: 20px;
    line-height: 28px;
  }
}
.cta-tel .c-tel__icon {
  margin-right: 16px;
}
.cta-tel .c-tel__no {
  font-size: 32px;
  line-height: 46px;
  padding-right: 16px;
}
@media print, screen and (max-width: 1079px) {
  .cta-tel .c-tel__no {
    padding: 0 0 8px;
  }
}
.cta-tel .c-tel__text {
  font-size: 14px;
  line-height: 20px;
}

.cta-tel + .customer {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .cta-tel + .customer {
    margin-top: 32px;
  }
}

.cta-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  background-color: #FDFAF6;
}
@media print, screen and (max-width: 1079px) {
  .cta-label {
    display: block;
    text-align: center;
  }
}
.cta-label__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.05em;
  margin-right: 70px;
}
@media print, screen and (max-width: 1079px) {
  .cta-label__text {
    margin: 0 auto 0;
    font-size: 24px;
  }
}
.cta-label .c-label__icon {
  margin-right: 16px;
}
.cta-label .c-label__no {
  font-size: 32px;
  line-height: 46px;
  padding-right: 16px;
}
@media print, screen and (max-width: 1079px) {
  .cta-label .c-label__no {
    padding: 0 0 8px;
  }
}
.cta-label .c-label__text {
  font-size: 14px;
  line-height: 20px;
}

.cta-label + .customer {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .cta-label + .customer {
    margin-top: 32px;
  }
}

.section-anchor-links {
  padding: 48px 0;
  background: #F7FAFF;
}
@media print, screen and (max-width: 1079px) {
  .section-anchor-links {
    padding: 32px 0;
  }
}

@media print, screen and (min-width: 1080px) {
  .sidelong-cards-slider .swiper-pagination {
    display: none;
  }
}
.sidelong-cards-slider .swiper-pagination {
  bottom: 0;
}
.sidelong-cards-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px !important;
}
.sidelong-cards-slider .swiper-pagination-bullet-active {
  background-color: #006775;
}
@media print, screen and (max-width: 1079px) {
  .sidelong-cards-slider .swiper-pagination + .sidelong-cards {
    padding-bottom: 40px;
  }
}

.sidelong-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 48px;
}
@media print, screen and (min-width: 1080px) {
  .sidelong-cards {
    display: grid !important;
  }
}
@media print, screen and (max-width: 1079px) {
  .sidelong-cards {
    display: flex;
    gap: 0;
  }
}

.sidelong-card {
  background-color: #fff;
  padding: 16px;
}
@media print, screen and (min-width: 1080px) {
  .sidelong-card__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 120px 1fr;
    gap: 24px;
  }
}
@media print, screen and (max-width: 1079px) {
  .sidelong-card__icon {
    margin-bottom: 16px;
  }
  .sidelong-card__icon img {
    margin: auto;
  }
}
.sidelong-card__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .sidelong-card__title {
    font-size: 20px;
    text-align: center;
  }
}
.sidelong-card__content ul {
  margin-left: 1em;
}
.sidelong-card__content span {
  font-size: 12px;
}
.sidelong-card__content a {
  color: #0E63C4;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 1079px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }
}

.step__label {
  padding: 4px 16px;
  background: #006775;
  border-radius: 100px;
  color: #fff;
  width: fit-content;
  margin: 0 auto 16px;
}
@media print, screen and (max-width: 1079px) {
  .step__icon img {
    margin: auto;
  }
}
.step__title {
  font-size: 24px;
  color: #006775;
  margin: 16px 0;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .step__title {
    font-size: 20px;
    margin: 8px 0;
  }
}
.step__toggle {
  margin-top: 16px;
  padding: 16px;
  padding-right: 40px;
  background-color: #FCFCFB;
  position: relative;
}
.step__toggle-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.step__toggle-title::after {
  content: "";
  width: 12px;
  height: 6px;
  display: block;
  position: absolute;
  right: 22px;
  top: 24px;
  background-image: url("../images/common/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: 0.3s;
}
.step__toggle-title.is-active::after {
  rotate: 180deg;
}
.step__toggle-body ul {
  margin-left: 1em;
}
.step__toggle-body li {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
}

.faq__inner {
  max-width: 800px;
  margin: auto;
}

.faq-item {
  font-weight: 500;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
}
.faq-item-title {
  display: flex;
  align-items: baseline;
  position: relative;
  padding: 16px 24px;
  cursor: pointer;
}
@media print, screen and (max-width: 1079px) {
  .faq-item-title {
    padding: 16px;
    padding-right: 48px;
  }
}
.faq-item-title::before {
  content: "Q";
  vertical-align: -2px;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #006775;
  margin-right: 16px;
}
.faq-item-title::after {
  content: "";
  width: 24px;
  height: 8px;
  display: block;
  position: absolute;
  right: 22px;
  top: 30px;
  background-image: url("../images/common/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  transition: 0.3s;
}
.faq-item-title.is-active::after {
  rotate: 180deg;
}
.faq-item-body {
  position: relative;
  padding: 16px 24px;
  display: none;
}
@media print, screen and (max-width: 1079px) {
  .faq-item-body {
    padding-top: 0;
  }
}
.faq-item-body-inner {
  display: flex;
  align-items: baseline;
}
.faq-item-body-inner::before {
  vertical-align: -2px;
  content: "A";
  margin-right: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #FF9100;
}

.scan-option {
  padding: 64px 0;
}
.scan-option__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

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