@charset "UTF-8";

*:focus-visible {
  outline: 4px solid #f00;
}

.c-container #gl_header .gl_hd .inner {
  max-width: 1434px;
}

.c-container a:hover {
  text-decoration: none;
}

.c-container ul,
.c-container ol {
  padding: 0;
}

.c-container #Main_contents {
  font-family: "Noto Sans JP", Arial, sans-serif;
}

.c-container .fc_007 {
  color: #0075b5;
}

.c-container .fc_fff {
  color: #ffffff;
}

.c-container .inner {
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.c-container .c-attention-a__marker {
  width: initial;
}

.c-container .btn:link,
.c-container .btn:visited,
.c-container .btn:hover,
.c-container .btn:active {
  display: block;
  background: #c84628;
  color: #fff !important;
  width: 450px;
  height: 70px;
  line-height: 70px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  position: relative;
  box-shadow: 4px 4px #0078b4;
  box-sizing: border-box;
  margin-bottom: 4px;
}

.c-container .btn::after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}

.c-container .btn:hover {
  text-decoration: none;
}

.c-container .btn:active {
  box-shadow: none;
  transform: translate(4px);
  transition: 0.2s;
}

.c-container .btn.btn_blue {
  background: #0078b4;
  box-shadow: 4px 4px #96d2dc;
}

.c-container .btn.btn_white {
  color: #0078b4 !important;
  background: #fff;
  border: #0078b4 4px solid;
  line-height: 62px;
  box-shadow: 4px 4px #96d2dc;
}

.c-container .btn.btn_orange {
  background: #c84628;
  box-shadow: 4px 4px #0078b4;
}

.c-container .btn.btn_blue:active,
.c-container .btn.btn_white:active,
.c-container .btn.btn_orange:active {
  box-shadow: none;
}

.c-container .cvblock_area .btn-cvblock {
  position: relative;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 21px;
  background-color: #0075b5;
  border-radius: 3px;
  font-weight: 700;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
}

.c-container .cvblock_area .btn-cvblock::after {
  content: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/icon_arrow_r_02.png);
  position: absolute;
  right: 10px;
  margin-top: 2px;
}

.c-container .cvblock_area a {
  color: #ffffff;
}

.c-container .cvblock_area a:hover {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.c-container .cvblock_area a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  z-index: 5;
}

.c-container .btn:hover:before,
.c-container .in_page_link a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  z-index: 5;
}

.c-container .cvblock_area.white .btn-cvblock {
  background-color: #fff;
  width: 340px;
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(61, 71, 83, 0.28);
  min-height: 60px;
}

.c-container .cvblock_area.white a {
  color: #0075b5;
}

.c-container .cvblock_area.white .btn-cvblock::after {
  content: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/icon_arrow_r_01.png);
}

.c-container sup {
  font-size: 58.3%;
}

.c-container .headline_style01 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 10.4px 0;
  margin: 0 auto 30px;
  position: relative;
}

.c-container .headline_style01::before,
.c-container .headline_style01::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #000;
  border-radius: 80px;
  position: relative;
}

.c-container .headline_style01::before {
  top: -10.4px;
}

.c-container .headline_style01::after {
  bottom: -10.4px;
}

.c-container .spView {
  display: none !important;
}

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

.c-container .fadeBox__item.active {
  transform: translate(0, 0);
  opacity: 1;
}

.c-container #Main_contents section {
  padding-top: 100px;
}

.c-container .floating_banner {
  z-index: 6;
  width: 100%;
  background: #96D2DC;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
  padding: 13px 0;
  transition: 0.3s;
}

.c-container .floating_banner.is-fixed {
  position: fixed;
  top: 0;
}

.c-container .floating_banner .inner {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 24% 70.3%;
  gap: 5.7%;
}

.c-container .floating_banner h1 {
  font-size: 20px;
}

.c-container .floating_banner ul {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.c-container .floating_banner li {
  width: 48.4%;
}

.c-container .floating_banner .btn {
  max-width: 450px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 4px 4px #14a0c8;
}

.c-container .floating_banner .btn.btn_white {
  line-height: 54px;
}

.c-container .sec-mv {
  background: #FFDC50 url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/back02.png) repeat center top;
  background-size: 100px;
}

.c-container .sec-mv.is-fixed {
  padding-top: 108px;
}

.c-container .sec-mv.scrolled-down {
  padding-top: 180px;
}

.c-container .sec-mv .inner {
  max-width: 1440px;
  transform: translate(0, 100px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}

.c-container .sec-mv .inner.active {
  transform: translate(0, 0);
  opacity: 1;
}

.c-container .sec-mv .inner img {
  width: 100%;
}

.c-container .sec-mv .l_text {
  color: #ffffff;
  font-size: 22px;
  text-align: left;
  padding: 20px 0 120px 0;
}

.c-container .sec-mv .title {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
}

.c-container .sec-mv .logo_area {
  max-width: 660px;
  margin: 20px auto 40px;
}

.c-container .sec-mv .sec-mv-cap {
  color: #ffffff;
  font-size: 12px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.c-container .cvblock {
  position: relative;
  top: -100px;
}

.c-container .cvblock ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.c-container .cvblock li {
  width: 48.2%;
}

.c-container .cvblock li>a.btn {
  width: 100%;
}

.c-container .cvblock small {
  width: 87.5%;
  max-width: 1050px;
  text-align: right;
  font-size: 12px;
  display: block;
  margin: 0 auto;
}

.c-container .cvblock_box {
  width: 87.5%;
  max-width: 1050px;
  margin: 0 auto 16px;
  box-shadow: 6px 6px #C8C8C8;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 20px 4.8%;
  box-sizing: border-box;
  position: relative;
  font-size: 19px;
}

.c-container .cvblock_box .cvblock_box_headline {
  margin: 8px auto;
  display: inline-block;
  color: #c84628;
  font-size: 25px;
  border-bottom: 2px solid #C4C4C4;
  width: 62vw;
  max-width: 646px;
}

.c-container .cvblock_box div {
  font-weight: bold;
}

.c-container .in_page_link .inner {
  max-width: 1050px;
}

.c-container .in_page_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-container .in_page_link ul li {
  width: 48.2%;
}

.c-container .in_page_link ul li * {
  font-weight: bold;
}

.c-container .in_page_link ul li a {
  display: grid !important;
  justify-items: center;
  position: relative;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/back01.png) repeat center top;
  background-size: 20%;
  border-radius: 10px;
  box-sizing: border-box;
  color: #3c3c3c;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 48px 0 96px;
}

.c-container .in_page_link ul li:nth-of-type(1) a {
  border: 6px solid #0078b4;
}

.c-container .in_page_link ul li:nth-of-type(2) a {
  border: 6px solid #c84628;
  padding-top: 53px;
}

.c-container .in_page_link ul li a::after {
  content: '';
  display: block;
  width: 33px;
  height: 35px;
  position: absolute;
  bottom: 17px;
}

.c-container .in_page_link ul li:nth-of-type(1) a::after {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/down_arrow01.png) no-repeat center;
  background-size: cover;
}

.c-container .in_page_link ul li:nth-of-type(2) a::after {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/down_arrow02.png) no-repeat center;
  background-size: cover;
}

.c-container .in_page_link li strong {
  font-size: 85.7%;
  margin-top: 16px;
}

.c-container .in_page_link li:nth-child(1) strong {
  color: #0078b4;
}

.c-container .in_page_link li:nth-child(2) strong {
  color: #c84628;
}

.c-container .in_page_link ul li:nth-of-type(1) a img {
  max-width: 100px;
}

.c-container .in_page_link ul li:nth-of-type(2) a img {
  max-width: 45px;
}

.c-container .in_page_link ul li:nth-of-type(1) a h2 {
  color: #0078b4;
}

.c-container .in_page_link ul li:nth-of-type(2) a h2 {
  color: #c84628;
}

.c-container #Main_contents .section01 {
  margin-bottom: 100px;
}

.c-container .section01 h2 {
  color: #0078b4;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.c-container .section01 h2 span {
  font-size: 113.6%;
  background: linear-gradient(transparent 71%, #FFDC50 71%);
}

.c-container .section01 .section01_2columns {
  display: flex;
  justify-content: space-between;
}

.c-container .section01 .section01_2columns .section01_2columns_textarea {
  width: 41.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-container .section01 .section01_2columns .imgarea {
  width: 52.8%;
}

.c-container .section01 .section01_2columns h3 {
  color: #0078b4;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}

.c-container .section01 .section01_2columns.row_reverse {
  flex-direction: row-reverse;
  align-items: flex-end;
}

.c-container .section01_cvblock_box {
  border: 5px solid #C4C4C4;
  display: grid;
  grid-template-columns: 43% 53%;
  gap: 5%;
  box-sizing: border-box;
  padding: 40px 3%;
  margin-top: 100px;
}

.c-container .section01_cvblock_box h3 {
  font-size: 25px;
  margin-bottom: 13px;
  font-weight: normal;
}

.c-container .section01_cvblock_box h3 span {
  font-size: 140%;
  font-weight: bold;
}

.c-container .section01_cvblock_box .btn {
  width: 100%;
  box-shadow: 4px 4px #ffdc50;
}

.c-container #Main_contents .section02 {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/back01.png) repeat center top;
  padding: 145px 0 160px;
  position: relative;
  background-size: 100px;
}

.c-container .section02::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100px;
  bottom: -100px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: #fff url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/back01.png) repeat center top;
  background-size: 100px;
}

.c-container .section02 h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto;
  overflow: visible;
}

.c-container .section02 h2::before,
.c-container .section02 h2::after {
  content: '';
  display: block;
  width: 98px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-container .section02 h2::before {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/b01-1.png) center no-repeat;
  background-size: contain;
  left: -144px;
}

.c-container .section02 h2::after {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/b01-2.png) center no-repeat;
  background-size: contain;
  right: -144px;
}

.c-container .section02 h2 strong {
  font-size: 85px;
  color: #0078b4;
}

.c-container .section02 h2 strong .sub {
  font-size: 80%;
}

.c-container .section02 h2+ul {
  display: table;
  margin: 0 auto;
}

.c-container .section02 h2+ul li {
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  position: relative;
}

.c-container .section02 h2+ul li::before {
  content: '●';
  display: inline-block;
  color: #0078b4;
  font-size: 80%;
  margin-right: 0.1em;
}

.c-container .section02 h2+ul li::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #ffdc50;
  width: 100%;
  height: 10px;
  bottom: -12px;
  left: 0;
  right: 0;
}

.c-container .section02 h2+ul li+li {
  margin-left: 1em;
}

.c-container .section02 ol {
  max-width: 1050px;
}

.c-container .section02 .section02_2columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 120px;
}

.c-container .section02 .section02_2columns.row_reverse {
  flex-direction: row-reverse;
}

.c-container .section02 .section02_2columns h3 {
  font-size: 28px;
  font-weight: bold;
  color: #0078b4;
  position: relative;
  margin-bottom: 32px;
}

.c-container .section02 .section02_2columns h3::before {
  transform: scale(0.5);
  display: block;
  width: 240px;
  height: 179px;
  position: absolute;
  top: -47px;
  left: -60px;
}

.c-container .section02 .section02_2columns p {
  line-height: 1.8;
}

.c-container .section02 .section02_2columns ul>li {
  color: #c84628;
  font-weight: bold;
}

.c-container .section02 .section02_2columns img {
  width: 41.5% !important;
}

.c-container .section02_modifier {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.c-container .section02_2columns_textarea {
  width: 55.2%;
}

.c-container #Main_contents .section03 {
  background: #96d2dc;
  position: relative;
}

.c-container .section03::before,
.c-container .section03::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-style: solid;
  z-index: 1;
  transform: translateX(-50%);
}

.c-container .section03::before {
  left: calc(50% - 51px);
  border-width: 0px 100px 100px 0;
  border-color: transparent transparent #96d2dc transparent;
}

.c-container .section03::after {
  right: calc(50% - 151px);
  border-width: 0px 0px 100px 100px;
  border-color: transparent transparent #96d2dc transparent;
}

.c-container .section03>.inner {
  padding-bottom: 64px;
}

.c-container .section03_headline {
  position: relative;
}

.c-container .section03 h2 {
  font-size: 53px;
  font-size: clamp(19px, 5vw, 53px);
  text-align: center;
  overflow: visible;
  margin-bottom: 40px;
}

.c-container .section03 h2 em,
.c-container .section03 h2 strong {
  font-size: 119%;
  font-weight: bold;
  font-style: normal;
  position: relative;
}

.c-container .section03 h2 strong span {
  font-size: 114%;
}

.c-container .section03_headline h2 strong:after {
  content: '';
  display: block;
  margin: auto;
  width: 100%;
  height: 16px;
  background: #ffdc50;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  z-index: -1;
}

.c-container .section03 .inner .section03_headline>img {
  width: 83.3%;
  margin: 0 auto;
}

.c-container .section03_service_name {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: 40.3% 40.3%;
  gap: 19.4%;
  width: 63.4%;
  margin: 8px auto 0;
}

.c-container .section03_service_name>li {
  font-size: 30px;
  font-weight: bold;
}

.c-container .section03_service_name>li span {
  position: relative;
  z-index: 1;
}

.c-container .section03_service_name>li span::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: inline-block;
  height: 10px;
  background: linear-gradient(transparent 71%, #FFDC50 71%);
  background: #FFDC50;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.c-container .section03_headline small {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-container #Main_contents .section03 .section03_bottom_area {
  background: #fff;
  padding-bottom: 155px;
  position: relative;
}

.c-container #Main_contents .section03 .section03_bottom_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: #96d2dc;
  position: absolute;
  top: 0;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card {
  display: grid;
  grid-template-columns: 31.66% 31.66% 31.66%;
  gap: 2.5%;
  list-style: none;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card .section03_carditem {
  border-radius: 16px;
  background: #FFDC50;
  min-height: 890px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 16px;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card .section03_carditem::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFDC50 transparent transparent transparent;
  border-width: 20px 18px 0 18px;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card h3 {
  padding: 0 7.9%;
  background: #fff;
  height: 310px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding: 0 32px;
  border-radius: 16px 16px 0 0;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card h3 strong {
  color: #0078b4;
  font-size: 120%;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card>li .section03_card_bottom {
  padding: 0 7.9%;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card li h3::before {
  display: block;
  margin: 0 auto;
  font-size: 50px;
  color: #0078b4;

}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card li:nth-of-type(1) h3::before {
  content: '1'
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card li:nth-of-type(2) h3::before {
  content: '2'
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card li:nth-of-type(3) h3::before {
  content: '3'
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card>li .section03_card_bottom {
  position: relative;
  padding-top: 36px;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card>li .section03_card_bottom::before {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #FFDC50 transparent;
  border-width: 0px 40px 40px 40px;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card>li .section03_card_bottom>img {
  width: 60.1%;
  display: block;
  margin: 0 auto;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card>li .section03_card_bottom>h4 {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin: 8px 0;
  font-weight: bold;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card>li .section03_card_bottom p {
  line-height: 2;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card>li>img {
  display: block;
  width: 71.1%;
  margin: 56px auto 0;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_card>li>p {
  display: block;
  width: 71.1%;
  margin: 56px auto 0;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}

.c-container #Main_contents .section03 .annotation {
  font-size: 12px;
  margin-top: 8px;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_cvblock_area {
  background: #fff;
  padding-bottom: 10px;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_cvblock_area li:nth-of-type(1) {
  font-size: 26.4px;
  text-align: center;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_cvblock_area li:nth-of-type(1) p {
  margin-bottom: 10px;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_cvblock_area li:nth-of-type(1) span {
  font-size: 125%;
  font-weight: bold;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_cvblock_area li:nth-of-type(1) strong {
  font-size: 160%;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_promotion {
  width: 66.7%;
  margin: 64px auto;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  color: #0078b4;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_promotion strong {
  font-size: 124%;
}

.c-container #Main_contents .section03 .section03_bottom_area .section03_cvblock_area>ul {
  display: grid;
  grid-template-columns: 50.5% 45.8%;
  gap: 3.7%;
  width: 94%;
  max-width: 1128px;
  margin: 0 auto;
}

.c-container #Main_contents .section03 .section03_bottom_area .btn {
  display: block;
  margin: 48px auto 0;
  width: 100%;
  max-width: 450px;
}

.c-container #Main_contents .section04 {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/back02.png) repeat center top;
  padding: 0 0 128px;
  text-align: center;
  background-size: 100px;
}

.c-container .section04 h2 {
  font-size: 25px;
}

.c-container .section04_appeal_area {
  padding-top: 160px;
  font-size: 25px;
  line-height: 1.6;
}

.c-container .section04_appeal_area p {
  font-size: 25px;
  font-weight: bold;
}

.c-container .section04_appeal_area strong {
  font-size: 159%;
}

.c-container .section04_appeal_area .more_strong {
  font-size: 144%;
  color: #c84628;
  display: inline-block;
  margin: 0 0 10px 20px;
}

.c-container .section04_appeal_area .more_strong span {
  font-size: 155.6%;
}

.c-container .section04_appeal_area small {
  font-size: 14px;
}

.c-container .section04 .headline_style01 {
  width: 25%;
  margin: 56px auto 48px;
  overflow: visible;
}

.c-container .section04_card {
  display: grid;
  grid-template-columns: 31.66% 31.66% 31.66%;
  -moz-column-gap: 2.5%;
  column-gap: 2.5%;
  row-gap: 28px;
  margin-bottom: 120px;
  padding: 0;
  font-size: 18px;
}

.c-container .section04_card>li {
  background: #FFDC50;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 36px 27px 20px;
}

.c-container .section04_card h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 32px auto 16px;
}

.c-container .section04_card small {
  font-size: 12px;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  margin-top: 8px;
  display: block;
}

.c-container .section04_card_annotation {
  font-size: 12px;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  margin-top: 8px;
  display: block;
}

.c-container .section04_trial h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 48px;
}

.c-container .section04_trial ul {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  padding: 0;
}

.c-container .section04_trial_arrow {
  position: relative;
  width: 87.9%;
  background: #fff;
  box-sizing: border-box;
  -moz-text-align-last: left;
  text-align-last: left;
  padding: 17px 0px;
  border-style: solid;
  border-width: 6px 36px 6px 6px;
  border-image-source: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/section04_trial_arrow_bg.png);
  border-image-slice: 6 83 6 6;
  border-image-outset: 0.7;
}

.c-container .section04_trial .section04_trial_arrow .grid_box {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-items: center;
}

.c-container .section04_trial .section04_trial_arrow h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.c-container .section04_trial .section04_trial_arrow p {
  font-size: 15px;
  margin-top: 8px;
}

.c-container .section04_trial .section04_trial_arrow:nth-child(1) img {
  max-width: 132px;
}

.c-container .section04_trial .section04_trial_arrow:nth-child(2) img {
  max-width: 108px;
}

.c-container .section04_trial .section04_trial_arrow:nth-child(3) h4 {
  font-size: 31.6px;
  color: #333;
}

.c-container .section04_trial .section04_trial_arrow:nth-child(3) img {
  width: 79.8%;
}

.c-container .section04_trial .section04_trial_arrow small {
  width: 90.3%;
  margin-left: 12%;
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.c-container .section04 .btn {
  margin: 56px auto 0;
  width: 100%;
  max-width: 450px;
}

.c-container #Main_contents .section05 {
  text-align: center;
}

.c-container .section05 .headline_style01 {
  width: 46.6%;
}

.c-container .section05_grid {
  max-width: 1044px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 17% 53% 30%;
  text-align: left;
}

.c-container .section05_grid h2 {
  color: #0078b4;
  font-size: 36px;
  font-size: clamp(21px, 3.3vw, 36px);
  text-align: left;
}

.c-container .section05_grid h2 strong {
  font-size: 139%;
}

.c-container .section05_grid h2 span {
  position: relative;
}

.c-container .section05_grid h2 span::after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 10px;
  background: linear-gradient(transparent 71%, #FFDC50 71%);
  background: #FFDC50;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.c-container .section05_grid p {
  font-size: 21px;
  font-size: clamp(15px, 2.3vw, 21px);
  font-weight: bold;
}

.c-container .section05_grid p:last-child {
  font-size: clamp(21px, 3.3vw, 33px);
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.c-container .section05_grid p:last-child::after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 10px;
  background: linear-gradient(transparent 71%, #FFDC50 71%);
  background: #FFDC50;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.c-container .section05_grid p:last-child strong {
  color: #0078b4;
  font-size: 166%;
}

.c-container .section05_annotation {
  text-align: left;
  font-size: 14px;
  margin-bottom: 80px;
  display: inline-block;
  margin-top: 16px;
}

.c-container .section05_annotation li {
  margin-top: 0;
}

.c-container #Main_contents .section06 {
  background: #FFDC50;
  padding: 60px 0;
  margin-top: 40px;
}

.c-container .rad_wrap {
  display: flex;
  justify-content: space-between;
}

.c-container .rad_wrap .rad_text-box {
  order: 2;
  display: grid;
  grid-template-columns: 59.7% 36.5%;
  gap: 3.8%;
  align-content: center;
  margin: 0 auto;
  max-width: 790px;
  width: 70.8%;
}

.c-container .rad_wrap .bg_left {
  order: 1;
  width: 14.7%;
}

.c-container .rad_wrap .bg_right {
  order: 3;
  width: 14.5%;
}

.c-container .rad_wrap .rad_text-box .title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 14px;
}

.c-container .rad_wrap .rad_text-box .rad_text {
  font-size: 22px;
  text-align: center;
  position: relative;
  border-radius: 28px;
  margin-bottom: 12px;
  padding: 5px 0;
  max-width: 466px;
  background: #c2c2c2;
  font-weight: 700;
}

.c-container .section06 h2 {
  font-size: 20px;
}

.c-container .section06 h2 .rad_text01 {
  display: inline-block;
  font-size: 135%;
  margin-bottom: 12px;
}

.c-container .section06 h2 .rad_text02 {
  font-size: 175%;
  font-weight: bold;
}

.c-container .section06_cvblock_box {
  max-width: 930px;
  margin: 35px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.c-container .section06_cvblock_box li {
  width: 48.4%;
  text-align: center;
}

.c-container .section06_cvblock_box .btn {
  max-width: 450px;
  width: 100%;
}

@media (max-width: 1400px) {
  .c-container .headline_style01 {
    font-size: 2vw;
  }

  .c-container .cvblock {
    top: -75px;
  }
}

@media (max-width: 1240px) {
  .c-container .inner {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
  }
}

@media (max-width: 1100px) {
  .c-container .section03_headline small {
    position: static;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 1vw;
    font-size: 13px;
  }
}

@media (max-width: 1080px) {
  .c-container .cvblock {
    margin: 0 8px;
    top: -5.1vw;
  }

  .c-container .cvblock small {
    width: 100%;
  }

  .c-container .cvblock_box {
    width: 100%;
  }

  .c-container .section01_cvblock_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .c-container .section01_cvblock_box_textarea {
    margin-top: 40px;
    text-align: center;
  }

  .c-container .section01_cvblock_box_textarea .pcView {
    display: none !important;
  }
}

@media (max-width: 970px) {

  .c-container .section02 h2::before,
  .c-container .section02 h2::after {
    width: 80px;
  }

  .c-container .section02 h2::before {
    left: -80px;
  }

  .c-container .section02 h2::after {
    right: -80px;
  }

  .c-container #Main_contents .section03 .section03_bottom_area .section03_card {
    display: block;
  }


  .c-container #Main_contents .section03 .section03_bottom_area .section03_card>li+li {
    margin-top: 11vw;
  }

  .c-container #Main_contents .section03 .section03_bottom_area .section03_card h3 {
    height: 244px;
  }

  .c-container #Main_contents .section03 .section03_bottom_area .section03_card li:nth-child(2) h3 {
    height: 226px;
  }

  .c-container .section05 .headline_style01 {
    width: 64%;
    font-size: 22px;
  }

  .c-container #Main_contents .section06 .rad_wrap {
    flex-wrap: wrap;
    margin-bottom: 6vw;
  }

  .c-container #Main_contents .section06 .rad_wrap .rad_text-box {
    order: 1;
    min-width: 51%;
  }

  .c-container #Main_contents .section06 .rad_wrap .bg_left {
    order: 2;
    width: 50%;
    display: none;
  }

  .c-container #Main_contents .section06 .rad_wrap .bg_right {
    order: 3;
    width: 50%;
    display: none;
  }

  .c-container .nam_block_wrap {
    flex-direction: column;
  }

  .c-container .nam_block_wrap .block {
    margin: 0 auto 50px auto;
  }
}

@media (max-width: 920px) {
  .c-container .btn {
    font-size: 17px;
  }

  .c-container .btn:link,
  .c-container .btn:visited,
  .c-container .btn:hover,
  .c-container .btn:active {
    font-size: 17px;
  }

  .c-container .cvblock ul {
    display: block;
  }

  .c-container .cvblock ul li {
    width: 100%;
  }

  .c-container .cvblock ul li+li {
    margin-top: 16px;
  }

  .c-container .section04_trial .section04_trial_arrow:nth-child(3) h4 {
    font-size: 23px;
    font-weight: bold;
  }
}

@media (max-width: 640px) {
  .c-container p {
    font-size: 14px;
  }

  .c-container li {
    font-size: 15px;
  }

  .c-container .cp-PageTop {
    bottom: 67px;
  }

  .c-container .cvblock {
    position: initial;
    margin-top: -10px;
    margin-bottom: 32px;
  }

  .c-container .cvblock_area .btn-cvblock {
    border-radius: 4px;
    width: 80%;
  }

  .c-container .cvblock_area.white .btn-cvblock {
    border-radius: 4px;
    width: 70%;
    min-height: 60px;
  }

  .c-container .pcView {
    display: none !important;
  }

  .c-container .spView {
    display: block !important;
  }

  .c-container .sec-mv {
    padding-top: 8px;
  }

  .c-container .cvblock h2 {
    width: 100%;
    font-size: 24px;
  }

  .c-container .sec-mv .l_text {
    padding: 20px 0 90px 3%;
  }

  .c-container .sec-mv .title {
    font-size: 21px;
  }

  .c-container .sec-mv .logo_area {
    max-width: 90%;
  }

  .c-container .sec-mv .sec-mv-cap {
    width: 90%;
    text-align: left;
    right: 10px;
  }

  .c-container .floating_banner {
    padding: 2vw 0;
  }

  .c-container .floating_banner .inner {
    display: block;
  }

  .c-container .floating_banner h1 {
    font-size: 12px;
    text-align: center;
  }

  .c-container .floating_banner .btn {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .c-container .floating_banner .btn.btn_white {
    height: 40px;
    line-height: 38px;
    border-width: 2px;
    box-shadow: 2px 2px #c84628;
  }

  .c-container .floating_banner .btn.btn_blue {
    box-shadow: 2px 2px #c84628;
  }

  .c-container .btn.btn_orange::after,
  .c-container .floating_banner .btn::after {
    content: none;
  }

  .c-container .headline_style01 {
    font-size: 16px;
  }

  .c-container .in_page_link ul {
    flex-direction: column;
  }

  .c-container .in_page_link ul li {
    width: 100%;
  }

  .c-container .in_page_link ul li:nth-of-type(1) a,
  .c-container .in_page_link ul li:nth-of-type(2) a {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .c-container .in_page_link ul li a::after {
    width: 20px;
    height: 22px;
    bottom: 4px;
  }

  .c-container .in_page_link ul li:nth-of-type(1) a img {
    width: 20px;
  }

  .c-container .in_page_link ul li:nth-of-type(2) a img {
    width: 8px;
  }

  .c-container .in_page_link ul li h2 {
    font-size: 20px;
  }

  .c-container #Main_contents .section01 {
    padding-top: 8vw;
    margin-bottom: 8vw;
  }

  .c-container .section01 h2 {
    width: 90%;
    margin: 0 auto 8vw;
    font-size: 27px;
  }

  .c-container .section01 .section01_2columns {
    display: block;
  }

  .c-container .section01 .section01_2columns+div {
    margin-top: 12vw;
  }

  .c-container .section01 .section01_2columns .section01_2columns_textarea,
  .c-container .section01 .section01_2columns .imgarea {
    width: 99%;
    margin: 0 auto;
  }

  .c-container .section01 .section01_2columns h3 {
    margin-bottom: 4vw;
    font-size: 20px;
  }

  .c-container .section01_cvblock_box h3 {
    margin-bottom: 4vw;
    font-size: 17px;
  }

  .c-container .section02::after {
    width: 100px;
    height: 50px;
    bottom: -50px;
  }

  .c-container .section02 h2 {
    font-size: 24px;
  }

  .c-container .section02 h2::before,
  .c-container .section02 h2::after {
    width: 56px;
    top: -80px;
  }

  .c-container .section02 h2::before {
    left: -24px;
  }

  .c-container .section02 h2::after {
    right: -24px;
  }

  .c-container .section02 h2 strong {
    font-size: 56px;
  }

  .c-container .section02 h2+ul li {
    display: block;
    font-size: 20px;
  }

  .c-container .section02 h2+ul li::before {
    font-size: 80%;
    margin-right: 0.6em;
  }

  .c-container .section02 h2+ul li::after {
    height: 5px;
    bottom: 0;
    z-index: -1;
  }

  .c-container .section02 h2+ul li+li {
    margin-left: 0;
    margin-top: 16px;
  }

  .c-container #Main_contents .section02 {
    padding-top: 40px;
    padding-bottom: 8vw;
  }

  .c-container .section02_modifier {
    width: 100%;
  }

  .c-container .section02 .section02_2columns {
    display: block;
    margin-top: 5vw;
    margin-top: 40px;
  }

  .c-container .section02 .section02_2columns+li {
    margin-top: 12vw;
  }

  .c-container .section02_2columns_textarea {
    width: 99%;
    margin: 0 auto;
  }

  .c-container .section02 .section02_2columns img {
    width: 99% !important;
    margin: 0 auto;
    margin-top: 4vw;
  }

  .c-container .section02 .section02_2columns h3 {
    margin-bottom: 4vw;
    font-size: 20px;
  }

  .c-container .section02 .section02_2columns h3::before {
    transform: scale(0.25);
    height: 143px;
    top: -54px;
    left: -91px;
  }

  .c-container .section01 .section01_2columns .section01_2columns_textarea {
    margin-bottom: 4vw;
  }

  .c-container #Main_contents .section03 {
    padding-top: 50px;
  }

  .c-container .section03::before {
    left: calc(50% - 26px);
    border-width: 0px 50px 50px 0;
  }

  .c-container .section03::after {
    right: calc(50% - 76px);
    border-width: 0px 0 50px 50px;
  }

  .c-container .section03>.inner {
    padding-bottom: 6vw;
  }

  .c-container .section03 h2,
  .c-container .section03 .inner .section03_headline>img {
    width: 100%;
    grid-template-columns: 100%;
    gap: 0;
    margin: 0 auto;
  }

  .c-container .section03 h2 strong::after {
    height: 8px;
  }

  .c-container .section03_service_name {
    width: 100%;
    grid-template-columns: 100%;
    gap: 0;
    font-size: 26px;
    margin: 0 auto;
  }

  .c-container .section03_service_name li {
    font-size: 26px;
  }

  .c-container .section03_service_name>li span::after {
    bottom: 0;
  }

  .c-container .section03_headline small {
    position: static;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 1vw;
    font-size: 13px;
  }

  .c-container #Main_contents .section03 .section03_bottom_area {
    padding-bottom: 12vw;
    background: none;
  }

  .c-container #Main_contents .section03 .section03_bottom_area .section03_card>li>img {
    width: 70%;
    margin-top: 43px;
  }

  .c-container #Main_contents .section03 .section03_bottom_area .section03_promotion {
    font-size: 30px;
    width: 100%;
    margin-bottom: 0;
  }

  .c-container #Main_contents .section03 .section03_bottom_area .section03_cvblock_area>ul {
    display: block;
    width: 100%;
  }

  .c-container #Main_contents .section03 .section03_bottom_area .section03_cvblock_area li:nth-of-type(1) {
    font-size: 16px;
  }

  .c-container #Main_contents .section03 .annotation li {
    font-size: 12px;
  }

  .c-container #Main_contents .section03 .section03_bottom_area .section03_card .section03_carditem {
    min-height: auto;
  }

  .c-container #Main_contents .section03 .section03_bottom_area .section03_card>li .section03_card_bottom {
    padding-bottom: 36px;
  }

  .c-container .section04_appeal_area p {
    font-size: 17px;
  }

  .c-container .section04 .headline_style01,
  .c-container .section05 .headline_style01 {
    width: 100%;
    font-size: 20px;
  }

  .c-container .section04 .headline_style01 {
    margin: 8vw auto 4.3vw;
  }

  .c-container .section05 .headline_style01 {
    margin-bottom: 4.3vw;
  }

  .c-container #Main_contents .section04 {
    padding-bottom: 8vw;
  }

  .c-container .section04_card {
    display: block;
    margin-bottom: 8vw;
  }

  .c-container .section04_card>li {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-container .section04_card>li+li {
    margin-top: 16px;
  }

  .c-container .section04_card h3 {
    margin-top: 16px;
  }

  .c-container .section04_card p {
    text-align: left;
  }

  .c-container .section04_trial ul {
    display: block;
  }

  .c-container .section04_appeal_area {
    padding-top: 8vw;
    font-size: 18px;
    background-size: contain;
    background-position-y: 24px;
  }

  .c-container .section04_appeal_area small {
    font-size: 12px;
  }

  .c-container .section04_card small,
  .c-container .section04_card_annotation li {
    font-size: 12px;
  }

  .c-container .section04_trial .section04_trial_arrow {
    border-image-source: url(/-/Media/Ricoh/Sites/co_jp/special/invoice-received-service-about-invoice/img/section04_trial_arrow_bg_sp.png);
    border-width: 6px 6px 24px 6px;
    border-image-slice: 6 6 49 6;
    border-image-outset: 0.7;
    margin: 0 auto;
    padding: 10px;
  }

  .c-container .section04_trial .section04_trial_arrow h4 {
    font-size: 20px;
  }

  .c-container .section04_trial .section04_trial_arrow p,
  .c-container .section04_trial .section04_trial_arrow small {
    margin: 0 auto;
  }

  .c-container .section04_trial .section04_trial_arrow small {
    font-size: 10px;
    margin-top: 10px;
  }

  .c-container .section04_trial .section04_trial_arrow+li {
    margin-top: 60px;
  }

  .c-container #Main_contents .section05 {
    text-align: left;
  }

  .c-container .section05_grid {
    grid-template-columns: 100%;
  }

  .c-container .section05_grid h2 {
    font-size: 23px;
    text-align: center;
  }

  .c-container .section05_grid p {
    font-size: 15px;
    text-align: center;
  }

  .c-container .section05_grid p:last-child {
    font-size: 24px;
    display: table;
    margin: 0 auto;

  }

  .c-container .section05_annotation {
    margin: 6vw 0;
  }

  .c-container .section05_annotation li {
    font-size: 12px;
  }

  .c-container #Main_contents .section05 {
    padding-top: 8vw;
  }

  .c-container #Main_contents .section06 {
    padding-top: 8vw;
    margin-top: 8vw;
  }

  .c-container .section06 .rad_wrap .rad_text-box {
    display: block;
    text-align: center;
    width: 100%;
  }

  .c-container .section06 h2 {
    font-size: 13px;
    margin-bottom: 4vw;
  }

  .c-container .section06 ul.section06_cvblock_box {
    display: block;
    margin-top: 6vw;
  }

  .c-container .section06 ul.section06_cvblock_box li {
    width: 100%;
  }

  .c-container .section06 ul.section06_cvblock_box li+li {
    margin-top: 16px;
  }

  .c-container .section06 ul.section06_cvblock_box li .btn {
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .c-container .rad_wrap .rad_text-box .title {
    font-size: 24px;
  }

  .c-container .rad_wrap .rad_text-box .rad_text {
    font-size: 17px;
  }
}

.c-container .section04 .movie {
  margin-bottom: 70px;
}

.c-container .section04 .movie h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
}

.c-container .section04 .movie h3>div {
  font-size: 70%;
}

.c-container .section04 .movie .c-carousel__item--movie .c-carousel__link {
  display: block;
  position: relative;
}

.c-container .section04 .movie .c-carousel__item--movie .c-carousel__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  pointer-events: none;
  content: "";
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6117647059);
  border-radius: 40px;
  background-image: url(/-/Media/Ricoh/Common/cmn_v3/img/icon_play.png);
}

.c-container .section04 .movie .c-caption {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .c-container .section04 .movie {
    margin-bottom: 8vw;
  }

  .c-container .section04 .movie h3 {
    font-size: 20px;
    margin-bottom: 8vw;
    line-height: 1.6;
  }

  .c-container .section04 .movie .c-carousel__item--movie .c-carousel__link::after {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 640.02px),
print {
  .c-container .section04 .movie .c-carousel__item--movie .c-carousel__link::after {
    width: 80px;
    height: 80px;
  }
}

.c-container .c-link-a {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 32px;
  font-weight: 600;
}

.c-container .c-link-a::before {
  position: absolute;
  top: 0.24em;
  right: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #cf142b;
  background-size: contain;
}

.c-container .c-link-a--blank::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.45764,19h-12a1.00294,1.00294,0,0,1-1-1V6a1.00294,1.00294,0,0,1,1-1h5a1,1,0,0,0,0-2h-6a1.99944,1.99944,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V13a1,1,0,1,0-2,0v5A1.00294,1.00294,0,0,1,17.45764,19Zm-4-15a1.00294,1.00294,0,0,0,1,1h2.59l-9.13,9.13a.997.997,0,0,0,1.41,1.41l9.13-9.13V9a1,1,0,0,0,2,0V3h-6A1.00294,1.00294,0,0,0,13.45764,4Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.45764,19h-12a1.00294,1.00294,0,0,1-1-1V6a1.00294,1.00294,0,0,1,1-1h5a1,1,0,0,0,0-2h-6a1.99944,1.99944,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V13a1,1,0,1,0-2,0v5A1.00294,1.00294,0,0,1,17.45764,19Zm-4-15a1.00294,1.00294,0,0,0,1,1h2.59l-9.13,9.13a.997.997,0,0,0,1.41,1.41l9.13-9.13V9a1,1,0,0,0,2,0V3h-6A1.00294,1.00294,0,0,0,13.45764,4Z"/></svg>');
}

.c-container .c-link-a .c-link-a__text {
  font-weight: 700;
  color: #cf142b;
  word-break: break-word;
}

.c-container .it_trend {
  text-align: center;
  margin-bottom: 100px;
}

.c-container .it_trend a {
  font-size: 15px;
}

.c-container .it_trend a img {
  width: initial !important;
  margin: 0 auto;
}

@media screen and (min-width: 640.02px) and (max-width: 1100px),
print {
  .c-container .it_trend {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .c-container .it_trend {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .c-container .it_trend .c-button-a::after {
    right: -26px;
    bottom: 0;
  }
}