/* ====================================================
Media Quary
==================================================== */
.pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

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

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

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

.fadeBox__item {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

@media (max-width: 920px) {
  .fadeBox__item {
    -webkit-transform: translateX(11.11vw);
        -ms-transform: translateX(11.11vw);
            transform: translateX(11.11vw);
  }
}
.fadeBox__item.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.btn__01 {
  font-family: "Hiragino Kaku Gothic StdN", "Meiryo", sans-serif;
  font-weight: bold;
  background: #FF625A;
  font-size: 24px;
  color: #fff !important;
  display: block;
  width: 525px;
  margin: 0 auto;
  line-height: 1;
  padding: 15px 36px;
  border-radius: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn__01 {
    font-size: 3.2vw;
  }
}
.btn__01:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 834px) {
  .btn__01:after {
    width: 8px;
    height: 8px;
  }
}
.btn__02 {
  font-family: "Hiragino Kaku Gothic StdN", "Meiryo", sans-serif;
  font-weight: bold;
  background: #5DC6E9;
  font-size: 24px;
  color: #fff !important;
  display: block;
  width: 575px;
  margin: 0 auto;
  line-height: 1.4;
  padding: 15px 20px;
  border-radius: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .btn__02 {
    font-size: 2.344vw;
    padding: 1.744vw 20px;
  }
}
@media screen and (max-width: 640px) {
  .btn__02 {
    font-size: 3.2vw;
    line-height: 1.4;
    padding: 10px 20px;
  }
}
.btn__02:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 834px) {
  .btn__02:after {
    width: 8px;
    height: 8px;
  }
}
.btn__03 {
  font-family: "Hiragino Kaku Gothic StdN", "Meiryo", sans-serif;
  font-weight: bold;
  background: #fff;
  font-size: 24px;
  color: #6E80FF !important;
  display: block;
  width: 525px;
  margin: 0 auto;
  line-height: 1;
  padding: 15px 36px;
  border-radius: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn__03 {
    font-size: 3.2vw;
  }
}
.btn__03:after {
  content: "";
  display: block;
  border-top: 2px solid #6E80FF;
  border-right: 2px solid #6E80FF;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 834px) {
  .btn__03:after {
    width: 8px;
    height: 8px;
  }
}

.header {
  width: 100%;
  background: #fff;
  z-index: 11;
  position: fixed;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
}
.header .inner {
  max-width: 1100px;
  padding: 10px 15px;
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .header .inner {
    display: block !important;
  }
}
@media screen and (max-width: 834px) {
  .header .header__logo {
    width: 72px;
    display: block;
  }
}
.header .header__burgerBtn {
  display: none;
  width: 26px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 24px;
  cursor: pointer;
  z-index: 12;
}
@media screen and (max-width: 834px) {
  .header .header__burgerBtn {
    display: block;
  }
}
.header .header__burgerBtn.active .header__burgerBtnLine {
  background-color: transparent;
}
.header .header__burgerBtn.active .header__burgerBtnLine:before, .header .header__burgerBtn.active .header__burgerBtnLine:after {
  width: 100%;
  background: #50408d;
}
.header .header__burgerBtn.active .header__burgerBtnLine:before {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  top: 2px;
}
.header .header__burgerBtn.active .header__burgerBtnLine:after {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}
.header .header__burgerBtnLine {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  background-color: #50408d;
  font-size: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.header .header__burgerBtnLine:before, .header .header__burgerBtnLine:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #50408d;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}
.header .header__burgerBtnLine:before {
  -webkit-transform: translateY(-250%);
      -ms-transform: translateY(-250%);
          transform: translateY(-250%);
  top: -4px;
}
.header .header__burgerBtnLine:after {
  -webkit-transform: translateY(250%);
      -ms-transform: translateY(250%);
          transform: translateY(250%);
  bottom: -4px;
}

.headBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .headBtnArea {
    display: none;
  }
}
.headBtnArea.active {
  display: block;
  margin: 25px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headBtnArea ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headBtnArea ul li {
  margin: 0 auto !important;
}
.headBtnArea ul li a {
  margin: 0 5px;
}
.headBtnArea__btn {
  font-family: "Hiragino Kaku Gothic StdN", "Meiryo", sans-serif;
  font-weight: bold;
}
.headBtnArea__btn01 {
  background: #FF625A;
  font-size: 18px;
  color: #fff !important;
  display: block;
  max-width: 277px;
  margin: 0 auto;
  line-height: 1;
  padding: 15px 36px;
  border-radius: 30px;
  position: relative;
  text-align: center;
}
.headBtnArea__btn01:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 834px) {
  .headBtnArea__btn01:after {
    width: 8px;
    height: 8px;
  }
}
.headBtnArea__btn02 {
  background: #B6BFFF;
  font-size: 18px;
  color: #000 !important;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1;
  padding: 15px 36px;
  border-radius: 30px;
  position: relative;
  text-align: center;
}
.headBtnArea__btn02:after {
  content: "";
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 834px) {
  .headBtnArea__btn02:after {
    width: 8px;
    height: 8px;
  }
}

.mvarea {
  width: 100%;
  max-height: 800px;
  min-height: 800px;
  position: relative;
  overflow: hidden;
  background: #FFF000;
}
@media screen and (max-width: 1245px) {
  .mvarea {
    min-height: 62.534vw;
  }
}
@media screen and (max-width: 1024px) {
  .mvarea {
    min-height: 66.534vw;
  }
}
@media screen and (max-width: 834px) {
  .mvarea {
    min-height: 65.333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .mvarea {
    min-height: 75.333vw;
  }
}
.mvarea video {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 125px auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .mvarea video {
    margin: 80px auto;
  }
}
@media screen and (max-width: 640px) {
  .mvarea video {
    margin: 75px auto;
  }
}
.mvarea .play-btn {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1245px) {
  .mvarea .play-btn {
    bottom: 6vw;
  }
}
@media screen and (max-width: 1024px) {
  .mvarea .play-btn {
    bottom: 5.5vw;
  }
}
.mvarea .play-btn.play .playBtn {
  display: none;
}
.mvarea .play-btn.play .pauseBtn {
  display: block;
}
.mvarea .play-btn.pause .pauseBtn {
  display: none;
}
.mvarea .play-btn.pause .playBtn {
  position: absolute;
}

.c-inner {
  width: 100%;
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.lead {
  width: 100%;
  margin-top: -4%;
  position: relative;
  z-index: 1;
}
.lead:before {
  content: "";
  background: url(/-/Media/Ricoh/Sites/co_jp/special/cloud-fax-sending/img/img_bg_01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 60%;
  height: 100%;
  top: -2%;
  left: 20%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .lead:before {
    width: 80%;
    left: 10%;
  }
}
.lead__ttl {
  color: #000;
  font-size: 50px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.923vw;
}
@media screen and (max-width: 1024px) {
  .lead__ttl {
    font-size: 4.545vw;
  }
}
@media screen and (max-width: 834px) {
  .lead__ttl {
    font-size: 5.995vw;
  }
}
.lead__ttl span {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .lead__ttl span {
    font-size: 2.818vw;
  }
}
@media screen and (max-width: 834px) {
  .lead__ttl span {
    font-size: 3.837vw;
  }
}

.reason {
  width: 100%;
  padding: 50px 0 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .reason {
    padding-top: 20px;
  }
}
.reason img {
  width: 26vw;
}
@media screen and (max-width: 834px) {
  .reason img {
    width: 240px;
  }
}
.reason .txtbox {
  max-width: 840px;
  margin: 0 auto 30px;
}
.reason .txtbox p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .reason .txtbox p {
    font-size: 3.09vw;
  }
}
@media (max-width: 1000px) {
  .reason .txtbox {
    max-width: 340px;
    right: 0;
    top: 0;
    margin-bottom: 20px;
  }
}

.flow {
  width: 100%;
  position: relative;
  padding: 0 0 60px;
}
.flow-cnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-cnt01.fadeBox__item {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
@media screen and (max-width: 834px) {
  .flow-cnt01.fadeBox__item .fadeBox__item {
    -webkit-transform: translateX(2vw);
        -ms-transform: translateX(2vw);
            transform: translateX(2vw);
  }
}
.flow-cnt01.fadeBox__item.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.flow-cnt01 .clm-l {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .flow-cnt01 .clm-l {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.flow-cnt01 .clm-r {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flow-cnt01 .clm-r {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 40px 0 20px;
  }
}
.flow-cnt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-cnt02.fadeBox__item {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
@media screen and (max-width: 834px) {
  .flow-cnt02.fadeBox__item .fadeBox__item {
    -webkit-transform: translateX(-2vw);
        -ms-transform: translateX(-2vw);
            transform: translateX(-2vw);
  }
}
.flow-cnt02.fadeBox__item.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.flow-cnt02 .clm-l {
  width: 45%;
  padding: 0 0 80px 35px;
}
@media screen and (max-width: 834px) {
  .flow-cnt02 .clm-l {
    width: 100%;
    padding: 40px 0 20px;
  }
}
.flow-cnt02 .clm-r {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .flow-cnt02 .clm-r {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .flow-cnt02 .clm-r img {
    width: 100%;
    padding: 0 10% 0 16%;
  }
}
.flow-cnt03 {
  width: 45%;
  margin-top: -100px;
  margin-left: 20px;
}
@media screen and (max-width: 990px) {
  .flow-cnt03 {
    margin-top: -9.5vw;
  }
}
@media screen and (max-width: 834px) {
  .flow-cnt03 {
    width: 100%;
    padding: 1% 19% 10% 16%;
    margin: 0;
  }
}
.flow-cnt03.fadeBox__item {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
@media screen and (max-width: 834px) {
  .flow-cnt03.fadeBox__item .fadeBox__item {
    -webkit-transform: translateX(-2vw);
        -ms-transform: translateX(-2vw);
            transform: translateX(-2vw);
  }
}
.flow-cnt03.fadeBox__item.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.flow-cnt04 {
  width: 50%;
  margin: 0 0 20px auto;
}
@media screen and (max-width: 834px) {
  .flow-cnt04 {
    margin: 20px 0 20px auto;
    width: 90%;
  }
}
.flow-cnt04 a img {
  position: relative;
}
.flow-cnt04 .jp_movie_box {
  background: #fff;
}
.flow-cnt04 .jp_movie_box:after {
  content: url(/-/Media/Ricoh/Sites/co_jp/special/cloud-fax-sending/img/img_PlayMark.png) !important;
  right: 20% !important;
}
.flow .ttl {
  font-size: 33px;
  color: #6E80FF;
}
@media screen and (max-width: 1024px) {
  .flow .ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 834px) {
  .flow .ttl {
    font-size: 4.267vw;
    text-align: center;
  }
}
.flow .ttl-sm {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .flow .ttl-sm {
    font-size: 2.182vw;
  }
}
@media screen and (max-width: 834px) {
  .flow .ttl-sm {
    font-size: 3.2vw;
  }
}
.flow .ttl-md {
  font-size: 28.5px;
}
@media screen and (max-width: 1024px) {
  .flow .ttl-md {
    font-size: 2.591vw;
  }
}
@media screen and (max-width: 834px) {
  .flow .ttl-md {
    font-size: 3.733vw;
  }
}
.flow .ttl-md.gothic {
  font-family: "Hiragino Kaku Gothic StdN", "Meiryo", sans-serif;
}
.flow .ttl span {
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  .flow .ttl span {
    font-size: 4.545vw;
  }
}
@media screen and (max-width: 834px) {
  .flow .ttl span {
    font-size: 6.667vw;
  }
}
.flow .ttl-cap {
  font-size: 28.5px;
  margin: 0 0 10px 110px;
}
@media screen and (max-width: 1024px) {
  .flow .ttl-cap {
    font-size: 2.591vw;
    margin: 0 0 0.455vw 8.455vw;
  }
}
@media screen and (max-width: 834px) {
  .flow .ttl-cap {
    font-size: 3.733vw;
    margin: 0 60px 5px 0;
  }
}
.flow .ttl-cap.sub {
  font-size: 16px;
  color: #000;
  margin: 10px 0 0 15px;
}
@media screen and (max-width: 1024px) {
  .flow .ttl-cap.sub {
    margin: 0.909vw 0 0;
    font-size: 1.563vw;
  }
}
@media screen and (max-width: 834px) {
  .flow .ttl-cap.sub {
    font-size: 16px;
    margin: 0 16vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .flow .ttl-cap.sub {
    font-size: 3.09vw;
  }
}
.flow .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

.box01 {
  width: 100%;
  background: #FFF000;
  position: relative;
  padding: 95px 0;
}
@media screen and (max-width: 834px) {
  .box01 {
    padding: 20px 0;
  }
}
.box01 .inner {
  padding: 15px;
  margin: 0 auto;
  max-width: 850px;
}
.box01 .cntbox {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 33px;
}
.box01 .cntbox-ttl {
  font-size: 24px;
  color: #6E80FF;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .box01 .cntbox-ttl {
    font-size: 4.267vw;
  }
}
.box01 .cntbox-ttl:after {
  content: "";
  background: #6E80FF;
  border-radius: 5px;
  display: block;
  height: 3px;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 834px) {
  .box01 .cntbox-ttl:after {
    margin-top: 5px;
  }
}
.box01 .cntbox-txt {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 518px;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .box01 .cntbox-txt {
    font-size: 3.467vw;
  }
}
.box01 .cntbox-txt.cap {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .box01 .cntbox-txt.cap {
    font-size: 3.09vw;
  }
}
.box01 .cntbox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.box01 .cntbox-flex .item {
  width: 50%;
}
.box01 .clm1 {
  margin: 10px 0;
}
.box01 .clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}
@media screen and (max-width: 834px) {
  .box01 .clm2 {
    margin: 0;
  }
}
.box01 .clm2 .cntbox {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .box01 .clm2 .cntbox {
    width: 100%;
    margin: 0 0 10px;
  }
}

.box02 {
  width: 100%;
  background: #f5f5f5;
  padding: 50px 0;
  margin: 0 auto;
}
.box02 .imgbox {
  padding: 0 5%;
  margin-bottom: 15px;
}
.box02 .cnt-txt {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .box02 .cnt-txt {
    font-size: 3.09vw;
  }
}
.box02 .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}

.box03 {
  width: 100%;
  padding: 65px 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .box03 {
    padding: 40px 5px;
  }
}
.box03 .bgbox {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/cloud-fax-sending/img/img_bg_02.png) no-repeat;
  background-size: 100%;
  padding: 6% 5% 10%;
}
@media screen and (max-width: 834px) {
  .box03 .bgbox {
    background: url(/-/Media/Ricoh/Sites/co_jp/special/cloud-fax-sending/img/img_bg_02_sp.png) no-repeat;
    background-size: 100%;
    padding: 10% 5% 33%;
  }
}
@media screen and (max-width: 640px) {
  .box03 .bgbox {
    padding: 10% 5% 20%;
  }
}
@media (max-width: 500px) {
  .box03 .bgbox {
    background: url(/-/Media/Ricoh/Sites/co_jp/special/cloud-fax-sending/img/img_bg_02_2_sp.png) no-repeat;
    background-size: 100%;
    padding: 10% 5% 20%;
  }
}
.box03 .bgbox .cntbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box03 .bgbox .cntbox-ttl {
  font-size: 20px;
  margin: 35px 0 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .box03 .bgbox .cntbox-ttl {
    text-align: center;
    font-size: 1.818vw;
    margin: 3.182vw 0 2.273vw;
  }
}
@media screen and (max-width: 834px) {
  .box03 .bgbox .cntbox-ttl {
    font-size: 3.125vw;
    margin: 4.197vw 0 2.998vw;
  }
}
@media (max-width: 500px) {
  .box03 .bgbox .cntbox-ttl {
    font-size: 3.75vw;
  }
}
.box03 .bgbox .cntbox-ttl span {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .box03 .bgbox .cntbox-ttl span {
    font-size: 2.182vw;
  }
}
@media screen and (max-width: 834px) {
  .box03 .bgbox .cntbox-ttl span {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 640px) {
  .box03 .bgbox .cntbox-ttl span {
    font-size: 2.8vw;
  }
}
@media (max-width: 500px) {
  .box03 .bgbox .cntbox-ttl span {
    font-size: 3.75vw;
  }
}
.box03 .bgbox .cntbox-ttl span.gothic {
  font-family: "Hiragino Kaku Gothic StdN", "Meiryo", sans-serif;
}
.box03 .bgbox .cntbox-txt {
  text-align: center;
  margin: 25px 0 30px;
  font-size: 20px;
  letter-spacing: -1.7px;
}
@media screen and (max-width: 1024px) {
  .box03 .bgbox .cntbox-txt {
    margin: 2vw 0 2.5vw;
    font-size: 1.818vw;
  }
}
@media screen and (max-width: 834px) {
  .box03 .bgbox .cntbox-txt {
    font-size: 2.5vw;
    margin: 5.469vw 0;
  }
}
@media screen and (max-width: 640px) {
  .box03 .bgbox .cntbox-txt {
    font-size: 2.8vw;
  }
}
@media (max-width: 500px) {
  .box03 .bgbox .cntbox-txt {
    font-size: 3.125vw;
  }
}
.box03 .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.box04 {
  width: 100%;
  background: #6E80FF;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .box04 {
    padding: 10px 0;
  }
}
.box04 .inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 850px;
}
@media screen and (max-width: 834px) {
  .box04 .inner {
    padding: 0 40px;
  }
}
.box04 .cntbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.box04 .cntbox .clm-l {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .box04 .cntbox .clm-l {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.box04 .cntbox .clm-r {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .box04 .cntbox .clm-r {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px 0;
  }
}
.box04 .cntbox .clm-r .cnt-txt {
  font-size: 22px;
  color: #fff;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .box04 .cntbox .clm-r .cnt-txt {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .box04 .cntbox .clm-r .cnt-txt {
    font-size: 17px;
  }
}
.box04 .cntbox .clm-r .cnt-ttl {
  font-family: "Hiragino Kaku Gothic StdN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 28.5px;
  color: #fff;
  padding: 20px 0 30px;
  border-top: 1px dashed #f5f5f5;
  border-bottom: 1px dashed #f5f5f5;
}
@media screen and (max-width: 834px) {
  .box04 .cntbox .clm-r .cnt-ttl {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .box04 .cntbox .clm-r .cnt-ttl {
    font-size: 18px;
    padding: 10px 0;
  }
}
.box04 .cntbox .clm-r .cnt-ttl span {
  font-size: 17px;
}
@media (max-width: 500px) {
  .box04 .cntbox .clm-r .cnt-ttl span {
    font-size: 13.5px;
  }
}
.box04 .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}

.box-fixed .wrap {
  display: none;
}
@media screen and (max-width: 834px) {
  .box-fixed .wrap .headBtnArea {
    display: block;
  }
}
.box-fixed .wrap .headBtnArea ul {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.box-fixed .wrap.fixed {
  display: block;
}
.box-fixed .wrap.fixed .headBtnArea ul {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
/*# sourceMappingURL=maps/styles.css.map */
