/* 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;
}
#contents sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 0.7em;
}
@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;
  }
}

/* wrapper
================================================== */
.wrapper {
  background: #32a472;
}
.wrapper__inner {
  width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrapper__inner {
    width: auto;
    padding: 0 4vw;
  }
}

/* kv
================================================== */
.kv {
  margin-bottom: -56px;
  height: 410px;
  background: url("/products/bizprinter/smartcharge/carbon-offset/images/kv_bg-pc.jpg") no-repeat center bottom;
  background-size: cover;
  text-align: center;
}
.kv > div {
  padding-top: 23px;
}
.kv > p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .kv {
    margin-bottom: -9.06667vw;
    height: 55.73333vw;
    background: url("/products/bizprinter/smartcharge/carbon-offset/images/kv_bg-pc.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .kv > div {
    padding-top: 3.73333vw;
  }
  .kv > div img {
    width: 97.46667vw;
    height: auto;
  }
  .kv > p {
    font-size: 3.46667vw;
    line-height: 1.357;
  }
}

/* section
================================================== */
.section {
  position: relative;
  padding: 40px 50px 50px;
  background: #fff;
  border-radius: 40px;
}
.section + .section {
  margin-top: 50px;
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 50px;
  text-align: center;
}
.section__title > span:lang(en) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 34px;
  background: #7cbc23;
  border-radius: 17px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.section__title > span:lang(ja) {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.315;
}
.section__title sup {
  font-size: .5em !important;
}
.section__notes > li {
  display: table-row;
  font-size: 14px;
  line-height: 1.5;
}
.section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__panel {
  margin-top: 50px;
  padding: 30px;
  border-radius: 20px;
  background: #e1f6d7;
}
.section__panel__title {
  margin-bottom: .5em;
  font-size: 30px;
  font-weight: bold;
  color: #179056;
  text-align: center;
}
.section__panel__lead {
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 5.86667vw 4vw 8vw;
    border-radius: 5.33333vw;
  }
  .section + .section {
    margin-top: 8vw;
  }
  .section__title {
    gap: 3.73333vw;
    margin-bottom: 6.66667vw;
  }
  .section__title > span:lang(en) {
    width: 25.6vw;
    height: 7.2vw;
    border-radius: 3.6vw;
    font-size: 3.73333vw;
  }
  .section__title > span:lang(ja) {
    font-size: 5.6vw;
    line-height: 1.285;
  }
  .section__notes > li {
    font-size: 3.73333vw;
    line-height: 1.4;
  }
  .section__panel {
    margin-top: 8vw;
    border-radius: 2.66667vw;
    padding: 6.66667vw 4vw;
  }
  .section__panel__title {
    margin-bottom: .8em;
    font-size: 4.8vw;
  }
  .section__panel__lead {
    font-size: 4vw;
    line-height: 1.46;
  }
  .section__panel__lead + .section__panel__lead {
    margin-top: .8em;
  }
  .section__panel .iPop01 {
    display: inline;
  }
}

/* about
================================================== */
.about__desc {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about__desc > div {
  flex: 1 0 0%;
}
.about__desc > figure {
  flex: 0 0 540px;
}
.about__desc p {
  margin-bottom: 1.25em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
}
.about__desc p strong {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .about__desc {
    flex-direction: column;
    gap: 4vw;
  }
  .about__desc > div,
  .about__desc > figure {
    flex: 0 0 auto;
  }
  .about__desc p {
    font-size: 4.26667vw !important;
    line-height: 1.4375;
  }
  .about__desc p strong {
    font-size: 4.8vw;
  }
}

/* features
================================================== */
.features__desc {
  display: flex;
  align-items: center;
  gap: 40px;
}
.features__desc > div {
  flex: 1 0 0%;
}
.features__desc > figure {
  flex: 0 0 370px;
}
.features__desc p {
  margin-bottom: 1.25em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
}
.features__desc p strong {
  font-size: 22px;
  color: #cf152b;
}
.features__ill {
  margin: 30px 0;
  text-align: center;
}
.features__section {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 2px #cdcdcd;
  text-align: center;
}
.features__section__title {
  margin-bottom: .8em;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
}
.features__section__lead {
  font-size: 16px;
  line-height: 1.625;
}
.features__section__lead + .features__section__lead {
  margin-top: 1em;
}
.features__section__ill {
  margin-top: 30px;
}
.features__section .section__notes {
  margin-top: 15px;
  text-align: left;
}
.features__panel {
  display: flex;
  gap: 35px;
  margin-top: 30px;
  padding: 25px 45px 30px;
  border-radius: 10px;
  background: #fff;
}
.features__panel figure {
  flex: 0 0 126px;
}
.features__panel dl {
  flex: 1 0 0%;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.625;
}
.features__panel dt {
  margin-bottom: .5em;
}
.features__panel dd ul {
  margin-bottom: 1em;
}
.features__panel dd .iPop01 {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .features__desc {
    flex-direction: column;
    gap: 4vw;
  }
  .features__desc > div,
  .features__desc > figure {
    flex: 0 0 auto;
  }
  .features__desc > figure {
    text-align: center;
  }
  .features__desc > figure img {
    max-width: 74.66667vw;
  }
  .features__desc p {
    font-size: 4.26667vw !important;
    line-height: 1.4375;
  }
  .features__desc p strong {
    font-size: 4.8vw;
  }
  .features__ill {
    margin: 8vw 0;
  }
  .features__section {
    margin-top: 8vw;
    padding-top: 8vw;
  }
  .features__section__title {
    font-size: 4.8vw;
    line-height: 1.38;
  }
  .features__section__lead {
    font-size: 4vw;
    line-height: 1.46;
  }
  .features__section__lead .iPop01 {
    display: inline;
  }
  .features__section__ill {
    margin-top: 5.33333vw;
  }
  .features__panel {
    gap: 3.2vw;
    margin-top: 5.33333vw;
    padding: 4vw;
    border-radius: 1.33333vw;
  }
  .features__panel figure {
    flex: 0 0 16.8vw;
  }
  .features__panel dl {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}

/* merits
================================================== */
.merits__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.merits__item {
  position: relative;
  flex: 0 0 calc(50% - 10px);
  padding: 30px;
  background: #e1f6d7;
  border-radius: 10px;
  overflow: hidden;
}
.merits__item__number {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50.1%;
  background: #179056;
  padding: 0 1.1em .65em 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.merits__item__title {
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: bold;
  color: #179056;
  text-align: center;
}
.merits__item__lead {
  font-size: 16px;
  line-height: 1.625;
}
.merits__item__lead + .merits__item__lead {
  margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  .merits__items {
    flex-direction: column;
    gap: 4vw;
  }
  .merits__item {
    flex: 0 0 auto;
    padding: 6vw 4vw;
    border-radius: 2.66667vw;
  }
  .merits__item__number {
    width: 20vw;
    height: 20vw;
    font-size: 4vw;
  }
  .merits__item__title {
    font-size: 4.8vw;
  }
  .merits__item__lead {
    font-size: 4vw;
    line-height: 1.46;
  }
}

/* products
================================================== */
.products__row {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.products__col {
  font-size: 18px;
}
.products__col ul > li + li {
  margin-top: .1em;
}
.products__all {
  margin-top: 1em;
  font-size: 18px;
}
.products .iLink02 {
  background-position: left center !important;
}
@media only screen and (max-width: 767px) {
  .products__row {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1em 0;
  }
  .products__col {
    flex: 0 0 50%;
    font-size: 4.26667vw;
  }
  .products__all {
    font-size: 4.26667vw;
  }
}

/* contact
================================================== */
.contact {
  margin-top: 50px;
  padding-top: 70px;
  border-radius: 40px 40px 0 0;
  background: #fff;
  text-align: center;
}
.contact__title {
  margin-bottom: 1em;
  font-size: 38px;
  font-weight: bold;
}
.contact__lead {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.contact__group {
  width: 920px;
  margin: 35px auto 0;
  padding: 30px 40px 40px;
  border: solid 2px #ed5a25;
}
.contact__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 500px;
  height: 70px;
  background: #ed5a25;
  border-radius: 10px;
  font-size: 24px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
}
.contact__btn > i img {
  display: block;
}
.contact__btn > img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .contact {
    margin-top: 8vw;
    padding: 6.66667vw 4vw 0;
    border-radius: 5.33333vw 5.33333vw 0 0;
  }
  .contact__title {
    margin-bottom: .5em;
    font-size: 5.6vw;
  }
  .contact__lead {
    font-size: 4.26667vw;
    line-height: 1.4375;
  }
  .contact__group {
    width: auto;
    margin-top: 5.33333vw;
    border-width: 0.53333vw;
    padding: 6.66667vw 4vw;
  }
  .contact__btn {
    gap: 2.66667vw;
    width: 100%;
    height: 16vw;
    border-radius: 1.33333vw;
    font-size: 4.8vw;
  }
  .contact__btn > i img {
    width: 5.46667vw;
    height: auto;
  }
}

/* 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;
  }
}
