@media screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
}
#contents .header {
  min-width: 1240px;
  background: linear-gradient(to right, #004288, #2972b9, #004288);
}
@media screen and (max-width: 767px) {
  #contents .header {
    min-width: 100%;
    background: #004288;
  }
}
#contents .header__inner {
  box-sizing: border-box;
  width: 1240px;
  margin: 0 auto;
  padding: 12px 15px 25px 15px;
}
@media screen and (max-width: 767px) {
  #contents .header__inner {
    width: 100%;
    padding: 2vw 5.3333333333vw;
  }
}
#contents .header__logo {
  width: 360px;
}
@media screen and (max-width: 767px) {
  #contents .header__logo {
    width: 42.3880597015%;
  }
}
#contents .header__logo a {
  display: block;
}
#contents .header__logo a img {
  width: 100%;
}
#contents .header__title {
  background-color: #ffffff;
}
#contents .header__title--inner {
  box-sizing: border-box;
  width: 1240px;
  margin: 0 auto;
  padding: 22px 0 18px 0;
}
@media screen and (max-width: 767px) {
  #contents .header__title--inner {
    width: 100%;
    padding: 2.9333333333vw 2.6666666667vw 2.4vw 2.6666666667vw;
  }
}
#contents .header__title--positioning span {
  display: inline-block;
  color: #004288;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .header__title--positioning span {
    font-size: 2.6666666667vw;
  }
}
#contents .header__title--positioning strong {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 6px 4px 6px;
  background-color: #004288;
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .header__title--positioning strong {
    margin-top: 1.3333333333vw;
    padding: 1.0666666667vw 0.5333333333vw 0.2666666667vw 0.5333333333vw;
    font-size: 5.8666666667vw;
  }
}
#contents .header__title--positioning small {
  display: inline-block;
  color: #004288;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .header__title--positioning small {
    font-size: 3.6vw;
  }
}

main {
  min-width: 1240px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  main {
    min-width: 100%;
  }
}
main * {
  box-sizing: border-box;
}
main a:hover {
  opacity: 0.8;
}
main figure {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
main img {
  width: 100%;
}
main .onlyPC {
  display: block;
}
@media screen and (max-width: 767px) {
  main .onlyPC {
    display: none;
  }
}
main .onlySP {
  display: none;
}
@media screen and (max-width: 767px) {
  main .onlySP {
    display: block;
  }
}
main .map {
  overflow: hidden;
}
main .map__inner {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .map__inner {
    width: 100%;
  }
}
main .map__table {
  width: 100%;
}
main .map__list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .map__item {
  position: absolute;
  z-index: 5;
  transition: transform 0.2s;
}
main .map__item:hover {
  z-index: 10;
  transition: transform 0.2s;
  transform: scale(1.3);
}
main .map__item:hover a {
  border: 1px solid #ffffff;
  background-color: rgba(0, 66, 136, 0.7);
  opacity: 1;
  text-decoration: none;
  transition: border 0.2s, background-color 0.2s;
}
main .map__item a {
  display: block;
  padding: 14px 16px 16px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: transparent;
  transition: border 0.2s, background-color 0.2s;
}
@media screen and (max-width: 767px) {
  main .map__item a {
    padding: 1.8666666667vw 2.1333333333vw 2.1333333333vw 2.1333333333vw;
    border-radius: 1.3333333333vw;
  }
}
main .map__item a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .map__item--inner {
  width: 100%;
  padding-left: 6px;
  border-left: 4px solid #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .map__item--inner {
    padding-left: 0.8vw;
    border-left: 0.5333333333vw solid #ffffff;
  }
}
main .map__item--name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main .map__item--name {
    display: inline-block;
    position: relative;
    font-size: 3.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main .map__item--name::after {
    display: block;
    position: absolute;
    top: 0.5333333333vw;
    right: -3.0666666667vw;
    width: 2.6666666667vw;
    height: 2.2666666667vw;
    background: url(/products/bizprinter/smartcharge/index/common/images/ps-link-arrow.svg) no-repeat center center;
    background-size: 100%;
    content: "";
  }
}
main .map__item--detail {
  display: flex;
  align-items: flex-end;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  main .map__item--detail {
    margin-top: 0.2666666667vw;
  }
}
main .map__item--detail .detail__price {
  line-height: 1;
  letter-spacing: 0.3em;
}
main .map__item--detail .detail__price strong, main .map__item--detail .detail__price small, main .map__item--detail .detail__price span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
main .map__item--detail .detail__price strong {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main .map__item--detail .detail__price strong {
    font-size: 2.5333333333vw;
  }
}
main .map__item--detail .detail__price small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  main .map__item--detail .detail__price small {
    font-size: 2vw;
  }
}
main .map__item--detail .detail__price span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  main .map__item--detail .detail__price span {
    font-size: 2.1333333333vw;
  }
}
main .map__item--detail .detail__spec {
  margin-top: 4px;
  padding-bottom: 2px;
  background-color: #ffffff;
  color: #004288;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .map__item--detail .detail__spec {
    margin-top: 0.5333333333vw;
    padding-bottom: 0.2666666667vw;
  }
}
main .map__item--detail .detail__spec strong, main .map__item--detail .detail__spec span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
main .map__item--detail .detail__spec strong {
  font-size: 17px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main .map__item--detail .detail__spec strong {
    font-size: 2.9333333333vw;
  }
}
main .map__item--detail .detail__spec span {
  margin-left: 0.1em;
  font-size: 12px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  main .map__item--detail .detail__spec span {
    font-size: 2vw;
  }
}
main .map__item--detail .detail__spec span sup {
  font-size: 0.5em;
  vertical-align: super;
}
main .map__item--detail .detail__size {
  margin-left: 0.2em;
  padding: 4px 8px 8px 8px;
  border: 1px solid #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .map__item--detail .detail__size {
    padding: 0.6666666667vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
main .map__item--detail .detail__size--a3 {
  background-color: #004288;
  color: #ffffff;
}
main .map__item--detail .detail__size--a4 {
  background-color: #00e1ff;
  color: #00499f;
}
main .note {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  main .note {
    margin-top: 0.5333333333vw;
  }
}
main .note__inner {
  width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .note__inner {
    width: 100%;
    padding: 0 1.3333333333vw;
  }
}
main .note__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  main .note__list {
    display: block;
  }
}
main .note__item {
  color: #000000;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .note__item {
    font-size: 2.4vw;
    line-height: 1.4444444444;
  }
}
main .note__item + .note__item {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  main .note__item + .note__item {
    margin-top: 0.2em;
    margin-left: 0;
  }
}
main .note__item span {
  display: inline-block;
  width: 15px;
  margin-right: 0.2em;
}
main .note__item a {
  color: #2972b9;
  text-decoration: underline;
}
main .model {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  main .model {
    margin-top: 4vw;
  }
}
main .model__contents + .model__contents {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .model__contents + .model__contents {
    margin-top: 5.3333333333vw;
  }
}
main .model__title {
  width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .model__title {
    width: 100%;
  }
}
main .model__title--a3 .model__title--inner {
  background-color: #00499f;
  color: #ffffff;
}
main .model__title--a4 .model__title--inner {
  background-color: #00e1ff;
  color: #00499f;
}
main .model__title--inner {
  width: 100%;
  padding: 1px 16px 6px 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .model__title--inner {
    width: 100%;
    padding: 0 2.6666666667vw 0.9333333333vw 2.6666666667vw;
    font-size: 4.6666666667vw;
  }
}
main .model__title--inner span {
  display: inline-block;
  font-size: 45px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .model__title--inner span {
    font-size: 7.4666666667vw;
  }
}
main .model__inner {
  width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .model__inner {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}
main .model__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main .model__list {
    margin-top: 2.6666666667vw;
  }
}
main .model__item {
  width: 33.3333333333%;
  border-right: 1px solid #004288;
}
@media screen and (max-width: 767px) {
  main .model__item {
    width: 50%;
  }
}
main .model__item:nth-child(3n+1) {
  border-left: 1px solid #004288;
}
@media screen and (max-width: 767px) {
  main .model__item:nth-child(3n+1) {
    border-left: 0;
  }
}
main .model__item:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .model__item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main .model__item:nth-child(odd) {
    border-left: 1px solid #004288;
  }
}
@media screen and (max-width: 767px) {
  main .model__item:nth-child(odd) .model__name {
    width: 96.8838526912%;
  }
}
@media screen and (max-width: 767px) {
  main .model__item:nth-child(odd) .model__plan {
    width: 96.8838526912%;
  }
}
@media screen and (max-width: 767px) {
  main .model__item:nth-child(odd) .model__detail {
    width: 96.8838526912%;
  }
}
@media screen and (max-width: 767px) {
  main .model__item:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
main .model__name {
  width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .model__name {
    width: 96.6101694915%;
  }
}
main .model__name a {
  display: block;
  position: relative;
}
main .model__name a:hover {
  opacity: 0.8;
  text-decoration: none;
}
main .model__name--detail {
  position: relative;
}
main .model__name--color {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 73px;
}
@media screen and (max-width: 767px) {
  main .model__name--color {
    top: 0;
    left: 2vw;
    width: 10.1333333333vw;
  }
}
main .model__name--color.color--monochrome figure img {
  display: block;
  width: 13px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .model__name--color.color--monochrome figure img {
    width: 2.4vw;
  }
}
main .model__name--color.color--monochrome p {
  margin-right: -0.5em;
  margin-left: -0.5em;
}
main .model__name--color figure {
  width: 100%;
}
main .model__name--color p {
  margin-top: 2px;
  color: #00499f;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .model__name--color p {
    margin-top: 0.5333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}
main .model__name--spec {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 83px;
}
@media screen and (max-width: 767px) {
  main .model__name--spec {
    bottom: 2vw;
    width: 14.1333333333vw;
  }
}
main .model__name--spec.spec--a3 > li {
  background-color: #00499f;
  color: #ffffff;
}
main .model__name--spec.spec--a3 > li::after {
  border-right: 10px solid transparent;
  border-bottom: 7px solid #00499f;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 767px) {
  main .model__name--spec.spec--a3 > li::after {
    border-right: 1.6vw solid transparent;
    border-bottom: 0.9333333333vw solid #00499f;
    border-left: 1.6vw solid transparent;
  }
}
main .model__name--spec.spec--a4 > li {
  background-color: #02e1ff;
  color: #00499f;
}
main .model__name--spec.spec--a4 > li::after {
  border-right: 10px solid transparent;
  border-bottom: 7px solid #02e1ff;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 767px) {
  main .model__name--spec.spec--a4 > li::after {
    border-right: 1.6vw solid transparent;
    border-bottom: 0.9333333333vw solid #02e1ff;
    border-left: 1.6vw solid transparent;
  }
}
main .model__name--spec.spec--other > li + li {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  main .model__name--spec.spec--other > li + li {
    margin-top: 0.2666666667vw;
  }
}
main .model__name--spec.spec--other > li.spec--02 {
  padding: 1px 0 3px 0;
}
@media screen and (max-width: 767px) {
  main .model__name--spec.spec--other > li.spec--02 {
    padding: 0 0 0.5333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  main .model__name--spec.spec--other > li.spec--02 span {
    width: 100%;
    margin: 0 auto;
    font-size: 2.4vw;
    transform: scale(1, 1);
  }
}
main .model__name--spec.spec--other > li.spec--02 span:nth-of-type(2) {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  main .model__name--spec.spec--other > li.spec--02 span:nth-of-type(2) {
    margin-top: 0.2666666667vw;
  }
}
main .model__name--spec.spec--other > li.spec--02 strong {
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  main .model__name--spec.spec--other > li.spec--02 strong {
    margin-top: -0.5333333333vw;
    font-size: 3.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main .model__name--spec.spec--other > li.spec--02 small {
    font-size: 2.4vw;
  }
}
main .model__name--spec > li {
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
main .model__name--spec > li + li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  main .model__name--spec > li + li {
    margin-top: 1.0666666667vw;
  }
}
main .model__name--spec > li::after {
  display: block;
  position: absolute;
  z-index: 1;
  right: -8px;
  bottom: 8px;
  width: 0;
  height: 0;
  content: "";
}
@media screen and (max-width: 767px) {
  main .model__name--spec > li::after {
    right: -1.6vw;
    bottom: 1.0666666667vw;
  }
}
main .model__name--spec > li span, main .model__name--spec > li strong, main .model__name--spec > li small {
  position: relative;
  z-index: 2;
}
main .model__name--spec .spec--01 {
  padding: 3px 0 7px 0;
}
@media screen and (max-width: 767px) {
  main .model__name--spec .spec--01 {
    padding: 0.5333333333vw 0;
  }
}
main .model__name--spec .spec--01 strong {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .model__name--spec .spec--01 strong {
    font-size: 3.2vw;
  }
}
main .model__name--spec .spec--01 span {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .model__name--spec .spec--01 span {
    font-size: 2.4vw;
  }
}
main .model__name--spec .spec--02 {
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  main .model__name--spec .spec--02 {
    padding: 1.3333333333vw 0;
  }
}
main .model__name--spec .spec--02 span {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  main .model__name--spec .spec--02 span {
    width: 150%;
    margin: 0 -2em;
    font-size: 2.2666666667vw;
    transform: scale(0.76, 1);
  }
}
main .model__name--spec .spec--02 strong {
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  main .model__name--spec .spec--02 strong {
    font-size: 3.6vw;
  }
}
main .model__name--spec .spec--02 small {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .model__name--spec .spec--02 small {
    font-size: 2.1333333333vw;
  }
}
main .model__name--spec .spec--02 small > sup {
  position: absolute;
  top: -6px;
  right: -0.5em;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  main .model__name--spec .spec--02 small > sup {
    top: -0.6666666667vw;
    font-size: 0.5em;
  }
}
main .model__name--print.print--01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 101px;
  height: 156px;
  padding-left: 10px;
  background: url(/products/bizprinter/smartcharge/index/common/images/bg-model-name-print-01.svg) no-repeat center center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .model__name--print.print--01 {
    width: 15.2vw;
    height: 21.2vw;
    padding-left: 1.3333333333vw;
    background: url(/products/bizprinter/smartcharge/index/common/images/bg-model-name-print-01-sp.svg) no-repeat center center;
    text-align: center;
  }
}
main .model__name--print.print--01 > li {
  padding: 9px 0;
  color: #00499f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .model__name--print.print--01 > li {
    padding: 1.0666666667vw 0;
    font-size: 2.6666666667vw;
  }
}
main .model__name--print.print--01 > li + li {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  main .model__name--print.print--01 > li + li {
    margin-top: 0.6666666667vw;
  }
}
main .model__name--print.print--02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 117px;
  height: 55px;
  padding-left: 10px;
  background: url(/products/bizprinter/smartcharge/index/common/images/bg-model-name-print-02.svg) no-repeat center center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .model__name--print.print--02 {
    width: 17.3333333333vw;
    height: 7.4666666667vw;
    padding-left: 1.3333333333vw;
    background: url(/products/bizprinter/smartcharge/index/common/images/bg-model-name-print-02-sp.svg) no-repeat center center;
    text-align: center;
  }
}
main .model__name--print.print--02 > li {
  width: 50%;
  height: auto;
  color: #00499f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .model__name--print.print--02 > li {
    font-size: 2vw;
    transform: scale(0.8, 1);
    transform-origin: center center;
  }
}
main .model__name--print.print--03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: 34px;
  padding-left: 10px;
  background: url(/products/bizprinter/smartcharge/index/common/images/bg-model-name-print-03.svg) no-repeat center center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .model__name--print.print--03 {
    width: 15.0666666667vw;
    height: 4.6666666667vw;
    padding-left: 1.3333333333vw;
    background: url(/products/bizprinter/smartcharge/index/common/images/bg-model-name-print-03-sp.svg) no-repeat center center;
    text-align: center;
  }
}
main .model__name--print.print--03 > li {
  padding: 9px 0;
  color: #00499f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .model__name--print.print--03 > li {
    padding: 1.0666666667vw 0;
    font-size: 2.6666666667vw;
  }
}
main .model__name--text {
  color: #004288;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .model__name--text {
    font-size: 3.0666666667vw;
  }
}
main .model__plan {
  width: 310px;
  margin: 15px auto 0 auto;
}
@media screen and (max-width: 767px) {
  main .model__plan {
    width: 96.6101694915%;
    margin-top: 1.3333333333vw;
  }
}
main .model__plan dl {
  padding: 0 10px;
  border: 1px solid #004288;
}
@media screen and (max-width: 767px) {
  main .model__plan dl {
    padding: 0 1.0666666667vw;
  }
}
main .model__plan dl dt, main .model__plan dl dd {
  color: #004288;
  text-align: center;
  line-height: 1;
}
main .model__plan dl dt {
  padding: 3px 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  main .model__plan dl dt {
    padding: 0.5333333333vw 0;
    font-size: 2.4vw;
  }
}
main .model__plan dl dt sup {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  main .model__plan dl dt sup {
    font-size: 0.5em;
    vertical-align: super;
  }
}
main .model__plan dl dt sup span {
  margin: 0 -0.5em;
}
main .model__plan dl dd {
  padding: 0 0 4px 0;
  border-top: 2px dotted #004288;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .model__plan dl dd {
    padding: 0.2666666667vw 0 0.5333333333vw 0;
    border-top: 1px dotted #004288;
    font-size: 1.8666666667vw;
  }
}
main .model__plan dl dd > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main .model__plan dl dd > span {
    font-size: 2.6666666667vw;
  }
}
main .model__plan dl dd > span > span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main .model__plan dl dd > span > span {
    font-size: 2vw;
  }
}
main .model__plan dl dd small {
  margin: 0 -0.5em;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  main .model__plan dl dd small {
    font-size: 1.7333333333vw;
  }
}
main .model__plan dl dd sup {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  main .model__plan dl dd sup {
    font-size: 0.6em;
    vertical-align: super;
  }
}
main .model__plan dl dd sup span {
  margin: 0 -0.5em;
}
main .model__detail {
  width: 310px;
  height: 77px;
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 767px) {
  main .model__detail {
    width: 96.6101694915%;
    height: 8.8vw;
    margin-top: 1.0666666667vw;
  }
}
main .model__detail a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #004288;
  background: repeating-linear-gradient(-45deg, #d0e6f7, #d0e6f7 2px, #ffffff 2px, #ffffff 4px);
  color: #004288;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: background 0.2s;
}
@media screen and (max-width: 767px) {
  main .model__detail a {
    background: repeating-linear-gradient(-45deg, #d0e6f7, #d0e6f7 0.2666666667vw, #ffffff 0.2666666667vw, #ffffff 0.5333333333vw);
    font-size: 2.4vw;
    text-align: center;
  }
}
main .model__detail a:hover {
  background: #004288;
  opacity: 1;
  transition: background 0.2s;
}
main .model__detail a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
main .model__detail a span:nth-child(1) {
  z-index: 2;
}
main .model__detail a span:nth-child(2) {
  z-index: 1;
  color: #ffffff;
  -webkit-text-stroke: 3px #ffffff;
  text-stroke: 3px #ffffff;
}
main .terms {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  main .terms {
    margin-top: 2.4vw;
  }
}
main .terms__inner {
  width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .terms__inner {
    width: 100%;
    padding: 0 1.3333333333vw;
  }
}
main .terms__item {
  color: #000000;
  font-size: 13px;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  main .terms__item {
    font-size: 2.4vw;
    line-height: 1.4444444444;
  }
}
main .slider {
  margin-top: 100px;
  font-family: "Noto Sans JP", sans-serif;
}
main .slider__inner {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding: 70px 0 20px 0;
  border-bottom: 5px solid #0f468c;
}
@media screen and (max-width: 767px) {
  main .slider__inner {
    width: 94.6666666667%;
    padding: 8.5333333333vw 0 3.3333333333vw 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  main .slider__inner::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 94.6666666667%;
    height: 0.8vw;
    background-color: #0f468c;
    content: "";
    transform: translateX(-50%);
  }
}
main .slider__title {
  position: absolute;
  top: -48px;
  left: 50%;
  width: 512px;
  border-right: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  main .slider__title {
    top: -6.4vw;
    width: 72.1126760563%;
    border-right: 1.3333333333vw solid #ffffff;
    border-left: 1.3333333333vw solid #ffffff;
  }
}
main .slider__title > span {
  display: block;
  margin: 0 auto;
  padding: 12px 0 14px 0;
  background-color: #004288;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  main .slider__title > span {
    padding: 1.6vw 0 1.8666666667vw 0;
    font-size: 3.2vw;
  }
}
main .slider__lead {
  color: #004288;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6470588235;
}
@media screen and (max-width: 767px) {
  main .slider__lead {
    margin: 0 -1em;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
main .slider__lead sup {
  font-size: 0.6em;
  vertical-align: super;
}
main .slider__list {
  margin: 26px auto 0 auto;
}
@media screen and (max-width: 767px) {
  main .slider__list {
    margin: 6.9333333333vw -2.6666666667% 0 -2.6666666667%;
  }
}
main .slider__head {
  margin-top: 24px;
  color: #004288;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .slider__head {
    margin-top: 2.4vw;
    font-size: 3.2vw;
    line-height: 1.4583333333;
  }
}
main .slider__head > span {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main .slider__head > span {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
}
main .slider__note {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  main .slider__note {
    margin-top: 3.7333333333vw;
  }
}
main .slider__note--item {
  color: #231815;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.6923076923;
}
@media screen and (max-width: 767px) {
  main .slider__note--item {
    padding-left: 2em;
    font-size: 3.2vw;
    text-indent: -2em;
    text-align: left;
    line-height: 1.375;
  }
}
main .slider__note--item sup {
  font-size: 0.6em;
  vertical-align: middle;
}
main .inquiry {
  font-family: "Noto Sans JP", sans-serif;
}
main .inquiry__inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 125px;
}
@media screen and (max-width: 767px) {
  main .inquiry__inner {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}
main .inquiry__head {
  padding: 8px 0 14px 0;
  border-radius: 20px 20px 0 0;
  background-color: #004288;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .inquiry__head {
    padding: 1.0666666667vw 0 1.8666666667vw 0;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-size: 4.1333333333vw;
  }
}
main .inquiry__head span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .inquiry__head span {
    margin-bottom: 0.8vw;
    font-size: 3.3333333333vw;
  }
}
main .inquiry__list {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  main .inquiry__list {
    margin-top: 0.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main .inquiry__list {
    display: block;
  }
}
main .inquiry__item {
  overflow: hidden;
  position: relative;
  background-color: #004288;
}
@media screen and (max-width: 767px) {
  main .inquiry__item {
    border-radius: 2.6666666667vw;
  }
}
main .inquiry__item--sp {
  width: 494px;
  padding: 30px 0 35px 0;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--sp {
    display: block;
    width: 100%;
    padding: 4vw 0 4.6666666667vw 0;
    border-radius: 0;
  }
}
main .inquiry__item--sp .smartcharge {
  color: #ffffff;
  text-align: center;
}
main .inquiry__item--sp .smartcharge__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--sp .smartcharge__title {
    font-size: 3.8666666667vw;
  }
}
main .inquiry__item--sp .smartcharge__number {
  font-family: "Zen Old Mincho", serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--sp .smartcharge__number {
    font-size: 11.2vw;
  }
}
main .inquiry__item--sp .smartcharge__number a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--sp .smartcharge__number a {
    pointer-events: all;
  }
}
main .inquiry__item--sp .smartcharge__number a:hover {
  opacity: 0.8;
  text-decoration: none;
}
main .inquiry__item--sp .smartcharge__number a span {
  margin-top: -0.25em;
}
main .inquiry__item--sp .smartcharge__note {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--sp .smartcharge__note {
    margin-top: 0.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: -0.05em;
  }
}
main .inquiry__item--sp .smartcharge__note small {
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--sp .smartcharge__note small {
    font-size: 3.2vw;
  }
}
main .inquiry__item--sp .smartcharge__note span {
  font-weight: 400;
}
main .inquiry__item--sp .smartcharge__note span span {
  margin-right: -0.4em;
}
main .inquiry__item--pc {
  width: 494px;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--pc {
    width: 100%;
    margin-top: 0.2666666667vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
main .inquiry__item--pc a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--pc a {
    justify-content: center;
    padding: 4.6666666667vw 0;
  }
}
main .inquiry__item--pc a:hover {
  background-color: #1cdbf5;
  opacity: 1;
  text-decoration: none;
  transition: background-color 0.2s;
}
main .inquiry__item--pc a:hover .inquiry__img {
  transition: transform 0.2s;
  transform: scale(1.1);
}
main .inquiry__item--pc a:hover .inquiry__img img {
  opacity: 0;
  transition: opacity 0.2s;
}
main .inquiry__item--pc a:hover .inquiry__title > span {
  color: #004288;
  transition: color 0.2s;
}
main .inquiry__item--pc a:hover .inquiry__title > span > span::after {
  opacity: 1;
  transition: opacity 0.2s;
}
main .inquiry__item--pc a:hover .inquiry__title > span > span img {
  opacity: 0;
  transition: opacity 0.2s;
}
main .inquiry__item--pc a:hover .inquiry__lead {
  color: #004288;
  transition: color 0.2s;
}
main .inquiry__item--pc .inquiry__img {
  width: 73px;
  margin: 0 auto;
  background: url(/products/bizprinter/smartcharge/index/common/images/im-inquiry-pc-hover.svg) no-repeat center center;
  background-size: 100;
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--pc .inquiry__img {
    width: 14.0845070423%;
  }
}
main .inquiry__item--pc .inquiry__img img {
  transition: opacity 0.2s;
}
main .inquiry__item--pc .inquiry__title {
  margin-top: 12px;
  padding-right: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--pc .inquiry__title {
    margin-top: 1.6vw;
    padding-right: 4vw;
  }
}
main .inquiry__item--pc .inquiry__title > span {
  position: relative;
  width: auto;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--pc .inquiry__title > span {
    font-size: 3.8666666667vw;
  }
}
main .inquiry__item--pc .inquiry__title > span > span {
  display: inline-block;
  position: relative;
  width: 15px;
  margin-left: 8px;
  font-size: 0;
  vertical-align: initial;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--pc .inquiry__title > span > span {
    width: 2vw;
    margin-left: 1.0666666667vw;
  }
}
main .inquiry__item--pc .inquiry__title > span > span::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/products/bizprinter/smartcharge/index/common/images/ps-window-hover.svg) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  content: "";
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--pc .inquiry__title > span > span::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
main .inquiry__item--pc .inquiry__title > span > span img {
  opacity: 1;
  transition: opacity 0.2s;
}
main .inquiry__item--pc .inquiry__lead {
  margin-top: 8px;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  main .inquiry__item--pc .inquiry__lead {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
    letter-spacing: -0.04em;
  }
}
main .inquiry__item--pc .inquiry__lead span {
  margin-right: -0.4em;
}
main.positioningmap .inquiry, main.comparison .inquiry {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main.positioningmap .inquiry, main.comparison .inquiry {
    margin-top: 2.6666666667vw;
  }
}
main .fee__inner {
  width: 1240px;
  margin: 84px auto 0 auto;
  padding: 0 125px 0 125px;
}
@media screen and (max-width: 767px) {
  main .fee__inner {
    width: 94.6666666667%;
    margin-top: 5.3333333333vw;
    padding: 0;
  }
}
main .fee__inner a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px 0 32px 150px;
  border: 1px solid #004288;
  border-radius: 20px;
  background-color: #004288;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  transition: color 0.2s, border 0.2s, background-color 0.2s;
}
@media screen and (max-width: 767px) {
  main .fee__inner a {
    display: block;
    padding: 9.3333333333vw 0 5.6vw 0;
    text-align: center;
  }
}
main .fee__inner a:hover {
  border: 1px solid #004288;
  background-color: #ffffff;
  opacity: 1;
  color: #004288;
  text-decoration: none;
  transition: color 0.2s, border 0.2s, background-color 0.2s;
}
main .fee__inner a::before {
  display: block;
  position: absolute;
  bottom: -34px;
  left: -88px;
  width: 216px;
  height: 162px;
  background: url(/products/bizprinter/smartcharge/index/common/images/ps-fee.png) no-repeat center center;
  background-size: 100%;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 767px) {
  main .fee__inner a::before {
    top: 3.7333333333vw;
    bottom: auto;
    left: -12vw;
    width: 35.8666666667vw;
    height: 26.6666666667vw;
  }
}
main .fee__title {
  font-size: 39px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  main .fee__title {
    margin-left: 14.6666666667vw;
    font-size: 6.5333333333vw;
  }
}
main .fee__lead {
  margin-left: 20px;
  font-size: 17px;
  letter-spacing: -0.05em;
  line-height: 1.5882352941;
}
@media screen and (max-width: 767px) {
  main .fee__lead {
    margin: 6.6666666667vw 0 0 0;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
main .info {
  padding: 100px 0 200px 0;
  background-color: #004288;
}
@media screen and (max-width: 767px) {
  main .info {
    padding: 10.6666666667vw 0 8vw 0;
  }
}
main .info__inner {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .info__inner {
    width: 100%;
  }
}
main .info__title {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .info__title {
    font-size: 3.2vw;
  }
}
main .info__list {
  display: flex;
  flex-wrap: wrap;
  width: 998px;
  margin: 26px auto 0 auto;
}
@media screen and (max-width: 767px) {
  main .info__list {
    justify-content: space-between;
    width: 97.3333333333%;
    margin-top: 2.6666666667vw;
  }
}
main .info__item {
  width: 241.5px;
  margin: 4px;
}
@media screen and (max-width: 767px) {
  main .info__item {
    width: 47.2602739726%;
    margin: 1.3698630137%;
  }
}
main.positioningmap .info, main.comparison .info {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main.positioningmap .info, main.comparison .info {
    margin-top: 5.3333333333vw;
  }
}
main .follow {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 60px;
  width: 428px;
}
@media screen and (max-width: 767px) {
  main .follow {
    display: none;
  }
}
main .follow__close {
  display: block;
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 50px;
  width: 12px;
}
main .follow__bnr {
  display: block;
}