@charset "UTF-8";

* {
  box-sizing: border-box;
}

ol>li {
  list-style: none;
  position: relative;
}

ol>li::before {
  position: absolute;
  left: -1.2em;
}

ol>li:nth-child(1)::before {
  content: '\02460  ';
}

ol>li:nth-child(2)::before {
  content: '\02461  ';
}

ol>li:nth-child(3)::before {
  content: '\02462  ';
}

.c-linkCard--col3 {
  row-gap: 24px;
}

.u-fl-justify-center {
  justify-content: center !important;
}

.u-w-60 {
  width: 60px !important;
}

.u-bgc-e2e2e2 {
  background-color: #e2e2e2 !important;
}

.u-bgc-dcf3ff {
  background-color: #dcf3ff !important;
}

.u-bgc-005ad2 {
  background-color: #005ad2 !important;
}

.u-bgc-f8ebb4 {
  background-color: #f8ebb4 !important;
}

.u-fz-210p {
  font-size: 210% !important;
}

.u-fc-005ad2 {
  color: #005ad2 !important;
}

.u-fc-ffed0a {
  color: #ffed0a !important;
}

.u-fc-3c3c3c {
  color: #3c3c3c !important;
}

.u-fc-f8ebb4 {
  color: #f8ebb4 !important;
}

.u-font-normal {
  font-weight: 500 !important;
}

@media screen and (max-width: 640px) {
  body #container .u-sp-fz-67p {
    font-size: 67% !important;
  }

  body #container .u-sp-fz-77p {
    font-size: 77% !important;
  }

  body #container .u-sp-fz-85p {
    font-size: 85% !important;
  }

  body #container .u-sp-fz-150p {
    font-size: 150% !important;
  }
}

#container {
  font-family: "Kiwi Maru", serif;
}

#container ::-moz-selection {
  background-color: #e0e409;
  color: #3c3c3c;
}

#container ::selection {
  background-color: #e0e409;
  color: #3c3c3c;
}

.btn01 {
  background-color: #ffed0a;
  font-weight: bold;
  font-size: 24px;
  font-family: "Kiwi Maru", serif;
  color: #3c3c3c !important;
  display: block;
  border: 3px solid #3c3c3c;
  max-width: 360px;
  line-height: 1;
  padding: 15px 0 18px;
  border-radius: 30px;
  position: relative;
  text-align: center;
}

.btn01::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160' style='enable-background:new 0 0 160 160'%3E%3Cpath d='M116.4,126.7h-80c-3.7,0-6.7-3-6.7-6.7V40c0-3.7,3-6.7,6.7-6.7h33.3c3.7,0,6.7-3,6.7-6.7s-3-6.7-6.7-6.7h-40 c-7.4,0-13.3,6-13.3,13.3c0,0,0,0,0,0v93.3c0,7.4,6,13.3,13.3,13.3h93.3c7.4,0,13.3-6,13.3-13.3v-40c0-3.7-3-6.7-6.7-6.7 c-3.7,0-6.7,3-6.7,6.7V120C123,123.7,120.1,126.7,116.4,126.7z M89.7,26.7c0,3.7,3,6.7,6.7,6.7h17.3L52.8,94.2 c-2.6,2.6-2.6,6.8,0,9.4s6.8,2.6,9.4,0l0,0l60.9-60.9V60c0,3.7,3,6.7,6.7,6.7c3.7,0,6.7-3,6.7-6.7V20h-40C92.7,20,89.7,23,89.7,26.7 z' fill='%233c3c3c' /%3E%3C/svg%3E") center/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.btn01::-moz-selection {
  color: #fff;
  background: #005ad2;
}

.btn01::selection {
  color: #fff;
  background: #005ad2;
}

.btn01:hover {
  transition: 0.3s;
  opacity: 0.7;
}

#title_area {
  transition: 0.3s;
}

#title_area .title_area_inner {
  background: #f1f1f1;
  font-family: sans-serif;
  padding: 16px 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1100px) {
  #title_area .title_area_inner {
    padding: 8px 0;
  }
}

#title_area.is_fixed {
  height: 66px;
}

#title_area.is_fixed .title_area_inner {
  position: fixed;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

#title_area .c-margin-b__inner {
  display: grid;
  grid-template-columns: 33em 432px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  #title_area .c-margin-b__inner {
    grid-template-columns: 20em 213px;
  }
}

@media screen and (max-width: 640px) {
  #title_area .c-margin-b__inner {
    display: block;
  }
}

#title_area .subgrid {
  display: grid;
  grid-template-columns: 11em 256px;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media screen and (max-width: 1100px) {
  #title_area .subgrid {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #title_area .subgrid {
    display: grid;
    grid-template-columns: 41% 58%;
    -moz-column-gap: 1%;
    column-gap: 1%;
  }
}

#title_area h1 {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  #title_area h1 {
    font-size: 14px;
    font-weight: bold;
  }
}

@media screen and (max-width: 640px) {
  #title_area h1 {
    text-align: center;
    margin-bottom: 8px;
  }
}

#title_area p {
  color: #cf152b;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #title_area p {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  #title_area .c-button-a__text {
    font-size: 14px;
  }
}

#title_area .c-button-a--mail .c-button-a__text::before,
#title_area img {
  width: 17px;
  height: 17px;
}

#kv .kv__imgWrap {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-data-shuukei-2/img/bg-01.png) repeat-x top/auto 78%;
}

#lead {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-data-shuukei-2/img/bg-02.png);
  background-repeat: repeat-x;
  margin-top: -133px;
  position: relative;
  z-index: -1;
  color: #fff;
}

#lead .lead__img01 {
  padding-top: 168px;
  max-width: 452px !important;
}

#lead .lead__ttl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1.7;
}

#lead .lead__underLine {
  border-bottom: 7px solid #ff0;
}

#lead .sub__ttl>span {
  font-size: 187.5%;
}

@media (max-width: 640px) {
  #lead .sub__ttl>span {
    font-size: 133%;
  }
}

#before .before__ttl {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  #before .before__ttl {
    font-size: 25px;
  }
}

#before .before__ttlLead {
  background-color: #3c3c3c;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
  width: 160px;
  display: inline-block;
  padding: 3px 0 5px;
  margin: 0 auto 10px;
}

#before .c-multiCol {
  margin-top: 0;
}

#before .c-multiCol .c-linkCard--col2 {
  max-width: 800px;
  gap: 0;
  justify-content: center;
  align-items: center;
}

#before .c-multiCol .c-linkCard--col2 p {
  max-width: 300px;
}

#before .c-multiCol:nth-of-type(odd) .c-linkCard--col2 {
  grid-template-columns: 44% 56%;
}

#before .c-multiCol:nth-of-type(odd) .c-linkCard--col2 p {
  margin-left: auto;
}

#before .c-multiCol:nth-of-type(even) .c-linkCard--col2 {
  grid-template-columns: 56% 44%;
}

@media screen and (max-width: 640px) {
  #before .c-linkCard--col2 {
    display: block;
  }
}

#after {
  position: relative;
}

#after::before {
  content: "";
  display: block;
  width: 100%;
  height: 82px;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-data-shuukei-2/img/bg-03.png);
  position: absolute;
  top: -41px;
}

@media screen and (max-width: 920px) {
  #after::before {
    background-size: cover;
    height: 9.11vw;
    top: -9.11vw;
  }
}

#after .after__ttl {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  color: #005ad2;
}

@media (max-width: 640px) {
  #after .after__ttl {
    font-size: 25px;
  }
}

#after .after__ttlLead {
  background-color: #005ad2;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
  width: 160px;
  display: inline-block;
  padding: 3px 0 5px;
  margin: 0 auto 10px;
}

#after .fadeBox .item07 {
  max-width: 500px;
}

#after .fadeBox .item08 {
  max-width: 700px;
}

#after .fadeBox .item09 {
  max-width: 680px;
}

#after .fadeBox .item09 .c-linkCard__item {
  background: #e0e409;
  border: 2px solid #3c3c3c;
  border-radius: 13px;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#after .fadeBox .item09 .c-linkCard__item .c-text-a__text>span::-moz-selection {
  background: #005ad2;
  color: #fff;
}

#after .fadeBox .item09 .c-linkCard__item .c-text-a__text>span::selection {
  background: #005ad2;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #after .c-linkCard--col3 {
    row-gap: 16px;
  }
}

#after .fadeBox .item10 {
  max-width: 460px;
  margin: 0 auto;
}

.box02__txt,
.usage_fee__txt {
  position: relative;
  font-family: sans-serif;
}

.box02__txt::before,
.box02__txt::after,
.usage_fee__txt::before,
.usage_fee__txt::after {
  content: "";
  display: inline-block;
  background-size: cover;
  width: 50px;
  height: 58px;
}

@media screen and (max-width: 640px) {

  .box02__txt::before,
  .box02__txt::after,
  .usage_fee__txt::before,
  .usage_fee__txt::after {
    content: none;
  }
}

.box02__txt::before,
.usage_fee__txt::before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-data-shuukei-2/img/img-icon-man.png);
  margin: 0 10px -10px;
}

.box02__txt::after,
.usage_fee__txt::after {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-data-shuukei-2/img/img-icon-woman.png);
  margin: 0 0 -10px 10px;
}

#box02 {
  font-family: sans-serif;
}

#box03 .c-linkCard--col2 {
  grid-template-columns: 1fr 51.7%;
  -moz-column-gap: 4%;
  column-gap: 4%;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #box03 .c-linkCard--col2 {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
}

#box03 .c-linkCard--col2.c-linkCard--col-reverse {
  grid-template-columns: 51.7% 1fr;
  -moz-column-gap: 6%;
  column-gap: 6%;
}

@media screen and (max-width: 640px) {
  #box03 .c-linkCard--col2.c-linkCard--col-reverse {
    grid-template-columns: 100%;
  }

  #box03 .c-linkCard--col2.c-linkCard--col-reverse .c-linkCard__item:last-child {
    order: initial;
  }
}

#box03 .box03__pointItem {
  border: 2px solid #3c3c3c;
  border-radius: 17px;
  min-height: 326px;
}

#box03 .box03__pointTxtBox {
  margin-top: -52px;
}

#box03 .movieArea__ttl {
  background-color: #005ad2;
  max-width: 540px;
  border-radius: 30px;
  letter-spacing: 0.025em;
}

#introduction {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-data-shuukei-2/img/bg-04.png) repeat left/contain;
}

#introduction .u-fz-80p {
  border-bottom: 7px solid #72bf79;
}

#usage_fee .u-fz-80p {
  border-bottom: 7px solid #ffed0a;
}

#usage_fee .c-linkCard--col3 {
  grid-template-columns: 1fr 70px 1fr;
  align-items: end;
}

#usage_fee .box_l,
#usage_fee .box_r {
  height: 100%;
}

#usage_fee .c-linkCard__inner,
#usage_fee .box05__price {
  height: 100%;
}

#usage_fee .box05__price {
  background-color: #c5e5c8;
  max-width: 460px;
  margin: 0 0 15px auto;
  border-radius: 8px;
  text-align: left;
  line-height: 25px;
  padding: 12px 0 10px;
}

#usage_fee .box05__box {
  display: flex;
  padding-bottom: 10px;
}

#usage_fee .box__ttl {
  background: #3c3c3c;
  color: #c5e5c8;
  padding: 0 8px;
  width: 24%;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#usage_fee .box__Txt {
  padding-left: 9px;
}

#usage_fee .box05__box__content {
  padding: 0 20px;
}

#usage_fee .box05__xlgTxt {
  font-size: 40px;
}

#usage_fee .box05__lgTxt {
  font-size: 28px;
}

#usage_fee .box05__mdTxt {
  font-size: 30px;
}

#usage_fee .box05__smTxt {
  font-size: 20px;
}

#usage_fee .c-attention-a {
  line-height: initial;
}

#usage_fee .c-attention-a {
  max-width: 41em;
}

.box-fixed .btn-boxFix {
  display: none;
  background-color: #ff6112;
  padding: 15px;
  position: relative;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.box-fixed .wrap {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  animation-name: fixed;
  animation-duration: 0.3s;
  display: none;
}

.box-fixed .wrap.fixed {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.box-fixed .wrap .headBtnArea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.box-fixed .wrap .headBtnArea .headBtnArea__txt {
  font-size: 17px;
  margin-bottom: 4px;
  color: #fff;
}

.box-fixed .wrap .headBtnArea .headBtnArea__btn {
  background-color: #ffef0a;
  border: 2px solid #3c3c3c;
  border-radius: 30px;
  color: #3c3c3c !important;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 9px 0 11px;
  box-shadow: 2px 2px #3778ff;
  position: relative;
  width: 260px;
  margin: 0 auto;
}

.box-fixed .wrap .headBtnArea .headBtnArea__btn::after {
  content: "";
  display: block;
  border-top: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1100px) {
  #usage_fee .c-linkCard--col3 {
    grid-template-columns: 1fr 10% 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  #usage_fee .c-linkCard__inner,
  #usage_fee .box05__price {
    height: 100%;
  }

  #usage_fee .box__ttl {
    padding: 0 10px;
    width: 30%;
    font-size: 14px;
  }

  #usage_fee .box__Txt {
    padding-left: 10px;
    font-size: 12px;
  }

  #usage_fee .box05__box__content {
    text-align: left;
    padding: 0 10px;
  }

  #usage_fee .box__ttl {
    padding: 0 10px;
    width: 30%;
    font-size: 14px;
  }

  #usage_fee .box05__xlgTxt {
    font-size: 34px;
  }

  #usage_fee .box05__lgTxt {
    font-size: 22px;
  }

  #usage_fee .box05__mdTxt {
    font-size: 24px;
  }

  #usage_fee .box05__smTxt {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  #usage_fee .c-linkCard--col3 {
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  #usage_fee .box_l {
    order: 2;
  }

  #usage_fee .box_c {
    order: 1;
  }

  #usage_fee .box_r {
    order: 3;
  }

  #usage_fee .box05__price {
    max-width: 100%;
    margin: 0;
  }
}

.fadeBox .fadeBox__item {
  transform: translate(0, 100px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}

.fadeBox .fadeBox__item.active {
  transform: translate(0, 0);
  opacity: 1;
}