@charset "UTF-8";
/* adjusting
================================================== */
#contents {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#contents .headSection .ttl {
  float: none;
  width: auto;
  display: flex;
}
#contents .headSection .ttl h1 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #contents .headSection {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 10px;
  }
  #contents .headSection .ttl h1 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .purchase2 .tbl {
    display: block;
  }
  .purchase2 .tbl .tbl-cell {
    display: block;
    width: auto;
  }
  .purchase2 .tbl-cell:nth-of-type(1) {
    padding: 0;
  }
  .purchase2 .tbl-cell:nth-of-type(2) {
    margin-top: 30px;
    padding: 0;
  }
  .purchase2 .bg-ico:before {
    display: none;
  }

  .purchase2 .bg-box {
    padding: 0;
  }

  .purchase2 .bg-ico {
    padding: 0;
  }

  .purchase2 .btn-tel .bg-ico {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .purchase2 .btn-form .bg-ico {
    top: auto;
    padding: 0;
  }

  .purchase2 .btn-tel .bg-line1,
  .purchase2 .btn-form .bg-gry,
  .purchase2 .btn-dl .bg-gry {
    width: 100%;
    box-sizing: border-box;
    display: table;
    border: 1px solid #000;
    empty-cells: show;
    border-collapse: collapse;
    margin-top: 1.5em;
  }

  .purchase2 .btn-form .bg-gry,
  .purchase2 .btn-dl .bg-gry {
    border: none;
    background-color: #e7e7e7;
  }

  .purchase2 .btn-tel .bg-line1 .bg-box,
  .purchase2 .btn-form .bg-gry a,
  .purchase2 .btn-dl .bg-gry a {
    display: table-cell;
    height: 120px;
    vertical-align: middle;
    text-align: center;
  }

  .purchase2 .btn-tel .bg-line1 .bg-box .bg-ico {
    background-image: url(/products/bizprinter/common/images/ico_ph_tel.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    background-size: 12%;
  }

  .purchase2 .btn-tel .bg-line1 .bg-box .bg-ico span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
    text-align: center;
  }

  .purchase2 .btn-tel .bg-line1 .bg-box .bg-ico a {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: center;
  }

  .purchase2 .btn-tel .bg-line1 .bg-box .fz-xs {
    margin-top: 5px;
    font-size: 10px !important;
  }

  .purchase2 .btn-form .bg-gry a,
  .purchase2 .btn-dl .bg-gry a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-indent: 25px;
  }

  .purchase2 .btn-form .bg-gry a {
    background-image: url(/products/bizprinter/common/images/ico_ph_form.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    background-size: 12%;
  }

  .purchase2 .btn-dl .bg-gry a {
    background-image: url(/products/bizprinter/common/images/ico_ph_dl2.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    background-size: 12%;
  }
}
/* share
================================================== */
#contents .snsArea {
  padding: 20px 0 60px;
}
#contents .share_title {
  font-size: 30px;
  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: 768px) {
  #contents .snsArea {
    padding: 20px 0 40px;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* fixedMenu
================================================== */
#contents .fixedMenu {
  transition: opacity .5s ease;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background: #fff;
}
#contents .fixedMenu.fadeOut {
  opacity: 0;
}
#contents .fixedMenu__wrapp {
  display: flex;
  width: 960px;
  margin: 0 auto;
  justify-content: flex-end;
}
#contents .fixedMenu__h1 {
  background-color: #0038A8;
  color: #fff;
  height: 58px;
  align-items: center;
  display: flex;
  padding: 0 15px;
  font-size: 14px;
  margin-right: 15px;
  font-weight: bold;
}
#contents .fixedMenu__inner {
  display: flex;
  justify-content: flex-end;
}
#contents .fixedMenu__tel {
  display: flex;
  align-items: center;
  height: 58px;
}
#contents .fixedMenu__tel dl {
  margin: 0 1.5em 0 0;
  font-weight: bold;
}
#contents .fixedMenu__tel dl dt {
  padding-left: 22px;
  font-size: 11px;
  line-height: 1.25;
}
#contents .fixedMenu__tel dl dd {
  margin: 0;
}
#contents .fixedMenu__tel dl dd a {
  display: inline-block;
  padding-left: 22px;
  background: url(/products/bizprinter/smartcharge/ecology/images/icn_tel.svg) no-repeat left center;
  background-size: 15px 17px;
  text-decoration: none !important;
  pointer-events: none;
  color: #333;
  font-size: 20px;
  line-height: 1.25;
}
#contents .fixedMenu__tel p {
  margin: 0 1.5em 0 0;
  line-height: 1.25;
  font-size: 11px;
}
#contents .fixedMenu__form, #contents .fixedMenu__cost {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 58px;
  color: #fff;
  text-decoration: none !important;
}
#contents .fixedMenu__form p, #contents .fixedMenu__cost p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
}
#contents .fixedMenu__form p i, #contents .fixedMenu__cost p i {
  margin-right: 10px;
}
#contents .fixedMenu__form p span, #contents .fixedMenu__cost p span {
  font-weight: bold;
}
#contents .fixedMenu__form {
  background: #ff8c00;
}
#contents .fixedMenu__cost {
  background: #168473;
}
@media only screen and (max-width: 768px) {
  #contents .fixedMenu__wrapp {
    width: auto;
  }
  #contents .fixedMenu__h1 {
    width: 68px;
    height: auto;
    margin-right: 0;
    padding: 0px 10px;
    font-size: 12px;
  }
  #contents .fixedMenu__tel {
    height: auto;
  }
  #contents .fixedMenu__tel dl {
    margin: 0 5px 0 10px;
    white-space: nowrap;
  }
  #contents .fixedMenu__tel dl dt {
    padding-left: 18px;
    font-size: 10px;
  }
  #contents .fixedMenu__tel dl dd a {
    padding-left: 18px;
    font-size: 18px;
  }
  #contents .fixedMenu__tel p {
    margin: 0 10px 0 0;
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
  }
  #contents .fixedMenu__tel p br {
    display: block !important;
  }
  #contents .fixedMenu__form, #contents .fixedMenu__cost {
    padding: 0 10px;
    height: auto;
  }
  #contents .fixedMenu__form p i, #contents .fixedMenu__cost p i {
    margin: 0;
  }
  #contents .fixedMenu__form p span, #contents .fixedMenu__cost p span {
    display: none;
  }
}
@media (pointer: coarse) and (hover: none) {
  #contents .fixedMenu__tel dl dd a {
    pointer-events: all;
  }
}

/* stickyMenu
================================================== */
#contents .stickyMenu {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
#contents .stickyMenu__inner {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
#contents .stickyMenu__items {
  flex: 1 0 0%;
  display: flex;
}
#contents .stickyMenu__items > li {
  position: relative;
  flex: 1 0 0%;
}
#contents .stickyMenu__items > li + li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #000;
}
#contents .stickyMenu__items a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #000 !important;
  text-decoration: none;
}
#contents .stickyMenu__items a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #00893d;
  transform: rotate(45deg);
  left: 50%;
  bottom: 7px;
  margin-left: -4px;
}
#contents .stickyMenu__box .soudan {
  text-align: center;
  color: #fff;
  background-color: #0038A8;
  font-size: 13px;
}
#contents .stickyMenu__telform {
  display: flex;
}
#contents .stickyMenu__tel {
  display: flex;
  align-items: center;
  background: #f2f1f6;
  height: 42px;
  padding: 0 12px;
}
#contents .stickyMenu__tel dl {
  font-weight: bold;
}
#contents .stickyMenu__tel dl dt {
  padding-left: 22px;
  font-size: 11px;
  line-height: 1.25;
}
#contents .stickyMenu__tel dl dd {
  margin: 0;
}
#contents .stickyMenu__tel dl dd a {
  display: inline-block;
  padding-left: 22px;
  background: url(/products/bizprinter/smartcharge/ecology/images/icn_tel.svg) no-repeat left center;
  background-size: 15px 17px;
  text-decoration: none !important;
  pointer-events: none;
  color: #333;
  font-size: 20px;
  line-height: 1.25;
}
#contents .stickyMenu__tel p {
  margin: 0 1.5em 0 0;
  line-height: 1.25;
  font-size: 11px;
}
#contents .stickyMenu__form {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 42px;
  color: #fff;
  text-decoration: none !important;
}
#contents .stickyMenu__form p {
  display: flex;
  align-items: center;
}
#contents .stickyMenu__form {
  background: #ff8c00;
}
@media only screen and (max-width: 768px) {
  #contents .stickyMenu__inner {
    width: auto;
  }
  #contents .stickyMenu__items > li + li::before {
    width: 0.53333vw;
    height: 9.33333vw;
  }
  #contents .stickyMenu__items a {
    font-size: 2.93333vw;
    line-height: 1.18;
  }
  #contents .stickyMenu__items a br {
    display: block !important;
  }
  #contents .stickyMenu__items a::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #00893d;
    transform: rotate(45deg);
    bottom: 5px;
  }
  #contents .stickyMenu__box .soudan {
    font-size: 2.8vw;
  }
  #contents .stickyMenu__tel {
    position: relative;
  }
  #contents .stickyMenu__tel dl {
    margin: 0;
    text-align: center;
    line-height: 1.18;
  }
  #contents .stickyMenu__tel dl dt {
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 1.18;
  }
  #contents .stickyMenu__tel dl dd a {
    padding-left: 0;
    background: none;
    font-size: 2.4vw;
  }
  #contents .stickyMenu__tel dl dd a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #contents .stickyMenu__tel p {
    margin: 0 10px 0 0;
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
  }
  #contents .stickyMenu__tel p br {
    display: block !important;
  }
  #contents .stickyMenu__form {
    padding: 0 10px;
  }
  #contents .stickyMenu__form p i {
    margin: 0;
  }
  #contents .stickyMenu__form p span {
    display: none;
  }
}
@media (pointer: coarse) and (hover: none) {
  #contents .stickyMenu__tel dl dd a {
    pointer-events: all;
  }
}

/* common
================================================== */
/* animation */
.anim-trigger .wipeIn, .anim-trigger.wipeIn {
  width: 0;
  opacity: 0;
}
.anim-trigger.anim .wipeIn, .anim-trigger.anim.wipeIn {
  animation: wipeIn 1s forwards;
}
.anim-trigger .slideInLeft, .anim-trigger.slideInLeft {
  opacity: 0;
  transform: translateX(20px);
}
.anim-trigger.anim .slideInLeft, .anim-trigger.anim.slideInLeft {
  animation: slideInLeft 1s forwards;
}
.anim-trigger .slideInUp, .anim-trigger.slideInUp {
  opacity: 0;
  transform: translateY(20px);
}
.anim-trigger.anim .slideInUp, .anim-trigger.anim.slideInUp {
  animation: slideInUp 1s forwards;
}
.anim-trigger .dropIn, .anim-trigger.dropIn {
  opacity: 0;
  transform: scale(1.3);
}
.anim-trigger.anim .dropIn, .anim-trigger.anim.dropIn {
  animation: dropIn 1s forwards;
}
.anim-trigger .fadeIn, .anim-trigger.fadeIn {
  opacity: 0;
}
.anim-trigger.anim .fadeIn, .anim-trigger.anim.fadeIn {
  animation: fadeIn 1s forwards;
}

@keyframes wipeIn {
  0% {
    opacity: 1;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* section */
#contents.responsive .section {
  position: relative;
  padding: 60px 0;
}
#contents.responsive .section--secondary {
  background: #F3F5F6;
}
#contents.responsive .section__anchor {
  position: absolute;
  top: -58px;
}
#contents.responsive .section__inner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#contents.responsive .section__title {
  padding: 0.2em;
  font-size: 40px;
  line-height: 1.33;
  text-align: center;
  color: #00893d;
}
#contents.responsive .section__title__lead {
  font-size: 35px;
  font-weight: normal;
  text-align: center;
  color: #333;
}
#contents.responsive .section__title--w {
  color: #fff;
}
#contents.responsive .section__title--g {
  color: #00893d;
  border-color: #00893d;
}
#contents.responsive .section__lead {
  font-size: 18px;
  line-height: 1.625;
  text-align: center;
}
#contents.responsive .section__lead--w {
  color: #fff;
}
#contents.responsive .section__lead--c {
  text-align: center;
}
#contents.responsive .section__lead span {
  font-size: 24px;
}
#contents.responsive .section__lead sup {
  display: inline-block;
  font-size: 11px;
  vertical-align: super;
}
#contents.responsive .section__text {
  font-size: 16px;
  line-height: 1.75;
}
#contents.responsive .section__text sup {
  display: inline-block;
  font-size: 11px;
  vertical-align: super;
}
#contents.responsive .section__panel__title {
  padding: .5em 1em .3em;
  background: #00893d;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
#contents.responsive .section__panel__title sup {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  vertical-align: super;
}
#contents.responsive .section__panel__body {
  padding: 0 0 35px 0;
  background: #fff;
}
#contents.responsive .section__panel__body__title {
  font-size: 16px;
}
#contents.responsive .section__panel__body__title sup {
  display: inline-block;
  font-size: 11px;
  vertical-align: super;
}
#contents.responsive .section__subtitle {
  display: flex;
  align-items: center;
  margin: 90px 0 40px;
  font-size: 35px;
  line-height: 1.2;
}
#contents.responsive .section__subtitle::before, #contents.responsive .section__subtitle::after {
  display: block;
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #333;
}
#contents.responsive .section__subtitle::before {
  margin-right: .5em;
}
#contents.responsive .section__subtitle::after {
  margin-left: .5em;
}
#contents.responsive .section__notes {
  font-size: 14px;
  line-height: 1.5;
}
#contents.responsive .section__notes li {
  display: flex;
}
#contents.responsive .section__notes li > span:nth-child(1) {
  white-space: nowrap;
}
#contents.responsive .section__notes sup {
  display: inline-block;
  vertical-align: text-top;
}
#contents.responsive .section__small-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
#contents.responsive .section__banners {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #contents.responsive .section {
    padding: 30px 0;
  }
  #contents.responsive .section__inner {
    width: auto;
    padding: 0 15px;
  }
  #contents.responsive .section__title {
    font-size: max(20px, 6vw);
    line-height: 1.35;
  }
  #contents.responsive .section__title__lead {
    font-size: max(14px, 4.2vw);
  }
  #contents.responsive .section__lead {
    font-size: 15px;
    line-height: 1.53;
    text-align: left;
  }
  #contents.responsive .section__text {
    font-size: 15px;
  }
  #contents.responsive .section__panel__title {
    font-size: 16px;
  }
  #contents.responsive .section__panel__title sup {
    font-size: 10px;
  }
  #contents.responsive .section__panel__body {
    padding: 20px 15px;
  }
  #contents.responsive .section__subtitle {
    margin: 50px 0 25px;
    font-size: 18px;
  }
  #contents.responsive .section__notes {
    font-size: 12px;
  }
  #contents.responsive .section__small-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #contents.responsive .section__banners {
    display: block;
    margin-bottom: 40px;
  }
  #contents.responsive .section__banners li + li {
    margin-top: 15px;
  }
}

/* visual
================================================== */
#contents.responsive .visual {
  height: 480px;
  overflow: hidden;
}
#contents.responsive .visual__main {
  position: relative;
}
#contents.responsive .visual__main__inner {
  position: relative;
  width: 960px;
  height: 480px;
  margin: 0 auto;
}
#contents.responsive .visual__main__bg {
  position: absolute;
  left: -203px;
}
#contents.responsive .visual__main__text {
  padding-top: 40px;
  position: relative;
}
#contents.responsive .visual__main__text p {
  display: table;
  font-size: 45px;
  line-height: 1.7em;
  margin-bottom: 6px;
}
#contents.responsive .visual__main__text p span {
  display: inline-block;
  overflow: hidden;
  height: 1.4em;
}
#contents.responsive .visual__main__text p span > span {
  position: relative;
  top: -0.2em;
  left: 0.2em;
}
#contents.responsive .visual__main__text p span.greenBase {
  padding: 0 10px 2px;
  background-color: #00893d;
  color: #fff;
}
#contents.responsive .visual__main__reduction {
  margin-top: 15px;
}
#contents.responsive .visual__main__reduction p {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.5;
}
#contents.responsive .visual__main__reduction p > span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 2px #000;
}
#contents.responsive .visual__main__reduction > div {
  position: relative;
  display: inline-block;
}
#contents.responsive .visual__main__reduction > div sup {
  position: absolute;
  right: -1.5em;
  top: 0;
  font-size: 12px;
  font-weight: normal;
}
#contents.responsive .visual__main__notes {
  position: relative;
  margin-top: -1.2em;
  font-size: 12px;
}
#contents.responsive .visual__main__image {
  position: absolute;
  top: 25px;
  right: -116px;
}
@media only screen and (max-width: 768px) {
  #contents.responsive .visual {
    height: auto;
    background: url("/products/bizprinter/smartcharge/ecology/images/visual_bg-sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  #contents.responsive .visual__main {
    position: relative;
  }
  #contents.responsive .visual__main__inner {
    width: auto;
    height: auto;
  }
  #contents.responsive .visual__main__image {
    position: static;
  }
  #contents.responsive .visual__main__bg {
    display: none;
  }
  #contents.responsive .visual__main__text {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    padding: 15px;
  }
  #contents.responsive .visual__main__text p {
    font-size: 42px;
    font-size: 5.6vw;
  }
  #contents.responsive .visual__main__text p br {
    display: block !important;
  }
  #contents.responsive .visual__main__text p span.greenBase {
    padding: 0 0.1em 0;
  }
  #contents.responsive .visual__main__reduction {
    margin-top: 25px;
    padding: 0 15px;
  }
  #contents.responsive .visual__main__reduction p {
    margin-bottom: 18px;
    font-size: 32px;
    font-size: 4.26667vw;
  }
  #contents.responsive .visual__main__reduction p > span {
    display: block;
  }
  #contents.responsive .visual__main__reduction p br {
    display: block;
  }
  #contents.responsive .visual__main__reduction > div sup {
    right: -.5em;
  }
  #contents.responsive .visual__main__notes {
    margin-top: 0;
    padding: 10px 15px 20px;
  }
}

@keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* lpc
================================================== */
#contents.responsive .lpc__subtitle {
  margin: 70px 0 20px;
  font-size: 24px;
  line-height: 1.3;
}
#contents.responsive .lpc__graphs {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 60px;
}
#contents.responsive .lpc__grid {
  display: flex;
  gap: 35px;
  margin-bottom: 40px;
}
#contents.responsive .lpc__grid__text {
  flex: 1 0 0%;
}
#contents.responsive .lpc__grid__graph {
  flex: 0 0 405px;
}
#contents.responsive .lpc__grid + div {
  margin-bottom: 40px;
}
#contents.responsive .lpc__heatfree {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 90px;
  padding: 30px 43px;
  border: solid 1px #d7d9de;
}
#contents.responsive .lpc__heatfree > div {
  flex: 0 0 92px;
}
#contents.responsive .lpc__heatfree > dl {
  flex: 1 0 0%;
}
#contents.responsive .lpc__heatfree > dl dt {
  margin-bottom: .2em;
  font-size: 30px;
  color: #1162B7;
}
#contents.responsive .lpc__heatfree > dl dd {
  font-size: 16px;
  line-height: 1.75;
}
#contents.responsive .lpc__panel {
  margin-bottom: 40px;
  padding: 30px 50px 38px;
  border: solid 4px #8DC316;
  background: #fff;
}
#contents.responsive .lpc__panel__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
#contents.responsive .lpc__panel__title > i {
  flex: 0 0 113px;
}
#contents.responsive .lpc__panel__title > h4 {
  color: #3E9211;
}
#contents.responsive .lpc__panel__title > h4 span, #contents.responsive .lpc__panel__title > h4 small {
  display: block;
  line-height: 1.4;
}
#contents.responsive .lpc__panel__title > h4 span {
  font-size: 35px;
}
#contents.responsive .lpc__panel__title > h4 small {
  padding-left: 1em;
  font-size: 26px;
}
#contents.responsive .lpc__panel__body {
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
#contents.responsive .lpc__panel__introduction {
  background-color: #ebf1de;
  padding: 40px 60px;
  margin-top: 40px;
}
#contents.responsive .lpc__panel__introduction__heading {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
}
#contents.responsive .lpc__panel__introduction__heading .left {
  color: #ffffff;
  background-color: #3E9211;
  padding: 20px 30px;
  border-radius: 12px;
}
#contents.responsive .lpc__panel__introduction__text {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
#contents.responsive .lpc__panel__introduction__movie {
  margin-top: 30px;
  text-align: center;
}
#contents.responsive .lpc__panel__introduction__movie iframe {
  width: 560px;
  height: 315px;
}

@media only screen and (max-width: 768px) {
  #contents.responsive .lpc__subtitle {
    margin-top: 60px;
    font-size: 18px;
  }
  #contents.responsive .lpc__graphs {
    display: block;
    margin: 0;
  }
  #contents.responsive .lpc__graphs > li + li {
    margin-top: 30px;
  }
  #contents.responsive .lpc__grid {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #contents.responsive .lpc__grid__text {
    margin-bottom: 20px;
  }
  #contents.responsive .lpc__grid + div {
    margin-bottom: 30px;
  }
  #contents.responsive .lpc__heatfree {
    margin-bottom: 50px;
    padding: 12px;
    gap: 15px;
    align-items: flex-start;
  }
  #contents.responsive .lpc__heatfree > div {
    flex: 0 0 64px;
  }
  #contents.responsive .lpc__heatfree > div img {
    width: 100%;
    height: auto;
  }
  #contents.responsive .lpc__heatfree > dl dt {
    font-size: 20px;
  }
  #contents.responsive .lpc__heatfree > dl dd {
    font-size: 15px;
  }
  #contents.responsive .lpc__panel {
    margin-bottom: 30px;
    padding: 18px;
  }
  #contents.responsive .lpc__panel__title {
    margin-bottom: 20px;
  }
  #contents.responsive .lpc__panel__title > i {
    flex: 0 0 65px;
    align-items: flex-start;
  }
  #contents.responsive .lpc__panel__title > i img {
    width: 100%;
    height: auto;
  }
  #contents.responsive .lpc__panel__title > h4 span {
    font-size: 18px;
  }
  #contents.responsive .lpc__panel__title > h4 small {
    padding: 0;
    font-size: 16px;
  }
  #contents.responsive .lpc__panel__body {
    font-size: 15px;
    text-align: left;
  }
  #contents.responsive .lpc .section__panel__title {
    margin-bottom: 1em;
  }
  #contents.responsive .lpc__panel__introduction {
    padding: 20px;
    margin-top: 25px;
  }
  #contents.responsive .lpc__panel__introduction__heading {
    flex-wrap: wrap;
    justify-content: unset;
    gap: 10px;
    font-size: 16px;
  }
  #contents.responsive .lpc__panel__introduction__heading .left {
    padding: 4px 30px;
    border-radius: 10px;
  }
  #contents.responsive .lpc__panel__introduction__text {
    font-size: 15px;
    text-align: unset;
    margin-top: 10px;
  }
  #contents.responsive .lpc__panel__introduction__movie {
   margin-top: 14px;
 }
 #contents.responsive .lpc__panel__introduction__movie iframe {
   width: 100%;
   height: auto;
 }
}

/* efficacy
================================================== */
#contents.responsive .efficacy {
  padding: 0;
}
#contents.responsive .efficacy__title {
  position: relative;
  padding: 20px 10px;
  background: #00893d;
  color: #fff;
  text-align: center;
}
#contents.responsive .efficacy__title p {
  margin-bottom: .3em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
#contents.responsive .efficacy__title h2 {
  font-size: 26px;
  line-height: 1.2;
}
#contents.responsive .efficacy__contents {
  position: relative;
  padding-bottom: 40px;
}
#contents.responsive .efficacy__panels {
  padding: 30px;
  background: #E5F5EA;
}
#contents.responsive .efficacy__panels__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
#contents.responsive .efficacy__panels__title h3 {
  box-sizing: border-box;
  width: 260px;
  padding: 10px 10px 9px;
  border: solid 4px #fff;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
#contents.responsive .efficacy__panel {
  width: 300px;
  height: 400px;
  padding: 16px 20px;
  background: #fff;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
}
#contents.responsive .efficacy__panel--5year {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 270px;
  margin-right: 20px;
  padding: 0;
  background: transparent;
}
#contents.responsive .efficacy__panel--5year p {
  margin-bottom: 12px;
}
#contents.responsive .efficacy__panel--5year dl {
  background: url("/products/bizprinter/smartcharge/ecology/images/efficacy_bg_arw-pc.svg") no-repeat right center;
  background-size: 100px 114px;
  color: #00893d;
  text-align: center;
}
#contents.responsive .efficacy__panel--5year dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}
#contents.responsive .efficacy__panel--5year dt > i {
  margin-right: 10px;
}
#contents.responsive .efficacy__panel--5year dt > span {
  font-size: 26px;
}
#contents.responsive .efficacy__panel--5year dd {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
#contents.responsive .efficacy__panel--5year dd > span {
  font-size: 50px;
}
#contents.responsive .efficacy__panel--5year dd > sup {
  font-size: 12px;
  font-weight: 300;
}
#contents.responsive .efficacy__panel:nth-child(3) {
  margin-right: 0;
}
#contents.responsive .efficacy__panel__title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #00893d;
  margin-bottom: 5px;
}
#contents.responsive .efficacy__panel__title .num {
  font-size: 60px;
  line-height: 60px;
}
#contents.responsive .efficacy__panel__title sup {
  font-size: 12px;
  color: #333;
  font-weight: normal;
  position: relative;
  top: -0.3em;
  margin-left: -0.2em;
  margin-right: -3em;
}
#contents.responsive .efficacy__panel__subtitle {
  background-color: #00893d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  border-radius: 1em;
}
#contents.responsive .efficacy__panel__img {
  text-align: center;
  margin-bottom: 18px;
}
#contents.responsive .efficacy__panel__img img {
  width: 160px;
  height: auto;
}
#contents.responsive .efficacy__panel__body {
  font-size: 16px;
  text-align: center;
}
#contents.responsive .efficacy__row {
  box-sizing: border-box;
  margin-bottom: 16px;
  height: 90px;
  clear: both;
}
#contents.responsive .efficacy__row__title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #00893d;
  height: 90px;
  float: left;
  margin-right: 20px;
}
#contents.responsive .efficacy__row__title > div {
  float: left;
}
#contents.responsive .efficacy__row__title h4 {
  line-height: 50px;
  width: 180px;
  float: left;
  margin: 20px 0;
  border-right: #D7D9DE 1px solid;
}
#contents.responsive .efficacy__row__body {
  font-size: 16px;
  line-height: 25px;
  height: 90px;
}
#contents.responsive .efficacy__row__body p {
  padding: 20px 0;
}
#contents.responsive .efficacy__row__body p.up {
  padding-top: 16px;
}
#contents.responsive .efficacy__row__body strong {
  font-size: 20px;
  font-weight: bold;
  color: #00893d;
  line-height: 1;
}
#contents.responsive .efficacy__row__body sup {
  color: #333;
  font-weight: normal;
  font-size: 12px;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  margin-left: -0.3em;
  margin-right: -0.3em;
}
#contents.responsive .efficacy__btn {
  position: relative;
  display: block;
  padding: 25px 15px 23px;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  width: 450px;
  margin: 0 auto;
}
#contents.responsive .efficacy__btn--g {
  background: #00893d;
}
#contents.responsive .efficacy__btn--b {
  background: #055fb9;
}
#contents.responsive .efficacy__btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
@media only screen and (max-width: 768px) {
  #contents.responsive .efficacy__title {
    padding: 15px 5px 15px 5px;
  }
  #contents.responsive .efficacy__title p {
    font-size: 22px;
    font-size: 2.93333vw;
  }
  #contents.responsive .efficacy__title p br {
    display: block !important;
  }
  #contents.responsive .efficacy__title h2 {
    font-size: 36px;
    font-size: 4.8vw;
  }
  #contents.responsive .efficacy__contents {
    padding-bottom: 0;
  }
  #contents.responsive .efficacy__panels {
    padding: 15px;
  }
  #contents.responsive .efficacy__panel {
    margin: 0 0 24px;
    padding: 15px 15px;
    border-radius: 10px;
    background: #fff;
    width: auto;
    height: auto;
    float: none;
  }
  #contents.responsive .efficacy__panel:nth-child(3) {
    margin-bottom: 0;
  }
  #contents.responsive .efficacy__panel--5year {
    margin-bottom: 30px;
    padding: 0 5.33333vw;
    background: transparent;
  }
  #contents.responsive .efficacy__panel--5year dl {
    padding-bottom: 26.66667vw;
    background: url("/products/bizprinter/smartcharge/ecology/images/efficacy_bg_arw-sp.svg") no-repeat center bottom;
    background-size: 30.4vw 26.66667vw;
  }
  #contents.responsive .efficacy__panel--5year dt > i {
    flex: 0 0 6.4vw;
    margin-right: 2.26667vw;
  }
  #contents.responsive .efficacy__panel--5year dt > i img {
    width: 100%;
    height: auto;
  }
  #contents.responsive .efficacy__panel--5year dt > span {
    font-size: 6.93333vw;
  }
  #contents.responsive .efficacy__panel--5year dd {
    font-size: 8vw;
    line-height: 1.3;
  }
  #contents.responsive .efficacy__panel--5year dd > span {
    font-size: 13.33333vw;
  }
  #contents.responsive .efficacy__panel--5year dd > sup {
    font-size: 2.93333vw;
  }
  #contents.responsive .efficacy__panel__title {
    text-align: center;
    font-size: max(30px, 7vw);
    font-weight: bold;
    color: #00893d;
  }
  #contents.responsive .efficacy__panel__title .num {
    font-size: max(60px, 14vw);
  }
  #contents.responsive .efficacy__panel__subtitle {
    margin-bottom: 1em;
  }
  #contents.responsive .efficacy__panel__img {
    margin-bottom: 0;
  }
  #contents.responsive .efficacy__panel__img img {
    height: auto;
    width: auto;
    max-width: 70%;
  }
  #contents.responsive .efficacy__panel__body {
    padding: 22px;
    font-size: max(18px, 4vw);
  }
  #contents.responsive .efficacy__row {
    margin-bottom: 16px;
    clear: both;
    height: auto;
  }
  #contents.responsive .efficacy__row__title {
    float: none;
    height: 18vw;
  }
  #contents.responsive .efficacy__row__title > div {
    margin-right: 4vw;
  }
  #contents.responsive .efficacy__row__title > div img {
    width: 18vw;
    height: 18vw;
  }
  #contents.responsive .efficacy__row__title h4 {
    width: auto;
    font-size: 5vw;
    border-right: none;
    text-align: left;
    line-height: 18vw;
    margin: 0;
  }
  #contents.responsive .efficacy__row__body {
    height: auto;
    line-height: 25px;
  }
  #contents.responsive .efficacy__row__body p {
    padding: 2vw 0 3vw;
    font-size: 4vw;
  }
  #contents.responsive .efficacy__row__body p.up {
    padding-top: 1vw;
  }
  #contents.responsive .efficacy__row__body strong {
    font-size: 5vw;
    line-height: 1.5;
  }
  #contents.responsive .efficacy__row__body sup {
    font-size: min(12px, 3vw);
  }
  #contents.responsive .efficacy__btn {
    font-size: 5vw;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* simulator
================================================== */
#contents.responsive .simulator {
  padding-top: 60px;
  padding-bottom: 60px;
}
#contents.responsive .simulator__title {
  position: relative;
  padding: 20px 10px;
  background: #00893d;
  color: #fff;
  text-align: center;
}
#contents.responsive .simulator__title p {
  margin-bottom: .3em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
#contents.responsive .simulator__title h2 {
  font-size: 26px;
  line-height: 1.2;
}
#contents.responsive .simulator__inner {
  margin-bottom: 50px;
  padding: 20px 35px 35px;
  background: #e5f5eb;
}
#contents.responsive .simulator__inner + p .efficacy__btn {
  width: 100%;
  max-width: 560px;
}
#contents.responsive .simulator__subtitle {
  margin-bottom: 1.25em;
  font-size: 22px;
  line-height: 1.36;
  text-align: center;
}
#contents.responsive .simulator__subtitle strong {
  font-size: 32px;
  margin-right: 0.25em;
  color: #00893d;
}
#contents.responsive .simulator__grid {
  display: table;
  margin: 0 auto 40px;
}
#contents.responsive .simulator__grid > dl + dl {
  margin-top: 30px;
}
#contents.responsive .simulator__grid__item {
  display: flex;
  align-items: center;
  text-align: center;
}
#contents.responsive .simulator__grid__item dt {
  box-sizing: border-box;
  position: relative;
  width: 570px;
  margin-right: 30px;
  padding: 10px 10px;
  background: #fff;
  border: solid 3px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1.5;
}
#contents.responsive .simulator__grid__item dt strong {
  font-size: 23px;
}
#contents.responsive .simulator__grid__item dt::after {
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 21px;
  height: 18px;
}
#contents.responsive .simulator__grid__item dd {
  display: flex;
  justify-content: center;
}
#contents.responsive .simulator__grid__item dd input {
  align-self: center;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  margin: 0 8px 0 0;
  padding: 0;
  width: 160px;
  height: 60px;
  border-radius: 8px;
  box-shadow: 3px 3px 1px 0 #ccc inset;
  font-size: 50px;
  line-height: normal !important;
  text-align: center;
  font-weight: 400;
}
#contents.responsive .simulator__grid__item dd span {
  align-self: flex-end;
  display: inline-block;
  vertical-align: bottom;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
#contents.responsive .simulator__grid__item--slow {
  color: #009d37;
}
#contents.responsive .simulator__grid__item--slow dt {
  border-color: #009d37;
}
#contents.responsive .simulator__grid__item--slow dt::after {
  background: url(/products/bizprinter/smartcharge/ecology/images/simulator/icn_arw_slow-pc.png) no-repeat;
}
#contents.responsive .simulator__grid__item--slow dd input {
  background: #009d37;
  box-shadow: 3px 3px 1px 0 #126a5c inset;
  color: #fff;
}
#contents.responsive .simulator__grid__item--slow dd input:placeholder-shown {
  color: #75bf89;
}
#contents.responsive .simulator__grid__item--slow dd input::-webkit-input-placeholder {
  color: #75bf89;
}
#contents.responsive .simulator__grid__item--slow dd input:-moz-placeholder {
  opacity: 1;
  color: #75bf89;
}
#contents.responsive .simulator__grid__item--slow dd input::-moz-placeholder {
  opacity: 1;
  color: #75bf89;
}
#contents.responsive .simulator__grid__item--slow dd input:-ms-input-placeholder {
  color: #75bf89;
}
#contents.responsive .simulator__grid__item--mid {
  color: #009cd1;
}
#contents.responsive .simulator__grid__item--mid dt {
  border-color: #009cd1;
}
#contents.responsive .simulator__grid__item--mid dt::after {
  background: url(/products/bizprinter/smartcharge/ecology/images/simulator/icn_arw_mid-pc.png) no-repeat;
}
#contents.responsive .simulator__grid__item--mid dd input {
  background: #009cd1;
  box-shadow: 3px 3px 1px 0 #007da7 inset;
  color: #fff;
}
#contents.responsive .simulator__grid__item--mid dd input:placeholder-shown {
  color: #59bfe1;
}
#contents.responsive .simulator__grid__item--mid dd input::-webkit-input-placeholder {
  color: #59bfe1;
}
#contents.responsive .simulator__grid__item--mid dd input:-moz-placeholder {
  opacity: 1;
  color: #59bfe1;
}
#contents.responsive .simulator__grid__item--mid dd input::-moz-placeholder {
  opacity: 1;
  color: #59bfe1;
}
#contents.responsive .simulator__grid__item--mid dd input:-ms-input-placeholder {
  color: #59bfe1;
}
#contents.responsive .simulator__grid__item--high {
  color: #3366cc;
}
#contents.responsive .simulator__grid__item--high dt {
  border-color: #3366cc;
}
#contents.responsive .simulator__grid__item--high dt::after {
  background: url(/products/bizprinter/smartcharge/ecology/images/simulator/icn_arw_high-pc.png) no-repeat;
}
#contents.responsive .simulator__grid__item--high dd input {
  background: #3366cc;
  box-shadow: 3px 3px 1px 0 #2952a3 inset;
  color: #fff;
}
#contents.responsive .simulator__grid__item--high dd input:placeholder-shown {
  color: #7a9bde;
}
#contents.responsive .simulator__grid__item--high dd input::-webkit-input-placeholder {
  color: #7a9bde;
}
#contents.responsive .simulator__grid__item--high dd input:-moz-placeholder {
  opacity: 1;
  color: #7a9bde;
}
#contents.responsive .simulator__grid__item--high dd input::-moz-placeholder {
  opacity: 1;
  color: #7a9bde;
}
#contents.responsive .simulator__grid__item--high dd input:-ms-input-placeholder {
  color: #7a9bde;
}
#contents.responsive .simulator__notes {
  margin-bottom: 30px;
}
#contents.responsive .simulator__alert {
  margin: -10px 0 20px;
  text-align: center;
  color: #dd3532;
  font-size: 16px;
}
#contents.responsive .simulator__btn {
  margin-bottom: 30px;
}
#contents.responsive .simulator__btn a {
  display: block;
  margin: 0 auto;
  width: 350px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #dd3532;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}
#contents.responsive .simulator__result {
  position: relative;
  background: #fff;
  padding: 40px 45px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(22, 132, 115, 0.15);
  display: none;
}
#contents.responsive .simulator__result__desc {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.37;
  text-align: center;
}
#contents.responsive .simulator__result__inner {
  padding: 0 153px;
  background-image: url(/products/bizprinter/smartcharge/ecology/images/simulator/ill_inner_l.png), url(/products/bizprinter/smartcharge/ecology/images/simulator/ill_inner_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}
#contents.responsive .simulator__result__title {
  margin-bottom: 20px;
  padding: 0 0 8px;
  border-bottom: solid 4px #009d37;
  line-height: 1.27;
  font-size: 22px;
  color: #009d37;
  text-align: center;
}
#contents.responsive .simulator__count {
  position: relative;
  display: table;
  margin: 0 auto 35px;
  padding-bottom: 65px;
  text-align: center;
}
#contents.responsive .simulator__count > p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.125;
}
#contents.responsive .simulator__count__detail {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 5px 0;
  color: #dd3532;
}
#contents.responsive .simulator__count__detail > span {
  color: #dd3532;
  line-height: 1;
}
#contents.responsive .simulator__count__detail > span:last-child {
  font-size: 22px;
}
#contents.responsive .simulator__count__detail > strong {
  box-sizing: border-box;
  margin: 0 3px 0 0;
  font-size: 34px;
  line-height: 1;
}
#contents.responsive .simulator__count::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 41px 0 41px;
  border-color: #dd3532 transparent transparent transparent;
}
#contents.responsive .simulator__panel {
  position: relative;
  border: dotted 2px #009d37;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 30px 50px;
}
#contents.responsive .simulator__panel__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  text-align: center;
}
#contents.responsive .simulator__panel__title span {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  font-size: 22px;
  color: #009d37;
  font-weight: bold;
}
#contents.responsive .simulator__panel__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents.responsive .simulator__panel__inner > div {
  flex: 1 0 0%;
  text-align: center;
}
#contents.responsive .simulator__panel__inner > div img {
  width: 246px;
  height: auto;
}
#contents.responsive .simulator__panel__inner > div.simulator__panel__text > img {
  width: 150px;
}
#contents.responsive .simulator__panel__text {
  line-height: 1;
}
#contents.responsive .simulator__panel__text p {
  font-size: 22px;
  font-weight: bold;
}
#contents.responsive .simulator__panel__text p span {
  font-size: 30px;
}
#contents.responsive .simulator__panel__text div {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 5px 0;
  font-weight: bold;
}
#contents.responsive .simulator__panel__text div strong {
  font-size: 55px;
  color: #dd3532;
}
#contents.responsive .simulator__panel__text div span.wf-oswald {
  font-size: 30px;
  color: #dd3532;
}
#contents.responsive .simulator__panel__text div span.fs22 {
  font-size: 22px;
}
#contents.responsive .simulator__panel__text div span.fs55 {
  font-size: 55px;
}
#contents.responsive .simulator__panel__text div span.fs30 {
  font-size: 30px;
}
#contents.responsive .simulator__group + .simulator__group {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #contents.responsive .simulator {
    width: auto;
    padding: 40px 0;
  }
  #contents.responsive .simulator__title {
    padding: 15px 5px 15px 5px;
  }
  #contents.responsive .simulator__title p {
    font-size: 22px;
    font-size: 2.93333vw;
  }
  #contents.responsive .simulator__title p br {
    display: block !important;
  }
  #contents.responsive .simulator__title h2 {
    font-size: 36px;
    font-size: 4.8vw;
  }
  #contents.responsive .simulator__inner {
    padding: 28px 15px 30px;
  }
  #contents.responsive .simulator__subtitle {
    font-size: 38px;
    font-size: 5.06667vw;
  }
  #contents.responsive .simulator__grid {
    display: block;
  }
  #contents.responsive .simulator__grid > dl + dl {
    margin: 35px 0 0 0;
  }
  #contents.responsive .simulator__grid__item {
    display: block;
  }
  #contents.responsive .simulator__grid__item dt {
    width: auto;
    margin: 0 0 20px 0;
    padding: 12px 0;
    font-size: 36px;
    font-size: 4.8vw;
  }
  #contents.responsive .simulator__grid__item dt strong {
    font-size: 42px;
    font-size: 5.6vw;
  }
  #contents.responsive .simulator__grid__item dt::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -16px;
    transform: translateX(-50%);
    width: 20px;
    height: 16px;
  }
  #contents.responsive .simulator__grid__item dd input {
    height: auto;
  }
  #contents.responsive .simulator__grid__item dd span {
    font-size: 80px;
    font-size: 10.66667vw;
  }
  #contents.responsive .simulator__grid__item dd span.forsp {
    width: 1em;
  }
  #contents.responsive .simulator__grid__item--slow dt::after {
    background: url(/products/bizprinter/smartcharge/ecology/images/simulator/icn_arw_slow-sp.png) no-repeat;
    background-size: 20px 16px;
  }
  #contents.responsive .simulator__grid__item--mid dt::after {
    background: url(/products/bizprinter/smartcharge/ecology/images/simulator/icn_arw_mid-sp.png) no-repeat;
    background-size: 20px 16px;
  }
  #contents.responsive .simulator__grid__item--high dt::after {
    background: url(/products/bizprinter/smartcharge/ecology/images/simulator/icn_arw_high-sp.png) no-repeat;
    background-size: 20px 16px;
  }
  #contents.responsive .simulator__btn a {
    max-width: 270px;
    width: 100%;
  }
  #contents.responsive .simulator__result {
    padding: 25px 10px 30px;
  }
  #contents.responsive .simulator__result__desc {
    margin-bottom: 1em;
    font-size: 26px;
    font-size: 3.46667vw;
  }
  #contents.responsive .simulator__result__desc br {
    display: block !important;
  }
  #contents.responsive .simulator__result__inner {
    width: auto;
    padding: 0;
    background: none;
  }
  #contents.responsive .simulator__result__title {
    margin-bottom: 25px;
    padding: 0 0 8px;
    font-size: 34px;
    font-size: 4.53333vw;
  }
  #contents.responsive .simulator__count {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
  #contents.responsive .simulator__count > p {
    width: auto;
    font-size: 34px;
    font-size: 4.53333vw;
  }
  #contents.responsive .simulator__count__detail {
    justify-content: center;
    margin: 10px 0;
  }
  #contents.responsive .simulator__count__detail > span:last-child {
    margin-left: .15em;
    font-size: 58px;
    font-size: 7.73333vw;
  }
  #contents.responsive .simulator__count__detail > strong {
    margin: 0;
    font-size: 94px;
    font-size: 12.53333vw;
  }
  #contents.responsive .simulator__count::after {
    border-width: 20px 20.5px 0 20.5px;
  }
  #contents.responsive .simulator__panel {
    margin-bottom: 12px;
    padding: 30px 15px 20px;
  }
  #contents.responsive .simulator__panel__title span {
    font-size: 34px;
    font-size: 4.53333vw;
  }
  #contents.responsive .simulator__panel__inner {
    display: block;
  }
  #contents.responsive .simulator__panel__inner > div img {
    max-width: 80%;
    width: 100%;
    height: auto;
  }
  #contents.responsive .simulator__panel__text p {
    font-size: 34px;
    font-size: 4.53333vw;
  }
  #contents.responsive .simulator__panel__text p span {
    font-size: 44px;
    font-size: 5.86667vw;
  }
  #contents.responsive .simulator__panel__text div strong {
    font-size: 100px;
    font-size: 13.33333vw;
  }
  #contents.responsive .simulator__panel__text div span.wf-oswald {
    font-size: 60px;
    font-size: 8vw;
  }
  #contents.responsive .simulator__panel__text div span.fs22 {
    font-size: 34px;
    font-size: 4.53333vw;
  }
  #contents.responsive .simulator__panel__text div span.fs55 {
    font-size: 82px;
    font-size: 10.93333vw;
  }
  #contents.responsive .simulator__panel__text div span.fs30 {
    font-size: 44px;
    font-size: 5.86667vw;
  }
  #contents.responsive .simulator__panel__text + .simulator__panel__text {
    margin-top: 30px;
  }
}

/* features
================================================== */
#contents.responsive .features__panel__subtitle {
  padding: 5px;
  background-color: #009d37;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #fff;
}
#contents.responsive .features__panel__subtitle sup {
  font-size: 12px;
  font-weight: normal;
}
#contents.responsive .features__panel__subtitle small {
  display: inline-block;
  margin-top: .1em;
  font-size: 14px;
}
#contents.responsive .features__panel__subtitle.invert {
  background-color: #fff;
  color: #009d37;
  border: 2px solid #009d37;
}
#contents.responsive .features__panel__grid3 {
  position: relative;
  margin-left: auto;
  width: 870px;
}
#contents.responsive .features__panel__grid3::after {
  position: absolute;
  left: 445px;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  background: #838181;
}
#contents.responsive .features__panel__grid3 > div + div {
  margin-top: 25px;
}
#contents.responsive .features__panel__grid3__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contents.responsive .features__panel__grid3__item > div:nth-child(1) {
  flex: 0 0 215px;
}
#contents.responsive .features__panel__grid3__item > div:nth-child(2) {
  flex: 0 0 636px;
}
@media only screen and (max-width: 768px) {
  #contents.responsive .features__panel__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #contents.responsive .features__panel__subtitle small {
    margin-top: 0;
    font-size: inherit;
  }
  #contents.responsive .features__panel__grid3 {
    width: auto;
  }
  #contents.responsive .features__panel__grid3::after {
    display: none;
  }
  #contents.responsive .features__panel__grid3 > div + div {
    margin-top: 15px;
  }
  #contents.responsive .features__panel__grid3__item {
    display: block;
  }
  #contents.responsive .features__panel__grid3__item > div:nth-child(2) {
    margin: 0 -17px;
  }
}

/* SDGs
================================================== */
#contents.responsive .sdgs__title {
  margin-bottom: 20px;
}
#contents.responsive .sdgs__title__lead {
  color: #00893d;
  font-weight: bold;
  text-align: center;
}
#contents.responsive .sdgs__contents {
  position: relative;
  padding-bottom: 60px;
}
#contents.responsive .sdgs__contents__inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 2;
}
#contents.responsive .sdgs__contents__subtitles {
  position: relative;
  margin-bottom: 26px;
  height: 36px;
}
#contents.responsive .sdgs__contents__subtitle {
  position: absolute;
  top: 0;
  width: 420px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #009d37;
  font-weight: bold;
  border-bottom: 2px solid #009d37;
}
#contents.responsive .sdgs__contents__subtitle:nth-child(1) {
  left: 0;
}
#contents.responsive .sdgs__contents__subtitle:nth-child(2) {
  right: 0;
}
#contents.responsive .sdgs__contents__list {
  display: block;
  overflow: hidden;
}
#contents.responsive .sdgs__contents__list li {
  margin-bottom: 14px;
}
#contents.responsive .sdgs__bnr {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #contents.responsive .sdgs__contents {
    position: relative;
    padding-bottom: 20px;
  }
  #contents.responsive .sdgs__contents__inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    z-index: 2;
  }
  #contents.responsive .sdgs__contents__img {
    margin-bottom: 15px;
  }
  #contents.responsive .sdgs__contents__img img {
    width: 25%;
    height: auto;
  }
  #contents.responsive .sdgs__contents__subtitles {
    position: relative;
    margin-bottom: 3vw;
    height: 9vw;
  }
  #contents.responsive .sdgs__contents__subtitle {
    width: 45%;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.2em;
    padding-bottom: 0.5em;
  }
  #contents.responsive .sdgs__contents__subtitle:nth-child(1) {
    left: 0;
  }
  #contents.responsive .sdgs__contents__subtitle:nth-child(2) {
    right: 0;
  }
  #contents.responsive .sdgs__contents__subtitle br.forsp {
    display: block;
  }
  #contents.responsive .sdgs__contents__list {
    height: auto;
    padding-left: 0;
    background: none;
  }
  #contents.responsive .sdgs__contents__list li {
    margin-bottom: 2.6vw;
    width: auto;
    height: auto;
  }
}

/* smartcharge
================================================== */
#contents.responsive .smartcharge {
  padding-bottom: 80px;
}
#contents.responsive .smartcharge__banner {
  text-align: center;
}
#contents.responsive .smartcharge__banner > li {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #contents.responsive .smartcharge {
    padding-bottom: 40px;
  }
  #contents.responsive .smartcharge__banner > li {
    margin-top: 30px;
  }
}

/* Utility
================================================== */
@media (min-width: 769px) {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media print {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #contents.responsive .forpc {
    display: none !important;
  }
}
#contents.responsive .oro {
  transition: opacity .3s ease;
}
#contents.responsive .oro:hover {
  opacity: .7;
}
#contents.responsive img.liquid {
  width: 100%;
  height: auto;
}
#contents.responsive img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #contents.responsive img.liquid--sp {
    width: 100%;
    height: auto;
  }
}
#contents.responsive .wf-oswald {
  font-family: 'Oswald', sans-serif;
}
#contents.responsive .wf-oswald--r {
  font-weight: 400;
}
#contents.responsive .wf-oswald--m {
  font-weight: 500;
}
#contents.responsive .wf-roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
