@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  font-family: 'Noto Sans JP', sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a,
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  opacity: 0.7;
}

a:active {
  color: #000;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexA {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexB {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

@media screen and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
}

#container {
  text-align: left;
  overflow: hidden;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }
  a:hover {
    opacity: 1 !important;
  }
}

#gHeader .hBox {
  margin: 0 auto;
  padding: 22px 0;
  width: 1025px;
}

#gHeader .hBox .logo {
  margin-top: 6px;
  width: 118px;
}

#gHeader .hBox .logo a:hover {
  opacity: 1;
}

#gHeader .hBox .rBox li {
  margin-left: 20px;
  width: 200px;
}

#gHeader .hBox .rBox li a {
  padding: 8px 8px 8px 40px;
  display: block;
  color: #cf142b;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border: 3px solid #cf142b;
  border-radius: 100px;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon01.png) no-repeat left 15px center/19px auto;
}

#gHeader .hBox .rBox li:last-child {
  width: 170px;
}

#gHeader .hBox .rBox li:last-child a {
  color: #fff;
  font-weight: normal;
  background: #cf142b url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon02.png) no-repeat left 25px center/23px auto;
}

#gHeader .hBox .rBox li:first-child a {
  background-position: left 25px center;
}

@media screen and (max-width: 896px) {
  #gHeader .hBox {
    margin: 0 auto;
    padding: 22px 0;
    width: auto;
    display: block;
    position: relative;
  }
  #gHeader .hBox .logo {
    margin: 0 auto;
    width: 98px;
  }
  #gHeader .hBox .logo a:hover {
    opacity: 1;
  }
  #gHeader .hBox .menu {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 35px;
  }
  #gHeader .hBox .menu .menuImg {
    display: block !important;
  }
  #gHeader .hBox .menu .close {
    display: none !important;
  }
  #gHeader .hBox .on .menuImg {
    display: none !important;
  }
  #gHeader .hBox .on .close {
    display: block !important;
  }
  #gHeader .hBox .rBox {
    padding: 60px 0 65px;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #cf142b;
    background-color: #fff;
    z-index: 99;
  }
  #gHeader .hBox .rBox .linkList {
    display: block;
  }
  #gHeader .hBox .rBox li {
    margin: 0 auto 24px;
    width: 77% !important;
    max-width: 350px;
  }
  #gHeader .hBox .rBox li:last-child {
    margin-bottom: 0;
  }
  #gHeader .hBox .rBox li a {
    padding: 14px 8px 14px 28px !important;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    border: none;
    border-radius: 100px;
    background: #e4a600 url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon17.png) no-repeat left 32px center/18px auto !important;
  }
  #gHeader .hBox .rBox li:last-child {
    width: auto;
  }
  #gHeader .hBox .rBox li:last-child a {
    color: #fff;
    font-weight: normal;
    background: #cf142b url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon18.png) no-repeat left 30px center/22px auto !important;
  }
  #gHeader .hBox .rBox li:first-child a {
    background-color: #1d9dd3 !important;
  }
}

.headLine01 {
  margin-bottom: 42px;
  padding-top: 35px;
  font-size: 3.6rem;
  text-align: center;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon03.png) no-repeat center top/25px;
}

.headLine02 {
  margin-bottom: 15px;
  padding-bottom: 11px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #cf142b;
}

.headLine03 {
  margin-bottom: 15px;
  padding: 3px 3px 3px 17px;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #fae4e4;
}

@media screen and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 2rem !important;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon03.png) no-repeat center top/18px auto;
  }
  .headLine02 {
    margin-bottom: 7px;
    padding-bottom: 9px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .headLine03 {
    margin-bottom: 7px;
    font-size: 1.2rem;
  }
}

#main .content {
  margin: 0 auto;
  width: 1020px;
}

#main .topBgBox {
  padding: 60px 0 70px;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/index/bg01.png) no-repeat center center/cover;
}

#main .topBgBox .lBox {
  position: relative;
  width: 480px;
}

#main .topBgBox .lBox h2 {
  margin-bottom: 20px;
  color: #fefefe;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.34;
}

#main .topBgBox .lBox h2 span {
  text-decoration: underline;
}

#main .topBgBox .lBox h2 small {
  font-weight: 300;
}

#main .topBgBox .lBox p {
  color: #fefefe;
  font-size: 1.4rem;
  line-height: 2;
}

#main .topBgBox .lBox .photo {
  width: 100px;
  position: absolute;
  bottom: 7px;
  right: 20px;
}

#main .topBgBox .rBox {
  margin-top: 12px;
  width: 525px;
}

#main .troubleBox {
  padding: 75px 0 28px;
  background-color: #fae4e4;
}

#main .troubleBox h2 {
  margin-bottom: 53px;
  padding-bottom: 7px;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: -0.05em;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/bg01.png) no-repeat center bottom;
}

#main .troubleBox .photo {
  margin-bottom: 75px;

  text-align: center;
}

#main .troubleBox .photo img {
  width: 1077px;
}

#main .troubleBox p {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
}

#main .signageBox {
  padding-bottom: 120px;
  position: relative;
}

#main .signageBox::after {
  position: absolute;
  border-color: transparent transparent transparent #fae4e4;
  border-style: solid;
  border-width: 140px 0 0 100vw;
  display: block;
  height: 0;
  left: 0;
  bottom: 0;
  width: 0;
  content: "";
}

#main .signageBox .bgTitle {
  margin-bottom: 50px;
  text-align: center;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/index/bg02.png) no-repeat center center/cover;
}

#main .signageBox .bgTitle p {
  padding: 30px 0;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}

#main .signageBox .bgTitle p span {
  position: relative;
  letter-spacing: -0.05em;
}

#main .signageBox .bgTitle p span::after {
  position: absolute;
  top: -10px;
  left: -38px;
  width: 34px;
  height: 34px;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon04.png) no-repeat left top;
  content: '';
}

#main .signageBox .bgTitle p span::before {
  position: absolute;
  bottom: -13px;
  right: -24px;
  width: 34px;
  height: 34px;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon05.png) no-repeat right bottom;
  content: '';
}

#main .signageBox .text {
  margin-bottom: 45px;
  color: #010101;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.68;
}

#main .signageBox .photo {
  text-align: center;
}

#main .signageBox .photo img {
  width: 805px;
}

#main .industryBox {
  padding: 15px 0 0;
  position: relative;
  background-color: #fae4e4;
}

#main .industryBox .content {
  position: relative;
  z-index: 2;
}

#main .industryBox .content .lBox {
  width: 475px;
}

#main .industryBox .content .rBox {
  width: 475px;
}

#main .industryBox .content .comBox01 {
  padding: 36px 30px 47px;
  position: relative;
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

#main .industryBox .content .comBox01 .number {
  color: #cf142b;
  font-size: 4.8rem;
  font-weight: bold;
  position: absolute;
  top: -40px;
  left: -10px;
}

#main .industryBox .content .comBox01 .text {
  margin-bottom: 16px;
  font-size: 1.4rem;
}

#main .industryBox .content .comBox01 .noteUl {
  margin: 0 0 18px -7px;
  font-size: 1.4rem;
}

#main .industryBox .content .comBox01 .noteUl li {
  width: 50%;
}

#main .industryBox .content .comBox01 .noteUl li li {
  width: auto;
  padding-left: 1em;
  text-indent: -1em;
}

#main .industryBox .content .comBox01 .noteUl01 li:first-child {
  width: 30%;
}

#main .industryBox .content .comBox01 .noteUl01 li {
  width: 70%;
}

#main .industryBox .content .comBox01 .noteUl01 li li {
  width: auto !important;
}

#main .industryBox .content .comBox01 .pho {
  margin-bottom: 55px;
}

#main .industryBox .content .comBox01 .pho01 {
  margin-bottom: 0;
}

#main .industryBox .content .comBox02 {
  margin-bottom: 55px;
  padding-bottom: 24px;
}

#main .circulationBox {
  margin-top: -65px;
  padding: 120px 0 60px;
  position: relative;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/index/bg03.jpg) repeat left top;
}

#main .circulationBox::after {
  position: absolute;
  border-color: #fae4e4 transparent transparent transparent;
  border-style: solid;
  border-width: 105px 0 0 100vw;
  display: block;
  height: 0;
  left: 0;
  top: 0;
  width: 0;
  content: "";
}

#main .circulationBox::before {
  position: absolute;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 140px 0 0 100vw;
  display: block;
  height: 0;
  left: 0;
  bottom: 0;
  width: 0;
  content: "";
}

#main .circulationBox .headLine01 {
  margin-bottom: 50px;
  padding-top: 55px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.35;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon06.png);
}

#main .circulationBox .title01 {
  margin-bottom: 60px;
  padding-top: 0;
  background-image: none;
  font-size: 3rem;
}

#main .circulationBox .title01 span {
  margin: 0 auto 13px;
  padding: 8px;
  width: 155px;
  display: block;
  position: relative;
  color: #cf142b;
  font-size: 1.6rem;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

#main .circulationBox .title01 span::after {
  margin-left: -7px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 15px;
  height: 13px;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon07.png) no-repeat center center/cover;
  content: '';
}

#main .circulationBox .title02 {
  margin: -20px 0 35px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

#main .circulationBox .title02 span {
  padding: 0 63px;
  position: relative;
}

#main .circulationBox .title02 span::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 57px;
  height: 57px;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon20.png) no-repeat left top/100% auto;
  content: '';
}

#main .circulationBox .title02 span::before {
  position: absolute;
  top: 10px;
  right: 0;
  width: 57px;
  height: 57px;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon19.png) no-repeat left top/100% auto;
  content: '';
}

#main .circulationBox .circulUl {
  margin: -41px -24px 98px;
}

#main .circulationBox .circulUl li {
  margin: 41px 20px 0;
  padding-bottom: 13px;
  width: 316px;
  border-radius: 10px;
  background-color: #fff;
}

#main .circulationBox .circulUl li .pho {
  margin-bottom: 5px;
}

#main .circulationBox .circulUl li .pho img {
  border-radius: 10px 10px 0 0;
}

#main .circulationBox .circulUl li h3 {
  padding: 4px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #f2f3f5;
}

#main .circulationBox .circulUl li .txtBox {
  padding: 10px 5px 0 15px;
  line-height: 1.78;
}

#main .circulationBox .circulUl li .txtBox li {
  margin: 0;
  padding-bottom: 0;
  width: auto;
  font-weight: bold;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
}

#main .circulationBox .circulUl li .txtBox li p {
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: normal;
  line-height: 1.7;
}

#main .circulationBox .circulUl02 {
  margin: -50px -24px 50px;
}

#main .circulationBox .circulUl02 li {
  margin-top: 50px;
  background-color: transparent;
}

#main .circulationBox .circulUl02 li a {
  display: block;
}

#main .circulationBox .circulUl02 li .txtBox {
  padding: 0;
}

#main .circulationBox .circulUl02 li .txtBox h3 {
  margin-bottom: 4px;
  padding: 1px 0 0;
  color: #fff;
  font-size: 2rem;
  background-color: transparent;
}

#main .circulationBox .circulUl02 li .txtBox p {
  color: #fff;
  font-size: 1.4rem;
}

#main .circulationBox .circulUl02 li .txtBox ul {
  margin-bottom: 10px;
}

#main .circulationBox .circulUl02 li .txtBox ul li {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}

#main .solutionBox {
  padding-bottom: 108px;
}

#main .solutionBox .headLine01 {
  margin-bottom: 23px;
  padding-top: 45px;
  font-size: 3rem;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon08.png);
  background-size: 30px auto;
  line-height: 1.43;
}

#main .solutionBox .title01 {
  margin-bottom: 18px;
  padding-top: 30px;
  color: #cf142b;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon09.png);
  background-size: 44px auto;
}

#main .solutionBox .text {
  margin-bottom: 51px;
  text-align: center;
  line-height: 1.68;
}

#main .solutionBox .text01 {
  margin-bottom: 35px;
}

#main .solutionBox .photo {
  margin-bottom: 103px;
  text-align: center;
}

#main .solutionBox .photo img {
  width: 981px;
}

#main .solutionBox .textUl {
  margin-top: -20px;
}

#main .solutionBox .textUl li {
  margin: 20px 8px 0 0;
  padding: 20px 20px 23px 30px;
  width: 248px;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #a81023;
}

#main .solutionBox .textUl li::after {
  margin-top: -40px;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 70px;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon10.png) no-repeat left top/100% auto;
  content: '';
  z-index: 3;
}

#main .solutionBox .textUl li:nth-child(4n - 3) {
  padding-left: 20px;
  border-radius: 10px 0 0 10px;
}

#main .solutionBox .textUl li:nth-child(2n) {
  background-color: #cf142b;
}

#main .solutionBox .textUl li:nth-child(2n)::after {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon11.png);
}

#main .solutionBox .textUl li:nth-child(4n) {
  margin-right: 0;
  border-radius: 0 10px 10px 0;
}

#main .solutionBox .textUl li:nth-child(4n)::after {
  display: none;
}

#main .solutionBox .textUl li .step {
  font-size: 1.6rem;
  opacity: 0.7;
  font-weight: bold;
}

#main .solutionBox .textUl li h3 {
  margin-bottom: 7px;
  font-size: 2rem;
}

#main .faqBox {
  margin-bottom: 75px;
  padding: 40px 0;
  background-color: #f2f2f2;
}

#main .faqBox .headLine01 {
  margin-bottom: 31px;
  padding-top: 45px;
  font-size: 3rem;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon12.png);
  background-size: 36px auto;
}

#main .faqBox dl {
  margin-bottom: 28px;
  padding: 0 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  background-color: #fff;
}

#main .faqBox dl:last-child {
  margin-bottom: 0;
}

#main .faqBox dl dt, #main .faqBox dl dd {
  padding: 18px 50px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}

#main .faqBox dl dt div, #main .faqBox dl dd div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .faqBox dl dt p, #main .faqBox dl dd p {
  padding-left: 26px;
  width: calc(100% - 49px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main .faqBox dl dt .txt01, #main .faqBox dl dt .txt02, #main .faqBox dl dd .txt01, #main .faqBox dl dd .txt02 {
  padding: 0;
  width: 48px;
  height: 48px;
  color: #fff;
  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;
  font-size: 2rem;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cf142b;
  background-color: #cf142b;
}

#main .faqBox dl dt .txt02, #main .faqBox dl dd .txt02 {
  color: #cf142b;
  background-color: transparent;
}

#main .faqBox dl dt {
  cursor: pointer;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon13.png) no-repeat right 10px center/24px auto;
}

#main .faqBox dl dt:hover {
  opacity: 0.7;
}

#main .faqBox dl dt.on {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon14.png);
}

#main .faqBox dl dd {
  display: none;
  border-top: 1px solid #cf142b;
}

#main .faqBox dl dd a {
  text-decoration: underline;
}

#main .faqBox dl dd a:hover {
  text-decoration: none;
  opacity: 1;
}

#main .operationBox {
  margin-bottom: 88px;
}

#main .operationBox .shadowBox {
  padding: 60px 50px 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

#main .operationBox .shadowBox .headLine01 {
  margin-bottom: 15px;
  padding-top: 60px;
  font-size: 3rem;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon15.png);
  background-size: 29px auto;
}

#main .operationBox .shadowBox .text {
  margin: 0 auto;
  width: 615px;
  line-height: 1.7;
  text-align: center;
}

#main .operationBox .shadowBox .text01 {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #cf142b;
}

#main .operationBox .shadowBox .text02 {
  margin-bottom: 45px;
}

#main .operationBox .shadowBox .photo {
  margin-bottom: 50px;
  text-align: center;
}

#main .operationBox .shadowBox .photo img {
  width: 701px;
}

#main .operationBox .shadowBox .borBox {
  margin: 0 auto 58px;
  width: 800px;
  border: 1px solid #494949;
}

#main .operationBox .shadowBox .borBox h3 {
  padding: 11px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  background-color: #494949;
}

#main .operationBox .shadowBox .borBox .textUlBox {
  padding: 25px 20px 26px 90px;
}

#main .operationBox .shadowBox .borBox .textUlBox .textUl {
  margin: 0 auto;
  width: 730px;
}

#main .operationBox .shadowBox .borBox .textUlBox .textUl li {
  width: 50%;
  font-size: 1.6rem;
}

#main .operationBox .shadowBox .comLink {
  margin: 0 auto;
  width: 445px;
}

#main .operationBox .shadowBox .comLink a {
  padding: 18px 50px;
  display: block;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  border-radius: 100px;
  background: #cf142b url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon16.png) no-repeat right 30px center/14px auto;
}

#main .relatedBox {
  padding: 40px 0 58px;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/bg04.png) repeat left top;
}

#main .relatedBox .headLine01 {
  margin-bottom: 25px;
  padding-top: 0;
  font-size: 3rem;
  background: none;
}

#main .relatedBox .linkUl {
  margin-top: -20px;
}

#main .relatedBox .linkUl li {
  margin: 20px 30px 0 0;
  width: 320px;
}

#main .relatedBox .linkUl li:nth-child(3n) {
  margin-right: 0;
}

#main .pleaseBox {
  padding: 77px 0;
}

#main .pleaseBox p {
  margin-bottom: 35px;
  font-size: 1.8rem;
  text-align: center;
}

#main .pleaseBox .linkList li {
  margin: 0 15px;
  width: 260px;
}

#main .pleaseBox .linkList li a {
  padding: 15px 5px 15px 40px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 100px;
  background: #e4a600 url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon17.png) no-repeat left 40px center/21px auto;
}

#main .pleaseBox .linkList li:first-child a {
  background-color: #1d9dd3;
}

#main .pleaseBox .linkList li:last-child a {
  background: #cf142b url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon18.png) no-repeat left 60px center/26px auto;
}

@media screen and (max-width: 896px) {
  #main img {
    width: auto !important;
  }
  #main .content {
    width: auto !important;
  }
  #main .topBgBox {
    padding: 32px 20px 36px;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/index/sp_bg01.png) no-repeat center center/cover;
  }
  #main .topBgBox .content {
    display: block;
  }
  #main .topBgBox .lBox {
    margin: 0 auto;
    width: auto;
    max-width: 420px;
  }
  #main .topBgBox .lBox h2 {
    margin-bottom: 15px;
    font-size: 3rem;
    line-height: 1.4;
  }
  #main .topBgBox .lBox p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #main .topBgBox .lBox .photo {
    position: absolute;
    bottom: 47px;
    right: 20px;
    width: 70px;
  }
  #main .topBgBox .rBox {
    margin-top: 23px;
    width: auto;
    text-align: center;
  }
  #main .topBgBox .rBox img {
    width: 83% !important;
    max-width: 400px;
  }
  #main .troubleBox {
    padding: 35px 10px 14px;
    background-color: #fff;
  }
  #main .troubleBox h2 {
    margin-bottom: 24px;
    padding-bottom: 7px;
    font-size: 2rem;
    background: none;
  }
  #main .troubleBox h2 span {
    padding-bottom: 3px;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/bg01.png) no-repeat center bottom/100% auto;
  }
  #main .troubleBox .photo {
    margin-bottom: 38px;
    padding-right: 0;
    text-align: center;
  }
  #main .troubleBox p {
    font-size: 1.8rem;
  }
  #main .signageBox {
    padding: 0 10px 55px;
  }
  #main .signageBox::after {
    border-width: 43px 0 0 100vw;
  }
  #main .signageBox .bgTitle {
    margin: 0 -10px 27px;
    text-align: center;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/index/bg02.png) no-repeat center center/cover;
  }
  #main .signageBox .bgTitle p {
    padding: 22px 30px 10px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #main .signageBox .bgTitle p span {
    display: inline-block;
  }
  #main .signageBox .bgTitle p span::after {
    top: -5px;
    left: -6px;
    width: 34px;
    height: 34px;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon04.png) no-repeat left top/20px auto;
    content: '';
  }
  #main .signageBox .bgTitle p span::before {
    bottom: 3px;
    right: -5px;
    width: 34px;
    height: 34px;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon05.png) no-repeat right bottom/20px auto;
    content: '';
  }
  #main .signageBox .text {
    margin-bottom: 25px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #main .signageBox .photo {
    text-align: center;
  }
  #main .industryBox {
    padding: 15px 10px 94px;
  }
  #main .industryBox .content {
    display: block;
  }
  #main .industryBox .content .lBox {
    width: 100%;
  }
  #main .industryBox .content .rBox {
    width: 100%;
  }
  #main .industryBox .content .comBox01 {
    margin-bottom: 45px;
    padding: 26px 20px 25px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  }
  #main .industryBox .content .comBox01 .number {
    font-size: 3rem;
    top: -23px;
    left: 10px;
  }
  #main .industryBox .content .comBox01 .text {
    margin-bottom: 10px;
    font-size: 1.2rem;
    letter-spacing: -0.1em;
  }
  #main .industryBox .content .comBox01 .noteUl {
    margin: 0 0 12px -7px;
    font-size: 1.2rem;
  }
  #main .industryBox .content .comBox01 .noteUl01 {
    display: block;
  }
  #main .industryBox .content .comBox01 .noteUl01 li:first-child {
    width: auto;
  }
  #main .industryBox .content .comBox01 .noteUl01 li {
    width: auto;
  }
  #main .industryBox .content .comBox01 .noteUl01 li li {
    width: auto !important;
  }
  #main .industryBox .content .comBox01 .noteUl02 {
    display: block;
  }
  #main .industryBox .content .comBox01 .noteUl02 li {
    width: auto;
  }
  #main .industryBox .content .comBox01 .pho {
    margin-bottom: 25px;
  }
  #main .industryBox .content .comBox01 .pho img {
    width: 100%;
  }
  #main .industryBox .content .comBox01 .pho01 {
    margin-bottom: 0;
  }
  #main .industryBox .content .comBox02 {
    margin-bottom: 55px;
    padding-bottom: 24px;
  }
  #main .circulationBox {
    margin-top: -65px;
    padding: 80px 0 45px;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/index/bg03.jpg) repeat left top;
  }
  #main .circulationBox::after {
    border-width: 35px 0 0 100vw;
  }
  #main .circulationBox::before {
    border-width: 40px 0 0 100vw;
  }
  #main .circulationBox .headLine01 {
    margin-bottom: 37px;
    padding-top: 50px;
    line-height: 1.43;
    background-size: 25px auto;
  }
  #main .circulationBox .title01 {
    margin-bottom: 30px;
    padding-top: 0;
    background-image: none;
  }
  #main .circulationBox .title01 span {
    margin: 0 auto 18px;
    padding: 7px;
  }
  #main .circulationBox .title02 {
    margin: -20px 0 35px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #main .circulationBox .title02 span {
    padding: 0 20px;
    position: relative;
  }
  #main .circulationBox .title02 span::after {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 30px;
    height: 57px;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon20.png) no-repeat left top/100% auto;
    content: '';
  }
  #main .circulationBox .title02 span::before {
    position: absolute;
    top: 10px;
    right: -15px;
    width: 30px;
    height: 57px;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon19.png) no-repeat left top/100% auto;
    content: '';
  }
  #main .circulationBox .circulUl {
    margin: 0 20px 72px;
    display: block;
  }
  #main .circulationBox .circulUl li {
    margin: 0 0 30px;
    padding-bottom: 15px;
    width: auto;
  }
  #main .circulationBox .circulUl li:last-child {
    margin-bottom: 0 !important;
  }
  #main .circulationBox .circulUl li .pho {
    margin-bottom: 3px;
  }
  #main .circulationBox .circulUl li .pho img {
    border-radius: 10px 10px 0 0;
    width: 100% !important;
  }
  #main .circulationBox .circulUl li .txtBox li {
    margin: 0;
    width: auto;
    font-size: 1.2rem;
    line-height: 1.35;
  }
  #main .circulationBox .circulUl li .txtBox li p {
    margin-bottom: 17px;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  #main .circulationBox .circulUl02 {
    margin-bottom: 15px;
  }
  #main .circulationBox .circulUl02 li {
    margin-bottom: 16px;
  }
  #main .circulationBox .circulUl02 li .txtBox {
    padding: 10px 7px 0;
  }
  #main .circulationBox .circulUl02 li .txtBox h3 {
    margin-bottom: 4px;
    padding: 1px 0 0;
    font-size: 1.6rem;
  }
  #main .circulationBox .circulUl02 li .txtBox p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #main .circulationBox .circulUl02 li .txtBox ul {
    margin-bottom: 17px;
  }
  #main .circulationBox .circulUl02 li .txtBox ul li {
    font-size: 1.15rem;
    line-height: 1.45;
  }
  #main .circulationBox .circulUl02 li .txtBox ul:last-child {
    margin-bottom: 0;
  }
  #main .solutionBox {
    padding: 20px 10px 68px;
  }
  #main .solutionBox .headLine01 {
    margin-bottom: 17px;
    padding-top: 45px;
    background-size: 30px auto;
    line-height: 1.47;
  }
  #main .solutionBox .title01 {
    margin-bottom: 18px;
    padding-top: 30px;
  }
  #main .solutionBox .text {
    margin-bottom: 34px;
    line-height: 1.6;
  }
  #main .solutionBox .text01 {
    margin-bottom: 27px;
    line-height: 1.56;
  }
  #main .solutionBox .photo {
    margin-bottom: 58px;
  }
  #main .solutionBox .textUl {
    margin-top: 0;
    display: block;
  }
  #main .solutionBox .textUl li {
    margin: 0 10px 5px !important;
    padding: 25px 20px 32px 40px !important;
    width: auto;
    background-color: #cf142b;
  }
  #main .solutionBox .textUl li:last-child {
    margin-bottom: 0 !important;
  }
  #main .solutionBox .textUl li::after {
    margin: 0 0 0 -65px;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    width: 137px;
    height: 20px;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/sp_icon10.png) no-repeat left top/100% auto;
  }
  #main .solutionBox .textUl li:nth-child(4n - 3) {
    border-radius: 10px 10px 0 0;
  }
  #main .solutionBox .textUl li:nth-child(2n) {
    background-color: #a81023;
  }
  #main .solutionBox .textUl li:nth-child(2n)::after {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/sp_icon11.png);
  }
  #main .solutionBox .textUl li:nth-child(4n) {
    border-radius: 0  0 10px 10px;
  }
  #main .solutionBox .textUl li:nth-child(4n)::after {
    display: none;
  }
  #main .solutionBox .textUl li .step {
    font-size: 1.6rem;
  }
  #main .solutionBox .textUl li h3 {
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
  #main .faqBox {
    margin-bottom: 56px;
    padding: 48px 10px 52px;
  }
  #main .faqBox .headLine01 {
    margin-bottom: 20px;
    background-size: 30px auto;
  }
  #main .faqBox dl {
    margin-bottom: 20px;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  }
  #main .faqBox dl:last-child {
    margin-bottom: 0;
  }
  #main .faqBox dl dt, #main .faqBox dl dd {
    padding: 17px 50px 17px 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  #main .faqBox dl dt p, #main .faqBox dl dd p {
    padding-left: 13px;
    width: calc(100% - 39px);
  }
  #main .faqBox dl dt .txt01, #main .faqBox dl dt .txt02, #main .faqBox dl dd .txt01, #main .faqBox dl dd .txt02 {
    padding: 0;
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
  }
  #main .faqBox dl dt {
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon13.png) no-repeat right 0 center/18px auto;
  }
  #main .faqBox dl dt:hover {
    opacity: 1;
  }
  #main .faqBox dl dd a:hover {
    text-decoration: underline;
  }
  #main .operationBox {
    margin-bottom: 58px;
    padding: 0 10px;
  }
  #main .operationBox .shadowBox {
    padding: 35px 10px 65px;
  }
  #main .operationBox .shadowBox .headLine01 {
    margin-bottom: 15px;
    padding-top: 40px;
    font-size: 3rem;
    letter-spacing: -0.06em;
    background-size: 21px auto;
  }
  #main .operationBox .shadowBox .text {
    width: auto;
    line-height: 1.7;
  }
  #main .operationBox .shadowBox .text01 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #main .operationBox .shadowBox .text02 {
    margin-bottom: 37px;
    line-height: 1.45;
  }
  #main .operationBox .shadowBox .photo {
    margin-bottom: 25px;
    text-align: center;
  }
  #main .operationBox .shadowBox .borBox {
    margin: 0 auto 47px;
    width: auto;
    border: 1px solid #494949;
  }
  #main .operationBox .shadowBox .borBox h3 {
    padding: 7px;
    font-size: 1.6rem;
  }
  #main .operationBox .shadowBox .borBox .textUlBox {
    padding: 13px 17px;
  }
  #main .operationBox .shadowBox .borBox .textUlBox .textUl {
    width: auto;
    display: block;
  }
  #main .operationBox .shadowBox .borBox .textUlBox .textUl li {
    width: auto;
    font-size: 1.2rem;
  }
  #main .operationBox .shadowBox .comLink {
    width: 100%;
    max-width: 370px;
  }
  #main .operationBox .shadowBox .comLink a {
    padding: 15px 50px;
    font-size: 1.6rem;
    background-size: 18px auto;
  }
  #main .relatedBox {
    padding: 40px 0 47px;
  }
  #main .relatedBox .headLine01 {
    margin-bottom: 25px;
    padding-top: 0;
    font-size: 3rem;
    background: none;
  }
  #main .relatedBox .linkUl {
    margin-top: 0;
    display: block;
  }
  #main .relatedBox .linkUl li {
    margin: 0 20px 25px !important;
    width: auto;
  }
  #main .relatedBox .linkUl li img {
    width: 100% !important;
  }
  #main .relatedBox .linkUl li:last-child {
    margin-bottom: 0 !important;
  }
  #main .pleaseBox {
    padding: 47px 0;
  }
  #main .pleaseBox p {
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.4;
  }
  #main .pleaseBox .linkList {
    display: block;
  }
  #main .pleaseBox .linkList li {
    margin: 0 auto 23px;
    width: 78%;
    max-width: 370px;
  }
  #main .pleaseBox .linkList li a {
    padding: 15px 5px 15px 30px;
    background: #e4a600 url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon17.png) no-repeat left 35px center/18px auto;
  }
  #main .pleaseBox .linkList li:first-child a {
    background-color: #1d9dd3;
  }
  #main .pleaseBox .linkList li:last-child a {
    background: #cf142b url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon18.png) no-repeat left 35px center/18px auto;
  }
}

/* ------------------------- TOC
Global Footer
Media Queries
-------------------------- */
/* ============================================================ Global Footer */
#gl_footer {
  padding-bottom: 40px;
  line-height: 1.4;
  border-top: 2px solid #dedede;
  border-bottom: 4px solid #cf142b;
  background: #f3f3f3;
}

/* ============================== Footer Relation */
.ft_rlt {
  background: #f3f3f3;
}

#gl_footer .ft_rlt {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 8px;
}

#gl_footer .ft_rlt .ft_rlt_inr {
  padding: 32px 0;
  border-bottom: 1px solid #c9c9c9;
}

#gl_footer .ft_rlt .ft_rlt_inr .ft_rlt_ttl {
  font-size: 20px;
  font-weight: bold;
}

/* ============================== Footer Bread Crumb  */
#gl_footer .ft_brd_crmb {
  max-width: 1024px;
  margin: 0 auto;
}

#gl_footer .ft_brd_crmb .ft_brd_crmb_lst {
  overflow: hidden;
  margin: 0 8px;
  padding: 16px 0;
  border-bottom: 1px solid #c9c9c9;
}

#gl_footer .ft_brd_crmb .ft_brd_crmb_lst li {
  float: left;
  margin-right: 6px;
  font-size: 14px;
}

#gl_footer .ft_brd_crmb .ft_brd_crmb_lst li:after {
  content: ">";
}

#gl_footer .ft_brd_crmb .ft_brd_crmb_lst li.act:after {
  content: "";
}

#gl_footer .ft_brd_crmb .ft_brd_crmb_lst li a, #gl_footer .ft_brd_crmb .ft_brd_crmb_lst li span {
  padding: 0 6px 0 0;
}

/* ============================== Footer Local Navigation */
#gl_footer .ft_lc_nv {
  max-width: 1024px;
  margin: 0 auto;
}

#gl_footer .ft_lc_nv .ft_lc_nv_lst {
  overflow: hidden;
  margin: 0 8px;
  padding: 24px 0 8px;
  border-bottom: 1px solid #c9c9c9;
}

#gl_footer .ft_lc_nv .ft_lc_nv_lst li {
  float: left;
  width: 33.333%;
  margin-bottom: 16px;
}

#gl_footer .ft_lc_nv .ft_lc_nv_lst li a, #gl_footer .ft_lc_nv .ft_lc_nv_lst li span {
  display: inline-block;
  padding-left: 24px;
  background: url(../../img/common/icon_s_right_01.png) 0 -0.2em no-repeat;
}

#gl_footer .ft_lc_nv .ft_lc_nv_lst li.act a, #gl_footer .ft_lc_nv .ft_lc_nv_lst li.act span {
  color: #333333;
}

/* ============================== Footer Direct Navigation */
#gl_footer .ft_dr_nv {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 8px;
}

#gl_footer .ft_dr_nv .ft_dr_nv_inr {
  padding: 24px 0 16px;
  border-bottom: 1px solid #c9c9c9;
}

#gl_footer .ft_dr_nv .ft_dr_nv_inr .ft_dr_nv_ttl {
  font-size: 20px;
  font-weight: bold;
}

/* ============================== Footer Utility */
#gl_footer .ft_ut {
  width: 100%;
}

#gl_footer > * + .ft_ut {
  margin-top: -1px;
  border-top: 1px solid #c9c9c9;
}

#gl_footer .ft_ut .ft_ut_inr {
  overflow: hidden;
  max-width: 1008px;
  margin: 0 auto;
  padding: 24px 8px 0;
}

#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst {
  float: left;
  overflow: hidden;
}

#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li {
  float: left;
  margin-bottom: 8px;
  border-right: 1px solid #dedede;
}

#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li:first-child {
  border-left: 1px solid #dedede;
}

#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li a {
  display: block;
  padding: 0 16px;
  color: #666666;
  font-size: 14px;
  line-height: 1.2;
}

#gl_footer .ft_ut .ft_ut_inr .ft_pg_top {
  float: right;
  padding: 0 8px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

#gl_footer .ft_ut .ft_ut_inr .ft_pg_top a {
  display: block;
  padding: 0 8px 0 32px;
  color: #0000cc;
  font-size: 1.6rem;
  background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon_s_up_01.png) 0 50% no-repeat;
}

/* ============================== Footer Connect */
#gl_footer .ft_cnct {
  max-width: 1008px;
  margin: 16px auto 0;
  padding: 0 8px;
}

#gl_footer .ft_cnct .ft_cnct_ttl {
  float: left;
  margin-right: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
}

#gl_footer .ft_cnct .ft_cnct_lst {
  overflow: hidden;
}

#gl_footer .ft_cnct .ft_cnct_lst li {
  display: inline-block;
  margin: 0 16px 8px 0;
}

#gl_footer .ft_cnct .ft_cnct_lst li img {
  vertical-align: bottom;
}

#gl_footer .ft_cnct .ft_cnct_lst li.ft_cnct_lst_more {
  vertical-align: middle;
  font-size: 14px;
}

#gl_footer .ft_cnct .ft_cnct_lst li.ft_cnct_lst_more a {
  color: #0000cc;
}

#gl_footer .hide {
  display: none;
}

/* ============================== Footer Copy */
#gl_footer .ft_copy {
  max-width: 1008px;
  margin: 16px auto 0;
  padding: 0 8px;
  color: #999999;
  font-size: 12px;
}

#gl_footer .ft_ut .ft_ut_inr {
  max-width: 1108px;
}

/* ============================================================ Media Queries */
@media (max-width: 896px) {
  #gl_footer {
    padding-bottom: 16px;
    border-bottom: 8px solid #cf142b;
  }
  /* ============================== Footer Bread Crumb */
  #gl_footer .ft_brd_crmb .ft_brd_crmb_lst {
    border-bottom: 1px solid #dedede;
  }
  #gl_footer .ft_brd_crmb .ft_brd_crmb_lst li {
    margin-right: 3px;
  }
  #gl_footer .ft_brd_crmb .ft_brd_crmb_lst li a, #gl_footer .ft_brd_crmb .ft_brd_crmb_lst li span {
    padding: 0 3px 0 0;
  }
  /* ============================== Footer Local Navigation */
  #gl_footer .ft_lc_nv {
    border: none;
  }
  #gl_footer .ft_lc_nv .ft_lc_nv_lst {
    padding: 0;
    border-bottom: none;
  }
  #gl_footer .ft_lc_nv .ft_lc_nv_lst li {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
  }
  #gl_footer .ft_lc_nv .ft_lc_nv_lst li a, #gl_footer .ft_lc_nv .ft_lc_nv_lst li span {
    display: block;
    padding: 16px 32px 16px 8px;
    background: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon_l_right_01) 100% 50% no-repeat;
    background-size: 32px 32px;
  }
  /* ============================== Footer Direct Navigation */
  #gl_footer .ft_dr_nv {
    display: none;
  }
  /* ============================== Footer Utility */
  #gl_footer > * + .ft_ut {
    margin-top: 0;
    border: none;
  }
  #gl_footer .ft_ut .ft_ut_inr {
    width: 100%;
    padding: 0;
  }
  #gl_footer .ft_ut .ft_ut_inr .ft_ut_lst {
    float: none;
    margin: 0 8px;
    padding: 24px 0 4px;
    border-left: none;
  }
  #gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li {
    margin-bottom: 20px;
  }
  #gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li:first-child {
    border-left: none;
  }
  #gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li:last-child {
    border: none;
  }
  #gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li a {
    padding: 0 8px;
    font-size: 14px;
  }
  #gl_footer .ft_ut .ft_ut_inr .ft_pg_top {
    float: none;
    border: none;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #dedede;
    text-align: right;
  }
  #gl_footer .ft_ut .ft_ut_inr .ft_pg_top a {
    display: inline-block;
    padding: 12px 8px 12px 32px;
    font-size: 14px;
    text-align: right;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon_l_up_01.png);
    background-size: 32px 32px;
  }
  /* ============================== Footer Connect */
  #gl_footer .ft_cnct {
    margin-top: 24px;
  }
  #gl_footer .ft_cnct .ft_cnct_ttl {
    float: none;
    margin-right: 0;
  }
  #gl_footer .ft_cnct .ft_cnct_lst {
    margin-top: 12px;
  }
  #gl_footer .ft_cnct .ft_cnct_lst li {
    margin: 0 12px 6px 0;
  }
  #gl_footer .ft_cnct .ft_cnct_lst li.ft_cnct_lst_more {
    display: block;
  }
  /* ============================== Footer Copy */
  #gl_footer .ft_copy {
    margin-top: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .headLine01 {
    font-size: 1.7rem !important;
  }
  #main .industryBox .content .comBox01 .noteUl {
    display: block !important;
  }
  #main .industryBox .content .comBox01 .noteUl li {
    width: 100% !important;
  }
  #main .solutionBox .textUl li {
    padding-left: 20px !important;
  }
  #main .circulationBox .title02 span::before {
    right: 0;
  }
  #main .circulationBox .title02 span::after {
    left: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  #main .circulationBox .circulUl li .pho {
    margin-bottom: 0;
  }
}

@media all and (min-width: 897px) and (max-width: 1280px) {
  #main .circulationBox::before {
    border-width: 140px 0 0 1280px;
  }
  #main .circulationBox::after {
    border-width: 105px 0 0 1280px;
  }
  #main .signageBox::after {
    border-width: 140px 0 0 1280px;
  }
}



#main .circulationBox .measurement  {
  color: #fff;
  box-sizing: border-box;
}
#main .circulationBox .measurement h3 {
  font-size: 2rem;
}
#main .circulationBox .measurement .title02  {
  margin-bottom: 0;
}
#main .circulationBox .measurement .text {
  text-align: center;
  margin-bottom: 30px;
}
#main .circulationBox .measurement .measurementLeft  {
  float: left;
  width: 40%;
  overflow: hidden;
}
#main .circulationBox .measurement .measurementLeft p a {
  position: relative;
  color: #fff;
  padding-left: 22px;
}
#main .circulationBox .measurement .measurementLeft p a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  width: 5px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(225deg);
}
#main .circulationBox .measurement .measurementLeft img  {
  border-radius: 10px;
  border: 5px solid #fff;
  width: calc(100% - 10px)!important;
  margin: 0 auto 10px;
}
#main .circulationBox .measurement .measurementRight  {
  float: right;
  width: calc(60% - 40px);
  overflow: hidden;
  margin-left: 40px;
}
#main .circulationBox .measurement .measurementRight dl dt {
  position: relative;
  font-size: 1.75rem;
  padding-left: 24px;
  margin-top: 10px;
}
#main .circulationBox .measurement .measurementRight dl dd {
  padding-left: 20px;
}
#main .circulationBox .measurement .measurementRight dl dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
#main .circulationBox .measurement .measurementRight .text02  {
  background-color: rgba(255, 255, 255, 0.15);
    padding: 0.8em;
    margin: 1em 0;
}
#main .circulationBox .measurement ul {
  width: calc(100% - 40px);
  margin: 10px auto;
}
#main .circulationBox .measurement ul li {
  clear: both;
  position: relative;
  padding-left: 1em;
}
#main .circulationBox .measurement ul li::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#main .circulationBox .measurement .comLink a {
  width: 445px;
  background: #fff;
  color: #cf142b;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 18px 50px;
  border-radius: 100px;
  display: block;
  margin: 30px auto 100px;
}

@media screen and (max-width: 896px) {
  #main .circulationBox .measurement div {
    margin-bottom: 3px;
  }
  #main .circulationBox .measurement .measurementLeft,
  #main .circulationBox .measurement .measurementRight  {
    float: none;
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
  #main .circulationBox .measurement h3 {
    font-size: 1.6rem;
  }
  #main .circulationBox .measurement .measurement ul li {
    width: calc(100% - 40px);
    margin: 0 20px 72px;
    margin: 0 auto 40px;
  }
  #main .circulationBox .measurement .measurementRight dl dt {
  font-size: 1.5rem;
  }
  #main .circulationBox .measurement .comLink {
    /* width: calc(100% - 40px); */
  }
  #main .circulationBox .measurement .comLink a {
    width: calc(100% - 140px);
    padding: 15px 50px;
    font-size: 1.6rem;
    margin: 20px auto 70px;
  }
}










#fix_footer {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 10px 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#fix_footer ul {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
  /*	max-width: 1060px;*/
  max-width: 1600px;
}

#fix_footer li {
  /* margin-bottom: 10px; */
  position: relative;
}

#fix_footer li > a {
  display: block;
  padding: 16px 0;
  background-color: #cf142b;
  color: #fff;
  width: 100%;
  line-height: 100%;
  position: relative;
  font-weight: bold;
}

#fix_footer li > a:hover {
  text-decoration: none;
  opacity: 0.6;
  /* transition: all 400ms 0s ease; */
}

#fix_footer li > a::before {
  top: calc(50% - 10px);
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  left: 10px;
  border: solid #fff;
  border-width: 0;
}

#fix_footer li > a[target="_blank"]::before {
  content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon_s_newwindow_02.png);
}

#fix_footer li > a.icon-download::before {
  content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon_s_newwindow_02-1.png);
}

#fix_footer li > a.mailto::before {
  content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/distribution/img/common/icon_s_mail_02.png);
  left: 2px;
}

#fix_footer.hidden {
  display: none !important;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
}

@media (min-width: 1000px) {
  #fix_footer ul.officesignage,
  #fix_footer ul.contents {
    letter-spacing: -0.5px;
  }
  #fix_footer li {
    /*	width: calc(25% - 25px);*/
    width: calc(17% - 18px);
  }
  #fix_footer li {
    margin: 0 5px;
  }
  /*#gl_footer {
		padding-bottom: 100px;
	}*/
}

@media (min-width: 897px) {
  #fix_footer li {
    display: inline-block;
  }
  #fix_footer li > a {
    border-radius: 10px;
  }
  #fix_footer li > a {
    padding-left: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #fix_footer .officesignage li,
  #fix_footer .contents li {
    display: inline-table;
    vertical-align: bottom;
  }
  #fix_footer .officesignage li.lh200per a,
  #fix_footer .contents li.lh200per a {
    line-height: 200%;
  }
}

@media (min-width: 897px) and (max-width: 999px) {
  #fix_footer li {
    width: calc(50% - 25px);
  }
  #fix_footer li:nth-child(2n-1) {
    margin-right: 10px;
  }
  #fix_footer li:not(:nth-last-child(-n+2)) {
    margin-bottom: 15px;
  }
  /*#gl_footer {
		padding-bottom: 200px;
	}*/
}

@media (max-width: 896px) {
  #fix_footer li {
    width: 100%;
  }
  #fix_footer li:not(:last-child) {
    margin-bottom: 10px;
  }
  #fix_footer li > a {
    border-radius: 4px;
  }
  /* #gl_footer {
		padding-bottom: 300px;
	} */
}

@media (min-width: 897px) {
  #fix_footer .sp_button {
    display: none;
  }
}

@media (max-width: 897px) {
  #fix_footer {
    padding: 0;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
  }
  #fix_footer > ul {
    margin: 15px;
    height: 282px;
    width: calc(100% - 30px);
    -webkit-transition: all 400ms 0s ease;
    transition: all 400ms 0s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #fix_footer > ul.officesignage {
    height: 330px;
  }
  #fix_footer > ul.contents {
    height: 300px;
  }
  #fix_footer > .sp_button.closed + ul {
    -webkit-transition: all 400ms 0s ease;
    transition: all 400ms 0s ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    height: 0;
    padding: 0;
    margin: 0 15px;
    overflow: hidden;
  }
  #fix_footer > .sp_button {
    background-color: #ff6112;
    padding: 15px;
    position: relative;
    text-align: center;
    line-height: 1;
    color: #fff;
  }
  #fix_footer > .sp_button::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    right: 20px;
    top: calc(50% - 5.83px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #fix_footer > .sp_button.closed::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 0.83px);
  }
}
/*# sourceMappingURL=style.css.map */