@charset "UTF-8";
/* visual
================================================== */
.visual {
  text-align: center;
  margin-bottom: 3em;
}
.visualtextblock {
  width: 960px;
  margin: 0 auto;
}
.visualtextblock__main {
  padding: 2em 0 0 0;
  margin-bottom: 0.5rem;
  font-size: 22px;
  line-height: 1.55;
}
.visualtextblock__sub {
  text-align: left;
  font-size: 16px;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .visualtextblock {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #contents.responsive .visualtextblock__main {
    font-size: 4vw;
  }
  .visual__lead br.imp {
    display: block !important;
  }
}
/* section
================================================== */
.section + .section {
  margin-top: 80px;
}
.section__inner {
  width: 960px;
  margin: 0 auto;
}
.section__title {
  padding-bottom: .3em;
  border-bottom: solid 3px #005ab0;
  font-size: 22px;
  line-height: 1.3;
}
.section__lead {
  margin: 1.5em 0;
  font-size: 16px;
  line-height: 1.53;
}
.section__panel {
  padding: 40px;
  background: #ecedf1;
}
.section__panel + .section__panel {
  margin-top: 60px;
}
.section__panel__title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  line-height: 1;
}
.section__panel__title > i {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 80px;
  height: 30px;
  margin-right: .8em;
  padding-right: .5em;
  background: url("/products/scanner/e-docs/images/bg_tag.svg") no-repeat;
  background-size: 80px 30px;
  font-size: 16px;
  font-style: normal;
  color: #fff;
}
.section__panel__title > span {
  font-size: 22px;
}
.section__panel__grid > div > h4 {
  margin-bottom: 1em;
  font-size: 16px;
  text-align: center;
}
.section__panel__grid > div > div img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.section__panel__grid > div > p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.625;
}
.section__list {
  font-size: 16px;
  line-height: 1.625;
}
.section__list > li {
  position: relative;
  padding-left: 1.2em;
}
.section__list > li::before {
  position: absolute;
  left: 0;
  top: .3em;
  display: inline-block;
  content: "";
  width: .75em;
  height: .75em;
  margin-right: .5em;
  background: #005ab0;
  vertical-align: middle;
}
.section__list > li + li {
  margin-top: 1.5em;
}
.section__list ul {
  margin-top: 1em;
}
.section__list ul > li {
  position: relative;
  padding-left: 1.2em;
}
.section__list ul > li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "・";
}
.section__notes {
  display: table;
  font-size: 12px;
}
.section__notes--centered {
  margin-left: auto;
  margin-right: auto;
}
.section__notes > li {
  display: table-row;
}
.section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__supported {
  margin-bottom: 50px;
}
.section__supported ul {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.section__supported img {
  display: inline-block;
  margin-bottom: .5em;
}
.section__supported a {
  display: inline-block;
}
.section__btns {
  display: flex;
  justify-content: space-evenly;
  width: 650px;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .section__panel__grid {
    display: flex;
    justify-content: center;
  }
  .section__panel__grid > div {
    flex: 0 0 365px;
  }
  .section__panel__grid > div + div {
    margin-left: 70px;
  }
  .section__panel__grid--arw > div + div {
    position: relative;
  }
  .section__panel__grid--arw > div + div::before {
    position: absolute;
    left: -50px;
    top: 48%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 28px;
    height: 44px;
    background: url("/products/scanner/e-docs/images/bg_arw_h.svg") no-repeat;
    background-size: 28px 44px;
  }
  .section__panel__grid--dcp > div + div::before {
    top: 28%;
  }
  .section__supported table {
    width: 100%;
  }
  .section__supported table th,
  .section__supported table td {
    border: solid 1px #dedede;
  }
  .section__supported table th {
    width: 130px;
    background: #fafafa;
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
  }
  .section__supported table td {
    padding: 20px 40px;
  }
  .section__supported ul > li + li {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section + .section {
    margin-top: 40px;
  }
  .section__inner {
    width: auto;
    padding: 0 15px;
  }
  .section__title {
    font-size: 5.33333vw;
  }
  .section__lead {
    font-size: 4vw;
  }
  .section__panel {
    padding: 5.33333vw;
  }
  .section__panel + .section__panel {
    margin-top: 9.33333vw;
  }
  .section__panel__title {
    margin-bottom: 5.33333vw;
  }
  .section__panel__title > i {
    flex: 0 0 21.33333vw;
    height: 8vw;
    margin-right: .8em;
    background-size: 21.33333vw 8vw;
    font-size: 4vw;
  }
  .section__panel__title > span {
    font-size: 5.33333vw;
    line-height: 1.25;
  }
  .section__panel__title--dcp {
    margin-bottom: 4vw;
    align-items: flex-start;
  }
  .section__panel__grid > div + div {
    margin-top: 36px;
  }
  .section__panel__grid > div > h4 {
    margin-bottom: .75em;
    font-size: 4vw;
  }
  .section__panel__grid > div > p {
    margin-top: .75em;
    font-size: 4vw;
  }
  .section__panel__grid--arw > div + div {
    position: relative;
    margin-top: 70px;
  }
  .section__panel__grid--arw > div + div::before {
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translateX(-50%) rotate(90deg);
    content: "";
    display: block;
    width: 28px;
    height: 44px;
    background: url("/products/scanner/e-docs/images/bg_arw_h.svg") no-repeat;
    background-size: 28px 44px;
  }
  .section__list {
    font-size: 4vw;
  }
  .section__notes {
    font-size: 2.93333vw;
  }
  .section__supported {
    margin-bottom: 40px;
  }
  .section__supported table,
  .section__supported tbody,
  .section__supported tr,
  .section__supported th,
  .section__supported td {
    display: block;
  }
  .section__supported table {
    border: solid 1px #dedede;
  }
  .section__supported tr + tr {
    border-top: solid 1px #dedede;
  }
  .section__supported th {
    padding: .5em;
    border-bottom: solid 1px #dedede;
    background: #fafafa;
    font-size: 4vw;
    text-align: center;
  }
  .section__supported td {
    padding: 4vw 1.33333vw;
  }
  .section__supported ul {
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 4vw;
  }
  .section__supported ul > li {
    flex: 0 0 40%;
  }
  .section__supported ul br {
    display: block !important;
  }
  .section__btns {
    margin-bottom: 30px;
    width: initial;
    display: block;
  }
  .section__btns > li {
    max-width: 44.8vw;
    margin: 0 auto;
  }
  .section__btns > li:nth-of-type(2) {
    margin-top: 30px;
  }
}
/* requirement
================================================== */
.requirement {
  width: 960px;
  margin: 0 auto 80px;
}
.requirement__table {
  margin-bottom: 10px;
}
.requirement__table table {
  width: 100%;
  table-layout: fixed;
}
.requirement__table table caption {
  margin-bottom: .75em;
  font-size: 16px;
  font-weight: bold;
}
.requirement__table table caption::before {
  display: inline-block;
  content: "";
  width: .75em;
  height: .75em;
  margin-right: .5em;
  background: #005ab0;
  vertical-align: middle;
}
.requirement__table table th,
.requirement__table table td {
  padding: 1em 1.5em;
  border: solid 1px #dedede;
  font-size: 14px;
}
.requirement__table table th {
  width: 15%;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  .requirement {
    width: auto;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .requirement__table table {
    table-layout: auto;
  }
  .requirement__table table caption {
    font-size: 4vw;
  }
  .requirement__table table th,
  .requirement__table table td {
    padding: .75em;
    font-size: 3.2vw;
  }
  .requirement__table table th {
    white-space: nowrap;
  }
  .requirement__table table td.nowrap {
    white-space: nowrap;
  }
}
/* driver
================================================== */
.driverblock__ttl {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  color: #333;
  padding-top: 30px;
}
.driverblock__ttl::after {
  content: "";
  width: 100%;
  margin-top: -1em;
  border-bottom: 1px solid rgba(16, 34, 138, 0.2);
  display: block;
}
.driverblock__ttl span {
  background: #fff;
  padding: 0 20px;
  font-size: 20px;
}
.driverblock__subttl {
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
}
.driverproductWrap {
  margin-bottom: 80px;
}
.driverproduct {
  margin: 20px auto 50px auto;
  display: flex;
  flex-wrap: wrap;
}
.driverproduct li {
  width: 25%;
  margin-bottom: 5px;
  padding: 3px 10px;
  box-sizing: border-box;
  border-left: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .driverproductWrap {
    margin-bottom: 0;
  }
  .driverproduct {
    margin: 20px auto 30px auto;
  }
  .driverproduct li {
    width: 50%;
    font-size: 12px;
  }
}
/* 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 .forsp {
    display: block !important;
  }
  #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;
  }
}

/* 20240626 */
.section__supported__inner {
   margin-top: 20px;
 }

@media only screen and (max-width: 767px) {
  section__supported__inner {
    margin-top: 4vw;
  }
}
