/* adjusting
================================================== */
#contents {
  min-width: auto;
}
#contents .headSection .innerBlock {
  width: 100%;
  max-width: 1240px;
}
#contents .headSection .ttl {
  float: none;
  width: auto;
}
#contents .headSection .ttl h1 {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .headSection {
    padding-bottom: 15px;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 4vw;
  }
  #contents .headSection .ttl {
    display: flex;
    flex-direction: column;
    gap: 2.4vw;
  }
  #contents .headSection .ttl p.productsLogo {
    margin-bottom: 2px;
  }
  #contents .headSection .ttl p.productsLogo img {
    width: 36.53333vw;
  }
  #contents .headSection .ttl h1 {
    margin-bottom: 0;
    padding: 0;
    background: none;
    font-size: 4vw;
  }
}

html {
  scroll-behavior: smooth;
}

/* share
================================================== */
#contents .snsArea {
  padding: 0 0 30px;
}
#contents .share_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 0 0 30px;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* kv
================================================== */
.kv {
  height: 500px;
  background: url("/products/bizprinter/smartcharge/paper/images/kv_bg-pc.jpg") no-repeat center;
  background-size: cover;
}
.kv__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 1240px;
  margin: 0 auto;
}
.kv__inner > img {
  position: absolute;
  right: 6px;
  bottom: -128px;
}
@media only screen and (max-width: 767px) {
  .kv {
    margin-bottom: 2.66667vw;
    height: auto;
    background: none;
  }
  .kv__inner {
    width: auto;
  }
  .kv img {
    height: auto;
  }
}

/* heatfree
================================================== */
.heatfree {
  display: flex;
  align-items: flex-end;
  gap: 60px;
  width: 1240px;
  margin: 80px auto 100px;
}
.heatfree p {
  flex: 1 0 0%;
  font-size: 24px;
  line-height: 1.75;
}
.heatfree p strong {
  color: #415ca3;
}
.heatfree dl {
  flex: 0 0 460px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 22px;
  border: solid 1px #3c9dd2;
}
.heatfree dl dt {
  flex: 0 0 82px;
}
.heatfree dl dt img {
  width: 100%;
  height: auto;
}
.heatfree dl dd {
  flex: 1 0 0;
  font-size: 16px;
  line-height: 1.625;
}
.heatfree dl dd a.iLink02 {
  background-position: left top .5em;
}
@media only screen and (max-width: 767px) {
  .heatfree {
    flex-direction: column;
    gap: 6vw;
    width: auto;
    margin: 0 0 12vw;
    padding: 0 5.33333vw;
  }
  .heatfree p {
    font-size: 4.53333vw;
    line-height: 1.58;
  }
  .heatfree dl {
    flex: 0 0 auto;
    gap: 4vw;
    padding: 3.73333vw;
  }
  .heatfree dl dt {
    flex: 0 0 16vw;
  }
  .heatfree dl dd {
    font-size: 4vw;
    line-height: 1.46;
  }
}

/* menu
================================================== */
.menu {
  margin-bottom: 100px;
}
.menu__items {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.menu__item {
  flex: 0 0 360px;
}
.menu__item__btn {
  position: relative;
  display: flex;
  width: 100%;
  height: 120px;
  justify-content: center;
  align-items: center;
  background: #ccc;
  border-radius: 10px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
}
.menu__item__btn > img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.menu__item__btn > span {
  margin-top: .2em;
}
.menu__item__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 18px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.menu__item__btn--paper {
  background: #415ca3;
  box-shadow: 0px 6px 0px 0px #20356a;
}
.menu__item__btn--paper::before {
  width: 22px;
  height: 22px;
}
.menu__item__btn--purpose {
  background: #059b88;
  box-shadow: 0px 6px 0px 0px #017062;
}
.menu__item__btn--industry {
  background: #3c9dd2;
  box-shadow: 0px 6px 0px 0px #2077a6;
}
.menu__item__btn--purpose::before, .menu__item__btn--industry::before {
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .menu {
    margin-bottom: 13.33333vw;
    padding: 0 5.33333vw;
  }
  .menu__items {
    gap: 2.66667vw;
  }
  .menu__item {
    flex: 1 0 0%;
  }
  .menu__item__btn {
    height: 18.66667vw;
    border-radius: 1.33333vw;
    font-size: 4vw;
  }
  .menu__item__btn > img {
    width: 9.46667vw;
    height: auto;
  }
  .menu__item__btn > span {
    margin-top: -.2em;
  }
  .menu__item__btn::before {
    top: auto;
    right: auto;
    bottom: 3.2vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: solid 0.53333vw #fff;
    border-right: solid 0.53333vw #fff;
    transform: translateY(0%) rotate(45deg);
  }
  .menu__item__btn--paper {
    line-height: 1.2;
    box-shadow: 0px 0.8vw 0px 0px #20356a;
  }
  .menu__item__btn--paper > span {
    margin-top: 0;
  }
  .menu__item__btn--paper::before {
    bottom: 1.33333vw;
  }
  .menu__item__btn--purpose {
    box-shadow: 0px 0.8vw 0px 0px #017062;
  }
  .menu__item__btn--industry {
    box-shadow: 0px 0.8vw 0px 0px #2077a6;
  }
  .menu__item__btn--purpose::before, .menu__item__btn--industry::before {
    transform: translateY(0%) rotate(135deg);
  }
}

/* section
================================================== */
.section__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  background: #ccc;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.section__title > img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.section__title::after {
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #CCCCCC transparent transparent transparent;
  transform: translateX(-50%);
}
.section__body {
  padding: 90px 0;
}
.section__body__inner {
  width: 1240px;
  margin: 0 auto;
}
.section__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.section__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.section__item__title {
  height: 56px;
  line-height: 56px;
  background: #ccc;
  border-radius: 20px 20px 0 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.section__item__body {
  padding: 18px 30px 25px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.section__item__desc {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 30px;
}
.section__item__desc figure {
  flex: 0 0 124px;
  margin: 0;
}
.section__item__desc figure img {
  width: 100%;
  height: auto;
}
.section__item__desc p {
  padding-top: .6em;
  flex: 1 0 0%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
}
.section__item__keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.section__item__keywords a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  background: #f2f2f2;
  border-radius: 20px;
  box-shadow: 0px 2px 0px 0px #cdcdcd;
  font-size: 18px;
  color: #415ca3;
  text-decoration: none;
}
.section--purpose .section__title {
  background: #059b88;
}
.section--purpose .section__title::after {
  border-color: #059b88 transparent transparent transparent;
}
.section--purpose .section__body {
  background: #c0e6e1;
}
.section--purpose .section__item__title {
  background: #059b88;
}
.section--industry .section__title {
  background: #3c9dd2;
}
.section--industry .section__title::after {
  border-color: #3c9dd2 transparent transparent transparent;
}
.section--industry .section__body {
  background: #d0eafb;
}
.section--industry .section__item__title {
  background: #3c9dd2;
}
@media only screen and (max-width: 767px) {
  .section__title {
    height: 24vw;
    font-size: 6.66667vw;
  }
  .section__title > img {
    width: 12vw;
    height: auto;
  }
  .section__title::after {
    border-width: 4vw 4vw 0 4vw;
  }
  .section__body {
    padding: 12vw 5.33333vw;
  }
  .section__body__inner {
    width: auto;
  }
  .section__items {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
  .section__item__title {
    height: 11.2vw;
    line-height: 11.2vw;
    border-radius: 2.66667vw 2.66667vw 0 0;
    font-size: 5.33333vw;
  }
  .section__item__body {
    padding: 6.66667vw 4vw 8vw;
    border-radius: 0 0 2.66667vw 2.66667vw;
  }
  .section__item__desc {
    margin-bottom: 5.33333vw;
    gap: 2.66667vw;
  }
  .section__item__desc figure {
    flex: 0 0 21.6vw;
  }
  .section__item__desc p {
    padding-top: 0;
    font-size: 4vw;
    line-height: 1.46;
  }
  .section__item__keywords {
    gap: 2.66667vw;
  }
  .section__item__keywords a {
    padding-top: .2em;
    height: 11.2vw;
    line-height: 11.2vw;
    border-radius: 5.6vw;
    font-size: 4vw;
  }
}

/* to-condition
================================================== */
.to-condition {
  margin-top: 80px;
  text-align: center;
}
.to-condition a {
  display: block;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  padding: 25px 20px 20px;
  border-radius: 10px;
  background: #005bb4;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .to-condition {
    margin-top: 8vw;
  }
  .to-condition a {
    padding: 4vw 1.33333vw 3.33333vw;
    border-radius: 1.33333vw;
    font-size: 4.53333vw;
  }
}

/* tmpl
================================================== */
.condition__model {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold;
}
.condition__notes {
  margin-left: 1.2em;
}
.condition__notes li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.625;
}
.condition [class*="tbl_Mod"] table th,
.condition [class*="tbl_Mod"] table td {
  padding: 1em .5em;
  font-size: 1.4rem;
}
.condition [class*="tbl_Mod"] table th dl,
.condition [class*="tbl_Mod"] table td dl {
  display: flex;
  align-items: flex-start;
}
.condition [class*="tbl_Mod"] table th dl dt,
.condition [class*="tbl_Mod"] table td dl dt {
  font-weight: normal;
}
.condition [class*="tbl_Mod"] table th figure,
.condition [class*="tbl_Mod"] table td figure {
  margin: 1em 0;
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents .forsp {
    display: none !important;
  }
}
@media print {
  #contents .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents .forpc {
    display: none !important;
  }
}
#contents .oro {
  transition: opacity .3s ease-in;
}
#contents .oro:hover {
  opacity: .7;
}

#contents img.liquid {
  width: 100%;
  height: auto;
}
#contents img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents img.liquid--sp {
    width: 100%;
    height: auto;
  }
}
