@charset "UTF-8";
/* adjusting
================================================== */
#contents.responsive {
  min-width: auto;
}
#contents.responsive .headSection {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 8px 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
#contents.responsive .headSection .innerBlock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
  max-width: 1240px;
}
#contents.responsive .headSection .ttl {
  float: none;
  width: auto;
  margin-right: auto;
}
#contents.responsive .headSection .menu__list {
  display: flex;
  align-items: center;
  gap: .7em;
  font-size: 16px;
}
#contents.responsive .headSection .menu__list > li + li::before {
  display: inline-block;
  content: "｜";
  margin-right: .5em;
}
#contents.responsive .headSection .menu__list a {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  color: inherit;
  line-height: 1 !important;
  text-decoration: none;
}
#contents.responsive .headSection .menu__list a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #000;
  transform: rotate(45deg);
  right: 0;
  top: 1px;
}
#contents.responsive .headSection .other__contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 220px;
  height: 44px;
  border-radius: 22px;
  background: #ed5a24;
  background-size: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
#contents.responsive .headSection .other__contact i img {
  display: block;
}
#contents.responsive .headSection .other__contact span {
  margin-right: 10px;
}
#contents.responsive .headSection .other__contact > img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #contents.responsive {
    padding: 0;
  }
  #contents.responsive .headSection {
    padding: 0;
  }
  #contents.responsive .headSection .innerBlock {
    flex-direction: column-reverse;
    gap: 0;
    padding: 0;
  }
  #contents.responsive .headSection .menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    border-top: solid 1px #e1e1e1;
    width: 100%;
    padding: 0 4vw 6.66667vw;
    background: #fff;
  }
  #contents.responsive .headSection .menu__list {
    display: block;
  }
  #contents.responsive .headSection .menu__list > li {
    border-bottom: solid 1px #e1e1e1;
  }
  #contents.responsive .headSection .menu__list > li + li::before {
    display: none;
  }
  #contents.responsive .headSection .menu__list a {
    display: block;
    padding: 4vw;
    font-size: 4vw;
    background: url("/products/bizprinter/smartcharge/special/jichitai/images/icn_spmenu_anchor.svg") no-repeat right 2.66667vw center;
    background-size: 3.86667vw 2.66667vw;
  }
  #contents.responsive .headSection .menu__list a::after {
    display: none;
  }
  #contents.responsive .headSection .other {
    width: 100%;
    padding: 1.06667vw 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #contents.responsive .headSection .other__spbtn {
    display: flex;
    align-items: center;
    gap: 2vw;
    font-size: 4vw;
    font-weight: bold;
    cursor: pointer;
  }
  #contents.responsive .headSection .other__spbtn > i {
    margin-right: 1.33333vw;
  }
  #contents.responsive .headSection .other__spbtn > i img {
    width: 4.26667vw;
    height: auto;
  }
  #contents.responsive .headSection .other__spbtn > img {
    width: 5.86667vw;
    height: auto;
  }
  #contents.responsive .headSection .other__contact {
    justify-content: flex-start;
    gap: 2.4vw;
    width: 45.33333vw;
    height: 11.2vw;
    padding-left: 4vw;
    border-radius: 5.6vw;
    background-position: right 2.66667vw center;
    background-size: 4.26667vw;
    font-size: 4vw;
  }
  #contents.responsive .headSection .other__contact > i img {
    width: 5.6vw;
    height: auto;
  }
  #contents.responsive .headSection .other__contact > span {
    margin-right: 0;
  }
  #contents.responsive .headSection .other__contact > img {
    right: 2.4vw;
  }
  #contents.responsive a.iPop01 img {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: vw(100px);
  }
}

a.mfp-close {
  width: 50px !important;
  padding: 50px 0 0 0;
  height: 0;
  line-height: 1;
  overflow: hidden;
  background: url(/products/bizprinter/smartcharge/special/jichitai/images/icn_close.png) no-repeat;
  opacity: 1;
}

.mfp-iframe-holder .mfp-close {
  top: -75px;
  right: 0;
  width: auto;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-iframe-scaler ul {
  margin-top: 1em;
  font-size: 12px;
  color: #fff;
}

.mfp-iframe-scaler ul .option {
  display: none;
}

.mfp-iframe-scaler.with-note ul .option {
  display: block;
}

@media only screen and (max-width: 767px) {
  button.mfp-close {
    width: 25px !important;
    padding: 25px 0 0 0;
    background-size: 25px;
  }

  .mfp-iframe-holder .mfp-close {
    top: -60px;
  }
}
/* share
================================================== */
#contents .snsArea {
  padding: 0 0 30px;
}
#contents .share_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 0 0 30px;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* kv
================================================== */
.kv {
  background: url("/products/bizprinter/smartcharge/special/jichitai/images/kv/bg-pc.jpg") no-repeat center;
  background-size: cover;
}
.kv__main {
  margin: 0 auto;
  width: 1240px;
}
@media only screen and (max-width: 767px) {
  .kv {
    background: none;
  }
  .kv__main {
    width: auto;
  }
}

/* topics
================================================== */
.topics {
  padding: 50px 0 70px;
  background: #f8e155;
}
.topics__inner {
  margin: 0 auto;
  width: 1240px;
}
.topics__title {
  margin-bottom: 1em;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.topics__item01 {
  margin-bottom: 40px;
  padding: 20px 30px 30px 30px;
  background: #fff;
}
.topics__item01__inner {
  display: flex;
  align-items: center;
}
.topics__item01__title {
  margin: 0 0 10px -40px;
}
.topics__item01__text {
  flex: 1 0 0%;
  font-weight: bold;
}
.topics__item01__text p {
  font-size: 28px;
  line-height: 1.35;
}
.topics__item01__text strong {
  font-size: 34px;
  line-height: 1.35;
  background: repeating-linear-gradient(to bottom, transparent 0 29.75px, #b8d3f4 29.75px 39.95px, transparent 39.95px 45.9px);
}
.topics__item01__img {
  flex: 0 0 390px;
}
.topics__item01__img a {
  position: relative;
  display: block;
}
.topics__item01__img a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background: url(/products/bizprinter/smartcharge/special/jichitai/images/icn_play.png) no-repeat;
}
.topics__item01__btnlink {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}
.topics__item01__btnlink dl {
  flex: 0 0 380px;
}
.topics__item01__btnlink dt a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #01419a;
  width: 380px;
  height: 54px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
}
.topics__item01__btnlink dt a small {
  font-size: 14px;
  font-weight: normal;
}
.topics__item01__btnlink dt a img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.topics__item01__btnlink dd {
  margin-top: .5em;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.topics__item01__btnlink ul {
  flex: 0 0 auto;
  margin-top: 1em;
  font-size: 16px;
  font-weight: normal;
}
.topics__item02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: #fff;
  padding: 30px;
  border: solid 2px #333;
  border-radius: 20px;
}
.topics__item02__text > h3 {
  display: flex;
  align-items: center;
  gap: .5em;
  margin-bottom: .8em;
  font-size: 18px;
  font-weight: bold;
}
.topics__item02__text > h3 i {
  padding: .3em .5em .05em;
  background: #dd3532;
  color: #fff;
  font-style: normal;
  line-height: 1;
}
.topics__item02__text > p {
  margin-bottom: .45em;
  font-size: 28px;
  line-height: 1.35;
  font-weight: bold;
}
.topics__item02__text > p strong {
  font-size: 34px;
  line-height: 1.35;
  background: repeating-linear-gradient(to bottom, transparent 0 29.75px, #f8e155 29.75px 39.95px, transparent 39.95px 45.9px);
}
.topics__item02__text > div {
  overflow: hidden;
}
.topics__item02__text > div a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 48px;
  border-radius: 24px;
  background: #333 url(/products/bizprinter/smartcharge/special/jichitai/images/icn_btn.svg) no-repeat right 17px center;
  background-size: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
}
.topics__item02__text > div a img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.topics__item02__text > div a:has(img) {
  background-image: none;
}
.topics__item02__text > div span {
  display: block;
  margin-top: .75em;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 8.66667vw 0;
  }
  .topics__inner {
    width: auto;
    padding: 0 4vw;
  }
  .topics__title {
    font-size: 5.33333vw;
  }
  .topics__item01 {
    margin-bottom: 5.33333vw;
    padding: 4vw 4vw 6vw;
  }
  .topics__item01__inner {
    display: contents;
  }
  .topics__item01__title {
    margin: 0 0 3.73333vw -5.86667vw;
  }
  .topics__item01__title img {
    width: 86vw;
    height: auto;
  }
  .topics__item01__text p {
    font-size: 4vw;
  }
  .topics__item01__text p br {
    display: block !important;
  }
  .topics__item01__text strong {
    font-size: 5.06667vw;
    line-height: 1.4;
    background: repeating-linear-gradient(to bottom, transparent 0 4.56vw, #b8d3f4 4.56vw 6.08vw, transparent 6.08vw 7.09333vw);
  }
  .topics__item01__img {
    width: 80vw;
    margin: 0 auto;
  }
  .topics__item01__img img {
    width: 100%;
    height: auto;
  }
  .topics__item01__btnlink {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    margin: 4vw 0;
  }
  .topics__item01__btnlink dl {
    flex: 0 0 auto;
  }
  .topics__item01__btnlink dt {
    text-align: center;
  }
  .topics__item01__btnlink dt a {
    display: inline-flex;
    width: 80vw;
    height: 13.33333vw;
    border-radius: 1.06667vw;
    font-size: 4vw;
  }
  .topics__item01__btnlink dt a small {
    font-size: 3.2vw;
  }
  .topics__item01__btnlink dd {
    font-size: 3.2vw;
  }
  .topics__item01__btnlink ul {
    margin-top: 0;
    font-size: 4vw;
  }
  .topics__item02 {
    display: block;
    padding: 4vw;
    border-width: 0.26667vw;
    border-radius: 2.66667vw;
    overflow: hidden;
  }
  .topics__item02__img {
    display: block;
    float: left;
    width: 42.13333vw;
    margin-right: 4.66667vw;
  }
  .topics__item02__img img {
    width: 100%;
    height: auto;
  }
  .topics__item02__text {
    display: contents;
  }
  .topics__item02__text > h3 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    font-size: 3.73333vw;
  }
  .topics__item02__text > p {
    clear: both;
    padding-top: 1.25em;
    font-size: 4vw;
  }
  .topics__item02__text > p strong {
    font-size: 5.06667vw;
    line-height: 1.4;
    background: repeating-linear-gradient(to bottom, transparent 0 4.56vw, #f8e155 4.56vw 6.08vw, transparent 6.08vw 7.09333vw);
  }
  .topics__item02__text > div {
    clear: both;
    padding-top: .5em;
    text-align: center;
  }
  .topics__item02__text > div a {
    width: 69.33333vw;
    height: 11.73333vw;
    border-radius: 5.86667vw;
    font-size: 4vw;
    background-size: 4.8vw;
    background-position: right 3.46667vw center;
  }
  .topics__item02__text > div span {
    font-size: 3.2vw;
  }
}

/* desc
================================================== */
.desc {
  padding: 50px 0 130px;
  background: url("/products/bizprinter/smartcharge/special/jichitai/images/desc/desc_bg.png");
}
.desc__inner {
  margin: 0 auto;
  width: 1240px;
}
.desc__title {
  width: 960px;
  margin: 0 auto;
}
.desc__title > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 2px #333;
  padding: 50px 45px 45px 50px;
  border-radius: 0 20px 20px 20px;
}
.desc__title > div ul {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.83;
}
.desc__title > div ul li {
  padding-left: 37px;
  background: url("/products/bizprinter/smartcharge/special/jichitai/images/desc/desc_icn_check.svg") no-repeat left center;
  background-size: 26px;
}
.desc__title > div ul li + li {
  margin-top: .2em;
}
.desc__title > div ul strong {
  font-size: 24px;
  line-height: 1.5;
  background: repeating-linear-gradient(to bottom, transparent 0 21.6px, #f8e155 21.6px 30px, transparent 30px 36px);
}
.desc__lead {
  margin: 25px 0 30px;
  text-align: center;
}
.desc__items {
  display: flex;
  gap: 35px;
}
.desc__item {
  flex: 1 0 0%;
}
.desc__item__title {
  margin-bottom: -2px;
}
.desc__item__img {
  margin-bottom: 32px;
  text-align: center;
}
.desc__item__body {
  padding: 35px 24px 30px;
  background: #fff;
  border: solid 2px #333;
  border-radius: 0 20px 20px 20px;
}
.desc__item__detail dt {
  margin-bottom: .7em;
  font-size: 24px;
  text-align: center;
}
.desc__item__detail dd {
  font-size: 16px;
  line-height: 1.63;
}
.desc__item__btn {
  margin-top: 20px;
}
.desc__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 240px;
  height: 48px;
  border-radius: 24px;
  background: #333 url("/products/bizprinter/smartcharge/special/jichitai/images/icn_anchor.svg") no-repeat right 17px center;
  background-size: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.desc__bnr {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .desc {
    padding: 9.33333vw 0 17.33333vw;
  }
  .desc__inner {
    width: auto;
    padding: 0 4vw;
  }
  .desc__title {
    width: auto;
  }
  .desc__title h2 img {
    margin-left: 0 !important;
    width: 44.8vw;
    height: auto;
  }
  .desc__title > div {
    position: relative;
    display: block;
    border-width: 0.26667vw;
    border-radius: 0 2.66667vw 2.66667vw 2.66667vw;
    padding: 8vw 4vw;
  }
  .desc__title > div ul {
    font-size: 4.53333vw;
    line-height: 1.76;
  }
  .desc__title > div ul li {
    padding-left: 7.06667vw;
    background-size: 5.2vw;
    background-position: left .2em;
  }
  .desc__title > div ul li strong {
    font-size: 4.53333vw;
    line-height: 1.5;
    background: repeating-linear-gradient(to bottom, transparent 0 4.08vw, #f8e155 4.08vw 5.66667vw, transparent 5.66667vw 6.8vw);
  }
  .desc__title figure {
    position: absolute;
    right: 0;
    bottom: -11.46667vw;
  }
  .desc__title figure img {
    width: 30.66667vw;
    height: auto;
  }
  .desc__lead {
    margin: 5.33333vw 0 3.6vw;
  }
  .desc__items {
    flex-direction: column;
    gap: 5.86667vw;
  }
  .desc__item__title {
    margin-bottom: -0.26667vw;
  }
  .desc__item__title img {
    display: inline-block !important;
    width: auto;
    height: 11.46667vw !important;
  }
  .desc__item__img {
    margin-bottom: 6vw;
  }
  .desc__item__img img {
    width: auto;
    height: 33.33333vw !important;
  }
  .desc__item__body {
    padding: 6.66667vw 4vw;
    border-width: 0.26667vw;
    border-radius: 0 2.66667vw 2.66667vw 2.66667vw;
  }
  .desc__item__detail dt {
    font-size: 5.33333vw;
  }
  .desc__item__detail dd {
    font-size: 4vw;
    line-height: 1.5;
  }
  .desc__item__btn {
    margin-top: 6.66667vw;
  }
  .desc__item__btn a {
    width: 69.33333vw;
    height: 11.73333vw;
    border-radius: 5.86667vw;
    font-size: 4vw;
    border-style: 4.8vw;
    background-position: right 2.26667vw center;
  }
  .desc__bnr {
    margin-top: 10.66667vw;
  }
}

/* section
================================================== */
.section::before {
  content: "";
  display: block;
  height: 14px;
  width: 100%;
  background: url("/products/bizprinter/smartcharge/special/jichitai/images/bg_sec_border.png");
  margin-top: -14px;
}
.section__inner {
  padding: 80px 0 130px;
  position: relative;
}
.section__title {
  position: absolute;
  left: 0;
  top: -86px;
}
.section__title img {
  width: auto;
  height: 86px !important;
}
.section__notes > li {
  display: table-row;
  font-size: 14px;
  line-height: 1.4;
}
.section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__desc {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 35px;
}
.section__desc__img {
  flex: 0 0 280px;
  text-align: center;
}
.section__desc__img img {
  width: 100%;
  height: auto;
}
.section__desc__lead {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
}
.section__desc__lead strong {
  font-size: 34px;
  color: #dd3532;
}
.section__desc__lead sup {
  display: inline-block;
  vertical-align: super;
  font-size: 14px !important;
  top: 0 !important;
}
.section__panel {
  position: relative;
  margin: 80px 0;
  border: solid 2px #333;
  border-radius: 20px;
  background: #fff;
  font-size: 18px;
  line-height: 1.55;
}
.section__panel--s1 .section__panel__title {
  background: #99d366;
}
.section__panel--s2 .section__panel__title {
  background: #9ccdf2;
}
.section__panel--s3 .section__panel__title {
  background: #86d3db;
}
.section__panel__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 956px;
  height: 64px;
  background: #333;
  border: solid 2px #333;
  border-radius: 32px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
.section__panel__subtitle {
  margin: 0 0 1em 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
.section__panel__body {
  padding: 80px 38px 45px 38px;
}
.section__panel__body sup {
  display: inline-block;
  vertical-align: super;
  top: 0 !important;
  font-size: 14px !important;
}
.section__panel__body hr {
  visibility: visible;
  margin: 35px 0 !important;
  height: auto;
  border-top: solid 2px #333 !important;
}
.section__panel__lead {
  margin: -.5em 0 1.5em;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
.section__panel__lead strong {
  font-size: 20px;
  color: #408bbf;
  font-weight: bold;
}
.section__panel__sublead {
  margin-bottom: 1.5em;
  font-size: 16px;
  text-align: center;
}
.section__panel__sublead + figure {
  text-align: center;
}
figure + .section__panel__sublead {
  margin-top: 2.5em;
}
.section__bnr {
  margin: 50px 0 60px;
  text-align: center;
}
.section__pickup {
  margin: 60px 0;
}
.section__pickup__panel {
  padding: 40px;
  background: #fff;
  border: solid 2px #333;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.section__pickup__panel__title {
  position: absolute;
  left: -2px;
  top: -2px;
}
.section__pickup__panel__inner {
  display: flex;
  gap: 40px;
}
.section__pickup__panel__main {
  flex: 1 0 0%;
}
.section__pickup__panel__main h5 {
  margin: 1em 0 .2em 0;
  font-size: 24px;
  font-weight: bold;
}
.section__pickup__panel__main p {
  margin-bottom: 1.2em;
  font-size: 18px;
}
.section__pickup__panel__main > dl {
  display: flex;
  margin-bottom: 1.5em;
  font-size: 16px;
}
.section__pickup__panel__main > dl dt {
  flex: 0 0 auto;
  font-weight: bold;
}
.section__pickup__panel__main > div {
  display: flex;
  gap: 30px;
}
.section__pickup__panel__main > div dl {
  flex: 1 0 0%;
  font-size: 16px;
}
.section__pickup__panel__main > div dl dt {
  margin-bottom: .5em;
}
.section__pickup__panel__main > div dl dt span {
  display: inline-block;
  padding: .2em .8em .1em;
  border: solid 1px #333;
  background: #f8e155;
  font-size: 16px;
  font-weight: bold;
}
.section__pickup__panel__main > div dl li {
  position: relative;
  padding-left: 1.25em;
  font-weight: bold;
  line-height: 1.625;
}
.section__pickup__panel__main > div dl li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.section__pickup__panel__img {
  flex: 0 0 420px;
}
.section__pickup__btn, .section__pickup__anchor {
  margin-top: 40px;
  text-align: center;
}
.section__pickup__btn a, .section__pickup__anchor a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 48px;
  border-radius: 24px;
  background: #333;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.section__pickup__btn a {
  background: #333 url(/products/bizprinter/smartcharge/special/jichitai/images/icn_btn.svg) no-repeat right 17px center;
  background-size: 20px;
}
.section__pickup__anchor a {
  background: #333 url(/products/bizprinter/smartcharge/special/jichitai/images/icn_anchor.svg) no-repeat right 17px center;
  background-size: 20px;
}
.section__other-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 1em;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
}
.section__other-title small {
  font-size: 24px;
}
.section__smc-center {
  max-width: 520px;
  margin: 0 auto;
  padding: 40px;
  border: solid 2px #333;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
}
.section__smc-center dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.section__smc-center dt {
  font-size: 18px;
}
.section__smc-center__tel {
  font-size: 34px;
  line-height: 1;
}
.section__smc-center__tel a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #333;
  text-decoration: none;
}
.section__smc-center__text {
  font-size: 16px;
}
.section--other {
  border-top: solid 2px #333;
}
.section--other::before {
  display: none;
}
.section--other .section__inner {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .section__inner {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .section__inner {
    width: 1240px;
  }
}
@media only screen and (max-width: 767px) {
  .section::before {
    height: 2.93333vw;
    margin-top: -2.93333vw;
    background: url("/products/bizprinter/smartcharge/special/jichitai/images/bg_sec_border-sp.png");
    background-size: 0.26667vw 2.93333vw;
  }
  .section__inner {
    width: auto;
    padding: 8vw 4vw 17.33333vw;
  }
  .section__title {
    left: 4vw;
    top: -11.46667vw;
  }
  .section__title img {
    height: 11.46667vw !important;
  }
  .section__notes > li {
    font-size: 3.2vw;
  }
  .section__desc {
    flex-direction: column-reverse;
    gap: 5.33333vw;
    margin-bottom: 9.33333vw;
  }
  .section__desc__img {
    flex: 0 0 auto;
  }
  .section__desc__img img {
    height: 42.93333vw !important;
  }
  .section__desc__lead {
    flex: 0 0 auto;
    font-size: 4.53333vw !important;
    line-height: 1.58;
  }
  .section__desc__lead strong {
    font-size: 5.33333vw;
  }
  .section__desc__lead sup {
    font-size: 3.73333vw;
  }
  .section__panel {
    margin: 16vw 0;
    border-width: 0.26667vw;
    border-radius: 2.66667vw;
    font-size: 4vw;
    line-height: 1.46;
  }
  .section__panel__title {
    width: 80vw;
    height: 18.66667vw;
    padding: 3.33333vw 4vw 2.66667vw;
    border-width: 0.26667vw;
    border-radius: 9.33333vw;
    font-size: 4.53333vw;
    line-height: 1.3;
    text-align: center;
  }
  .section__panel__subtitle {
    font-size: 4.53333vw;
    line-height: 1.35;
  }
  .section__panel__body {
    padding: 13.33333vw 4vw 6.66667vw;
  }
  .section__panel__body hr {
    margin: 6.66667vw 0 !important;
    border-top-width: 0.26667vw !important;
  }
  .section__panel__body sup {
    font-size: 3.2vw !important;
  }
  .section__panel__body p {
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .section__panel__body p br {
    display: unset !important;
  }
  .section__panel__lead {
    font-size: 4vw;
  }
  .section__panel__lead strong {
    font-size: 4.53333vw;
  }
  .section__panel__sublead {
    font-size: 3.73333vw;
  }
  .section__bnr {
    margin: 9.33333vw 0;
  }
  .section__pickup {
    margin: 10.66667vw 0;
  }
  .section__pickup__panel {
    padding: 12vw 4vw 6.66667vw;
    border-width: 0.26667vw;
    border-radius: 2.66667vw;
  }
  .section__pickup__panel__title {
    top: -0.53333vw;
    left: -0.53333vw;
  }
  .section__pickup__panel__title img {
    width: 33.86667vw !important;
    height: auto;
  }
  .section__pickup__panel__inner {
    flex-direction: column;
    gap: 6.66667vw;
  }
  .section__pickup__panel__main {
    flex: 0 0 auto;
  }
  .section__pickup__panel__main h5 {
    margin: 0 0 .5em;
    font-size: 4.53333vw;
  }
  .section__pickup__panel__main p {
    font-size: 4vw !important;
    line-height: 1.46;
  }
  .section__pickup__panel__main dl {
    font-size: 3.73333vw;
  }
  .section__pickup__panel__main > div {
    flex-direction: column;
    gap: 6vw;
  }
  .section__pickup__panel__main > div dl {
    font-size: 3.73333vw;
  }
  .section__pickup__panel__main > div dl dt span {
    font-size: 3.73333vw;
  }
  .section__pickup__panel__img {
    flex: 0 0 auto;
  }
  .section__pickup__btn, .section__pickup__anchor {
    margin-top: 6.66667vw;
  }
  .section__pickup__btn a, .section__pickup__anchor a {
    width: 69.33333vw;
    height: 11.73333vw;
    border-radius: 5.86667vw;
    font-size: 3.73333vw;
    background-size: 4.8vw;
    background-position: right 3.46667vw center;
  }
  .section__other-title {
    gap: 1.33333vw;
    font-size: 5.33333vw;
  }
  .section__other-title small {
    font-size: 4.53333vw;
  }
  .section__smc-center {
    border-width: 0.53333vw;
    border-radius: 2.66667vw;
    padding: 5.33333vw 4vw 4vw;
  }
  .section__smc-center dl {
    gap: 1.33333vw;
  }
  .section__smc-center dt {
    font-size: 4vw;
  }
  .section__smc-center__tel {
    margin-bottom: 1.33333vw;
    font-size: 5.86667vw;
  }
  .section__smc-center__tel i img {
    width: 5.33333vw;
    height: auto;
  }
  .section__smc-center__text {
    font-size: 3.2vw;
  }
  .section--other {
    border-top-width: 0.26667vw;
  }
  .section--other .section__inner {
    padding-bottom: 8vw;
  }
}

/* sec01
================================================== */
.sec01 {
  background: #e8f5dc;
}
.sec01__heat-free__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
  transform: translateX(50px);
}
.sec01__heat-free__img {
  text-align: center;
}
.sec01__co2-hikaku {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
.sec01__co2-hikaku > li {
  flex: 1 0 0%;
}
.sec01__tyusoku-hikaku {
  margin-bottom: 50px;
  text-align: center;
}
.sec01__mainte {
  display: flex;
  justify-content: center;
  gap: 67px;
  margin-bottom: 45px;
}
.sec01__mainte > div:nth-child(1) {
  flex: 0 0 428px;
}
.sec01__mainte > div:nth-child(2) {
  flex: 0 0 554px;
}
@media only screen and (max-width: 767px) {
  .sec01__heat-free__title {
    position: relative;
    display: block;
    transform: none;
    font-size: 4.53333vw;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 9.33333vw;
  }
  .sec01__heat-free__title img {
    position: absolute;
    right: 0;
    top: 0;
    width: 10.4vw;
    height: auto;
  }
  .sec01__heat-free__img img {
    width: 73.86667vw !important;
    height: auto;
  }
  .sec01__co2-hikaku {
    flex-direction: column;
    gap: 8vw;
    margin-bottom: 6.4vw;
  }
  .sec01__tyusoku-hikaku {
    margin-bottom: 6.4vw;
  }
  .sec01__mainte {
    flex-direction: column;
    gap: 6.66667vw;
    margin-bottom: 6.66667vw;
  }
  .sec01__mainte > div {
    flex: 0 0 auto !important;
  }
}

/* sec02
================================================== */
.sec02 {
  background: #f0f8fd;
}
.sec02__grid {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
.sec02__grid__main {
  flex: 1 0 0%;
}
.sec02__grid__main p + p {
  margin-top: 1.5em;
}
.sec02__grid__main strong {
  font-size: 20px;
  line-height: 1.5;
  background: repeating-linear-gradient(to bottom, transparent 0 18px, #f8e155 18px 25px, transparent 25px 30px);
}
.sec02__grid__img {
  flex: 0 0 516px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec02__grid {
    flex-direction: column;
    gap: 9.33333vw;
    margin-bottom: 4vw;
  }
  .sec02__grid__main strong {
    font-size: 4.53333vw;
    line-height: 1.58;
    background: repeating-linear-gradient(to bottom, transparent 0 4.26133vw, #f8e155 4.26133vw 5.848vw, transparent 5.848vw 7.16267vw);
  }
  .sec02__grid__img {
    flex: 0 0 auto;
  }
}

/* sec03
================================================== */
.sec03 {
  background: #e1f4f6;
}
.sec03__rellink {
  font-size: 16px;
}
.sec03__rellink dt {
  margin-bottom: .2em;
}
.sec03__rellink li + li {
  margin-top: .2em;
}
.sec03__scan {
  margin-top: 30px;
}
.sec03__scan dl {
  margin-top: 1.5em;
  font-size: 14px;
}
.sec03__flow {
  display: flex;
  justify-content: space-between;
  width: 1123px;
  margin: 0 auto 50px;
}
.sec03__flow > div:nth-child(1) {
  flex: 0 0 320px;
}
.sec03__flow > div:nth-child(2) {
  position: relative;
  flex: 0 0 740px;
  padding: 25px 20px 20px;
  background: #e3eef5;
  border-radius: 10px;
}
.sec03__flow > div:nth-child(2)::before {
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 26px solid #333333;
  border-right: 0;
}
.sec03__flow > div:nth-child(2) .section__panel__subtitle {
  margin-bottom: .8em;
  color: #408bbf;
}
.sec03__flow__inner {
  display: flex;
  gap: 7px;
}
.sec03__flow__inner > div {
  flex: 1 0 0%;
}
.sec03__flow__inner > span {
  flex: 0 0 46px;
  align-self: center;
}
.sec03__flow__panel {
  padding: 40px 20px;
  border: solid 2px #333;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.sec03__flow__panel__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  width: 200px;
  height: 24px;
  background: #333;
  border-radius: 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.sec03__flow__panel__inner figure {
  margin-bottom: 10px;
}
.sec03__flow__panel__inner h6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: .3em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.sec03__flow__panel__inner h6 em {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .3em;
  font-size: 15px;
  color: #dd3532;
}
.sec03__flow__panel__inner h6 em::before, .sec03__flow__panel__inner h6 em::after {
  content: "|";
  display: block;
}
.sec03__flow__panel__inner h6 em::before {
  transform: rotate(-35deg);
}
.sec03__flow__panel__inner h6 em::after {
  transform: rotate(35deg);
}
.sec03__flow__panel__inner p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.4;
}
.sec03__flow__panel--new {
  padding: 20px;
  border-color: #6fa9da;
}
.sec03__flow__panel--new .sec03__flow__panel__title {
  margin-bottom: 6px;
  background: #6fa9da;
}
.sec03__flow__panel--new .sec03__flow__panel__inner p {
  margin-top: 0;
}
.sec03__flow__notes {
  margin-top: 20px;
}
.sec03__flow__notes dt {
  margin-bottom: .3em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #408bbf;
}
.sec03__flow__notes dd {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
}
.sec03__flow__notes li {
  padding-left: 24px;
  background: url("/products/bizprinter/smartcharge/special/jichitai/images/sec03/icn_check.svg") no-repeat left center;
  background-size: auto 14px;
}
.sec03__movies {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.sec03__movie {
  flex: 0 0 460px;
}
.sec03__movie a {
  display: block;
  margin-bottom: 1em;
}
.sec03__supplement {
  padding: 45px 40px;
  border-radius: 20px;
  background: #dde2e3;
}
.sec03__supplement h3 {
  font-size: 24px;
  font-weight: bold;
}
.sec03__supplement p {
  margin-bottom: 1.5em;
  font-size: 18px;
}
.sec03__supplement__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sec03__supplement__item {
  flex: 0 0 calc(1 / 2 * 100% - 10px);
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 14px 20px;
  background: #fff;
  border-radius: 10px;
}
.sec03__supplement__item__ill {
  flex: 0 0 115px;
}
.sec03__supplement__item__body {
  position: relative;
  flex: 1 0 0%;
}
.sec03__supplement__item__body::before {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #408bbf;
  border-right: 0;
}
.sec03__supplement__item__body dt {
  margin-bottom: .3em;
  font-size: 18px;
  font-weight: bold;
  color: #408bbf;
}
.sec03__supplement__item__body dd {
  font-size: 15px;
  line-height: 1.6;
}
.sec03__supplement__item__body li {
  position: relative;
  padding-left: 1.25em;
}
.sec03__supplement__item__body li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .sec03__rellink {
    font-size: 3.2vw;
    line-height: 1.41;
  }
  .sec03__rellink dt {
    margin-bottom: .4em;
  }
  .sec03__rellink li + li {
    margin-top: .4em;
  }
  .sec03__scan {
    margin-top: 4.66667vw;
  }
  .sec03__scan dl {
    font-size: 3.2vw;
  }
  .sec03__scan li + li {
    margin-top: .75em;
  }
  .sec03__flow {
    flex-direction: column;
    width: auto;
    gap: 8.26667vw;
    margin-bottom: 6.66667vw;
  }
  .sec03__flow > div:nth-child(1) {
    flex: 0 0 auto;
  }
  .sec03__flow > div:nth-child(2) {
    flex: 0 0 auto;
    padding: 4.8vw 3.2vw 3.2vw;
    border-radius: 1.33333vw;
  }
  .sec03__flow > div:nth-child(2)::before {
    position: absolute;
    left: 50%;
    top: -5.33333vw;
    transform: translateX(-50%);
    border-right: 3.06667vw solid transparent;
    border-left: 3.06667vw solid transparent;
    border-top: 3.2vw solid #333333;
    border-bottom: 0;
  }
  .sec03__flow__inner {
    flex-direction: column;
    gap: 1.86667vw;
  }
  .sec03__flow__inner > div {
    flex: 0 0 auto;
  }
  .sec03__flow__inner > span {
    flex: 0 0 auto;
  }
  .sec03__flow__inner > span img {
    width: 6.13333vw !important;
    height: auto;
  }
  .sec03__flow__panel {
    padding: 2.66667vw 4vw;
    border-width: 0.26667vw;
    border-radius: 1.33333vw;
  }
  .sec03__flow__panel__title {
    margin-bottom: 3.2vw !important;
    width: 44vw;
    height: 6.66667vw;
    border-radius: 3.33333vw;
    font-size: 3.73333vw;
  }
  .sec03__flow__panel__inner {
    display: flex;
    align-items: center;
    gap: 2.66667vw;
  }
  .sec03__flow__panel__inner figure {
    margin: 0;
    flex: 0 0 20vw;
  }
  .sec03__flow__panel__inner > div {
    flex: 1 0 0;
    text-align: left;
  }
  .sec03__flow__panel__inner h6 {
    gap: .5em;
    font-size: 3.46667vw;
  }
  .sec03__flow__panel__inner h6 em {
    font-size: 3.2vw;
  }
  .sec03__flow__panel__inner p {
    margin-top: 0;
    font-size: 3.2vw !important;
    line-height: 1.4;
  }
  .sec03__flow__notes {
    margin-top: 4vw;
  }
  .sec03__flow__notes dt {
    font-size: 4vw;
    text-align: center;
  }
  .sec03__flow__notes dd {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .sec03__flow__notes li {
    padding-left: 6vw;
    background-position: left .2em;
    background-size: 4.26667vw auto;
  }
  .sec03__movies {
    flex-direction: column;
    align-items: center;
    gap: 8vw;
  }
  .sec03__movie {
    flex: 0 0 auto;
  }
  .sec03__supplement {
    margin-left: 2.66667vw;
    margin-right: 2.66667vw;
    padding: 6vw 4vw;
    border-radius: 2.66667vw;
  }
  .sec03__supplement h3 {
    margin-bottom: .25em;
    font-size: 4.53333vw;
  }
  .sec03__supplement p {
    font-size: 4vw;
  }
  .sec03__supplement__items {
    flex-direction: column;
    gap: 2.66667vw;
  }
  .sec03__supplement__item {
    flex: 0 0 auto;
    gap: 9.06667vw;
    padding: 4vw 3.2vw;
    border-radius: 2.66667vw;
  }
  .sec03__supplement__item__ill {
    flex: 0 0 25.33333vw;
  }
  .sec03__supplement__item__ill img {
    width: 100% !important;
    height: auto;
  }
  .sec03__supplement__item__body dt {
    margin-bottom: .5em;
    font-size: 3.73333vw;
    line-height: 1.3;
  }
  .sec03__supplement__item__body dd {
    font-size: 3.2vw;
  }
  .sec03__supplement__item__body::before {
    left: -5.33333vw;
    border-top: 2.66667vw solid transparent;
    border-bottom: 2.66667vw solid transparent;
    border-left: 2.66667vw solid #408bbf;
  }
}

@media only screen and (max-width: 767px) {
  #contents.responsive .sec03__movie li br {
    display: block !important;
  }
}

/* sec04
================================================== */
.sec04__lead {
  margin-bottom: 2.5em;
  font-size: 18px;
  text-align: center;
}
.sec04__lead strong {
  font-size: 20px;
  line-height: 1.5;
  background: repeating-linear-gradient(to bottom, transparent 0 18px, #f8e155 18px 25px, transparent 25px 30px);
}
.sec04__items {
  display: flex;
  gap: 35px;
}
.sec04__item {
  flex: 1 0 0%;
  border: solid 2px #333;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.sec04__item__title {
  padding: .4em .3em .2em;
  background: #f8e155;
  border-bottom: solid 2px #333;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.sec04__item__body {
  padding: 30px 24px 35px;
}
.sec04__item__img {
  margin-bottom: 30px;
  text-align: center;
}
.sec04__item__text {
  font-size: 18px;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .sec04__lead {
    font-size: 4vw;
  }
  .sec04__lead strong {
    font-size: 4.53333vw;
    line-height: 1.5;
    background: repeating-linear-gradient(to bottom, transparent 0 4.08vw, #f8e155 4.08vw 5.66667vw, transparent 5.66667vw 6.8vw);
  }
  .sec04__lead br {
    display: unset !important;
  }
  .sec04__items {
    flex-direction: column;
    gap: 6.66667vw;
  }
  .sec04__item {
    border-width: 0.26667vw;
    border-radius: 2.66667vw;
  }
  .sec04__item__title {
    padding: .6em .5em .4em;
    border-width: 0.26667vw;
    font-size: 4.53333vw;
  }
  .sec04__item__body {
    padding: 4.66667vw 4vw 6.66667vw;
  }
  .sec04__item__img {
    margin-bottom: 5.33333vw;
  }
  .sec04__item__img img {
    height: 32.8vw !important;
    width: auto;
  }
  .sec04__item__text {
    font-size: 4vw;
  }
}

/* sec05
================================================== */
.sec05__item {
  border: solid 2px #333;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.sec05__item__title {
  padding: 8px 19px 5px;
  background: #f8e155;
  border-bottom: solid 2px #333;
  font-size: 20px;
  font-weight: bold;
}
.sec05__item__body {
  padding: 19px 19px 29px;
}
.sec05__item__cat {
  font-size: 14px;
  line-height: 1.5;
}
.sec05__item__cat li {
  padding: 5px 14px 3px;
  border: solid 1px #333;
}
.sec05__item__cat li + li {
  margin-top: 8px;
}
.sec05__item__img {
  margin: 20px 0 30px;
  text-align: center;
}
.sec05__item__lead {
  font-size: 16px;
}
.sec05__item__btn {
  margin-top: 30px;
}
.sec05__slider {
  position: relative;
  padding: 0 78px;
}
.sec05 .swiper-button-prev,
.sec05 .swiper-button-next {
  width: unset;
  height: unset;
  margin: 0;
  transform: translateY(-50%);
}
.sec05 .swiper-button-prev::after,
.sec05 .swiper-button-next::after {
  display: none;
}
.sec05 .swiper-button-prev img,
.sec05 .swiper-button-next img {
  width: 46px !important;
  max-width: unset !important;
  height: 60px !important;
}
.sec05 .swiper-button-prev {
  left: 0;
}
.sec05 .swiper-button-next {
  right: 0;
}
.sec05 .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.sec05 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: solid 1px #333;
  background: #fff;
  opacity: 1;
}
.sec05 .swiper-pagination-bullet-active {
  background: #333;
}
@media only screen and (max-width: 767px) {
  .sec05__item {
    border-width: 0.26667vw;
    border-radius: 2.66667vw;
  }
  .sec05__item__title {
    padding: 4vw 3.73333vw 3.46667vw;
    font-size: 4.53333vw;
    border-width: 0.26667vw;
  }
  .sec05__item__body {
    padding: 3.73333vw 3.73333vw 5.33333vw 3.73333vw;
  }
  .sec05__item__cat {
    font-size: 3.2vw;
  }
  .sec05__item__cat li {
    padding: 2vw 2.93333vw 1.6vw;
  }
  .sec05__item__img {
    margin: 6.66667vw 0 6vw;
  }
  .sec05__item__lead {
    font-size: 4vw !important;
  }
  .sec05__item__btn {
    margin-top: 5.33333vw;
  }
  .sec05__slider {
    padding: 0;
    margin: 0 -4vw;
  }
  .sec05 .swiper-button-prev img,
  .sec05 .swiper-button-next img {
    width: 12vw !important;
    max-width: unset !important;
    height: 15.46667vw !important;
  }
}

/* sec06
================================================== */
.sec06__items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sec06__item {
  flex: 0 0 calc(1 / 2 * 100% - 20px);
}
.sec06__item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 26px 50px;
  border: solid 2px #333;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  font-size: 16px;
  color: #333 !important;
  text-decoration: none !important;
}
.sec06__item__inner {
  display: flex;
  gap: 22px;
}
.sec06__item__img {
  flex: 0 0 210px;
}
.sec06__item__img figcaption {
  margin-top: .5em;
}
.sec06__item__body {
  flex: 1 0 0%;
}
.sec06__item__body h3 {
  font-size: 18px;
  font-weight: bold;
}
.sec06__item__body h3 + p {
  margin-top: 1em;
}
.sec06__item__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 32px;
  padding-left: 42px;
  background: url("/products/bizprinter/smartcharge/special/jichitai/images/sec06/bg_btn.svg") no-repeat left center;
  background-size: auto 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec06__items {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6.66667vw;
  }
  .sec06__item {
    flex: 0 0 auto;
  }
  .sec06__item__link {
    padding: 4vw 4vw 8vw;
    border-width: 0.26667vw;
    border-radius: 2.66667vw;
    font-size: 3.73333vw;
  }
  .sec06__item__inner {
    display: block;
    overflow: hidden;
  }
  .sec06__item__img {
    float: left;
    width: 28vw;
    margin: 0 4vw 2.66667vw 0;
  }
  .sec06__item__img figcaption {
    font-size: 3.2vw;
  }
  .sec06__item__body h3 {
    font-size: 3.73333vw;
  }
  .sec06__item__body p {
    clear: both;
  }
  .sec06__item__btn {
    width: 39.2vw;
    height: 6.4vw;
    font-size: 3.2vw;
    padding-left: 8vw;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents .forsp {
    display: none !important;
  }
}
@media print {
  #contents .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents .forpc {
    display: none !important;
  }
}
#contents .oro {
  transition: opacity .3s ease-in;
}
#contents .oro:hover {
  opacity: .7;
}

#contents img.liquid {
  width: 100%;
  height: auto;
}
#contents img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents img.liquid--sp {
    width: 100%;
    height: auto;
  }
}

.floating-btn {
  position: fixed;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.floating-btn__close {
  position: absolute;
  right: 5px;
  top: -6px;
  cursor: pointer;
}
.floating-btn__close:hover {
  opacity: .75;
}
