@charset "UTF-8";
@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("truetype");
}

html, body {
  background-color: #fff;
  color: #222222;
  font-size: 16px;
  font-family: "NotoSans","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

p, th, td, dt, dd, li {
  line-height: 1.5;
}

.wrapper {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.mb10 {
  margin-bottom: 10px;
}

a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

a img:hover {
  opacity: 0.6;
}

a.underline {
  border-bottom: 1px solid #0066cc;
  padding-bottom: 2px;
  line-height: 1.5;
}

a.underline:visited {
  color: #0066cc;
}

.container {
  margin: 0 auto;
  max-width: 1020px;
  position: relative;
}

.pc {
  display: block;
}

.sm {
  display: none;
}

.header {
	position: fixed;
	width: 100%;
	padding: 16px 0;
	background: #ffffff;
	z-index: 1000;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .headright .drawer-hamburger {
  display: none;
}

.header .headright .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .headright .gnav-list li a {
  display: flex;
  margin-left: 10px;
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  background: #535353;
  font-size: 14px;
  line-height: 1;
  min-width: 200px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.header .headright .gnav-list li a {
  background: #E10021;
}
.header .headright .gnav-list li:first-child a {
  background: #F56400;
}
.header .headright .gnav-list li:nth-of-type(3) a {
  background: #E0B41E;
}

.header .headright .gnav-list li:first-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon01.png) no-repeat 0 center;
    background-size: 100%;
    height: 19px;
    width: 17px;
    margin-right: 10px;
}
.header .headright .gnav-list li:nth-child(3) a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon02.png) no-repeat 0 center;
    background-size: 100%;
    height: 19px;
    width: 26px;
    margin-right: 10px;
}
.header .headright .gnav-list li:last-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon03.png) no-repeat 0 center;
    background-size: 100%;
    height: 19px;
    width: 20px;
    margin-right: 10px;
}

main {
	padding: 84px 0 0;
}

.banner {
  background: url("../images/mvbg.jpg") no-repeat center #3cba92;
}

.banner .container {
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 45px;
}

.banner-content .text {
  color: #fff;
  margin-right: -5px;
}

.banner-content .text_fuki {
    margin-bottom: 15px;
}

.banner-content .text-01 {
  font-size: 20px;
  line-height: 1;
}

.banner-content .text-02 {
  font-size: 40px;
  margin: 15px 0 20px;
  line-height: 1.2;
}
.banner-content .text-02 span {
    font-size: 60px;
}

.group-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}

.group-btn-list li {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.group-btn-list li a {
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #535353;
  text-align: center;
  padding: 24px 0;
  line-height: 1;
  border-radius: 5px;
  position: relative;
}

.group-btn-list li a {
  background: #E10021;
}
.group-btn-list li:first-child a {
  background: #F56400;
}
.group-btn-list li:last-child {
  margin-right: 0;
}
.group-btn-list li:nth-last-of-type(2) a {
	background: #e0b41e;
}

.group-btn-list li:first-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon01.png) no-repeat 0 0;
    height: 23px;
    width: 21px;
    margin-right: 5px;
}
.group-btn-list li:nth-child(2) a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon02.png) no-repeat 0 0;
    height: 21px;
    width: 29px;
    margin-right: 5px;
}
.header .headright .gnav-list li:nth-of-type(2) a {
    background: #f58700;
}
.header .headright .gnav-list li:nth-of-type(2) a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon01.png) no-repeat 0 center;
    background-size: 100%;
    height: 19px;
    width: 17px;
    margin-right: 10px;
}
.group-btn-list li:last-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon03.png) no-repeat 0 0;
    height: 20px;
    width: 26px;
    margin-right: 5px;
}

.title-common {
  background: #33ae8c;
  color: #fff;
  position: relative;
  border-radius: 20px 20px 0 0;
  padding: 40px 60px 45px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}

.title-common:after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 50%;
  margin-left: -50px;
  border-left: 49px solid transparent;
  border-right: 49px solid transparent;
  border-top: 38px solid #33ae8c;
}

.title-common-large {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.4;
}

.title-common-small {
  font-size: 18px;
  margin-top: 15px;
  padding-top: 17px;
  border-top: 1px solid #fff;
  letter-spacing: 3px;
  line-height: 1.6;
}

.common_bg {
  position: relative;
}

.common_bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  z-index: 1;
  top: 30px;
  background: #cbece3;
}

.common_bg .container {
  position: relative;
  z-index: 2;
}

.cnt01 {
  padding-bottom: 85px;
}

.cnt01:after {
  background: #efefef;
}

.cnt01-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

.cnt01-content-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
}

.cnt01-content-item .photo {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}

.cnt01-content-item .photo .tt {
  position: absolute;
  left: 0;
  top: 17px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

.cnt01-content-item .photo .txt {
  position: absolute;
  left: 0;
  top: 270px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.cnt01-content-item .text {
  line-height: 1.59;
  letter-spacing: 2px;
}

.cnt01-content-item:last-child {
  margin-right: 0;
}

.cnt02 {
  margin-bottom: 100px;
}

.cnt02-arrow {
  position: relative;
  padding: 35px 0 58px;
  text-align: center;
}

.cnt02-arrow img {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -153px;
  z-index: 2;
}

.cnt02-arrow-tit {
  color: #33ae8c;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  letter-spacing: 2px;
}

.cnt02-title {
  background: #33ae8c;
  color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 35px 0 45px;
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
}

.cnt02-text {
  padding: 25px 50px 45px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.cnt02-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cnt02-step-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
	margin-right: 20px;
	border: 1px dotted #ccc;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
}


.cnt02-step-item:last-child {
  margin-right: 0;
}

.cnt02-step-item .tt {
  font-size: 16px;
  border-radius: 5px;
  padding: 4px 10px;
  color: #fff;
  background: #666666;
  margin-bottom: 10px;
  display: inline-block;
  min-width: 56px;
  letter-spacing: 2;
}

.cnt02-step-item .subtt {
  font-size: 18px;
  color: #33ae8c;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}

.cnt02-step-item .txt {
  line-height: 1.55;
}

.cnt02-step-item .txt a {
  color: #0066cc;
  font-size: 14px;
}

.cnt03 {
  padding-bottom: 93px;
}

.cnt03-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  padding: 10px 0;
}

.cnt03-content-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.333333%;
  flex: 0 0 32.333333%;
  max-width: 32.333333%;
  width: 100%;
  background: #fff;
  margin: 5px;
}

.cnt03-content-item .info {
  padding: 34px 40px;
}

.cnt03-content-item .tt {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  min-height: 70px;
  letter-spacing: 2px;
  line-height: 1.45;
}

.cnt03-content-item .img {
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cnt03-content-item .txt01 {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.cnt03-content-item .txt02 {
  line-height: 1.6;
}

.cnt03-content-item .txt03 {
  font-size: 12px;
  margin-top: 27px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.cnt04 {
  padding: 100px 0 155px;
}

.cnt04-content .text-center {
  margin: -3px -30px;
}

.cnt04-content-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}

.cnt04-content-step-item {
  width: 48%;
  background: #f7f7f7;
}

.cnt04-content-step-item .tit {
  background: #33ae8c;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}

.cnt04-content-step-item .txt {
  padding: 25px 20px;
}

.cnt04-content-step-item .txt p {
  min-height: 83px;
  line-height: 1.6;
}

.cnt04-content-step-item .txt img {
  margin-top: 20px;
}

.cnt05 {
  padding-bottom: 100px;
}

.cnt05-content-txt01 {
  padding: 14px 20px 15px 40px;
  font-size: 18px;
  line-height: 1.6;
}

.cnt05-content-txt01 span {
  color: #14a945;
}

.cnt05-content-txt02 {
  background: #fff;
  border: 3px solid #14a945;
  margin: 10px 17.5% 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 8% 15px;
  font-size: 18px;
}

.cnt05-content-txt02 .item {
  width: 50%;
}

.cnt05-content-txt02 .item th, .cnt05-content-txt02 .item td {
  padding-bottom: 5px;
}

.cnt05-content-txt02 .item:last-child {
  padding-left: 20px;
}

.cnt05-content-txt03 p {
  background: #fff;
  padding: 27px 20px;
  color: #33ae8c;
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: -2px;
}

.cnt05-content-txt03 p strong {
  letter-spacing: 2px;
}

.cnt06 {
  padding: 100px 0 105px;
}

.cnt06 .title-common {
  margin-bottom: 30px;
}

.cnt06-content-text {
  font-size: 28px;
  text-align: center;
  letter-spacing: 5px;
}

.cnt06-content-text .text-bold {
  font-weight: bold;
}

.cnt06-content-text .text-green {
  color: #33ae8c;
}

.cnt06-content-text .text-large {
  font-size: 50px;
}

.cnt06-content-text .text-medium {
  font-size: 36px;
}

.cnt06-content-text .text-normal {
  font-size: 16px;
  margin: 30px 0 25px;
  letter-spacing: 0;
}

.cnt06-content-table {
  margin: 0 60px;
}

.cnt06-content-table table {
  width: 100%;
}

.cnt06-content-table table th {
  background: #33ae8c;
  font-weight: normal;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  border: 2px solid #fff;
  vertical-align: middle;
  width: 33%;
  line-height: 1.4;
}

.cnt06-content-table table th .small-text {
  font-size: 16px;
  font-weight: normal;
}

.cnt06-content-table table th:first-child {
  background: #f7f7f7;
}

.cnt06-content-table table td {
  border: 2px solid #fff;
  padding: 10px;
  background: #f7f7f7;
  padding: 20px 0 28px;
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
}

.cnt06-content-table table td:first-child {
  background: #e5e5e5;
}

.cnt06-content .txt {
  text-align: center;
  margin-top: 25px;
}

.cnt06-content .txt a {
  color: #0066cc;
}

.cnt07 {
  padding-bottom: 45px;
}

.cnt07-content {
  padding: 35px 0;
}

.cnt07-content-item {
  background: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 21px;
}

.cnt07-content-item input {
  display: none;
}

.cnt07-content-item label {
  cursor: pointer;
}

.cnt07-content-item .question {
  font-size: 20px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnt07-content-item .question .qicon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  background: #33ae8c;
  color: #ffffff;
  font-size: 26px;
  line-height: 45px;
  margin-right: 20px;
}

.cnt07-content-item .question .qtext {
  font-weight: bold;
  font-size: 20px;
}

.cnt07-content-item .question:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -6px;
  border: solid #33ae8c;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
  margin-bottom: -6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 2px;
}

.cnt07-content-item input:checked ~ .question:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 0;
}

.cnt07-content-item .answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0px solid #f7f7f7;
  padding: 0 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnt07-content-item input:checked ~ .answer {
  max-height: 100vh;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border-top: 1px solid #f7f7f7;
  padding: 22px 70px 0;
  margin-top: 20px;
}

.cnt07-content-item .aicon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  background: #898989;
  color: #ffffff;
  font-size: 26px;
  line-height: 45px;
  margin-right: 20px;
}

.cnt07-content-item .atext {
  font-size: 20px;
	color: #636363;
	width: calc(100% - 70px);
}

.cnt08-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 0 90px;
  margin: 0 -10px;
}

.cnt08-content-item {
  width: 49%;
}
/*.cnt08-content-item:last-child {
  width: 55%;
}*/

.cnt08-content-item .tit {
  background: #e1daa7;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 17px 0;
}

.cnt08-content-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 10px;
  background: #f7f5e7;
}

.cnt08-content-item .text span {
    text-align: center;
    font-size: 12px;
    width: 32%;
}
.cnt08-content-item .text span + span {
    margin-left: 1%;
}

.cnt08-content-item .text a {
  min-height: 60px;
  display: block;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  background: #F56400;
  border-radius: 5px;
}

.cnt08-content-item .text a.btn-blue {
  background: #2a6ac6;
}
.cnt08-content-item .text a.btn-blue2 {
  background: #33ae8c;
}

.cnt08-content-item:first-child .tit {
  background: #F8C1B6;
}

.cnt08-content-item:first-child .text {
  background: #FAE9E6;
  padding: 22px 10px 40px 10px;
}

.cnt08-content-item:first-child .text a.btn-gray {
  background: #E10021;
}
.cnt08-content-item:first-child .text a.btn-yellow {
  background: #E0B41E;
}

.cnt08-content-item:first-child .text span:first-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon01.png) no-repeat 0 0;
    height: 23px;
    width: 21px;
    margin-right: 5px;
}
.cnt08-content-item:first-child .text span:nth-child(3) a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon02.png) no-repeat 0 0;
    height: 21px;
    width: 29px;
    margin-right: 5px;
}
.cnt08-content-item:first-child .text span:nth-of-type(2) a:before {
    content: "";
    display: inline-block;
    background: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/invoice-system-linkage/images/icon01.png) no-repeat 0 0;
    height: 23px;
    width: 21px;
    margin-right: 5px;
}
.cnt08-content-item:first-child .text a.btn-orange {
    background: #f58700;
}
.cnt08-content-item:first-child .text span:last-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon03.png) no-repeat 0 0;
    height: 20px;
    width: 26px;
    margin-right: 5px;
}

.fix-nav {
  display: none;
}
.is-fixed {
    display: none !important;
}
.fix-nav {
    background-color: rgba(0, 0, 0, .7);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.fix-nav .group-btn-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    margin: 10px 5px;
}
.fix-nav .group-btn-list li {
    max-width: 320px;
}
.fix-nav .group-btn-list li + li {
    margin-top: 0;
}
.fix-nav .group-btn-list li a {
    font-size: 16px;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix-nav .group-btn-list li:first-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon01.png) no-repeat center center;
    height: 23px;
    margin-right: 10px;
    background-size: 100%;
}
.fix-nav .group-btn-list li:nth-child(2) a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon02.png) no-repeat center center;
    height: 23px;
    margin-right: 10px;
    background-size: 100%;
}
.fix-nav .group-btn-list li:last-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon03.png) no-repeat center center;
    height: 23px;
    margin-right: 10px;
    background-size: 100%;
}


@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sm {
    display: block;
  }
  html, body {
    font-size: 14px;
  }
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  .header {
    position: fixed;
    padding: 0;
  }
  .header .headleft {
    padding: 10px;
  }
  .header .headright .drawer-hamburger {
    text-align: center;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 5px;
  }
  .header .headright .drawer-hamburger span {
    display: inherit;
    height: 4px;
    background: #535353;
    margin: 10px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 40px;
    border-radius: 10%;
  }
  .header .headright .drawer-hamburger.active {
    z-index: 999;
    position: relative;
  }
  .header .headright .drawer-hamburger.active span:first-child {
    -webkit-transform: rotate(-45deg) translate(-7px, 9px);
    transform: rotate(-45deg) translate(-7px, 9px);
  }
  .header .headright .drawer-hamburger.active span:last-child {
    -webkit-transform: rotate(45deg) translate(-11px, -13px);
    transform: rotate(45deg) translate(-11px, -13px);
  }
  .header .headright .drawer-hamburger.active span:nth-child(2n) {
    opacity: 0;
  }
  .header .headright .gnav {
    position: absolute;
    display: block;
    width: 100%;
    right: -100%;
    top: 100%;
    z-index: 99;
    -webkit-transition: right 0.6s;
    transition: right 0.6s;
    background: rgba(83, 83, 83, .9);
  }
  .header .headright .gnav.is-open {
    right: 0;
  }
  .header .headright .gnav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10%;
  }
  .header .headright .gnav-list li {
    width: 100%;
    text-align: center;
  }
  .header .headright .gnav-list li + li {
      margin-top: 15px;
  }
  .header .headright .gnav-list li a {
    min-width: 100%;
    display: flex;
    margin-left: 0;
	}
	main {
		padding: 57px 0 0;
	}
  .banner {
    background-size: cover;
    background-position: 45% bottom;
  }
  .banner .container {
    height: auto;
  }
  .banner-content {
    margin: 30px 0;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-content .text {
    margin-right: 0;
    width: 100%;
  }
  .banner-content .text-01 {
    font-size: 12px;
  }
  .banner-content .text-02 {
    font-size: 17px;
  }
    .banner-content .text-02 span {
        font-size: 22px;
    }
  .banner-content .text-03 {
    font-size: 10px;
  }
  .banner-content .img {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .banner-content .img img {
    width: 50px;
  }
  .group-btn-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .group-btn-list li {
    margin-right: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-align: center;
  }
  .group-btn-list li a {
    font-size: 14px;
    padding: 15px 0;
  }
  .group-btn-list li a:after {
    content: none;
  }
  .group-btn-list li + li {
    margin-top: 10px;
  }
  .title-common {
    border-radius: 10px 10px 0 0;
    padding: 20px;
    margin-bottom: 30px;
  }
  .title-common:after {
    bottom: -20px;
  }
  .title-common-large {
    font-size: 20px;
    letter-spacing: 0;
  }
  .title-common-small {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .cnt01 {
    padding-bottom: 30px;
  }
  .cnt01-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cnt01-content-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cnt01-content-item .photo {
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: center;
  }
  .cnt01-content-item .photo img {
    width: 80%;
    display: inline-block;
  }
  .cnt01-content-item .photo .tt {
    top: 12%;
    font-size: 20px;
  }
  .cnt01-content-item .photo .txt {
    top: 74%;
    font-size: 16px;
  }
  .cnt01-content-item .text {
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 14px;
  }
  .cnt02 {
    margin-bottom: 30px;
  }
  .cnt02 .text-center .underline {
    display: inline-block;
  }
  .cnt02-arrow {
    position: relative;
    padding: 20px 0 25px;
    text-align: center;
  }
  .cnt02-arrow img {
    top: -30px;
    margin-left: -95px;
    width: 190px;
  }
  .cnt02-arrow-tit {
    font-size: 20px;
    letter-spacing: 0;
  }
  .cnt02-title {
    padding: 20px;
    font-size: 20px;
    letter-spacing: 0;
  }
  .cnt02-text {
    padding: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 14px;
  }
  .cnt02-step {
    margin: 20px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cnt02-step-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 0;
    width: 48%;
    margin-bottom: 20px;
  }
  .cnt02-step-item .tt {
    font-size: 16px;
  }
  .cnt02-step-item .subtt {
    font-size: 16px;
    letter-spacing: -1px;
    white-space: nowrap;
  }
  .cnt02-step-item .txt {
    font-size: 14px;
  }
  .cnt02-step-item .txt a {
    color: #0066cc;
    font-size: 12px;
  }
  .cnt03 {
    padding-bottom: 30px;
  }
  .cnt03-content-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }
  .cnt03-content-item .info {
    padding: 20px;
  }
  .cnt03-content-item .tt {
    font-size: 18px;
    min-height: 50px;
    letter-spacing: 0;
  }
  .cnt03-content-item .img {
    min-height: 180px;
  }
  .cnt03-content-item .img img {
    width: auto;
  }
  .cnt03-content-item .txt01 {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .cnt03-content-item .txt02 {
    line-height: 1.4;
  }
  .cnt03-content-item .txt03 {
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .cnt04 {
    padding: 30px 0 0;
  }
  .cnt04 .underline {
    display: inline-block;
  }
  .cnt04-content .text-center {
    margin: 0;
  }
  .cnt04-content-step {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cnt04-content-step-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .cnt04-content-step-item .tit {
    padding: 10px 0;
    font-size: 18px;
  }
  .cnt04-content-step-item .txt {
    padding: 15px;
  }
  .cnt04-content-step-item .txt p {
    min-height: auto;
  }
  .cnt05 {
    padding-bottom: 30px;
  }
  .cnt05-content-txt01 {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .cnt05-content-txt02 {
    margin: 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    font-size: 13px;
  }
  .cnt05-content-txt02 .item {
    width: 40%;
  }
  .cnt05-content-txt02 .item th, .cnt05-content-txt02 .item td {
    padding-bottom: 5px;
  }
  .cnt05-content-txt02 .item:last-child {
    padding-left: 0;
    width: 60%;
  }
  .cnt05-content-txt03 p {
    padding: 10px;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0;
  }
  .cnt05-content-txt03 p strong {
    letter-spacing: 0;
  }
  .cnt06 {
    padding: 30px 0;
  }
  .cnt06-content-text {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .cnt06-content-text .text-large {
    font-size: 30px;
  }
  .cnt06-content-text .text-medium {
    font-size: 20px;
  }
  .cnt06-content-text .text-normal {
    font-size: 14px;
    margin: 20px 0;
  }
  .cnt06-content-table {
    margin: 0;
  }
  .cnt06-content-table table {
    width: 100%;
  }
  .cnt06-content-table table th {
    font-size: 14px;
    padding: 5px;
  }
  .cnt06-content-table table th .small-text {
    font-size: 12px;
  }
  .cnt06-content-table table td {
    padding: 5px;
    padding: 15px 0;
    font-size: 14px;
  }
  .cnt06-content .txt {
    margin-top: 20px;
    font-size: 12px;
  }
  .cnt07 {
    padding-bottom: 30px;
  }
  .cnt07-content {
    padding: 20px 0;
  }
  .cnt07-content-item {
    padding: 10px;
    margin-bottom: 20px;
  }
  .cnt07-content-item .question {
    font-size: 14px;
  }
  .cnt07-content-item .question .qicon {
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
  }
  .cnt07-content-item .question .qtext {
    font-weight: bold;
    font-size: 14px;
    padding-right: 20px;
  }
  .cnt07-content-item .question:after {
    top: 50%;
    margin-top: -8px;
    border-width: 0 2px 2px 0;
    padding: 5px;
    margin-bottom: -5px;
    right: 0;
  }
  .cnt07-content-item input:checked ~ .question:after {
    margin-top: -2px;
  }
  .cnt07-content-item .answer {
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cnt07-content-item input:checked ~ .answer {
    padding: 10px 20px 0;
    margin-top: 10px;
  }
  .cnt07-content-item .aicon {
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
  }
  .cnt07-content-item .atext {
		font-size: 14px;
		width: calc(100% - 40px);
  }
  .cnt08-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    margin: 0;
  }
  .cnt08-content-item {
    width: 100% !important;
  }
  .cnt08-content-item .tit {
    font-size: 16px;
    padding: 10px 0;
  }
  .cnt08-content-item .text {
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cnt08-content-item .text a {
    width: 100%;
    font-size: 14px;
  }
  .cnt08-content-item .text a br {
      display: none;
  }
  .cnt08-content-item + .cnt08-content-item {
    margin-top: 20px;
  }
  .cnt08-content-item + .cnt08-content-item span {
      width: 100% !important;
  }
  .cnt08-content-item + .cnt08-content-item span + span {
      margin-top: 15px;
      margin-left: 0;
  }
  .cnt08-content-item:last-child .text a.btn-gray {
    margin-left: 0;
  }
  .fix-nav {
    background-color: rgba(0, 0, 0, .7);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .fix-nav .group-btn-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 5px;
  }
  .fix-nav .group-btn-list li {
    width: 32%;
  }
  .fix-nav .group-btn-list li:first-child {
    margin-right: 0;
  }
  .fix-nav .group-btn-list li + li {
    margin-top: 0;
  }
  .fix-nav .group-btn-list li a {
    font-size: 10px;
    padding: 13px 0;
  }
.fix-nav .group-btn-list li a {
    display: block;
}
.fix-nav .group-btn-list li:first-child a:before {
    content: "";
    display: block;
    background: url(../images/icon01.png) no-repeat center 0;
    height: 16px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    background-size: 14px;
}
.fix-nav .group-btn-list li:nth-child(2) a:before {
    content: "";
    display: block;
    background: url(../images/icon02.png) no-repeat center 0;
    height: 16px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    background-size: 19px;
}
.fix-nav .group-btn-list li:last-child a:before {
    content: "";
    display: block;
    background: url(../images/icon03.png) no-repeat center 0;
    height: 16px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    background-size: 18px;
}
.banner-content .text_fuki {
    width: 50%;
}

}

/*200330*/
@media screen and (min-width: 769px){
.cnt03 .cnt03-content-item .fo_21{
	font-size: 21px;
	line-height: 1.633;
}
}
@media screen and (max-width: 768px){
	.cnt02-step .cnt02-step-item .subtt {
		    white-space: unset;
	}
	.tx_attn{
		margin-top: 20px;
	}
	.wrapper .header .headleft {
    padding: 10px 0;
}
	.wrapper .header .headleft img{
		width: 95px;
	}
	.ft_cnct_lst .icon_tube{
		width: 59px;
	}
	.ft_cnct_lst .icon_fb{
		width: 24px;
	}
}
.tx_attn li{
	    text-indent: -2.5em;
        padding-left: 2.5em;
}
.r_arrow {
	position: relative;
	padding-left: 12px;
}
.r_arrow::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	transform: rotate(45deg);
}
.cnt02-kantan p {
    background: #33ae8c;
    color: #fff;
    /* position: relative; */
    /* border-radius: 20px 20px 0 0; */
    padding: 30px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.cnt02-kantan-list ul {
    display: flex;
    justify-content: space-between;
}

.cnt02-kantan-list ul li {
    width: 32%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    background: #d5f7ed;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0ea884;
}
.mv__company__list {
    position: absolute;
    right: 0px;
    bottom: 30px;
}

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

.banner:after {content: "";width: 100%;height: 100%;display: block;background: rgba(0,104,171,.4);position: absolute;z-index: 2;left: 0;top: 0;}

.banner .container .banner-content {
    position: relative;
    z-index: 3;
}
.mv__company__list {bottom: -60px;max-width: 96%;/* margin: 0 auto; */left: 2%;border: 1px solid #001e4a;box-sizing: border-box;}


.banner:after {

    background: rgb(6 39 61 / 0.5);

}

section.group-btn {
    margin-top: 70px;
}

.cnt02-kantan-list ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    line-height: 1.8;
    text-align: left;
    justify-content: flex-start;
}

.cnt02-kantan-list ul {
    flex-wrap: wrap;
}
section.cnt04 {
    margin-bottom: 30px;
}
}
p.movie_ttl {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #005293;
}
.cnt08-content-item:first-child {
    width: 100%;
    margin-bottom: 30px;
}
.cnt08-content {
    flex-wrap: wrap;
}
.clm.mov_box .al_c a img {
    vertical-align: middle;
}
ul.mv_list {
    margin-top: 20px;
}

ul.mv_list li {
    font-size: 18px;
    font-weight: bold;
}

ul.mv_list li:before {
    content: '';
    width: 19px;
    height: 20px;
    background: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/invoice-system-linkage/images/icon_check.png);
	background-repeat:no-repeat;
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
ul.mv_list li {
    margin-bottom: 6px;
}

@media screen and (min-width: 769px){
.cnt08-content-item:not(:nth-of-type(1)) .text a {
    width: 90%;
}
}
@media screen and (min-width:769px) and ( max-width:1500px) {
.banner-content .text-02,.banner-content .text-03 {
    text-shadow: 0 0 4px rgba(1,167,215,1);
}

.banner-content .text-02 {
    font-size: 3.2vw;
}

.banner-content .text-02 span {
    font-size: 4.6vw;
}

.banner .container {
    /* background-position: center right 10%; */
}

.banner {
    background-position: left 50% bottom;
}
}

@media screen and (min-width: 769px){
.cnt01-content-item {
    margin-right: 40px;
    width: 225px;
}
.cnt01-content-item img {
    max-width: 100%;
}
.cnt01-content-item .photo .tt {
    top: 0;
    font-size: 22px;
}
.cnt01-content-item .photo .txt {
    top: 210px;
    font-size: 18px;
}
}
.clm.mov_box {
    float: none;
}
p.movie_ttl {
    color: #33ae8c;
}
.clm.mov_box {
    float: none;
    /* position: relative; */
}
.jp_movie_box:after {
    content: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/cmn_jp_v1/img/ex_component/icon_movie_01.png);
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.jp_movie_box.icn_play_ye:after {
    content: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/invoice/img/img_PlayMark.png);
}
.clm.mov_box .al_c {
    position: relative;
}
.clm.mov_box .al_c a {
    display:block;
}
.jp_movie_box:hover > .jp_mov_img {
    opacity: 0.6 !important;
}

.jp_movie_box {
    display: inline-block;
    position: relative;
    background: #000;
    vertical-align: bottom;
}


.banner {background-position: 68% bottom;position: relative;}


.clm.mov_box {
    float: none;
}


.jp_movie_box.icn_play_ye:after {
    content: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/invoice/img/img_PlayMark.png);
width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
@media screen and (min-width: 769px) {
.clm.mov_box .al_c {
    position: relative;
    height: 215px;
    overflow: hidden;
}    
}

element.style {
}
.clm.mov_box .al_c a {
    display: block;
}
a:visited {
    color: #551a8b;
    text-decoration: none;
}
a, a:link {
    color: #0000cc;
    text-decoration: none;
}
.jp_movie_box {
    display: inline-block;
    position: relative;
    background: #000;
    vertical-align: bottom;
}



@media screen and (max-width: 768px){
.cnt08-content-item .text span {
    width: 100%;
}

.cnt08-content-item .text span + span {
    margin-top: 1rem;
}
}


@media screen and (max-width: 1500px) and (min-width: 769px){
.banner-content .text-02 {
    font-size: 2.1vw;
}
}


/*210201*/
.staff {
  padding: 100px 0 0;
}
.staff-content {
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.staff-content-item {
  font-size: 16px;
}
.staff-content-item .tt {
  font-weight: bold;
  margin: 20px 0 10px;
}
.staff-content-item .sub-tt {
  font-size: 14px;
  color: #000;
  margin: 13px 0;
  font-weight: bold;
}
.staff-content-item.staff-content-item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.staff-content-item.staff-content-item-wrap .img {
    width: 400px;
}
.staff-content-item.staff-content-item-wrap > .txt {
    width: calc( 100% - 450px );
}
.staff-content-item .tt {
    font-size: 1.2rem;
}
.staff-content-item a {
    color: #333;
}
.staff-content {
    padding: 0 30px 50px;
}

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

.staff {
    padding: 30px 0 0;
}
.staff-content {
    display: block;
}
.staff-content-item.staff-content-item-wrap > .txt {
    width: 100%;
}

}
.cnt06-content h3.title {
  font-size: 24px;
  margin: 6px 60px;
}
.cnt06-content-table2 {
  margin: 0 60px;
  max-width: 59%;
}
.cnt06-content-table2 table {
  width: 100%;
}
.cnt06-content-table2 table th {
  background: #33ae8c;
  font-weight: normal;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  border: 2px solid #fff;
  vertical-align: middle;
  width: 50%;
  line-height: 1.4;
}
.cnt06-content-table2 table th .small-text {
  font-size: 16px;
  font-weight: normal;
}
.cnt06-content-table2 table th:first-child {
  background: #f7f7f7;
}
.cnt06-content-table2 table td {
  border: 2px solid #fff;
  padding: 10px;
  background: #f7f7f7;
  padding: 20px 0 28px;
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
}
.cnt06-content-table2 table td:first-child {
  background: #e5e5e5;
}
@media screen and (max-width: 768px) {
  .cnt06-content h3.title {
    font-size: 16px;
    margin: 6px 0;
  }
  .cnt06-content-table2 {
    margin: 0;
    max-width: 67%;
  }
  .cnt06-content-table2 table {
    width: 100%;
  }
  .cnt06-content-table2 table th {
    font-size: 14px;
    padding: 5px;
  }
  .cnt06-content-table2 table th .small-text {
    font-size: 12px;
  }
  .cnt06-content-table2 table td {
    padding: 5px;
    padding: 15px 0;
    font-size: 14px;
  }
}
.full_bnrbox {
    margin: 50px auto;
    max-width: 1020px;
    position: relative;
}
.cnt06 + .full_bnrbox {
    margin-top: 0;
}
@media screen and (max-width: 768px){
.full_bnrbox {
    margin: 25px auto;
    max-width: 100%;
    position: relative;
}
}

.cnt03-content-item.wide {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.cnt03-content-item.wide small {
    font-size: .9em;
}
.cnt03-content-item.wide small a {
    text-decoration: underline;
}
.cnt03-content-item.wide small a:hover {
    text-decoration: none;
}
div#link_price {
    padding-top: 80px;
    margin-top: -80px;
}
.cnt03-content-item.wide {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.cnt03-content-item.wide small {
    font-size: .9em;
}
.cnt03-content-item.wide small a {
    text-decoration: underline;
}
.cnt03-content-item.wide small a:hover {
    text-decoration: none;
}
div#link_price {
    padding-top: 80px;
    margin-top: -80px;
}
.cnt06-content-table table th {
    width: 25%;
}