@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@600&display=swap");
/* adjusting
================================================== */
#contents.responsive {
  min-width: auto;
}
#contents.responsive .headSection .innerBlock {
  width: 100%;
  max-width: 1240px;
}
#contents.responsive .headSection .ttl {
  float: none;
  width: auto;
}
#contents.responsive .headSection .ttl h1 {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents.responsive {
    padding: 0;
  }
  #contents.responsive .headSection {
    padding-bottom: 15px;
  }
  #contents.responsive .headSection .innerBlock {
    width: auto;
    padding: 0 4vw;
  }
  #contents.responsive .headSection .ttl {
    display: flex;
    flex-direction: column;
    gap: 2.4vw;
  }
  #contents.responsive .headSection .ttl p.productsLogo {
    margin-bottom: 2px;
  }
  #contents.responsive .headSection .ttl p.productsLogo img {
    width: 36.53333vw;
  }
  #contents.responsive .headSection .ttl h1 {
    margin-bottom: 0;
    padding: 0;
    background: none;
    font-size: 4vw;
  }
}

html {
  scroll-behavior: smooth;
}

/* 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;
  }
}

/* fixedMenu
================================================== */
.fixedMenu {
  transition: opacity .5s ease;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.fixedMenu.fadeOut {
  opacity: 0;
}
.fixedMenu__wrap {
  display: flex;
  width: 1240px;
  margin: 0 auto;
  justify-content: flex-end;
  align-items: center;
}
.fixedMenu__ttl {
  position: relative;
  background-color: #fde7f6;
  color: #b84c97;
  height: 40px;
  align-items: center;
  display: flex;
  padding: 0 12px 0 20px;
  font-size: 16px;
  margin-right: 34px;
  font-weight: bold;
}
.fixedMenu__ttl::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fde7f6;
  transform: rotate(0deg);
}
.fixedMenu__inner {
  display: flex;
  justify-content: flex-end;
}
.fixedMenu__tel {
  display: flex;
  align-items: center;
  height: 60px;
}
.fixedMenu__tel dl {
  margin: 0 20px 0 0;
  font-weight: bold;
}
.fixedMenu__tel dl dt {
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.5;
}
.fixedMenu__tel dl dd {
  margin: 0;
}
.fixedMenu__tel dl dd a {
  display: inline-block;
  padding-left: 18px;
  background: url(/products/bizprinter/smartcharge/special/aio/images/icn_tel.svg) no-repeat left center;
  background-size: 14px 18px;
  text-decoration: none !important;
  pointer-events: none;
  color: #333;
  font-size: 20px;
  line-height: 1.25;
}
.fixedMenu__tel p {
  margin: 0 20px 0 0;
  line-height: 1.5;
  font-size: 14px;
}
.fixedMenu__form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  width: 340px;
  height: 60px;
  background: #ed5a24;
  color: #fff !important;
  text-decoration: none !important;
}
.fixedMenu__form p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}
.fixedMenu__form p i {
  margin-right: 10px;
}
.fixedMenu__form p span {
  font-weight: bold;
}
.fixedMenu__form p img {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .fixedMenu__wrap {
    width: auto;
    justify-content: space-between;
  }
  .fixedMenu__ttl {
    height: 12.8vw;
    margin-right: 0;
    padding: 0 0.53333vw 0 2.13333vw;
    font-size: 2.66667vw;
  }
  .fixedMenu__ttl::after {
    right: -4.8vw;
    border-width: 6.4vw 0 6.4vw 4.8vw;
  }
  .fixedMenu__tel {
    height: 12.8vw;
  }
  .fixedMenu__tel dl {
    margin: 0 2.13333vw 0 1.06667vw;
    white-space: nowrap;
  }
  .fixedMenu__tel dl dt {
    padding-left: 0;
    font-size: 2.4vw;
  }
  .fixedMenu__tel dl dd a {
    padding-left: 0;
    background: none;
    font-size: 3.2vw;
  }
  .fixedMenu__tel p {
    margin: 0 1.6vw 0 0;
    padding: 5px 0 0;
    font-size: 2.4vw !important;
    line-height: 1.4;
    text-align: center;
  }
  .fixedMenu__tel p br {
    display: block !important;
  }
  .fixedMenu__form {
    padding: 0 1.86667vw;
    width: auto;
    height: auto;
  }
  .fixedMenu__form p {
    gap: 0.8vw;
  }
  .fixedMenu__form p i {
    margin: 0;
  }
  .fixedMenu__form p i img {
    width: 5.6vw;
    height: auto;
  }
  .fixedMenu__form p span {
    display: none;
  }
}
@media (pointer: coarse) and (hover: none) {
  .fixedMenu__tel dl dd a {
    pointer-events: all;
  }
}

/* section
================================================== */
.section {
  padding: 100px 0;
  background: #fff;
}
.section--secondary {
  background: #f9eff6;
}
.section__inner {
  position: relative;
}
.section__title {
  padding-bottom: .2em;
  margin-bottom: 1em;
  border-bottom: dotted 3px #b84c97;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.section__title small {
  font-size: 24px;
}
.section__title strong {
  color: #b84c97;
}
.section__lead {
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
.section__lead + .section__lead {
  margin-top: 1.5em;
}
.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;
}
@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: 16vw 0;
  }
  .section__inner {
    width: auto;
    padding: 0 4vw;
  }
  .section__title {
    font-size: 5.6vw;
    line-height: 1.35;
  }
  .section__title small {
    font-size: 4.26667vw;
  }
  .section__lead {
    font-size: 4.26667vw !important;
    line-height: 1.46;
  }
  .section__notes > li {
    font-size: 3.2vw;
  }
}

/* kv
================================================== */
.kv {
  padding: 50px 0 90px;
  background: #b84c97;
  color: #fff;
}
.kv__inner {
  width: 1240px;
  margin: 0 auto;
}
.kv__image {
  margin-bottom: 40px;
}
.kv__about {
  width: 1020px;
  margin: 0 auto;
}
.kv__about__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.kv__about__ttl::before, .kv__about__ttl::after {
  content: "";
  display: block;
  width: 33px;
  height: 36px;
  background: url("/products/bizprinter/smartcharge/special/aio/images/kv_ttl_bg.svg") no-repeat;
  background-size: 33px 36px;
}
.kv__about__ttl::after {
  transform: scaleX(-1);
}
.kv__about__lead {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
.kv__about__lead sup {
  display: inline-block;
  font-size: 14px !important;
  vertical-align: super;
  top: unset !important;
}
.kv__about__subttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 43px;
  border-radius: 25px;
  background: #f9eff6;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #b84c97;
  text-align: center;
}
.kv__about__subttl::after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #FDE7F6 transparent transparent transparent;
  transform: translateX(-50%);
}
.kv__about__items {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  color: #333;
}
.kv__about__plus {
  flex: 0 0 36px;
}
.kv__about__item {
  flex: 1 0 0%;
  padding: 35px 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  text-align: center;
}
.kv__about__item figure {
  margin: 0;
}
.kv__about__item figcaption {
  display: block;
  margin-top: 1.5em;
  font-size: 20px;
  line-height: 1.4;
}
.kv__about__item figcaption small {
  font-size: 16px;
}
.kv__about__item figcaption sup {
  display: inline-block;
  font-size: 14px !important;
  top: unset !important;
  vertical-align: super;
}
.kv__pr {
  margin: 70px auto;
  width: 1020px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 0.3);
}
.kv__pr__ttl {
  padding: 15px;
  background: #ffe94a;
  text-align: center;
}
.kv__pr__body {
  display: flex;
  align-items: center;
  padding: 14px 23px 20px 30px;
}
.kv__pr__movie-text {
  display: contents;
}
.kv__pr__movie {
  flex: 0 0 384px;
  margin-right: 27px;
}
.kv__pr__movie a {
  display: block;
  position: relative;
}
.kv__pr__movie a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: url("/products/bizprinter/smartcharge/special/aio/images/pr_icn_play.svg") no-repeat;
  background-size: 58px 58px;
}
.kv__pr__text {
  flex: 0 0 260px;
}
.kv__pr__text dt {
  margin-bottom: 15px;
}
.kv__pr__text dd {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #1b3db0;
}
.kv__pr__image-btn {
  flex: 0 0 283px;
  margin-left: auto;
}
.kv__pr__image {
  margin-bottom: 13px;
  text-align: right;
}
.kv__pr__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #1b3db0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fce952;
}
.kv__pr__btn a .iPop01 img {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .kv {
    padding: 4vw 0 17.33333vw;
  }
  .kv__inner {
    width: auto;
    padding: 0 4vw;
  }
  .kv__image {
    margin-bottom: 8vw;
  }
  .kv__about {
    width: auto;
  }
  .kv__about__ttl {
    gap: 1.33333vw;
    margin-bottom: 4.66667vw;
    font-size: 5.33333vw;
    line-height: 1.38;
  }
  .kv__about__ttl::before, .kv__about__ttl::after {
    width: 7.46667vw;
    height: 8.26667vw;
    background-size: 7.46667vw 8.26667vw;
  }
  .kv__about__ttl span {
    flex: 0 0 auto;
  }
  .kv__about__lead {
    margin-bottom: 4.66667vw;
    font-size: 4.26667vw !important;
    line-height: 1.625;
  }
  .kv__about__lead sup {
    font-size: 3.2vw !important;
  }
  .kv__about__subttl {
    height: 19.73333vw;
    border-radius: 9.86667vw;
    font-size: 5.33333vw;
    line-height: 1.25;
  }
  .kv__about__subttl::after {
    border-width: 3.46667vw 3.6vw 0 3.6vw;
  }
  .kv__about__items {
    flex-direction: column;
    gap: 3.2vw;
  }
  .kv__about__plus {
    flex: 0 0 auto;
  }
  .kv__about__plus img {
    width: 9.6vw;
    height: auto;
  }
  .kv__about__item {
    width: 100%;
    flex: 0 0 auto;
    padding: 4.26667vw 2.13333vw 4.26667vw 4.26667vw;
    border-radius: 2.66667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
  }
  .kv__about__item figure {
    display: flex;
    align-items: center;
    gap: 4vw;
  }
  .kv__about__item figure img {
    width: 22.66667vw;
    height: auto;
  }
  .kv__about__item figcaption {
    flex: 1 0 0%;
    margin-top: 0;
    font-size: 5.33333vw;
    line-height: 1.2 !important;
  }
  .kv__about__item figcaption br {
    display: block !important;
  }
  .kv__about__item figcaption small {
    font-size: 4.26667vw;
  }
  .kv__about__item figcaption sup {
    font-size: 3.2vw !important;
  }
  .kv__pr {
    margin: 10.66667vw 0;
    width: auto;
    border-radius: 2.66667vw;
  }
  .kv__pr__ttl {
    padding: 2.66667vw;
  }
  .kv__pr__ttl img {
    width: 74.66667vw;
  }
  .kv__pr__body {
    padding: 3.73333vw 4vw 5.33333vw;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .kv__pr__movie {
    order: 1;
    margin: 0;
    flex: 0 0 42.66667vw;
  }
  .kv__pr__image-btn {
    display: contents;
  }
  .kv__pr__image {
    margin-left: auto;
    flex: 0 0 37.06667vw;
    order: 2;
  }
  .kv__pr__image img {
    width: 100%;
    height: auto;
  }
  .kv__pr__text {
    margin-bottom: 2.66667vw;
    flex: 0 0 auto;
    order: 3;
    display: flex;
    gap: 3.46667vw;
  }
  .kv__pr__text dt {
    flex: 0 0 32.8vw;
  }
  .kv__pr__text dd {
    margin: 0;
    font-size: 3.46667vw;
    line-height: 1.53;
  }
  .kv__pr__btn {
    flex: 0 0 100%;
    order: 4;
  }
  .kv__pr__btn a {
    font-size: 4vw !important;
    height: 13.33333vw;
    border-radius: 6.66667vw;
  }
  .kv__pr__btn a span {
    flex: 0 0 auto;
  }
  .kv__pr__btn a img {
    display: inline-block !important;
    margin: 0 !important;
  }
}

/* desc
================================================== */
.desc .section__lead + .section__notes {
  display: table;
  margin: 15px auto 0;
}
.desc__lead {
  font-size: 24px;
}
.desc__ill {
  position: absolute;
  right: 0;
  top: -193px;
}
.desc__items {
  display: flex;
  gap: 40px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.desc__item {
  flex: 1 0 0%;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 32px 35px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
}
.desc__item div {
  font-size: 20px;
}
.desc__item div strong {
  font-size: 24px;
  color: #b84c97;
}
.desc__item div sup {
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  .desc .section__lead + .section__notes {
    margin-top: 4vw;
  }
  .desc__lead {
    font-size: 4.8vw;
  }
  .desc__ill {
    width: 38.93333vw;
    top: -28.8vw;
    right: 4vw;
  }
  .desc__items {
    flex-direction: column;
    gap: 5.33333vw;
    margin-top: 5.33333vw;
    margin-bottom: 4vw;
  }
  .desc__item {
    padding: 4.8vw;
    gap: 4.8vw;
  }
  .desc__item img {
    width: 21.6vw;
  }
  .desc__item div {
    font-size: 4.26667vw;
  }
  .desc__item div strong {
    font-size: 5.33333vw;
  }
  .desc__item div sup {
    font-size: 3.73333vw;
  }
}

/* point
================================================== */
.point__ill {
  position: absolute;
  left: 0;
  top: -150px;
}
.point__case {
  display: flex;
  gap: 35px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.point__case__item {
  flex: 1 0 0%;
}
.point__case__item__num {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto -35px;
  background: #f9eff6;
  border-radius: 50%;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  width: 70px;
  height: 70px;
  color: #b84c97;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
.point__case__item__num > span:nth-child(1) {
  font-size: 16px;
}
.point__case__item__num > span:nth-child(2) {
  font-size: 32px;
}
.point__case__item__inner {
  border: solid 2px #b84c97;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  overflow: hidden;
}
.point__case__item__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 42px 10px 12px;
  background: #b84c97;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.point__case__item__ttl::after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #b84c97 transparent transparent transparent;
  transform: translateX(-50%);
}
.point__case__item__body {
  padding: 25px;
  text-align: center;
}
.point__case__item__subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .2em;
  margin-bottom: .5em;
  font-size: 16px;
  color: #b84c97;
  font-weight: bold;
}
.point__case__item__subttl::before, .point__case__item__subttl::after {
  content: "｜";
  font-weight: bold;
}
.point__case__item__subttl::before {
  transform: rotate(-30deg);
}
.point__case__item__subttl::after {
  transform: rotate(30deg);
}
.point__case__item__lead {
  margin-bottom: .75em;
  font-size: 18px;
  line-height: 1.75;
}
.point__case__item__lead sup {
  display: inline-block;
  font-size: 14px !important;
  vertical-align: super;
  top: unset !important;
}
.point__case__item__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .point__ill {
    width: 34.66667vw;
    top: -28.8vw;
    left: 4vw;
  }
  .point__case {
    flex-direction: column;
    gap: 5.33333vw;
    margin-top: 5.33333vw;
    margin-bottom: 4vw;
  }
  .point__case__item__num {
    width: 14.13333vw;
    height: 14.13333vw;
    margin: 0 auto -7.06667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
  }
  .point__case__item__num > span:nth-child(1) {
    font-size: 3.2vw;
  }
  .point__case__item__num > span:nth-child(2) {
    font-size: 7.46667vw;
  }
  .point__case__item__inner {
    border-width: 0.53333vw;
    border-radius: 2.66667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
  }
  .point__case__item__ttl {
    padding: 8.66667vw 4vw 3.33333vw;
    font-size: 4.26667vw;
  }
  .point__case__item__ttl::after {
    border-width: 4.53333vw 4.53333vw 0 4.53333vw;
  }
  .point__case__item__body {
    padding: 7.33333vw 4vw 5.33333vw;
  }
  .point__case__item__subttl {
    font-size: 4vw;
  }
  .point__case__item__lead {
    font-size: 4.26667vw !important;
    line-height: 1.625;
  }
  .point__case__item__img img.img01 {
    width: 28.4vw;
  }
  .point__case__item__img img.img02 {
    width: 41.86667vw;
  }
  .point__case__item__img img.img03 {
    width: 42.8vw;
  }
}

/* qattl
================================================== */
.qattl {
  background: #b84c97;
}
.qattl__inner {
  height: 397px;
  background: url("/products/bizprinter/smartcharge/special/aio/images/qattl_bg-pc.png") no-repeat center;
}
.qattl__q {
  position: relative;
  top: -49px;
  display: flex;
  align-items: flex-end;
  margin: 0 0 -49px 158px;
}
.qattl__q__ill {
  flex: 0 0 187px;
}
.qattl__q__body {
  position: relative;
  flex: 0 0 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ddedfc;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  height: 130px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
}
.qattl__q__body::after {
  position: absolute;
  right: 100%;
  top: 50%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 24px 0;
  border-color: transparent #ddedfc transparent transparent;
  transform: translateY(-50%);
}
.qattl__a {
  position: relative;
  top: -70px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 28px;
  margin: 0 0 -70px 158px;
}
.qattl__a__ill {
  flex: 0 0 135px;
}
.qattl__a__body {
  position: relative;
  flex: 0 0 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  height: 220px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
}
.qattl__a__body::after {
  position: absolute;
  left: 100%;
  top: 50%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 24px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  transform: translateY(-50%);
}
.qattl__a__body div {
  margin-bottom: .4em;
  font-size: 24px;
  line-height: 1.41;
  color: #b84c97;
}
.qattl__a__body ul {
  font-size: 18px;
  text-align: left;
}
.qattl__a__body ul strong {
  color: #b84c97;
}
.qattl__a__body ul > li {
  padding-left: 29px;
  background: url("/products/bizprinter/smartcharge/special/aio/images/qattl_icn_check.svg") no-repeat left center;
  background-size: 20px 20px;
}
@media only screen and (max-width: 767px) {
  .qattl__inner {
    height: 100vw;
    background: url("/products/bizprinter/smartcharge/special/aio/images/qattl_bg-sp.png") no-repeat center;
    background-size: cover;
  }
  .qattl__q {
    top: -7.33333vw;
    margin: 0 0 -7.33333vw 0;
  }
  .qattl__q__ill {
    flex: 0 0 30vw;
    margin-bottom: 9.86667vw;
  }
  .qattl__q__body {
    flex: 1 0 0;
    margin-left: -2.13333vw;
    margin-bottom: 0;
    padding: 0 3.46667vw;
    border-radius: 2.66667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
    height: 34.66667vw;
    font-size: 4vw;
    line-height: 1.33;
  }
  .qattl__q__body::after {
    border-width: 0 4.53333vw 3.73333vw 0;
  }
  .qattl__a {
    top: auto;
    bottom: -6.66667vw;
    margin: 0 0 0 0;
    gap: 6.66667vw;
  }
  .qattl__a__ill {
    flex: 0 0 21.46667vw;
  }
  .qattl__a__body {
    flex: 1 0 0%;
    height: 64vw;
    margin-bottom: 0;
    padding: 0 4vw;
    border-radius: 2.66667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
  }
  .qattl__a__body div {
    font-size: 4.26667vw;
    line-height: 1.31;
  }
  .qattl__a__body ul {
    font-size: 4vw;
  }
  .qattl__a__body ul > li {
    padding-left: 5.6vw;
    background-size: 4vw 4vw;
    background-position: left .1em;
    line-height: 1.33;
  }
  .qattl__a__body ul > li + li {
    margin-top: .2em;
  }
}

/* qabody
================================================== */
.qabody__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.qabody__items {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.qabody__item {
  flex: 1 0 0%;
}
.qabody__item__panel {
  padding: 32px 35px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
}
.qabody__item__panel + .section__notes {
  margin-top: 1.25em;
}
.qabody__item__ill {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.qabody__item__ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: .75em;
  font-size: 22px;
  font-weight: bold;
  color: #b84c97;
  line-height: 1;
}
.qabody__item__ttl::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/products/bizprinter/smartcharge/special/aio/images/qattl_icn_check.svg) no-repeat;
  background-size: 24px 24px;
}
.qabody__item__lead {
  font-size: 16px;
  line-height: 1.625;
}
.qabody__item__lead sup {
  display: inline-block;
  font-size: 14px !important;
  top: unset !important;
  vertical-align: super;
}
.qabody__btn {
  margin-top: 40px;
}
.qabody__btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ed5a24;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  width: 800px;
  height: 130px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
.qabody__btn a > img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.qabody__btn a > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
}
.qabody__btn a > span::before, .qabody__btn a > span::after {
  content: "｜";
  font-weight: bold;
}
.qabody__btn a > span::before {
  transform: rotate(-30deg);
}
.qabody__btn a > span::after {
  transform: rotate(30deg);
}
.qabody__btn a strong {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
}
.qabody__ill {
  position: absolute;
  left: 0;
  bottom: -22px;
}
@media only screen and (max-width: 767px) {
  .qabody__inner {
    padding-top: 22.66667vw;
    padding-bottom: 17.33333vw;
  }
  .qabody__items {
    flex-direction: column;
    gap: 5.33333vw;
    margin-bottom: 4vw;
  }
  .qabody__item__panel {
    padding: 4.66667vw 4vw 5.33333vw;
    border-radius: 2.66667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
  }
  .qabody__item__ill {
    margin-bottom: 6.66667vw;
  }
  .qabody__item__ill img.ill01 {
    width: 84.26667vw !important;
  }
  .qabody__item__ill img.ill02 {
    width: 64.13333vw;
  }
  .qabody__item__ill img.ill03 {
    width: 60vw;
  }
  .qabody__item__ttl {
    gap: 1.73333vw;
    font-size: 5.33333vw;
  }
  .qabody__item__ttl::before {
    width: 5.33333vw;
    height: 5.33333vw;
    background-size: 5.33333vw 5.33333vw;
  }
  .qabody__item__lead {
    font-size: 4vw !important;
    line-height: 1.46;
  }
  .qabody__item__lead sup {
    font-size: 3.2vw !important;
  }
  .qabody__btn {
    margin-top: 8.4vw;
  }
  .qabody__btn a {
    gap: 2vw;
    width: 100%;
    height: auto;
    padding: 4vw;
    border-radius: 2.66667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
    text-align: center;
  }
  .qabody__btn a > span {
    font-size: 3.73333vw;
    line-height: 1.35;
  }
  .qabody__btn a > span::before, .qabody__btn a > span::after {
    font-size: 200%;
  }
  .qabody__btn a strong {
    font-size: 5.6vw;
  }
  .qabody__ill {
    width: 32vw;
    left: 4vw;
    bottom: -12.66667vw;
  }
}

/* product
================================================== */
.product__bnr {
  margin-bottom: 100px;
  text-align: center;
}
.product__bnr a {
  display: inline-block;
}
.product__wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.product__group {
  flex: 0 0 496px;
  border: solid 2px #b84c97;
}
.product__group--a3 {
  flex: 0 0 733px;
}
.product__group--a4 {
  flex: 0 0 477px;
}
.product__group__desc {
  position: relative;
  padding: 32px 16px 20px;
  border-bottom: solid 2px #b84c97;
  background: #fff;
  text-align: center;
}
.product__group__desc > h3 {
  display: flex;
  position: absolute;
  left: -2px;
  top: 0;
  transform: translateY(-50%);
  filter: drop-shadow(0px 2px 0px rgba(51, 51, 51, 0.3));
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.product__group__desc > h3 i {
  padding: 0 10px 0 16px;
  font-style: normal;
  background: #b84c97;
  color: #fff;
}
.product__group__desc > h3 i::after {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 24px 0 0;
  border-color: #B84C97 transparent transparent transparent;
  transform: rotate(0deg);
  z-index: 2;
}
.product__group__desc > h3 span {
  padding: 0 3px 0 25px;
  background: #f7e0f0;
  color: #b84c97;
}
.product__group__desc > h3 span::after {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 24px 0 0;
  border-color: #f7e0f0 transparent transparent transparent;
  transform: rotate(0deg);
}
.product__group__desc > h3 i, .product__group__desc > h3 span {
  position: relative;
  height: 32px;
  line-height: 32px;
}
.product__group__desc > p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
}
.product__group__desc > p strong {
  color: #b84c97;
}
.product__group__items {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 30px;
}
.product__group__item {
  flex: 0 0 203px;
  text-align: center;
}
.product__group__item figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.product__group__item figure figcaption {
  display: block;
  margin-top: .5em;
  text-align: center;
  font-size: 14px;
}
.product__group__item h4 {
  margin: .7em;
  padding: .4em .5em .3em;
  background: #f9eff6;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #b84c97;
  text-align: center;
}
.product__group__item h5 {
  margin-bottom: .6em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.product__group__item p {
  margin-bottom: .2em;
  font-size: 16px;
  font-weight: bold;
  color: #b84c97;
}
.product__group__item p strong {
  font-size: 20px;
}
.product__group__item dl {
  margin-bottom: .8em;
  font-size: 16px;
}
.product__group__item dl dt {
  font-weight: bold;
}
.product__group__item dl dt sup {
  display: inline-block;
  vertical-align: super;
  top: unset;
  font-size: 14px !important;
  font-weight: normal;
}
.product__group__item dl dd.price {
  color: #e00707;
}
.product__group__item dl dd.price strong {
  font-size: 20px;
}
.product__group__item div a {
  display: block;
  padding: 10px;
  border-radius: 10px;
  background: #005bb4 url("/products/bizprinter/smartcharge/special/aio/images/icn_arw-w.svg") no-repeat right 10px center;
  background-size: 18px 18px;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.product__bnr-cost {
  margin: 70px 0 50px;
  text-align: center;
}
.product__bnr-cost a {
  display: inline-block;
}
.product__discount {
  margin: 50px 0;
  padding: 40px;
  border-width: 2px;
  border-color: #b84c97;
  border-style: solid;
  border-radius: 20px;
}
.product__discount__ttl {
  margin-bottom: 1em;
  font-size: 22px;
  text-align: center;
}
.product__discount__ttl strong {
  color: #b84c97;
}
.product__discount__row {
  display: flex;
  align-items: center;
  gap: 35px;
}
.product__discount__ill {
  flex: 0 0 585px;
}
.product__discount__text {
  flex: 1 0 0%;
}
.product__discount__text p {
  margin-bottom: 1em;
  font-size: 16px !important;
  line-height: 1.625;
}
.product__discount__text dl {
  padding: 1em;
  background: #f1f4f8;
  font-size: 16px;
  line-height: 1.625;
}
.product__discount__text dl dt {
  margin-bottom: .3em;
}
.product__discount__text dl ul li {
  position: relative;
  padding-left: 1.25em;
}
.product__discount__text dl ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  display: block;
}
.product__discount__text dl ul li + li {
  margin-top: .2em;
}
.product__discount__btn {
  margin-top: 40px;
}
.product__discount__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  width: 520px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  background: #005bb4 url("/products/bizprinter/smartcharge/special/aio/images/icn_arw-open.svg") no-repeat right 20px center;
  background-size: 18px 18px;
}
.product__discount__btn a.is-open {
  background: #005bb4 url("/products/bizprinter/smartcharge/special/aio/images/icn_arw-close.svg") no-repeat right 20px center;
  background-size: 18px 18px;
}
.product__discount__detail {
  display: none;
}
.product__other {
  border-radius: 20px;
  background-color: #f9eff6;
  width: 960px;
  margin: 0 auto;
  padding: 35px 10px 45px;
}
.product__other__ttl {
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
}
.product__other__ttl strong {
  color: #b84c97;
}
.product__other__items {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.product__other__item {
  flex: 0 0 224px;
  text-align: center;
}
.product__other__item figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 25px;
}
.product__other__item p {
  margin-bottom: .3em;
  font-size: 16px;
  line-height: 1.625;
}
.product__other__item h4 {
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
}
.product__other__item div a {
  display: block;
  padding: 10px;
  border-radius: 10px;
  background: #005bb4 url("/products/bizprinter/smartcharge/special/aio/images/icn_arw-w.svg") no-repeat right 10px center;
  background-size: 18px 18px;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.product__simu {
  margin-top: 70px;
}
.product__simu__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2em;
  margin-bottom: .8em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.product__simu__title strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .2em;
  font-size: 30px;
  color: #b84c97;
}
.product__simu__title strong::before, .product__simu__title strong::after {
  content: "｜";
  display: block;
}
.product__simu__title strong::before {
  transform: rotate(-30deg);
}
.product__simu__title strong::after {
  transform: rotate(30deg);
}
.product__simu__lead {
  margin-bottom: .5em;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.product__simu__lead + .section__notes {
  display: table;
  margin: 0 auto 4em !important;
}
.product__simu__row {
  display: flex;
  gap: 50px;
}
.product__simu__col {
  flex: 1 0 0%;
}
.product__simu__col + .product__simu__col {
  position: relative;
}
.product__simu__col + .product__simu__col::before {
  position: absolute;
  left: -20px;
  top: 50%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 21px 0 21px 20px;
  border-color: transparent transparent transparent #003399;
  transform: translate(-50%, -50%);
}
.product__simu__h4 {
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
  color: #0360ba;
  text-align: center;
}
.product__simu__tbl1 {
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.product__simu__tbl1 dl {
  flex: 1 0 0%;
}
.product__simu__tbl1 dl dt {
  padding: .4em .5em .3em;
  background: #0360ba;
  color: #fff;
}
.product__simu__tbl1 dl dd {
  padding: .4em .5em .3em;
  border: solid 1px #81afdc;
  color: #0360ba;
}
.product__simu__tbl1 dl dd strong {
  font-size: 24px;
}
.product__simu__tbl1 dl.years dt {
  background: #003399;
}
.product__simu__tbl1 dl.years dd {
  border-left: none;
  color: #003399;
}
.product__simu__h5 {
  padding: .4em .5em .3em;
  background: #0360ba;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.product__simu__h5.years {
  background: #003399;
}
.product__simu__ill {
  padding: 20px;
  background: #f1f7fc;
  text-align: center;
}
.product__simu__tbl2 {
  width: 100%;
  table-layout: fixed;
}
.product__simu__tbl2 th, .product__simu__tbl2 td {
  padding: .5em 1em;
  border: solid 1px #81afdc;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.product__simu__tbl2 th {
  background-color: #f2f7fb;
  color: #0360ba;
}
.product__simu__tbl2 th.slash {
  background: #f2f7fb url("/products/bizprinter/smartcharge/special/aio/images/prod_ill_slash.svg") no-repeat;
  background-size: 100% 100%;
}
.product__simu__tbl2 td {
  padding: 1em;
}
.product__simu .section__notes {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .product__bnr {
    margin-bottom: 12vw;
  }
  .product__wrap {
    flex-direction: column;
    gap: 16vw;
    margin-top: 10.66667vw;
  }
  .product__group {
    flex: 0 0 auto;
  }
  .product__group--a3, .product__group--a4 {
    flex: 0 0 auto;
  }
  .product__group__desc {
    border-width: 0.53333vw;
    padding: 6.66667vw 2.66667vw 4vw;
  }
  .product__group__desc > h3 {
    left: -0.53333vw;
    filter: drop-shadow(0px 0.53333vw 0px rgba(51, 51, 51, 0.3));
    font-size: 4vw;
  }
  .product__group__desc > h3 i {
    padding: 0 1.6vw 0 2.66667vw 0;
  }
  .product__group__desc > h3 i::after {
    border-width: 6.4vw 4.8vw 0 0;
  }
  .product__group__desc > h3 span {
    padding: 0 0.53333vw 0 5.33333vw;
  }
  .product__group__desc > h3 span::after {
    border-width: 6.4vw 4.8vw 0 0;
  }
  .product__group__desc > h3 i, .product__group__desc > h3 span {
    height: 6.4vw;
    line-height: 6.4vw;
  }
  .product__group__desc > p {
    font-size: 4vw !important;
    line-height: 1.46;
  }
  .product__group__items {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 13.33333vw 4vw;
    padding: 6.66667vw 2vw;
  }
  .product__group__item {
    flex: 0 0 calc(1 / 2 * 100% - 2vw);
  }
  .product__group__item figure {
    margin-bottom: 5.33333vw;
  }
  .product__group__item figure img {
    width: 32vw;
  }
  .product__group__item figure img.px-s7090fx {
    width: 26.66667vw;
  }
  .product__group__item figure img.px-m890fx, .product__group__item figure img.px-s7090fx {
    width: 21.33333vw;
  }
  .product__group__item figure figcaption {
    font-size: 3.2vw;
  }
  .product__group__item h4 {
    font-size: 4vw;
  }
  .product__group__item h5 {
    font-size: 4.8vw;
  }
  .product__group__item dl {
    margin-bottom: 2vw;
    font-size: 3.73333vw;
  }
  .product__group__item dl dt sup {
    font-size: 3.2vw !important;
  }
  .product__group__item dl dd strong {
    font-size: 4vw;
  }
  .product__group__item div a {
    padding: 2vw;
    border-radius: 2.66667vw;
    background: #005bb4 url("/products/bizprinter/smartcharge/special/aio/images/icn_arw-w.svg") no-repeat right 2.13333vw center;
    background-size: 4vw 4vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
    font-size: 3.73333vw;
    line-height: 1.28;
  }
  .product__group__item div a span {
    position: relative;
    left: -.25em;
  }
  .product__bnr-cost {
    margin: 5.33333vw 0 4vw;
  }
  .product__discount {
    margin: 10.66667vw 0;
    padding: 6.66667vw 3.73333vw;
    border-width: 0.53333vw;
    border-radius: 2.66667vw;
  }
  .product__discount__ttl {
    font-size: 5.33333vw;
  }
  .product__discount__row {
    flex-direction: column;
    gap: 5.33333vw;
  }
  .product__discount__ill {
    flex: 0 0 auto;
  }
  .product__discount__ill img {
    width: 67.2vw;
  }
  .product__discount__text p {
    font-size: 4vw !important;
    line-height: 1.46;
  }
  .product__discount__text dl {
    font-size: 3.46667vw;
    line-height: 1.53;
  }
  .product__discount__text dl dt {
    margin-bottom: .5em;
  }
  .product__discount__btn {
    margin-top: 8vw;
  }
  .product__discount__btn a {
    width: 100%;
    height: 13.33333vw;
    border-radius: 2.66667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
    background-position: right 3.6vw center;
    background-size: 4vw 4vw !important;
    font-size: 3.73333vw;
  }
  .product__other {
    width: auto;
    border-radius: 2.66667vw;
    padding: 6.66667vw 4vw 9.33333vw;
  }
  .product__other__ttl {
    margin-bottom: 1.5em;
    font-size: 5.33333vw;
    line-height: 1.35;
  }
  .product__other__items {
    flex-wrap: wrap;
    gap: 10.66667vw 4vw;
  }
  .product__other__item {
    flex: 0 0 calc(1 / 2 * 100% - 2vw);
  }
  .product__other__item--01 {
    flex: 0 0 100%;
  }
  .product__other__item__inner {
    width: 40vw;
    margin: 0 auto;
  }
  .product__other__item figure {
    margin-bottom: 5.33333vw;
  }
  .product__other__item figure img.other01 {
    width: 21.33333vw;
  }
  .product__other__item figure img.other02 {
    width: 22.53333vw;
  }
  .product__other__item figure img.other03 {
    width: 26.53333vw;
  }
  .product__other__item p {
    font-size: 4vw !important;
  }
  .product__other__item h4 {
    font-size: 4.8vw;
  }
  .product__other__item div a {
    padding: 2vw;
    border-radius: 2.66667vw;
    background: #005bb4 url("/products/bizprinter/smartcharge/special/aio/images/icn_arw-w.svg") no-repeat right 2.13333vw center;
    background-size: 4vw 4vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
    font-size: 3.73333vw;
    line-height: 1.28;
  }
  .product__other__item div a span {
    position: relative;
    left: -.5em;
  }
  .product__simu {
    margin-top: 9.33333vw;
  }
  .product__simu__title {
    font-size: 4vw;
    gap: 0;
  }
  .product__simu__title strong {
    gap: 0;
    font-size: 5.33333vw;
  }
  .product__simu__title strong::before, .product__simu__title strong::after {
    font-size: 2.3em;
    font-weight: normal;
  }
  .product__simu__lead {
    font-size: 4vw !important;
    text-align: left;
  }
  .product__simu__row {
    flex-direction: column;
    gap: 14.66667vw;
  }
  .product__simu__col {
    flex: 0 0 auto;
  }
  .product__simu__col + .product__simu__col::before {
    left: 50%;
    top: -6.66667vw;
    border-width: 5.33333vw 5.33333vw 0 5.33333vw;
    border-color: #003399 transparent transparent transparent;
    transform: translate(-50%, -50%);
  }
  .product__simu__h4 {
    font-size: 4.8vw;
  }
  .product__simu__tbl1 {
    flex-direction: column;
    margin-bottom: 5.33333vw;
    font-size: 3.46667vw;
  }
  .product__simu__tbl1 dl dd strong {
    font-size: 6.13333vw;
  }
  .product__simu__tbl1 dl.years dd {
    border: solid 1px #81afdc;
  }
  .product__simu__h5 {
    font-size: 3.46667vw;
  }
  .product__simu__tbl2 th, .product__simu__tbl2 td {
    padding-left: .2em;
    padding-right: .2em;
    font-size: 3.46667vw;
  }
  .product__simu__tbl2 th strong, .product__simu__tbl2 td strong {
    font-size: 4.53333vw;
  }
  .product__simu__ill {
    padding: 5.33333vw 2.66667vw;
  }
}

/*plan
================================================== */
.plan__discount {
  margin: 40px auto 0;
  max-width: 860px;
}
.plan__discount--allinone {
  margin: 40px 0 0 0;
}
.plan__discount__title {
  padding: .75em .5em .5em;
  background: #614e9d;
  border-radius: 20px 20px 0 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.plan__discount__title--noround {
  border-radius: 0;
}
.plan__discount__body {
  padding: 20px 44px 35px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border: solid 2px #614e9d;
}
.plan__discount__body--noround {
  border-radius: 0;
}
.plan__discount__body h4 {
  margin-bottom: .25em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.plan__discount__body p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.plan__discount__conditions {
  display: flex;
  justify-content: center;
}
.plan__discount__condition {
  display: flex;
  align-items: center;
  flex: 1 0 0%;
  padding: 20px;
  background: #eceef0;
  font-size: 14px;
}
.plan__discount__condition p {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.plan__discount__condition dt {
  color: #614e9d;
}
.plan__discount__condition ul li {
  position: relative;
  padding-left: 15px;
}
.plan__discount__condition ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #614e9d;
}
.plan__discount__condition--h {
  display: block;
}
.plan__discount__condition--h dl + dl {
  margin-top: 1em;
}
.plan__discount__condition--h ul {
  margin-top: .5em;
}
.plan__discount__condition--h ul li {
  padding-left: 0;
}
.plan__discount__condition--h ul li::before {
  display: none;
}
.plan__discount__plus {
  flex: 0 0 30px;
  margin: 0 10px;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .plan__discount__title {
    padding: .4em;
    border-radius: 10px 10px 0 0;
    line-height: 1.4;
    font-size: 4.8vw;
  }
  .plan__discount__title--noround {
    border-radius: 0;
  }
  .plan__discount__body {
    padding: 15px 14px 30px;
    border-width: 1px;
    border-radius: 0 0 10px 10px;
  }
  .plan__discount__body--noround {
    border-radius: 0;
  }
  .plan__discount__body h4 {
    font-size: 4.53333vw;
  }
  .plan__discount__body p {
    font-size: 4vw !important;
    line-height: 1.65;
  }
  .plan__discount__conditions {
    display: block;
  }
  .plan__discount__condition {
    font-size: 3.73333vw;
  }
  .plan__discount__plus {
    width: 30px;
    height: 30px;
    margin: 10px auto;
  }
}

/* contact
================================================== */
.contact__btns {
  display: flex;
  gap: 44px;
  margin-top: 40px;
}
.contact__btns > li {
  flex: 1 0 0%;
}
.contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  background: #fff;
  color: #333 !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}
.contact__btn--form {
  position: relative;
  background: #ed5a24;
  font-size: 28px;
  color: #fff !important;
}
.contact__btn--form div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact__btn--form div img {
  display: block;
}
.contact__btn--form > img {
  position: absolute;
  right: -7px;
  bottom: -37px;
}
.contact__btn--tel dt {
  font-size: 18px;
}
.contact__btn--tel dd > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 34px;
  line-height: 1.3;
}
.contact__btn--tel dd > div:nth-child(1) img {
  display: block;
}
.contact__btn--tel dd > div:nth-child(2) {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .contact__btn--tel {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .contact__btns {
    flex-direction: column;
    gap: 13.33333vw;
  }
  .contact__btn {
    border-radius: 2.66667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
  }
  .contact__btn--form {
    height: 26.66667vw;
    font-size: 5.6vw;
  }
  .contact__btn--form div {
    gap: 2.66667vw;
  }
  .contact__btn--form div > i:nth-child(1) {
    display: none;
  }
  .contact__btn--form div > i:nth-child(2) img {
    width: 5.33333vw;
  }
  .contact__btn--form > img {
    width: 18.66667vw;
    right: 0;
    bottom: -10vw;
  }
  .contact__btn--tel {
    height: 33.33333vw;
  }
  .contact__btn--tel dt {
    font-size: 4vw;
  }
  .contact__btn--tel dd > div:nth-child(1) {
    font-size: 5.86667vw;
  }
  .contact__btn--tel dd > div:nth-child(1) img {
    width: 5.33333vw;
  }
  .contact__btn--tel dd > div:nth-child(2) {
    font-size: 3.2vw;
  }
  .contact__btn--tel dd > div:nth-child(2) br {
    display: block !important;
  }
}

/* other
================================================== */
.other {
  padding-bottom: 0;
}
.other__ttl {
  margin: 0 0 1em 0;
  font-size: 34px;
  font-weight: bold;
}
.other__ttl--mt {
  margin-top: 2em;
}
.other__bnrs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 16px;
}
.other__bnrs > li {
  flex: 0 0 calc(1 / 4 * 100% - (16px * 3 / 4));
}
@media only screen and (max-width: 767px) {
  .other__ttl {
    font-size: 5.6vw;
  }
  .other__bnrs {
    flex-direction: column;
    gap: 4vw;
  }
  .other__bnrs > li {
    flex: 0 0 auto;
  }
}

/* spec
================================================== */
.spec__items {
  display: flex;
  gap: 10px;
}
.spec__item {
  background: #fff;
  border: solid 1px #000;
}
.spec__item__title {
  padding: .5em .3em .3em;
  border-bottom: solid 1px #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
}
.spec__item__body {
  padding: 19px 19px 0 19px;
}
.spec__item__image {
  margin-bottom: 20px;
  text-align: center;
}
.spec__item__support {
  margin-bottom: 15px;
  font-size: 14px;
}
.spec__item__support dt {
  padding-bottom: .5em;
  font-weight: bold;
}
.spec__item__support dd {
  padding: .5em 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.spec__item__btns {
  padding: 0 19px 19px;
}
.spec__item__btns > li + li {
  margin-top: 10px;
}
.spec__item__btns a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.3);
  background: #005bb4;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
}
.spec__item__btns a img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .spec__item {
    flex: 0 0 406px;
  }
}
@media only screen and (max-width: 767px) {
  .spec__items {
    flex-direction: column;
    gap: 4vw;
  }
  .spec__item__title {
    font-size: 4vw;
    line-height: 1.46;
  }
  .spec__item__body {
    gap: 4.26667vw;
    padding: 4vw 3.73333vw 5.33333vw;
  }
  .spec__item__image {
    margin: 0 0 4vw 0;
  }
  .spec__item__image img {
    width: 32.8vw;
    height: auto;
  }
  .spec__item__support {
    flex: 1 0 0%;
    margin: 0;
    font-size: 3.46667vw;
  }
  .spec__item__btns {
    gap: 1.33333vw;
    padding: 0 2.4vw 5.33333vw;
  }
  .spec__item__btns a {
    height: 13.33333vw;
    border-radius: 2.66667vw;
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.3);
    font-size: 3.73333vw;
  }
}

/* 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/aio/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;
  }
}

.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
