@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}
.section-title {
  font-size: 27px;
  color: #1B1464;
  line-height: 1;
  padding:0 0 8px 8px ;
  background-image: url(../images/section-title-bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.section-title--specification {
  letter-spacing: 0.17em;
}
@media only screen and (max-width: 767px)  {
  .section-title {
    font-size: calc( 45 / 767 * 100vw);
    letter-spacing: -0.01em;
    padding:0 0 calc( 17 / 767 * 100vw) 0 ;
    background-image: url(../images/section-title-bg-sp.jpg);
    background-size: contain;
  }
  .section-title--method {
    line-height: 1.33333;
    padding-bottom: calc( 10 / 767 * 100vw);
  }
  .section-title--specification {
    letter-spacing: 0.17em;
  }
}
/* visual
================================================== */
.visual {
  width: 100%;
  max-width: 960px;
  margin:45px auto 0  ;
}
@media only screen and (max-width: 767px) {
  .visual {
    margin-top: calc( 45 / 767 * 100vw);
  }
}
.visual__top {
  display: flex;
  color: #FFF;
}
@media only screen and (max-width: 767px)  {
  .visual__top {
     display: block;
     background-color: #50AE97;
     padding: calc( 29 / 767 * 100vw) 0 calc( 28 / 767 * 100vw) calc( 30 / 767 * 100vw) ;
  }
}
.visual__contents {
  background: #50AE97;
  padding: 66px 0 54px 18px;
  width: 44.7%;
}
@media only screen and (max-width: 767px) {
  .visual__contents {
    width: 100%;
    padding: 0 0 0  0;
  }
}
.visual__title {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.25;
  padding-bottom: 13px;
}
.visual__title::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 96.5%;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .visual__title {
    font-size: calc( 52 / 767 * 100vw);
    line-height: 1.6;
    letter-spacing: -0.04em;
    padding-bottom:calc( 2 / 767 * 100vw);
  }
  .visual__title--en {
    font-size: calc( 48 / 767 * 100vw);
    line-height: 1;
    letter-spacing: -0.02em;
  }
}
.visual__sub-title {
  font-size: 19px;
  font-weight: bold;
  padding-top: 16px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .visual__sub-title {
    font-size: calc( 35 / 767 * 100vw);
    padding-top:calc( 23 / 767 * 100vw) ;
  }
}
.visual__text {
  font-size: 19px;
  padding-top: 2px;
  letter-spacing: -0.029em;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .visual__text {
    font-size: calc( 30 / 767 * 100vw);
    padding-top:calc( 5 / 767 * 100vw);
    line-height: 1.3333;
    letter-spacing: -0.02em;
  }
}
.visual__img {
  width: 55.3%;
}
@media only screen and (max-width: 767px) {
  .visual__img {
    width: 100%;
    margin-top: calc( 18 / 767 * 100vw);
    padding-right:calc( 30 / 767 * 100vw) ;
    box-sizing: border-box;
  }
}
.visual__button-area {
  margin-top: 31px;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 767px)  {
  .visual__button-area {
    margin-top:calc( 46 / 767 * 100vw) ;
    padding: 0 calc( 20 / 767 * 100vw);
    box-sizing: border-box;
    flex-wrap: wrap;
  }
}
.visual__button-area li {
  width: 24.8%;
  margin-right: 1.5%;
}
@media only screen and (max-width: 767px) {
  .visual__button-area li {
    width: 48.6%;
    margin-right: 2.8%;
  }
}
@media only screen and (max-width: 767px) {
  .visual__button-area li:nth-child(2n) {
    margin-right: 0;
  }
  .visual__button-area li:nth-child(n + 3) {
    margin-top: 2.7%;
  }
}
.visual__button-area li:last-child {
  margin-right: 0;
}
.visual__button-area li a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 17px 0 14px 51px;
  color: #1B1464;
  background-color: #F0F0F0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.visual__button-area li:nth-child(2) a {
  padding: 17px 0 14px 23px;
}
@media only screen and (max-width: 767px) {
  .visual__button-area li:nth-child(2) a {
    padding: calc( 15 / 767 * 100vw) 0 calc( 10 / 767 * 100vw) calc( 23 / 767 * 100vw);
  }
}
.visual__button-area li:nth-child(4) a {
  padding: 17px 0 14px 67px;
}
@media only screen and (max-width: 767px) {
  .visual__button-area li:nth-child(4) a  {
    padding: calc( 12 / 767 * 100vw) 0 calc( 13 / 767 * 100vw) calc( 23 / 767 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .visual__button-area li a {
    padding: calc( 14 / 767 * 100vw) 0 calc( 11 / 767 * 100vw) calc( 20 / 767 * 100vw);
  }
}
.button-arrow {
  display: inline-block;
  width: 30px ;
  height: 17px;
  background-image: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .button-arrow {
    width: calc( 30 / 767 * 100vw);
    height: calc( 25 / 767 * 100vw);
    margin-right: calc( 14 / 767 * 100vw);
  }
  .button-arrow-text {
    font-size: calc( 37 / 767 * 100vw);
  }
}

/* introduction
================================================== */
.introduction {
  width: 100%;
  max-width: 960px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px)  {
  .introduction {
    box-sizing: border-box;
    max-width: initial;
    padding: 0 calc( 20 / 767 * 100vw);
    margin-top: calc( 52 / 767 * 100vw);
  }
}
.introduction__top-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .introduction__top-text {
    font-size: calc( 30 / 767 * 100vw);
    letter-spacing: 0;
    margin-top: calc( 17 / 767 * 100vw);
  }
}
.introduction__content01 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .introduction__content01 {
    margin-top:calc( 35 / 767 * 100vw) ;
  }
}
.introduction__content02 {
  margin-top: 66px;
}
@media only screen and (max-width: 767px) {
  .introduction__content02 {
    margin-top:calc( 54 / 767 * 100vw) ;
  }
}
/* merit
================================================== */
.merit__title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .merit__title {
    display: block;
  }
}
.merit__title--02 {
  align-items: flex-start;
}
.merit__label {
  position: relative;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 2px 5px 2px 6px;
  color: #fff;
  background-color: #002DFF;
  font-weight: bold;
  margin-right: 17px;
}
@media only screen and (max-width: 767px) {
  .merit__label {
    margin-right: 0;
    padding: calc( 7 / 767 * 100vw) calc( 7 / 767 * 100vw) calc( 1 / 767 * 100vw) calc( 7 / 767 * 100vw);
    font-size: calc( 30 / 767 * 100vw);
  }
}
.merit__label--02 {
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  .merit__label--02 {
    margin-right: 0;
  }
}
.merit__label::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -10px;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #002DFF;
}
@media only screen and (max-width: 767px) {
  .merit__label::after {
    content: none;
  }
}
.number {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .number {
    font-size:calc( 38 / 767 * 100vw) ;
  }
}
.merit__title-text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .merit__title-text {
    display: block;
    font-size: calc( 30 / 767 * 100vw);
    margin-top:calc( 13 / 767 * 100vw) ;
  }
}
.merit__title-text--02 {
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .merit__title-text--02 {
    padding-top: 0;
    letter-spacing: -0.01em;

  }
}
.merit__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .merit__text {
    font-size:calc( 30 / 767 * 100vw) ;
    letter-spacing: 0.05em;
    padding-left: 2em;
    text-indent: -2em;
    font-weight: normal;
    margin-top: calc( 7 / 767 * 100vw);
  }
}
.merit__text--02 {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .merit__text--02 {
    letter-spacing:0.02em ;
  }
}
.merit__img {
  width: 100%;
  margin: 13px auto 0 ;
}
.merit__img--01 {
  max-width: 780px;
}
@media only screen and (max-width: 767px) {
  .merit__img--01 {
    margin-top:calc( 9 / 767 * 100vw) ;
  }
}
.merit__img--02 {
  max-width: 784px;
  margin: 14px 0 100px 141px;
}
@media only screen and (max-width: 767px) {
  .merit__img--02 {
    max-width: initial;
    margin: calc( 18 / 767 * 100vw) 0 calc( 120 / 767 * 100vw) 0 ;
    
  }
}
/* attention
================================================== */
.attention {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .attention {
    max-width: initial;
    padding: 0 calc( 20 / 767 * 100vw);
    box-sizing: border-box;
  }
}
.attention__title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .attention__title {
    margin-bottom: calc( 20 / 767 * 100vw);
  }
}
.attention__list {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .attention__list {
    font-size: calc( 30 / 767 * 100vw);
    padding-left: 0.8em;
    text-indent: -1em;
    line-height: 1.5;
  }
}
.attention__list:nth-child(n + 2) {
  margin-top: 12px;
}
.attention__list:first-child,.attention__list:last-child {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .attention__list:first-child,.attention__list:last-child {
    padding-left: 0.8em;
    text-indent: -1em;
  }
}
/* method
================================================== */
.method {
  width: 100%;
  max-width: 960px;
  margin: 97px auto 0 ;
}
@media only screen and (max-width: 767px)  {
  .method {
    box-sizing: border-box;
    max-width: initial;
    padding: 0 calc( 20 / 767 * 100vw);
    margin-top: calc( 80 / 767 * 100vw);
  }
}
.method__text {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .method__text {
    font-size:calc( 30 / 767 * 100vw) ;
    line-height: 1.6666;
    letter-spacing: 0.009em;
    margin-top: calc( 20 / 767 * 100vw);
  }
  #contents.responsive .method__text br {
    display: block;
  }
}
.method__contents {
  margin-top: 30px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .method__contents {
    display: block;
    margin-top:calc( 22 / 767 * 100vw) ;
  }
}
.method__left {
  width: 100%;
  max-width: 432px;
  margin-right: 116px;
}
@media only screen and (max-width: 767px) {
  .method__left {
    max-width: calc( 558 / 767 * 100vw);
    margin: 10px auto;
  }
}
.method__img-text {
  text-align: center;
  font-size: 11px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .method__img-text br {
    display: block;
  }
  #contents.responsive .method__img-text {
    font-size: calc( 20 / 767 * 100vw);
    margin-bottom: calc( 8 / 767 * 100vw);
  }
}
.method__img-text--bold {
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
   .method__img-text--bold {
    font-size: calc( 25 / 767 * 100vw);
  }
}
.method__table {
  width: 100%;
  max-width: 410px;
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  .method__table {
    padding-top:calc( 30 / 767 * 100vw) ;
    max-width:calc( 688 / 767 * 100vw) ;
    margin: auto;
  }
}
.method__table table {
  width: 100%;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .method__table table {
    font-size: calc( 20 / 767 * 100vw);
  }
}
.method__table th {
  background-color: #EBEBEB;
  width: 32.2%;
  line-height: 1;
  height: 30px;
  vertical-align: middle;
  padding: 0 3px 0 20px;
  border:1px solid #FFFFFF;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .method__table th {
    width: 28.2%;
    height: auto;
    border: none;
    padding: calc( 14 / 767 * 100vw) calc( 3 / 767 * 100vw) 0 calc( 21 / 767 * 100vw);
  
  }
}

.method__table tbody tr:first-child  th {
  height: 34px;
}
@media only screen and (max-width: 767px) {
  .method__table tbody tr:first-child  th {
    height: auto;
    padding: calc( 21 / 767 * 100vw) calc( 3 / 767 * 100vw) 0 calc( 20 / 767 * 100vw);
  }
}
.method__table tbody tr:last-child  th  {
  vertical-align: top;
  padding: 8px 3px 0 20px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .method__table tbody tr:last-child  th {
    padding: calc( 13 / 767 * 100vw) calc( 3 / 767 * 100vw) 0 calc( 20 / 767 * 100vw);
  }
}
.method__table td {
  width: 67.8%;
  padding: 3px 3px 3px 10px;
  border-top: 1px solid #EBEBEB;
  border-right:1px solid #EBEBEB ;
  border-bottom:1px solid #EBEBEB ;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px)  {
  .method__table td {
    padding: calc( 8 / 767 * 100vw) calc( 3 / 767 * 100vw) calc( 3 / 767 * 100vw)  calc( 16 / 767 * 100vw);
    border-bottom: none;
    border-top: none;
    border-right: calc( 5 / 767 * 100vw) solid #EBEBEB;
  }
}
@media only screen and (max-width: 767px) {
  .method__table tbody tr:first-child  td  {
    border-top: calc( 5 / 767 * 100vw) solid #EBEBEB;
  }
}
.method__table tbody tr:last-child  td {
  line-height: 1.8333;
  padding: 4px 3px 12px 10px;
}
@media only screen and (max-width: 767px) {
  .method__table tbody tr:last-child  td {
    line-height: 2;
    padding:calc( 4 / 767 * 100vw) calc( 3 / 767 * 100vw) calc( 12 / 767 * 100vw)  calc( 15 / 767 * 100vw) ;
    border-bottom: calc( 5 / 767 * 100vw) solid #EBEBEB;
  }
}
.method__table-text {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .method__table-text {
    font-size: calc( 25 / 767 * 100vw);
    margin-bottom:calc( 6 / 767 * 100vw) ;
  }
}
.method__contact {
  width: 100%;
  max-width: 480px;
  margin: 41px auto 100px;
}
@media only screen and (max-width: 767px) {
  .method__contact {
    max-width: initial;
    margin: calc( 31 / 767 * 100vw) auto;
  }
}
.method__contact-button {
  display: inline-block;
  position: relative;
  width: 100%;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  line-height: 1;
  background-color: #50AE97;
  color: #FFF;
  padding: 19px 19px 16px 37px;
  font-size: 23px;
  border-radius: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .method__contact-button {
    padding: calc( 28 / 767 * 100vw) calc( 19 / 767 * 100vw) calc( 22 / 767 * 100vw) calc( 43 / 767 * 100vw);
    font-size: calc( 34 / 767 * 100vw);
    border-radius: calc( 15 / 767 * 100vw);
  }
}

.method__contact-button::before {
  content: '';
  position: absolute;
  top: 21px;
  left: 15px;
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 15px;
}
.method__contact-button:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
  background-image: url(/common/images/ico_pop_04.png);
}
@media only screen and (max-width: 767px) {
  .method__contact-button:after {
    width: calc( 30 / 767 * 100vw);
    height:calc( 30 / 767 * 100vw) ;
    right: calc( 10 / 767 * 100vw);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .method__contact-button::before {
    top:calc( 32 / 767 * 100vw) ;
    left:calc( 20 / 767 * 100vw) ;
    width:calc( 17 / 767 * 100vw);
    height:calc( 17 / 767 * 100vw);
    border-top: solid calc( 2 / 767 * 100vw) #FFFFFF;
	  border-right: solid calc( 2 / 767 * 100vw) #FFFFFF;
  }
}
.method__contact  a {
  color: #FFF;
}
/* specification
================================================== */
.specification {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px)  {
  .specification {
    max-width: initial;
    padding: 0 calc( 20 / 767 * 100vw);
    box-sizing: border-box;
    margin:calc( 123 / 767 * 100vw) auto calc( 120 / 767 * 100vw);
  }
}
.specification__content {
  margin-top: 24px; 
}
@media only screen and (max-width: 767px) {
  .specification__content {
    margin-top: calc( 27 / 767 * 100vw); 
  }
}
.specification__content:nth-child(3) {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .specification__content:nth-child(3) {
    margin-top: calc( 26 / 767 * 100vw);
  }
}
.specification__content:nth-child(4) {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .specification__content:nth-child(4)  {
    margin-top: calc( 33 / 767 * 100vw);
  }
}
.specification__content:nth-child(3) .specification-text {
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 767px) {
  .specification__content:nth-child(3) .specification-text  {
    letter-spacing: -0.05em;
  }
}
.specification__content:nth-child(4) .specification-text {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px)  {
  #contents.responsive .specification__content:nth-child(4) .specification-text >  p {
    font-size:calc( 30 / 767 * 100vw); 
  }
}
.specification__content-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-left: 1em;
}
.specification__content-title::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #000;
}
@media only screen and (max-width: 767px)  {
  .specification__content-title {
    font-size: calc( 30 / 767 * 100vw);
  }
  .specification__content-title::before {
    width:calc( 25 / 767 * 100vw) ;
    height:calc( 25 / 767 * 100vw) ;
    left: calc( 3 / 767 * 100vw);
  }
}
.specification-text {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .specification-text {
    font-size:calc( 30 / 767 * 100vw); 
    margin-top: calc( 13 / 767 * 100vw);
  }
   .specification-text .br-sp {
	display: block;
  }
   .specification-text .br-pc{
	display: none;
  }
}
@media (min-width: 768px)  {
   .br-sp{
    display:none;
   }
   .br-pc{
    display:block;
   }
}
.specification-text > p {
  font-size: 16px;
}
.specification-text > p:nth-child(n + 2) {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .specification__content:nth-child(4) .specification-text > p:nth-child(n + 2) {
    margin-top:calc( 14 / 767 * 100vw) ;
  }
}
/* 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: center;
  margin-bottom: 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;
  }
  .section__btns > li {
    max-width: 44.8vw;
  }
}

/* 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;
  }
}

/* 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;
  }
}
