/* overwrite
================================================== */
@media only screen and (max-width: 767px) {
  #contents.responsive .headSection {
    margin: 0 auto 0;
    padding: 0;
  }
  #contents.responsive .headSection .innerBlock {
    padding: 0;
  }
  #contents.responsive .headSection .ttl {
    position: relative;
    margin: 0px auto 0;
    padding: 0 10px 0 15px;
    width: auto;
    text-align: left;
    overflow: hidden;
  }
  #contents.responsive .headSection .ttl p.productsLogo {
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    float: left;
    width: 55%;
    padding-right: 15px;
    text-align: left;
  }
  #contents.responsive .headSection .ttl h1 {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 45%;
    padding-left: 15px;
    background: url(/common/images/bg_dline_01.gif) repeat-y left top;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial,'Hiragino Kaku Gothic ProN',sans-serif;
  }
}

/* visual
================================================== */
.visual {
  width: 960px;
  margin: 0 auto 120px;
}
.visual p {
  margin: 0 -120px;
}
@media only screen and (max-width: 767px) {
  .visual {
    margin-bottom: 40px;
    width: auto;
  }
  .visual p {
    margin: 0 0 10px 0;
  }
  .visual ul {
    padding: 0 15px;
  }
}

/* movie
================================================== */
.movie {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 115px;
  padding: 40px;
  background: #fee950;
}
.movie__text {
  flex: 0 0 340px;
  text-align: center;
}
.movie__text h2 {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.3;
}
.movie__text ul a {
  transition: all 0.3s ease;
  display: block;
  height: 58px;
  line-height: 60px;
  border: solid 1px #30323a;
  background: #30323a url(/products/bizprinter/a4mono/01/images/icn_btn_w.png) no-repeat right 15px center;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
}
.movie__text ul a:hover {
  opacity: 1;
  background: #fff url(/products/bizprinter/a4mono/01/images/icn_btn_b.png) no-repeat right 15px center;
  color: #30323a !important;
}
.movie__image {
  flex: 0 0 380px;
}
.movie__image p {
  margin: .5em 0 0 0;
  font-size: 12px;
}
.movie__src {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.movie__src video {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .movie {
    flex-direction: column-reverse;
    width: auto;
    margin: 0 15px 50px;
    padding: 18px 15px 12px;
  }
  .movie__text {
    flex: 0 0 auto;
  }
  .movie__text h2 {
    margin-bottom: .5em;
    font-size: 15px;
    line-height: 1.46;
  }
  .movie__text ul {
    text-align: center;
  }
  .movie__text ul a {
    display: inline-block;
    padding: 0 30px 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-size: 12px 12px;
    background-position: right 10px center;
  }
  .movie__image {
    flex: 0 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .movie__image img {
    width: 60.53333vw;
  }
  .movie__image p {
    font-size: 2.66667vw !important;
  }
}

/* section
================================================== */
.section__inner {
  width: 960px;
  margin: 0 auto;
}
.section__notes {
  font-size: 12px;
}
.section__notes li {
  overflow: hidden;
}
.section__notes li em,
.section__notes li span {
  display: block;
}
.section__notes li em {
  float: left;
  margin-right: 0.5em;
  font-weight: normal;
  font-style: normal;
}
.section__notes li span {
  overflow: hidden;
}
.section__title {
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.section__title span {
  position: relative;
  display: inline-block;
  padding: 0 70px 22px 70px;
  background: url(/products/bizprinter/a4mono/01/images/sec_ttl_bg.png) repeat-x left bottom;
}
.section__title span img {
  position: absolute;
  left: -110px;
  bottom: -28px;
}
.section__title--wide {
  width: 760px;
  margin: 0 auto;
}
.section__title--wide span {
  display: block;
  padding: 0 30px 22px 160px;
}
.section__title--wide span img {
  left: 0;
  bottom: -12px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 0 15px;
  }
  .section__inner {
    width: auto;
  }
  .section__notes .iPop01 {
    display: inline;
  }
  .section__title {
    font-size: 4vw;
  }
  .section__title span {
    display: block;
    padding: 0 0 3.33333vw 20vw;
    background-size: auto 1.06667vw;
  }
  .section__title span img {
    left: -2.26667vw;
    bottom: -3.73333vw;
    width: 19.2vw;
    height: auto;
  }
}

/* description
================================================== */
.description {
  margin-bottom: 45px;
  background: url(/products/bizprinter/a4mono/01/images/desc_bg.png);
}
.description__inner {
  position: relative;
}
.description__balloon {
  position: absolute;
  left: 190px;
  top: -59px;
}
@media only screen and (max-width: 767px) {
  .description {
    margin-bottom: 20px;
    background: none;
  }
  .description__inner {
    padding: 0;
  }
}

/* prodInfo
================================================== */
.prodInfo {
  width: 960px;
  margin: 0 auto 100px;
  text-align: center;
}
.prodInfo__lead {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.55;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .prodInfo {
    width: auto;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .prodInfo__lead {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: bold;
    text-align: center;
  }
  .prodInfo__image {
    margin: 0 -5px;
  }
}

/* simulation
================================================== */
.simulation {
  margin-bottom: 90px;
}
.simulation__inner {
  position: relative;
}
.simulation__title {
  position: absolute;
  left: 0;
  width: 100%;
  top: -68px;
  text-align: center;
}
.simulation__title img {
  display: block !important;
  margin: 0 auto 8px;
}
.simulation__title span {
  display: inline-block;
  padding: 0 2em;
  background: #fff;
  font-size: 26px;
  font-weight: bold;
}
.simulation__title small {
  font-size: 14px;
  font-weight: normal;
}
.simulation__image {
  margin-bottom: 40px;
}
.simulation__image + p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .simulation {
    margin-bottom: 45px;
  }
  .simulation__title {
    top: -9.86667vw;
  }
  .simulation__title img {
    width: 26vw;
    margin-bottom: 1.86667vw !important;
  }
  .simulation__title span {
    padding: 0 .5em;
    font-size: 3.46667vw;
  }
  .simulation__title small {
    font-size: 1.86667vw;
  }
  .simulation__image {
    margin-bottom: 5.33333vw;
  }
  .simulation__image + p {
    margin-bottom: 5.33333vw;
  }
}

/* points
================================================== */
.points {
  padding-top: 45px;
  padding-bottom: 45px;
  background: url(/products/bizprinter/a4mono/01/images/desc_bg.png);
}
.points .section__title {
  margin-bottom: 40px;
}
.points__items {
  display: table;
  margin: 0 auto 50px;
}
.points__items li {
  display: table-cell;
}
.points__items li + li {
  padding-left: 12px;
}
.points__items + p {
  margin-bottom: 50px;
}
.points__btn {
  transition: all 0.3s ease;
  display: inline-block;
  width: 472px;
  height: 58px;
  line-height: 60px;
  border: solid 1px #30323a;
  background: #30323a url(/products/bizprinter/a4mono/01/images/icn_btn_w.png) no-repeat right 15px center;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
}
.points__btn:hover {
  background: #fff url(/products/bizprinter/a4mono/01/images/icn_btn_b.png) no-repeat right 15px center;
  color: #30323a !important;
}
@media only screen and (max-width: 767px) {
  .points .section__title {
    margin-bottom: 6.66667vw;
  }
  .points__items {
    display: block;
    margin-bottom: 5.33333vw;
  }
  .points__items li {
    display: block;
  }
  .points__items li + li {
    padding: 0;
    margin-top: 12px;
  }
  .points__items + p {
    margin-bottom: 5.33333vw;
  }
  .points__btn {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 50px;
    border: solid 1px #30323a;
    background: #30323a url(/products/bizprinter/a4mono/01/images/icn_btn_w.png) no-repeat right 10px center;
    background-size: 15px 15px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
  }
}

/* products
================================================== */
.products {
  padding-top: 100px;
}
.products .section__title {
  margin-bottom: 100px;
}
.products__title {
  position: relative;
  margin-bottom: 35px;
  padding: 12px 10px 10px 280px;
  background: url(/products/bizprinter/a4mono/01/images/prod_ttl_bg.png);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #30323a;
}
.products__title img {
  position: absolute;
  left: 20px;
  bottom: 12px;
}
.products__gird {
  display: flex;
  justify-content: space-between;
}
.products__gird > div {
  flex: 0 0 448px;
}
.products__gird > div p:nth-of-type(1) {
  margin-bottom: 15px;
}
.products__gird + .products__gird {
  margin-top: 60px;
}
.products__gird + .products__title {
  margin-top: 100px;
}
.products__gird + .section__notes {
  margin-top: 30px;
}
.products__table {
  margin-bottom: 30px;
  width: 100%;
}
.products__table th, .products__table td {
  padding: 1em 0.5em;
  border: solid 2px #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}
.products__table th {
  width: 45%;
  background: #d6dade;
  border-left: none;
  font-weight: normal;
}
.products__table th sup {
  font-size: 10px;
}
.products__table th small {
  font-size: 10px;
}
.products__table td {
  width: 55%;
  background: #f4f6f7;
  border-right: none;
}
.products__table .is-important th {
  background: #fae129;
}
.products__table .is-important td {
  background: #fcf3cf;
  font-size: 18px;
  font-weight: bold;
}
.products__links {
  text-align: center;
}
.products__links li + li {
  margin-top: 8px;
}
.products__links a {
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: inline-block;
  width: 320px;
  height: 48px;
  line-height: 50px;
  border: solid 1px #30323a;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
}
.products__links a.is-detail {
  background: #30323a url(/products/bizprinter/a4mono/01/images/icn_btn_w.png) no-repeat right 15px center;
  color: #fff !important;
}
.products__links a.is-detail:hover {
  background: #fff url(/products/bizprinter/a4mono/01/images/icn_btn_b.png) no-repeat right 15px center;
  color: #30323a !important;
}
.products__links a.is-detail span {
  position: relative;
  left: -15px;
}
.products__links a.is-detail img {
  position: relative;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
.products__links a.is-simulator {
  background: #fff url(/products/bizprinter/a4mono/01/images/icn_btn_b.png) no-repeat right 15px center;
  color: #30323a !important;
}
.products__links a.is-simulator:hover {
  background: #30323a url(/products/bizprinter/a4mono/01/images/icn_btn_w.png) no-repeat right 15px center;
  color: #fff !important;
}
.products__desc {
  position: relative;
  background: #FFFFFF;
  margin: 0 0 20px 0;
  padding: 10px;
  text-align: center;
  border: 2px solid #2B2D38;
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold;
  border-radius: 10px;
}
.products__desc::after, .products__desc::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.products__desc::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FFFFFF;
}
.products__desc::before {
  border-color: rgba(43, 45, 56, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-top: 2px;
  border-top-color: #2B2D38;
}
@media only screen and (max-width: 767px) {
  .products {
    padding-top: 10.66667vw;
  }
  .products .section__title {
    margin-bottom: 10vw;
  }
  .products__title {
    padding: 2vw 2.13333vw 1.6vw 35.6vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .products__title img {
    left: 2.13333vw;
    bottom: 1.6vw;
    width: 31.06667vw;
    height: auto;
  }
  .products__gird {
    display: block;
  }
  .products__gird > div p:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .products__gird > div p.fsS {
    font-size: 11px !important;
  }
  .products__gird > div + div {
    margin-top: 8vw;
  }
  .products__gird + .products__gird {
    margin-top: 13.33333vw;
  }
  .products__gird + .products__title {
    margin-top: 13.33333vw;
  }
  .products__gird + .section__notes {
    margin-top: 8vw;
  }
  .products__table {
    margin-bottom: 4vw;
  }
  .products__table th, .products__table td {
    padding: 0.75em 0.5em;
    font-size: 3.2vw;
  }
  .products__table th {
    width: 50%;
  }
  .products__table th sup {
    font-size: 2.13333vw;
  }
  .products__table th small {
    font-size: 2.66667vw;
  }
  .products__table td {
    width: 50%;
  }
  .products__links a {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    width: 90%;
    height: auto;
    line-height: 1.3;
    border: solid 1px #30323a;
    font-size: 14px;
  }
  .products__links a.is-detail {
    background-position: right 5px center;
    background-size: 15px 15px;
  }
  .products__links a.is-detail img {
    transform: none;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: auto;
  }
  .products__desc {
    max-width: 73.33333vw;
    margin: 0 auto 4vw;
    font-size: 3.46667vw;
    line-height: 1.4;
  }
  .products__desc--s270t {
    margin-bottom: -9.33333vw;
  }
}

/* case
================================================== */
.case {
  padding-top: 100px;
}
.case__title {
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}
.case__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.case__item {
  box-sizing: border-box;
  flex: 0 0 calc(50% - 30px);
  border: solid 1px #30323a;
}
.case__item__title {
  padding: .3em .3em .25em;
  background: #f9e12a;
  font-size: 18px;
  text-align: center;
}
.case__item__body {
  display: flex;
  gap: 16px;
  padding: 20px;
}
.case__item__image {
  flex: 0 0 214px;
}
.case__item__text {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.case__item__text dl dt {
  margin-bottom: .5em;
}
.case__item__text dl dt span {
  display: inline-block;
  padding: 0 .5em;
  border: solid 1px #808a95;
  color: #808a95;
}
.case__item__text ul {
  margin-top: auto;
}
.case__item__text ul a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  color: #333;
}
.case__item__text ul a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/products/bizprinter/a4mono/01/images/icn_btn_b.png) no-repeat;
  background-size: 18px 18px;
}
@media only screen and (max-width: 767px) {
  .case {
    padding-top: 10.66667vw;
  }
  .case__title {
    margin-bottom: 4.66667vw;
    font-size: 4vw;
  }
  .case__items {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4vw;
    margin-bottom: 4.66667vw;
  }
  .case__item {
    flex: 0 0 100%;
  }
  .case__item__title {
    font-size: 3.46667vw;
  }
  .case__item__body {
    padding: 4vw 2vw;
    gap: 2.66667vw;
  }
  .case__item__image {
    flex: 0 0 40vw;
  }
  .case__item__text {
    font-size: 3.2vw;
  }
  .case__item__text ul a::after {
    width: 3.06667vw;
    height: 3.06667vw;
    background-size: 3.06667vw 3.06667vw;
  }
}

/* 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;
  }
}
