/* adjusting
================================================== */
html {
  scroll-padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 26.66667vw;
  }
}

/* lnav
================================================== */
.lnav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  border-bottom: solid 1px #e5e5e5;
  background: #fff;
  z-index: 10;
}
.lnav__inner {
  width: 1240px;
  margin: 0 auto;
  display: flex;
}
.lnav__items {
  flex: 1 0 0%;
  display: flex;
}
.lnav__item {
  flex: 1 0 0%;
  border-left: solid 1px #e5e5e5;
}
.lnav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  height: 100px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: inherit !important;
  text-decoration: none !important;
}
.lnav__link span, .lnav__link h2 {
  display: inline-block;
  min-height: 15px;
  line-height: 15px;
  padding-right: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
  font-weight: bold;
}
.lnav__link svg {
  width: 43px;
  height: auto;
}
.lnav__link--c1 span, .lnav__link--c1 h2 {
  background-image: url("/products/bizprinter/smartcharge/special/solution/common/images/lnav_arw_01.svg");
}
.p-highperformance .lnav__link--c1 {
  background-image: linear-gradient(125deg, #1e98a7 0%, #243c86 100%);
}
.p-highperformance .lnav__link--c1 span, .p-highperformance .lnav__link--c1 h2 {
  color: #fff;
  background-image: url("/products/bizprinter/smartcharge/special/solution/common/images/icn_anchor-pc.svg");
}
.p-highperformance .lnav__link--c1 svg * {
  fill: #fff;
}
.lnav__link--c2 span, .lnav__link--c2 h2 {
  background-image: url("/products/bizprinter/smartcharge/special/solution/common/images/lnav_arw_02.svg");
}
.p-stressfree .lnav__link--c2 {
  background-image: linear-gradient(125deg, #b65b9e 0%, #654599 100%);
}
.p-stressfree .lnav__link--c2 span, .p-stressfree .lnav__link--c2 h2 {
  color: #fff;
  background-image: url("/products/bizprinter/smartcharge/special/solution/common/images/icn_anchor-pc.svg");
}
.p-stressfree .lnav__link--c2 svg * {
  fill: #fff;
}
.lnav__link--c3 span, .lnav__link--c3 h2 {
  background-image: url("/products/bizprinter/smartcharge/special/solution/common/images/lnav_arw_03.svg");
}
.p-security .lnav__link--c3 {
  background-image: linear-gradient(125deg, #dc7363 0%, #a32b5b 100%);
}
.p-security .lnav__link--c3 span, .p-security .lnav__link--c3 h2 {
  color: #fff;
  background-image: url("/products/bizprinter/smartcharge/special/solution/common/images/icn_anchor-pc.svg");
}
.p-security .lnav__link--c3 svg * {
  fill: #fff;
}
.lnav__link--c4 span, .lnav__link--c4 h2 {
  background-image: url("/products/bizprinter/smartcharge/special/solution/common/images/lnav_arw_04.svg");
}
.p-newnormalstyle .lnav__link--c4 {
  background-image: linear-gradient(125deg, #1fa2d9 0%, #2d5fbd 100%);
}
.p-newnormalstyle .lnav__link--c4 span, .p-newnormalstyle .lnav__link--c4 h2 {
  color: #fff;
  background-image: url("/products/bizprinter/smartcharge/special/solution/common/images/icn_anchor-pc.svg");
}
.p-newnormalstyle .lnav__link--c4 svg * {
  fill: #fff;
}
.lnav__contact {
  flex: 0 0 380px;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}
.lnav__contact__title {
  height: 22px;
  line-height: 22px;
  background: #055fba;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.lnav__contact__row {
  display: flex;
  height: 78px;
}
.lnav__contact__tel {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.lnav__contact__tel dl {
  margin-bottom: 3px;
  font-weight: bold;
}
.lnav__contact__tel dt {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
}
.lnav__contact__tel dd {
  font-size: 16px;
  line-height: 1;
}
.lnav__contact__tel dd a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lnav__contact__tel dd a img {
  display: block;
}
.lnav__contact__tel p {
  font-size: 11px;
  line-height: 1.3;
}
.lnav__contact__form {
  flex: 0 0 140px;
  height: 100%;
}
.lnav__contact__form a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #eb612a;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.46;
}
.lnav__contact__form a img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .lnav__inner {
    display: block;
    width: auto;
  }
  .lnav__items {
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
  }
  .lnav__link {
    height: 12.8vw;
    gap: 1.33333vw;
    font-size: 3.2vw;
  }
  .lnav__link svg {
    width: 6.26667vw;
    height: auto;
  }
  .lnav__link span, .lnav__link h2 {
    padding-right: 0;
    background-image: none !important;
    height: auto;
    line-height: 1;
  }
  .lnav__contact {
    display: flex;
    border: none;
    height: 12.8vw;
  }
  .lnav__contact__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 17.86667vw;
    height: auto;
    font-size: 2.66667vw;
    line-height: 1.5;
  }
  .lnav__contact__row {
    display: contents;
  }
  .lnav__contact__tel {
    flex-direction: row;
    gap: 1.33333vw;
    height: auto;
  }
  .lnav__contact__tel dt {
    font-size: 2.4vw;
  }
  .lnav__contact__tel dd {
    font-size: 3.2vw;
  }
  .lnav__contact__tel p {
    font-size: 2.4vw;
  }
  .lnav__contact__form {
    flex: 0 0 12.8vw;
    height: auto;
  }
  .lnav__contact__form a {
    background: #eb612a url("/products/bizprinter/smartcharge/special/solution/common/images/icn_mail.svg") no-repeat center;
    background-size: 5.6vw 4.13333vw;
  }
}

/* main
================================================== */
#contents .main {
  padding: 40px 0;
  background: #f1f3f6;
}
#contents .main__inner {
  width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #contents .main {
    padding: 5.33333vw 0;
  }
  #contents .main__inner {
    width: auto;
    padding: 0 4vw;
  }
}

/* anchor
================================================== */
@media (min-width: 768px) {
  .anchor__items {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .anchor__items li {
    flex: 0 0 244px;
  }
  .anchor__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    background-color: #999;
    background-image: url("/products/bizprinter/smartcharge/special/solution/common/images/icn_anchor-pc.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.46;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
  }
  .anchor--c1 .anchor__link {
    background-color: #243d86;
  }
  .anchor--c2 .anchor__link {
    background-color: #654599;
  }
  .anchor--c3 .anchor__link {
    background-color: #a32c5b;
  }
  .anchor--c4 .anchor__link {
    background-color: #2d5fbd;
  }
}
@media only screen and (max-width: 767px) {
  .anchor__items {
    font-size: 3.46667vw;
    font-weight: bold;
  }
  .anchor__items li + li {
    margin-top: .5em;
  }
  .anchor__link {
    display: inline-block;
    padding-left: 5.6vw;
    background: url("/products/bizprinter/smartcharge/special/solution/common/images/icn_anchor-sp.svg") no-repeat left center;
    background-size: 4vw;
  }
  .anchor__link br {
    display: none;
  }
}

/* section
================================================== */
.section {
  padding-top: 60px;
}
.section__title {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
}
.section__title i {
  display: inline-block;
  margin-right: 15px;
  font-size: 80px;
}
.section__sub {
  background: #fff;
}
.section__sub + .section__sub {
  margin-top: 50px;
}
.section__sub__title {
  padding: .5em .5em .3em;
  background: #999;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 1.38;
  font-weight: bold;
}
.section__sub__body {
  padding: 40px 50px 50px;
}
.section__q, .section__a {
  display: flex;
  align-items: center;
  gap: 32px;
}
.section__q > i, .section__a > i {
  flex: 0 0 80px;
}
.section__q > div, .section__a > div {
  position: relative;
  flex: 1 0 0%;
  padding: 1.5em;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
.section__q > div::before, .section__a > div::before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  transform: rotate(0deg) translateY(-50%);
}
.section__q {
  margin-bottom: 18px;
  padding-right: 110px;
}
.section__q > div {
  background: #ededed;
}
.section__q > div::before {
  left: -22px;
  border-width: 11px 22px 11px 0;
  border-color: transparent #ededed transparent transparent;
}
.section__a {
  flex-direction: row-reverse;
  padding-left: 110px;
}
.section__a > div {
  background: #e6effb;
  font-weight: bold;
}
.section__a > div::before {
  right: -22px;
  border-width: 11px 0 11px 22px;
  border-color: transparent transparent transparent #e6effb;
}
.section__a > div p + p {
  margin-top: 1em;
}
.section__a > div ul {
  display: table;
  margin: .75em auto 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.section__a > div ul > li {
  display: table-row;
}
.section__a > div ul > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__a > div ul > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__a > div sup {
  font-size: 14px;
}
.section__image {
  margin: 30px 0;
  text-align: center;
}
.section__image ul {
  display: table;
  margin: 1em auto 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.section__image ul > li {
  display: table-row;
}
.section__image ul > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__image ul > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__related {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 8px;
  border: solid 1px #b4b4b4;
}
.section__related dt {
  padding: .5em 1em;
  font-size: 18px;
  white-space: nowrap;
}
.section__related dd {
  border-left: solid 1px #b4b4b4;
  padding: 1em 1.5em;
  font-size: 16px;
}
.section__related dd a {
  display: inline-block;
  padding-left: 24px;
  background: url("/products/bizprinter/smartcharge/special/solution/common/images/lnav_arw_04.svg") no-repeat left 0.2em;
  background-size: 16px 16px;
}
.section__related dd li + li {
  margin-top: .5em;
}
.section__c3_2_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  font-size: 18px;
}
.section__c3_2_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
}
.section__c3_2_2 p {
  font-size: 18px;
}
.section__c3_2_2 ul {
  margin-top: 1em;
  font-size: 14px;
}
.section--c1 .section__title i {
  color: #22769b;
}
.section--c1 .section__sub__title {
  background: #243d86;
}
.section--c2 .section__title i {
  color: #b65b9e;
}
.section--c2 .section__sub__title {
  background: #654599;
}
.section--c3 .section__title i {
  color: #ca5d60;
}
.section--c3 .section__sub__title {
  background: #a32c5b;
}
.section--c4 .section__title i {
  color: #3596d5;
}
.section--c4 .section__sub__title {
  background: #2d5fbd;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 6.66667vw;
  }
  .section__title {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.66667vw;
    font-size: 5.33333vw;
  }
  .section__title i {
    font-size: 10.66667vw;
  }
  .section__sub {
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .section__sub + .section__sub {
    margin-top: 8vw;
  }
  .section__sub__title {
    padding: 0.8em 4vw 0.6em;
    font-size: 4.8vw;
  }
  .section__sub__body {
    padding: 6.66667vw 4vw;
  }
  .section__q, .section__a {
    gap: 5.86667vw;
    padding: 0;
  }
  .section__q > i, .section__a > i {
    flex: 0 0 16vw;
  }
  .section__q > i img, .section__a > i img {
    width: 100%;
    height: auto;
  }
  .section__q > div, .section__a > div {
    padding: 1.25em 1em;
    border-radius: 2.66667vw;
    font-size: 3.73333vw;
    line-height: 1.42;
  }
  .section__q {
    margin-bottom: 4vw;
  }
  .section__q::before {
    left: -4.26667vw;
    border-width: 2.13333vw 4.26667vw 2.13333vw 0;
  }
  .section__a::before {
    right: -4.26667vw;
    border-width: 2.13333vw 0 2.13333vw 4.26667vw;
  }
  .section__a > div ul, .section__a > div sup {
    font-size: 3.2vw;
  }
  .section__image {
    margin: 6.66667vw 0;
  }
  .section__image ul {
    font-size: 3.2vw;
  }
  .section__related {
    display: block;
    margin-top: 6.66667vw;
    padding: 0 2.66667vw;
  }
  .section__related dt {
    padding: .5em 0;
    border-bottom: solid 1px #b4b4b4;
    font-size: 3.2vw;
    text-align: center;
  }
  .section__related dd {
    border-left: none;
    padding: 1em 0;
    font-size: 3.2vw;
  }
  .section__related dd a {
    padding-left: 5.33333vw;
    background-size: 4.26667vw 4.26667vw;
    background-position: left .05em;
  }
  .section__c3_2_1 {
    display: block;
    font-size: 4vw;
    overflow: hidden;
  }
  .section__c3_2_1 img {
    float: left;
    margin: 0 1em 1em 0;
    width: 16vw;
    height: auto;
  }
  .section__c3_2_2 {
    display: block;
    overflow: hidden;
  }
  .section__c3_2_2 img {
    display: block;
    margin: 0 auto 2em;
    width: 56.53333vw;
    height: auto;
  }
  .section__c3_2_2 p {
    font-size: 4vw;
  }
  .section__c3_2_2 ul {
    font-size: 3.2vw;
  }
}

/* tmpl
================================================== */
