@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap");
/* adjust
================================================== */
#contents .headSection .innerBlock {
  width: 1240px;
  padding: 0 15px;
}
#contents .headSection .leftArea .title {
  font-weight: bold;
}
#contents .share_title {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .headSection .innerBlock {
    width: auto;
    margin: 0 auto;
    padding: 0 2%;
    width: -webkit-fill-available;
  }
  #contents .headSection .leftArea {
    float: none;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #contents .headSection .leftArea .logo {
    width: 45%;
    padding-right: 1%;
  }
  #contents .headSection .leftArea .logo img {
    width: 100%;
    height: auto;
  }
  #contents .headSection .leftArea .title {
    padding-left: 0;
    background: none;
    font-size: 4.26667vw;
  }
  #contents .detailSection {
    width: auto;
  }
}

/* kv
================================================== */
#contents .kv {
  background: #f6f6ee;
}
#contents .kv__inner {
  display: flex;
  width: 1240px;
  gap: 32px;
  margin: 0 auto;
}
#contents .kv__title {
  flex: 1 0 0%;
  margin-top: 70px;
  line-height: 1;
}
#contents .kv__title__tagline {
  margin-bottom: .8em;
  font-size: 34px;
  line-height: 1.23;
  letter-spacing: -.1em;
}
#contents .kv__title__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
#contents .kv__title__main em {
  margin-bottom: .2em;
  font-size: 38px;
  font-weight: 500 !important;
  color: #e75d55;
  letter-spacing: -.1em;
}
#contents .kv__title__main span {
  font-size: 40px;
  letter-spacing: -.2em;
}
#contents .kv__title__main strong {
  font-size: 76px;
  font-weight: 500 !important;
  letter-spacing: -.125em;
}
#contents .kv__title__period {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#contents .kv__title__period dt {
  background: #333;
  border-radius: 20px 20px 0 0;
  padding: .5em 1.5em .3em;
  font-size: 18px;
  color: #fff;
}
#contents .kv__title__period dd {
  width: 100%;
  padding: .3em 0 .2em;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .03em;
}
#contents .kv__title__period dd span {
  font-size: 36px;
}
#contents .kv__img {
  flex: 0 0 668px;
}
#contents .kv__img figure {
  margin: 0;
}
#contents .kv__img ul {
  margin-top: 1em;
}
#contents .kv__img ul > li {
  display: table-row;
  font-size: 14px;
  line-height: 1.5;
}
#contents .kv__img ul > li > span {
  display: table-cell;
  vertical-align: top;
}
#contents .kv__img ul > li > span:nth-child(1) {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #contents .kv__inner {
    flex-direction: column;
    gap: 2.66667vw;
    width: auto;
    padding: 6.66667vw 5.33333vw 0;
  }
  #contents .kv__title {
    margin-top: 0;
  }
  #contents .kv__title__tagline {
    font-size: 4.53333vw;
  }
  #contents .kv__title__main {
    gap: 1.33333vw;
    margin-bottom: 6.66667vw;
  }
  #contents .kv__title__main em {
    font-size: 5.33333vw;
  }
  #contents .kv__title__main span {
    font-size: 5.6vw;
  }
  #contents .kv__title__main strong {
    font-size: 10.66667vw;
  }
  #contents .kv__title__period dt {
    border-radius: 2.66667vw 2.66667vw 0 0;
    font-size: 3.2vw;
  }
  #contents .kv__title__period dd {
    font-size: 4.26667vw;
  }
  #contents .kv__title__period dd span {
    font-size: 6.13333vw;
  }
  #contents .kv__img {
    flex: 0 0 auto;
  }
  #contents .kv__img ul {
    font-size: 3.2vw;
  }
}

/* section
================================================== */
#contents .section {
  padding: 80px 0;
}
#contents .section__inner {
  width: 1240px;
  margin: 0 auto;
}
#contents .section__ttl {
  margin: 0 0 1em;
  font-size: 50px;
  line-height: 1.4;
  text-align: center;
}
#contents .section__notes {
  margin-top: 1.5em;
}
#contents .section__notes > li {
  display: table-row;
  font-size: 14px;
  line-height: 1.5;
}
#contents .section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
#contents .section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
#contents .section--bg {
  background: #f6f6ee;
}
@media only screen and (max-width: 767px) {
  #contents .section {
    padding: 13.33333vw 0;
  }
  #contents .section__inner {
    width: auto;
    padding: 0 5.33333vw;
  }
  #contents .section__ttl {
    font-size: 6.66667vw;
  }
  #contents .section__notes {
    font-size: 3.2vw;
  }
}

/* about
================================================== */
#contents .about__ttl {
  position: relative;
  width: 960px;
  margin: 0 auto 50px;
  padding: 1em .5em .8em;
  border: solid 4px #e75d55;
  border-radius: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #e75d55;
  text-align: center;
  line-height: 1;
}
#contents .about__ttl > span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 0 .5em;
  background: #f6f6ee;
  font-size: 24px;
}
#contents .about__main {
  display: flex;
  align-items: center;
  gap: 110px;
}
#contents .about__main__img {
  margin: 0;
  flex: 0 0 433px;
}
#contents .about__main__txt {
  flex: 1 0 0%;
}
#contents .about__main__txt p {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.88;
}
#contents .about__main__txt ul {
  padding: 26px 10px 26px 20px;
  background: #fff;
  border: solid 1px #333;
  border-radius: 20px;
}
#contents .about__main__txt ul li {
  padding-left: 34px;
  background: url("/products/bizprinter/service/rental/images/about_icn_check.svg") no-repeat left top 0.2em;
  background-size: 24px 19px;
  font-size: 18px;
  line-height: 1.88;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents .about__ttl {
    margin-bottom: 10vw;
    width: auto;
    border-width: 0.53333vw;
    border-radius: 2.66667vw;
    font-size: 5.33333vw;
    line-height: 1.45;
  }
  #contents .about__ttl > span {
    font-size: 4.26667vw;
    line-height: 1;
  }
  #contents .about__main {
    flex-direction: column;
    gap: 6.66667vw;
  }
  #contents .about__main__img {
    flex: 0 0 auto;
    text-align: center;
  }
  #contents .about__main__img img {
    width: 66.66667vw !important;
  }
  #contents .about__main__txt p {
    font-size: 4.26667vw;
    line-height: 1.56;
  }
  #contents .about__main__txt ul {
    padding: 5.06667vw;
    border-radius: 2.66667vw;
  }
  #contents .about__main__txt ul li {
    padding-left: 7.46667vw;
    background: url("/products/bizprinter/service/rental/images/about_icn_check.svg") no-repeat left top 0.2em;
    background-size: 5.33333vw 4vw;
    font-size: 4.26667vw;
    line-height: 1.56;
  }
}

/* features
================================================== */
#contents .features__desc {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 65px;
}
#contents .features__desc__txt {
  flex: 1 0 0%;
}
#contents .features__desc__txt p {
  font-size: 18px;
  line-height: 1.88;
}
#contents .features__desc__txt p strong {
  font-size: 22px;
  color: #179056;
  font-weight: bold;
}
#contents .features__desc__txt p + p {
  margin-top: 1em;
}
#contents .features__desc__img {
  margin: 0 93px 0 0;
  flex: 0 0 353px;
}
#contents .features__items {
  display: flex;
  gap: 32px;
}
#contents .features__item {
  box-sizing: border-box;
  flex: 0 0 calc(1 / 4 * 100% - 24px);
  padding: 30px 20px 25px;
  background: #f6f6ee;
  border: solid 1px #333;
  border-radius: 20px;
}
#contents .features__item__header {
  display: contents;
}
#contents .features__item__ttl {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#contents .features__item__img {
  margin: 0;
  text-align: center;
}
#contents .features__item__lead {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.625;
}
#contents .features__item__lead sup {
  top: 0;
  display: inline-block;
  vertical-align: super;
}
@media only screen and (max-width: 767px) {
  #contents .features__desc {
    flex-direction: column-reverse;
    gap: 6.66667vw;
    margin-bottom: 9.33333vw;
    padding: 6.66667vw 5.33333vw 6vw;
  }
  #contents .features__desc__img {
    margin: 0;
    flex: 0 0 auto;
    text-align: center;
  }
  #contents .features__desc__img img {
    width: 66.66667vw !important;
  }
  #contents .features__desc__txt p {
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
  #contents .features__desc__txt p strong {
    font-size: 4.8vw;
  }
  #contents .features__items {
    flex-direction: column;
    gap: 5.33333vw;
  }
  #contents .features__item {
    flex: 0 0 auto;
    border-radius: 2.66667vw;
  }
  #contents .features__item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4vw;
  }
  #contents .features__item__ttl {
    margin-bottom: 0;
    font-size: 5.33333vw;
  }
  #contents .features__item__img img {
    width: 24vw;
    height: auto;
  }
  #contents .features__item__img--cost img {
    width: 28.8vw !important;
  }
  #contents .features__item__lead {
    font-size: 4.26667vw;
    line-height: 1.56;
  }
  #contents .features__item__lead sup {
    font-size: 3.2vw;
  }
}

/* flow
================================================== */
#contents .flow__inner {
  width: 960px;
}
#contents .flow__lead {
  margin: -1em 0 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.41;
  text-align: center;
}
#contents .flow__steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}
#contents .flow__step {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 200px;
  padding: 0 45px 0 31px;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #333;
}
#contents .flow__step + .flow__step::after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -150%);
  content: "";
  display: block;
  width: 42px;
  height: 26px;
  background: url("/products/bizprinter/service/rental/images/flow_icn_arw.svg") no-repeat;
  background-size: 42px 26px;
}
#contents .flow__step__number {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-right: 43px;
  width: 100px;
  height: 100px;
  background: #333;
  border-radius: 0 0 20px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#contents .flow__step__number > span:nth-child(2) {
  font-size: 40px;
}
#contents .flow__step__ttl h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.46;
}
#contents .flow__step__ttl .section__notes {
  margin-top: 3px;
}
#contents .flow__step__img {
  margin: 0 0 0 auto;
}
#contents .flow__offer {
  border: solid 1px #333;
  border-radius: 20px;
}
#contents .flow__offer__ttl {
  position: relative;
  background: #ffcc02;
  padding: 26px 30px 22px;
  border-radius: 20px 20px 0 0;
  border-bottom: solid 1px #333;
  font-size: 24px;
  line-height: 1.41;
  font-weight: bold;
  text-align: center;
}
#contents .flow__offer__ttl img {
  position: absolute;
  left: 32px;
  top: -32px;
}
#contents .flow__offer__ttl::after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  content: "";
  display: block;
  width: 48px;
  height: 26px;
  background: url("/products/bizprinter/service/rental/images/flow_balloon_offer.png") no-repeat;
  background-size: 48px 26px;
}
#contents .flow__offer__body {
  display: flex;
  align-items: center;
  padding: 43px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
#contents .flow__offer__body p {
  flex: 1 0 0%;
  font-size: 18px;
  line-height: 1.88;
}
#contents .flow__offer__body p strong {
  color: #e75d55;
}
#contents .flow__offer__body figure {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #contents .flow__inner {
    width: auto;
  }
  #contents .flow__lead {
    margin-bottom: 6.66667vw;
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
  #contents .flow__steps {
    gap: 10.66667vw;
    margin-bottom: 8vw;
  }
  #contents .flow__step {
    min-height: unset;
    align-items: flex-start;
    flex-direction: column;
    padding: 5.33333vw 4vw;
    border-radius: 2.66667vw;
  }
  #contents .flow__step + .flow__step::after {
    width: 8.4vw;
    height: 5.06667vw;
    background-size: 8.4vw 5.06667vw;
  }
  #contents .flow__step__number {
    position: absolute;
    left: 5.33333vw;
    top: 0;
    gap: 1.06667vw;
    margin-right: 0;
    width: 16vw;
    height: 16vw;
    border-radius: 0 0 2.66667vw 2.66667vw;
    font-size: 3.2vw;
  }
  #contents .flow__step__number > span:nth-child(2) {
    font-size: 6.4vw;
  }
  #contents .flow__step__ttl {
    display: contents;
  }
  #contents .flow__step__ttl h3 {
    order: 1;
    margin: 0 0 6.66667vw 0;
    padding-left: 22.66667vw;
    font-size: 5.33333vw;
    line-height: 1.45;
  }
  #contents .flow__step__ttl .section__notes {
    order: 3;
  }
  #contents .flow__step__img {
    order: 2;
    margin: 0 auto 2.66667vw;
  }
  #contents .flow__step__img img {
    width: 58.66667vw;
    height: auto;
  }
  #contents .flow__offer {
    border-radius: 2.66667vw;
  }
  #contents .flow__offer__ttl {
    padding: 4.66667vw 2.66667vw 4vw 21.33333vw;
    border-radius: 2.66667vw 2.66667vw 0 0;
    font-size: 4.26667vw;
    line-height: 1.56;
    text-align: left;
  }
  #contents .flow__offer__ttl img {
    width: 18.66667vw;
    height: auto;
    left: -1.33333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  #contents .flow__offer__ttl::after {
    width: 9.33333vw;
    height: 5.06667vw;
    background: url("/products/bizprinter/service/rental/images/flow_balloon_offer-sp.png") no-repeat;
    background-size: 9.33333vw 5.06667vw;
  }
  #contents .flow__offer__body {
    flex-direction: column;
    gap: 4vw;
    padding: 6vw 5.33333vw;
    border-radius: 0 0 2.66667vw 2.66667vw;
  }
  #contents .flow__offer__body p {
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
  #contents .flow__offer__body figure img {
    width: 45.46667vw;
    height: auto;
  }
}

/* products
================================================== */
#contents .products__inner {
  width: 1120px;
}
#contents .products__items {
  display: flex;
  gap: 40px;
}
#contents .products__item {
  box-sizing: border-box;
  flex: 1 0 0%;
  padding: 45px 30px;
  border: solid 1px #333;
  border-radius: 20px;
  text-align: center;
}
#contents .products__item__img {
  margin: 0;
}
#contents .products__item__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 35px 0 0;
  line-height: 1;
}
#contents .products__item__ttl > span {
  font-size: 18px;
  font-weight: bold;
}
#contents .products__item__ttl > strong {
  font-size: 30px;
}
#contents .products__item__tags {
  margin: 25px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
#contents .products__item__tags > li {
  flex: 0 0 calc(1/4 * 100% - 3px);
  border: solid 1px #cbcbcb;
  padding: .5em;
  font-size: 14px;
  color: #797d7f;
  line-height: 1;
}
#contents .products__item__price {
  margin-bottom: 35px;
  border: solid 2px #333;
  border-radius: 20px;
}
#contents .products__item__price dt {
  margin: 0;
  padding: 1.5em 1em 1.2em;
  border-bottom: solid 2px #333;
  font-size: 18px;
  line-height: 1;
}
#contents .products__item__price dd {
  margin: 0;
  padding: .5em .2em .3em;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #10218b;
}
#contents .products__item__price dd small {
  font-size: 18px;
}
#contents .products__item__price dd span {
  display: block;
  margin-bottom: .5em;
  font-size: 16px;
  color: #333;
}
#contents .products__item__price dd span sup {
  font-size: 14px;
}
#contents .products__item__detail {
  font-size: 18px;
  line-height: 1.55;
  text-align: left;
}
#contents .products__item__detail + .products__item__detail {
  margin-top: 1em;
}
#contents .products__item__detail sup {
  display: inline-block;
  font-size: 14px;
}
#contents .products__item__detail dd {
  padding-left: 1em;
}
#contents .products__item__detail--strong dd {
  font-weight: bold;
}
#contents .products__item__detail--strong span {
  background: linear-gradient(transparent 60%, #ffcc02 60%, #ffcc02 85%, transparent 85%);
}
#contents .products__item__link {
  margin-top: 30px;
}
#contents .products__item__link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 70px;
  border-radius: 35px;
  background: #333;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
}
#contents .products__item__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #contents .products__inner {
    width: auto;
  }
  #contents .products__items {
    flex-direction: column;
    gap: 5.33333vw;
  }
  #contents .products__item {
    flex: 0 0 auto;
    padding: 8.66667vw 5.33333vw;
    border-radius: 2.66667vw;
  }
  #contents .products__item__img img {
    width: 42.53333vw;
    height: auto;
  }
  #contents .products__item__ttl {
    gap: 1.33333vw;
    margin: 5.33333vw 0;
  }
  #contents .products__item__ttl > span {
    font-size: 4.26667vw;
  }
  #contents .products__item__ttl > strong {
    font-size: 5.86667vw;
  }
  #contents .products__item__tags {
    margin: 5.33333vw 0;
    gap: 0.53333vw;
  }
  #contents .products__item__tags > li {
    flex: 0 0 calc(1/3 * 100% - 0.35556vw);
    padding: .5em 0;
    font-size: 3.2vw;
  }
  #contents .products__item__price {
    margin-bottom: 5.33333vw;
    border-radius: 2.66667vw;
  }
  #contents .products__item__price dt {
    padding: 4.66667vw 1.33333vw 4vw;
    font-size: 4.26667vw;
  }
  #contents .products__item__price dd {
    padding: 3.2vw 1.33333vw 2.66667vw;
    font-size: 6.66667vw;
  }
  #contents .products__item__price dd small {
    font-size: 4.26667vw;
  }
  #contents .products__item__price dd span {
    font-size: 2.93333vw;
  }
  #contents .products__item__price dd span sup {
    font-size: 2.93333vw;
  }
  #contents .products__item__detail {
    font-size: 4.26667vw;
  }
  #contents .products__item__detail sup {
    font-size: 3.2vw;
  }
  #contents .products__item__link {
    margin-top: 6vw;
  }
  #contents .products__item__link a {
    width: 100%;
    height: 16vw;
    border-radius: 8vw;
    font-size: 4.26667vw;
  }
  #contents .products__item__link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: solid 0.8vw #fff;
    border-right: solid 0.8vw #fff;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* apply
================================================== */
#contents .apply {
  padding: 0;
  background: #ffcc02;
  text-align: center;
}
#contents .apply__inner {
  position: relative;
  width: 1120px;
  padding: 115px 0;
}
#contents .apply__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 650px;
  height: 90px;
  background: #fff;
  border-radius: 45px;
  border: solid 1px #333;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#contents .apply__btn img {
  display: block;
}
#contents .apply__ill {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #contents .apply {
    padding: 0;
  }
  #contents .apply__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding: 11.33333vw 5.33333vw;
  }
  #contents .apply__btn {
    width: 64vw;
    height: 24vw;
    border-radius: 12vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  #contents .apply__ill {
    position: static;
    flex: 0 0 24.13333vw;
  }
  #contents .apply__ill img {
    width: 100%;
    height: auto;
  }
}

/* attention
================================================== */
#contents .attention {
  padding-bottom: 0;
}
#contents .attention__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 960px;
  margin: 0 auto;
}
#contents .attention__item__ttl {
  margin-bottom: 1em;
  padding: .6em 1em .5em;
  background: #e7e7e7;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
#contents .attention__item__subttl {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#contents .attention__item__lead {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #contents .attention__items {
    gap: 9.33333vw;
    width: auto;
  }
  #contents .attention__item__ttl {
    border-radius: 1.33333vw;
    font-size: 4.8vw;
  }
  #contents .attention__item__subttl {
    font-size: 4.26667vw;
  }
  #contents .attention__item__lead {
    font-size: 4.26667vw;
  }
}

/* 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;
  }
}

#contents .u-ff-kiwi {
  font-family: "Kiwi Maru", serif !important;
  font-weight: 500 !important;
  font-style: normal;
}
