@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;
  }
}

/* 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: 70px 0;
  font-size: 16px;
  line-height: 1.625;
}
.section--sec04 {
  margin-bottom: -60px;
  padding-bottom: 0;
}
.section + .section {
  border-top: solid 1px #d9d9d9;
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.section__title em {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.section__desc {
  margin-bottom: 30px;
  text-align: center;
}
.section__desc p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
}
.section__desc p sup {
  font-size: 75%;
  font-weight: normal;
}
.section__desc ul {
  margin-top: .25em;
  font-size: 14px;
}
.section__panel {
  width: 1040px;
  margin: 0 auto 50px;
}
.section__panel__items {
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
}
.section__panel__item {
  flex: 1 0 0%;
}
.section__solution {
  padding: 40px 50px 50px 50px;
  border-radius: 14px;
  background: #fdf1f4;
}
.section__solution__title {
  margin-bottom: 45px;
  text-align: center;
}
.section__solution__title span {
  display: inline-block;
  padding-bottom: 10px;
  min-width: 970px;
  background: url("/products/bizprinter/smartcharge/special/stressfree/images/bg_subtitle-pc.svg") no-repeat center bottom;
  background-size: 100% 10px;
  color: #de007f;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
}
.section__solution__title--short span {
  min-width: unset;
  background: url("/products/bizprinter/smartcharge/special/stressfree/images/bg_subtitle_s-pc.svg") no-repeat center bottom;
  background-size: 100% 10px;
}
.section__solution__body {
  position: relative;
}
.section__solution__desc {
  margin-bottom: 25px;
  padding: 63px 0 0 145px;
}
.section__solution__desc--03 {
  margin-bottom: 45px;
}
.section__solution__desc h4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section__solution__desc p, .section__solution__desc ul {
  position: relative;
  width: 460px;
  line-height: 1.625;
  z-index: 3;
}
.section__solution__desc ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.625;
}
.section__solution__desc ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.section__solution__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  z-index: 2;
}
.section__solution__image img {
  border-radius: 14px;
}
.section__solution__points {
  position: relative;
  box-sizing: border-box;
  width: 680px;
  padding: 30px 25px;
  border: solid 3px #f4a8d1;
  border-radius: 14px;
  background: #fff;
  z-index: 3;
}
.section__solution__points img {
  position: absolute;
  left: 52px;
  top: -68px;
}
.section__solution__points ul li {
  position: relative;
  padding-left: 34px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.section__solution__points ul li::before {
  position: absolute;
  left: 0;
  top: .1em;
  content: "";
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url("/products/bizprinter/smartcharge/special/stressfree/images/icn_check.svg") no-repeat;
  background-size: 26px 22px;
}
.section__solution__points ul li + li {
  margin-top: .35em;
}
.section__solution__points ul strong {
  color: #de007f;
}
.section__solution__points::after {
  position: absolute;
  right: -42px;
  top: 54px;
  content: "";
  display: block;
  width: 42px;
  height: 31px;
  background: url("/products/bizprinter/smartcharge/special/stressfree/images/bg_solution-pc.png") no-repeat;
  background-size: 42px 31px;
}
.section__movies {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 50px 0;
}
.section__movie {
  flex: 0 0 600px;
}
.section__movie__link {
  position: relative;
  display: flex;
  align-items: center;
  background: #34aa38;
  padding: 4px;
  border-radius: 14px;
  box-shadow: 4px 4px 0 0 #d9d9d9;
  color: #fff !important;
  text-decoration: none !important;
}
.section__movie__thumb {
  position: relative;
  flex: 0 0 220px;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.section__movie__thumb::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
}
.section__movie__thumb::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background: url("/products/bizprinter/smartcharge/special/stressfree/images/icn_play.svg") no-repeat;
  background-size: 54px 54px;
}
.section__movie__text {
  flex: 1 0 0%;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
}
.section__movie__text--sm {
  font-size: 29px;
  line-height: 1.2;
}
.section__movie__text--sm small {
  font-size: 20px;
}
.section__maintenance__item {
  display: flex;
  align-items: center;
  border: solid 2px #0346ab;
  border-radius: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  overflow: hidden;
}
.section__maintenance__item dt {
  flex: 0 0 auto;
  padding: .75em 1.25em;
  background: #0346ab;
  color: #fff;
}
.section__maintenance__item dd {
  display: flex;
  justify-content: center;
  flex: 1 0 0%;
  margin: 0;
  padding: .75em 1.25em;
}
.section__maintenance__item sup {
  font-size: 75% !important;
  font-weight: normal !important;
}
.section__maintenance dl + ul {
  margin-top: .75em;
}
.section__bnr {
  margin: 60px 0 30px;
  text-align: center;
}
.section__more {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 50px 0 70px;
  padding: 32px 47px;
  border-radius: 14px;
  border: solid 3px #f4a8d1;
  background: #fff;
  overflow: hidden;
}
.section__more__text {
  flex: 1 0 0%;
}
.section__more__image {
  flex: 0 0 407px;
}
.section__more__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.section__more__title span {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.33;
}
.section__more__lead {
  line-height: 1.625;
}
.section__more__lead strong {
  color: #de007f;
}
.section__note li {
  font-size: 14px;
}
.section__notes li {
  display: table-row;
  font-size: 14px;
}
.section__notes li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes li > span:nth-child(1) {
  white-space: nowrap;
}
.section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: 80px;
  border-radius: 40px;
  background-color: #de007f;
  background-image: url("/products/bizprinter/smartcharge/special/stressfree/images/icn_arw.svg");
  background-size: 31px 31px;
  background-repeat: no-repeat;
  background-position: right 18px center;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 4px 4px 0 0 #d9d9d9;
}
.section__subtitle {
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.section__format {
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  border: solid 1px #0346ab;
  width: 960px;
  margin: 0 auto 30px;
  padding: 35px 29px;
}
.section__format__text {
  flex: 1 0 0%;
}
.section__format__text h3 {
  margin-bottom: .5em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.section__format__text p {
  margin-bottom: 1em;
  line-height: 1.625;
}
.section__format__text ul {
  display: flex;
  gap: 1em;
}
.section__format__text .iLink02 {
  padding-top: 0;
}
.section__format__image {
  align-self: center;
}
.section__format__image picture {
  display: block;
  margin-bottom: 10px;
}
.section__format__image div {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.section__format + div {
  margin-top: 60px;
}
.section__btntitle {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.75em;
  margin-bottom: 0.75em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.54;
  text-align: center;
}
.section__btntitle::before, .section__btntitle::after {
  position: relative;
  content: "";
  display: block;
  width: 0;
  height: 1.5em;
  bottom: 0;
  border-left: solid 3px #333;
}
.section__btntitle::before {
  transform: rotate(-35deg);
}
.section__btntitle::after {
  transform: rotate(35deg);
}
@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: 8vw 0;
    font-size: 4vw;
    line-height: 1.5;
  }
  .section__inner {
    width: auto;
    padding: 0 4vw;
  }
  .section__title {
    gap: 2.13333vw;
    margin-bottom: 4.66667vw;
  }
  .section__title img {
    width: auto;
    height: 8.66667vw;
  }
  .section__title em {
    font-size: 7.46667vw;
  }
  .section__desc {
    margin-bottom: 6.66667vw;
  }
  .section__desc p {
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  .section__desc ul {
    font-size: 3.2vw;
  }
  .section__panel {
    margin-bottom: 4vw;
    width: auto;
  }
  .section__panel__items {
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 3.2vw;
  }
  .section__solution {
    padding: 6.66667vw 4vw;
    border-radius: 3.73333vw;
  }
  .section__solution__title {
    margin-bottom: 6.66667vw;
  }
  .section__solution__title span {
    min-width: unset;
    font-size: 5.33333vw;
    line-height: 1.35;
    text-align: center;
    padding-bottom: 3.2vw;
    background: url("/products/bizprinter/smartcharge/special/stressfree/images/bg_subtitle-pc.svg") no-repeat center bottom !important;
    background-size: 100% 2.13333vw !important;
  }
  .section__solution__desc {
    margin-bottom: 13.33333vw !important;
    padding: 0;
  }
  .section__solution__desc h4 {
    position: static;
    margin-bottom: 2.4vw;
  }
  .section__solution__desc h4 img {
    width: 53.06667vw;
    height: auto;
  }
  .section__solution__desc p, .section__solution__desc ul {
    width: auto;
    font-size: 4vw;
  }
  .section__solution__image {
    position: static;
    width: 100%;
  }
  .section__solution__image img {
    border-radius: 3.73333vw;
  }
  .section__solution__points {
    margin-bottom: 4.26667vw;
    padding: 6.66667vw 4vw;
    width: auto;
    border-width: 0.8vw;
    border-radius: 3.73333vw;
  }
  .section__solution__points img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10.66667vw;
    width: 8vw;
    height: auto;
  }
  .section__solution__points ul li {
    padding-left: 8.4vw;
    font-size: 4.26667vw;
  }
  .section__solution__points ul li + li {
    margin-top: .4em;
  }
  .section__solution__points ul li::before {
    width: 6.66667vw;
    height: 5.46667vw;
    background: url("/products/bizprinter/smartcharge/special/stressfree/images/icn_check.svg") no-repeat;
    background-size: 6.66667vw 5.46667vw;
  }
  .section__solution__points::after {
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9.33333vw;
    width: 6.66667vw;
    height: 9.33333vw;
    background: url("/products/bizprinter/smartcharge/special/stressfree/images/bg_solution-sp.png") no-repeat;
    background-size: 6.66667vw 9.33333vw;
  }
  .section__movies {
    flex-direction: column;
    gap: 4.53333vw;
    margin: 8vw auto;
    width: 80vw;
  }
  .section__movie {
    flex: 0 0 auto;
  }
  .section__movie__link {
    padding: 0.53333vw;
    border-radius: 1.86667vw;
    box-shadow: 0.53333vw 0.53333vw 0 0 #d9d9d9;
  }
  .section__movie__link::after {
    width: 4.13333vw;
    height: 4.13333vw;
    background-size: 4.13333vw 4.13333vw;
    right: 2.26667vw;
  }
  .section__movie__thumb {
    flex: 0 0 29.33333vw;
    border-radius: 1.6vw 0 0 1.6vw;
  }
  .section__movie__thumb::after {
    width: 7.2vw;
    height: 7.2vw;
    background-size: 7.2vw 7.2vw;
  }
  .section__movie__text {
    font-size: 4vw;
  }
  .section__movie__text--sm {
    font-size: 3.86667vw;
  }
  .section__movie__text--sm small {
    font-size: 2.66667vw;
  }
  .section__maintenance__item {
    display: block;
    border-radius: 3.73333vw;
    font-size: 4vw;
  }
  .section__maintenance__item dt {
    padding: .75em;
    text-align: center;
  }
  .section__maintenance__item dt sup {
    font-size: 75%;
  }
  .section__maintenance__item dd {
    padding: .75em;
    display: block;
  }
  .section__bnr {
    margin: 6.66667vw 0 9.33333vw;
  }
  .section__bnr img {
    width: 80.53333vw;
    height: auto;
  }
  .section__more {
    flex-direction: column;
    gap: 5.33333vw;
    margin-bottom: 13.33333vw;
    padding: 5.33333vw 4vw;
    border-radius: 3.73333vw;
    border-width: 0.8vw;
  }
  .section__more__image {
    flex: 0 0 auto;
  }
  .section__more__image img {
    width: 100%;
    height: auto;
  }
  .section__more__title {
    gap: 1.6vw;
    margin-bottom: 2.93333vw;
  }
  .section__more__title em img {
    width: 24.26667vw;
    height: auto;
  }
  .section__more__title span {
    font-size: 4.53333vw;
    line-height: 1.41;
  }
  .section__more__lead {
    font-size: 4vw;
    line-height: 1.46;
  }
  .section__notes li {
    font-size: 3.2vw;
  }
  .section__btn {
    background-size: 4.13333vw 4.13333vw;
    background-position: right 2.4vw center;
    height: 13.33333vw;
    border-radius: 6.66667vw;
    font-size: 4.26667vw;
    box-shadow: 0.53333vw 0.53333vw 0 0 #d9d9d9;
  }
  .section__subtitle {
    font-size: 4.53333vw;
  }
  .section__format {
    flex-direction: column;
    gap: 6vw;
    width: auto;
    margin-bottom: 4vw;
    padding: 6vw 3.73333vw;
  }
  .section__format__text {
    flex: 1 0 0%;
  }
  .section__format__text h3 {
    margin-bottom: .75em;
    font-size: 4.53333vw;
  }
  .section__format__text p {
    margin-bottom: 1em;
    font-size: 4vw;
    line-height: 1.46;
  }
  .section__format__text ul {
    flex-direction: column;
    gap: .5em;
  }
  .section__format__text ul li {
    font-size: 4vw;
  }
  .section__format__text .iLink02 {
    padding-top: 0;
  }
  .section__format__image div {
    font-size: 4vw;
  }
  .section__format + div {
    margin-top: 10.66667vw;
  }
  .section__btntitle {
    font-size: 4.26667vw;
  }
}

/* kv
================================================== */
.kv {
  overflow: hidden;
}
@media (min-width: 768px) {
  .kv__inner {
    margin: 0 auto;
    width: 1240px;
  }
  .kv__inner picture {
    display: block;
    margin: 0 -130px;
  }
}

/* desc
================================================== */
.desc {
  padding: 42px 0 30px;
}
.desc__lead {
  flex: 1 0 0%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
}
.desc__lead p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .desc {
    overflow: hidden;
  }
  .desc__inner {
    display: flex;
    align-items: center;
  }
  .desc__image {
    flex: 0 0 452px;
  }
  .desc__image img {
    margin-left: -56px;
  }
}
@media only screen and (max-width: 767px) {
  .desc {
    padding: 6.66667vw 0 9.33333vw;
  }
  .desc__image {
    margin-bottom: 4vw;
    text-align: center;
  }
  .desc__image img {
    width: 60.26667vw;
    height: auto;
  }
  .desc__lead {
    font-size: 4.26667vw;
  }
}

/* anchor
================================================== */
.anchor {
  padding: 20px 0 48px;
  background: #ebf4fa;
}
.anchor__items {
  display: flex;
  gap: 34px;
}
.anchor__item {
  flex: 1 0 0%;
}
@media only screen and (max-width: 767px) {
  .anchor {
    padding: 6.66667vw 0;
  }
  .anchor__items {
    margin-right: -0.4vw;
    gap: 1.2vw;
  }
}

/* mfp
================================================== */
a.mfp-close {
  width: 50px !important;
  padding: 50px 0 0 0;
  height: 0;
  line-height: 1;
  overflow: hidden;
  background: url(/products/bizprinter/smartcharge/special/stressfree/images/movie_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) {
  a.mfp-close {
    width: 25px !important;
    padding: 25px 0 0 0;
    background-size: 25px;
  }

  .mfp-iframe-holder .mfp-close {
    top: -40px;
  }
}
/* 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;
  }
}

strong.underline {
  background: linear-gradient(transparent 60%, #fffc84 60%);
}
