@charset "UTF-8";
/* adjusting
================================================== */
#contents {
  min-width: auto;
}
#contents .headSection .innerBlock {
  width: 100%;
  max-width: 1240px;
}
#contents .headSection .ttl {
  float: none;
  width: auto;
}
#contents .headSection .ttl h1 {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 4vw;
  }
  #contents .headSection .ttl {
    display: flex;
    flex-direction: column;
    gap: 2.4vw;
  }
  #contents .headSection .ttl p.productsLogo img {
    width: 36.53333vw;
  }
  #contents .headSection .ttl h1 {
    padding: 0;
    background: none;
    font-size: 4vw;
  }
}

html {
  scroll-behavior: smooth;
}

/* share
================================================== */
#contents .snsArea {
  padding: 80px 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: 30px 0;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* section
================================================== */
.section {
  padding: 80px 0;
  background: #fff;
}
.section--secondary {
  background: #f7f7f7;
}
.section__title {
  margin-bottom: 1em;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
.section__lead {
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
.section__lead + .section__lead {
  margin-top: 1.5em;
}
@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 {
    padding: 10.66667vw 0;
  }
  .section__inner {
    width: auto;
    padding: 0 4vw;
  }
  .section__title {
    font-size: 5.33333vw;
    line-height: 1.35;
  }
  .section__lead {
    font-size: 4vw;
    line-height: 1.46;
  }
}

/* kv
================================================== */
.kv {
  overflow: hidden;
}
@media (min-width: 768px) {
  .kv {
    background: url("/products/bizprinter/smartcharge/special/refurbished/images/kv_bg-pc.jpg") no-repeat center;
    background-size: cover;
  }
  .kv__inner {
    margin: 0 auto;
    width: 1240px;
  }
  .kv__inner picture {
    margin-right: -56px;
    display: block;
  }
}

/* anchor
================================================== */
.anchor {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  border-bottom: solid 3px #01893E;
  background: #fff;
  z-index: 100;
}
.anchor__items {
  display: flex;
  justify-content: center;
}
.anchor__item a {
  transition: all .3s ease-in;
  display: block;
  padding: 25px 20px;
  font-size: 16px;
  line-height: 1;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.anchor__item a.active {
  background: #01893E;
  color: #fff;
}
@media (min-width: 768px) {
  .anchor__item a:hover {
    background: #01893E;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .anchor {
    border-bottom: none;
  }
  .anchor__inner {
    padding: 0;
  }
  .anchor__items {
    flex-wrap: wrap;
  }
  .anchor__items > li {
    flex: 0 0 calc(1 / 3 * 100%);
  }
  .anchor__items > li:nth-child(1), .anchor__items > li:nth-child(3) {
    flex: 0 0 calc(1 / 4 * 100%);
  }
  .anchor__items > li:nth-child(2) {
    flex: 0 0 calc(1 / 2 * 100%);
  }
  .anchor__item {
    border-bottom: solid 3px #01893E;
  }
  .anchor__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1em .5em .75em;
    font-size: 3.2vw;
    line-height: 1.4;
    text-align: center;
  }
}

/* desc
================================================== */
.desc__subtitle {
  margin: 0 0 .75em 0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #01893E;
}
.desc__figure {
  margin: 70px 0;
}
.desc__figure img {
  display: block;
  margin: 0 auto;
}
.desc__notes dt {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}
.desc__notes li {
  position: relative;
  padding-left: 1.25em;
  font-size: 16px;
  line-height: 1.625;
}
.desc__notes li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .desc__subtitle {
    font-size: 5.33333vw;
    line-height: 1.35;
  }
  .desc__figure {
    margin: 12vw 0;
  }
  .desc__notes dt {
    font-size: 4vw;
  }
  .desc__notes li {
    font-size: 3.2vw;
    line-height: 1.41;
  }
}

/* about
================================================== */
.about__items {
  display: flex;
  gap: 32px;
  margin-top: 60px;
}
.about__item {
  flex: 1 0 0%;
  padding: 24px 28px 28px;
  background: #fff;
  border: solid 1px #cdcdcd;
}
.about__item__image {
  text-align: center;
}
.about__item__title {
  margin: .5em 0 1em;
  font-size: 24px;
  font-weight: bold;
  color: #01893E;
  text-align: center;
}
.about__item__lead {
  font-size: 16px;
  line-height: 1.625;
}
.about__item__link {
  margin-top: .25em;
  font-size: 15px;
}
.about__item__link li {
  font-size: inherit;
}
.about__use-rate {
  margin-top: 3em;
  font-size: 18px;
}
.about__use-rate dl {
  margin: 2em 0 1em;
  text-align: center;
}
.about__use-rate dl dt {
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
}
.about__use-rate ul {
  margin-bottom: 2em;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about__items {
    flex-direction: column;
    gap: 4vw;
    margin-top: 6.66667vw;
  }
  .about__item {
    padding: 6.4vw 4vw 5.33333vw;
  }
  .about__item__image img {
    width: 34.13333vw;
    height: auto;
  }
  .about__item__title {
    font-size: 5.33333vw;
  }
  .about__item__lead {
    font-size: 4vw;
    line-height: 1.46;
  }
  .about__item__link {
    font-size: 3.73333vw;
  }
  .about__use-rate {
    font-size: 4vw;
  }
  .about__use-rate dl dt {
    font-size: 4vw;
  }
  .about__use-rate ul {
    font-size: 3.2vw;
  }
}

/* product
================================================== */
.product__body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
}
.product__image {
  flex: 0 0 410px;
}
.product__info {
  line-height: 1.5;
}
.product__info__tagline {
  margin-bottom: .75em;
  font-size: 16px;
}
.product__info__title {
  margin-bottom: .5em;
  font-size: 30px;
  font-weight: bold;
}
.product__info__price {
  margin-bottom: 20px;
}
.product__info__price span {
  display: inline-block;
  padding: .6em 1em .5em;
  border: solid 1px #ddd;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.product__info__btn {
  margin-bottom: 20px;
}
.product__info__btn a {
  display: block;
  max-width: 400px;
  padding: .6em 1em .5em;
  background: #015ab4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.product__info__link {
  font-size: 16px;
}
.product__info__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product__info__icons > li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 5px;
  background: #fff;
  line-height: 1.6;
  text-align: center;
  font-size: 1.5rem;
  color: #797D7F;
  border: 1px solid #CBCBCB;
}
.product__info .heading_lv3 {
  margin-top: 2em;
  margin-bottom: 0;
}
.product__info .icon_list {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product__info__icons > li {
    flex: 0 0 calc((100% - 8px * 3) / 4);
  }
  .product__info__icons > li.col3 {
    flex: 0 0 calc((100% - 8px * 2) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .product__body {
    flex-direction: column;
    gap: 5.33333vw;
  }
  .product__image {
    flex: 0 0 auto;
  }
  .product__info__tagline {
    font-size: 4vw;
  }
  .product__info__title {
    font-size: 5.33333vw;
  }
  .product__info__price {
    margin-bottom: 5.33333vw;
  }
  .product__info__price span {
    font-size: 3.46667vw;
  }
  .product__info__btn {
    margin-bottom: 5.33333vw;
  }
  .product__info__btn a {
    display: inline-block;
    padding: 1em 2em;
    font-size: 3.46667vw;
  }
  .product__info__link {
    font-size: 3.46667vw;
  }
  .product__info__icons > li {
    flex: 0 0 calc((100% - 8px * 2) / 3);
    font-size: 3.73333vw;
    padding: 4px;
    line-height: 1.5;
  }
}

/* program
================================================== */
.program__image {
  margin: 50px 0 35px;
  text-align: center;
}
.program__notes {
  display: table;
  margin: 0 auto 30px;
  font-size: 14px;
}
.program__notes > li {
  display: table-row;
  font-size: inherit;
  line-height: 1.5;
}
.program__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.program__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.program__btn a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: .6em 1em .5em;
  background: #015ab4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .program__image {
    margin: 9.33333vw 0 8vw;
  }
  .program__notes {
    margin-bottom: 8vw;
    font-size: 2.93333vw;
  }
  .program__btn {
    text-align: center;
  }
  .program__btn a {
    max-width: 64vw;
    padding: 1em;
    font-size: 3.46667vw;
  }
}

/* flow
================================================== */
.flow__steps {
  display: flex;
  gap: 60px;
  margin: 60px 0 90px;
  padding: 0;
  list-style: none;
}
.flow__steps > li + li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-44px, -50%);
  content: "";
  display: block;
  background: #01893E;
  height: 38px;
  width: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flow__step {
  position: relative;
  flex: 1 0 0%;
  padding: 60px 19px 25px;
  background: #fff;
  border: solid 1px #ddd;
  text-align: center;
}
.flow__step span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 36px;
  border-radius: 18px;
  background: #01893E;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.flow__step h3 {
  margin: .75em 0;
  font-size: 24px;
  font-weight: bold;
  color: #01893E;
}
.flow__step p {
  font-size: 16px;
  line-height: 1.625;
}
.flow__subtitle {
  margin: 90px 0 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.flow__photos {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}
.flow__photos > li {
  flex: 0 0 392px;
}
.flow__photos--lg > li {
  flex: 0 0 500px;
}
.flow__panel {
  max-width: 900px;
  margin: 80px auto 0;
  border: solid 1px #01893E;
  text-align: center;
}
.flow__panel__title {
  padding: .6em .5em .5em;
  background: #01893E;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.flow__panel__body {
  padding: 25px 25px 40px;
}
.flow__panel__body p {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .flow__steps {
    flex-direction: column;
    gap: 17.33333vw;
    margin: 8vw 0 12vw;
  }
  .flow__steps > li + li::before {
    left: 50%;
    top: -14.66667vw;
    transform: translate(-50%, 0);
    width: 9.86667vw;
    height: 8vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .flow__step {
    display: flex;
    align-items: center;
    gap: 7.2vw;
    padding: 6.66667vw 4vw 5.06667vw;
    text-align: left;
  }
  .flow__step figure {
    flex: 0 0 28.13333vw;
  }
  .flow__step figure img {
    width: 100%;
    height: auto;
  }
  .flow__step div {
    flex: 1 0 0%;
  }
  .flow__step h3 {
    margin: 0 0 .3em;
    font-size: 5.33333vw;
  }
  .flow__step p {
    font-size: 4vw;
    line-height: 1.46;
  }
  .flow__subtitle {
    margin: 12vw 0 4vw;
    font-size: 5.33333vw;
  }
  .flow__photos {
    flex-direction: column;
    gap: 5.33333vw;
    margin-top: 6vw;
  }
  .flow__photos > li {
    flex: 0 0 auto !important;
  }
  .flow__photos img {
    width: 100%;
    height: auto;
  }
  .flow__panel {
    margin-top: 12.66667vw;
  }
  .flow__panel__title {
    font-size: 5.33333vw;
    line-height: 1.35;
  }
  .flow__panel__body {
    padding: 6vw 4vw 8.66667vw;
  }
  .flow__panel__body p {
    font-size: 4vw;
    line-height: 1.46;
  }
  .flow__panel__body figure img {
    max-width: 58.13333vw;
  }
}

/* contact
================================================== */
.contact {
  background: #01893E;
}
.contact .section__title {
  color: #fff;
}
.contact .section__lead {
  margin-bottom: 50px;
  color: #fff;
}
.contact .bg-line1 {
  background: #fff;
}
@media (min-width: 768px) {
  .contact {
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 10.66667vw 0 !important;
  }
  .contact .section__lead {
    margin-bottom: 2em;
  }
}

/* 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;
  }
}
