@charset "utf-8";

.opc07 {
    opacity: 0.7;
}
.hv{
  transition: opacity 0.3s ease-out;
}
.hv:hover{
  opacity: 0.6;
}
.bg_lightblue{
  background-color: #E3EEF5!important;
}
.bg_blue{
  background-color: #3A8AC4!important;
}
.pt1{
  padding-top: 1px;
}
.pt2{
  padding-top: 2px;
}
.pt3{
  padding-top: 3px;
}
.pd20{
  padding: 20px!important;
}
.pt20{
  padding-top: 20px!important;
}
.pl20{
  padding-left: 20px!important;
}
.pr20{
  padding-right: 20px!important;
}

.mt35{
  margin-top: 35px;
}
.mw130{
  max-width: 130px;
  width: 100%;
  box-sizing: border-box;
}
.mw140{
  max-width: 140px;
  width: 100%;
  box-sizing: border-box;
}
.mw150{
  max-width: 150px;
  width: 100%;
  box-sizing: border-box;
}
.mw139{
  max-width: 139px;
  width: 100%;
  box-sizing: border-box;
}
.mw306{
  max-width: 306px;
  width: 100%;
  box-sizing: border-box;
}
.fc_77{
  color: #777;
}
.fc_blue{
  color: #3A8AC4;
}
.pos_rel{
  position: relative;
}
.flx_al_c{
  display: flex;
  align-items: center;
}
.flx_al_c.flx_center{
  justify-content: center;
}
/**********************************************/
/*  Breadcrumb CP Button
/**********************************************/
@media only screen and (min-width: 641px) and (max-width: 767px) {
  .cp-BreadcrumbsHeader .cp-Button .button.cnv01 {
    font-size: 2.184vw;
    padding-left: 1.56vw!important;
    padding-right: 1.56vw!important;
  }
  .cp-BreadcrumbsHeader .cp-Button .ico_nml_l {
    padding: 0.936vw 0.936vw 0.78vw 4.68vw;
    background-position: -8px center;
    background-size: 6.24vw;
  }
}

/**********************************************/
/*  Main Visual
/**********************************************/
.main_vi {
  max-width: 100%;
  overflow: hidden;
}

.main_vi_img {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}

.main_vi_img .page_ttl {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
  color: #000;
  font-size: 21px;
  font-weight: bold;
}

.main_vi_img .page_ttl:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 85px;
  height: 100%;
  background: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/balloon.png) no-repeat left top;
  background-size: 100% auto;
}

.main_vi_img .page_ttl .ttlL {
  margin: 5px 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.main_vi_img .note {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

@media only screen and (max-width: 1340px) {
  .main_vi_img .page_ttl {
    font-size: 1.56vw;
    padding-left: 7.46vw;
  }
  .main_vi_img .page_ttl:before {
    width: 6.3432vw;
  }
  .main_vi_img .page_ttl .ttlL {
    font-size: 2.687vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1008px) {
  .main_vi_img .page_ttl {
    left: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .main_vi_img img.mv {
    width: 110%!important;
  }
  .main_vi_img .page_ttl, .main_vi_img .note {
    left: 2%;
    margin-top: 0;
    font-size: 2.2vw;
  }
  .main_vi_img .page_ttl .ttlL {
    margin: 0.5vw 0 1vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .rsp_w100p{
    width: 100%!important;
  }
}


/**********************************************/
/*  Local Navi
/**********************************************/
.local_nv_sp_top{
  display: none;
}
.sct_local_nv_top{
  position: relative;
  padding: 0;
  /*height: 69px;*/
  z-index: 2;
}
.local_nv_pc_top{
  /*padding-bottom: 16px;*/
  width: 100%;
  /*height: 69px;*/
  /*border-bottom: solid 4px #55b0e3;*/
  background: #fff;
}
.local_nv_pc_top.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

/*Menu*/
.local_nv_pc_top ul{
  margin: 0 auto;
  /*max-width: 1008px;*/
  text-align: center;
  font-size: 0;
}
.local_nv_pc_top ul li{
  position: relative;
  display: inline-block;
}
.local_nv_pc_top ul li + li{
  margin-left: 13px;
}
.local_nv_pc_top ul li:last-child{
  margin-left: 20px;
}
.local_nv_pc_top ul li a.local_nv_btn{
  display: block;
  padding: 26px 0 26px 26px;
  /*height: 84px;*/
  /*color: #333;*/
  font-size: 13px;
  background: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_l_down_01.png) 0px 50% no-repeat;
  background-size: 24px;
}
.local_nv_pc_top ul li a:hover{
  text-decoration: none;
}
.local_nv_pc_top .cp-Button .button {
    padding: 10px 16px 9px;
    font-size: 13px;
    line-height: 1.2;
}
.local_nv_pc_top .cp-Button .ico_nml_l {
    padding: 6px 1px 5px 28px;
    background-position: -8px -4px;
    background-size: 36px 36px;
}

@media only screen and (min-width: 769px) and (max-width: 1027px) {
  .local_nv_pc_top .cp-Button .button {
      margin-bottom: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .mt_anchor.fixed{
    margin-top: 70px;
  }
}
/*@media(max-width: 860px){
  .sct_local_nv_top{
    height: 8.023vw;
  }
  .local_nv_pc_top{
    height: 8.023vw;
  }
  .local_nv_pc_top ul li + li{
    margin-left: 5.814vw;
  }
  .local_nv_pc_top ul li a{
    padding: 1.86vw 0 1.86vw 3.023vw;
    font-size: 1.86vw;
    background-size: 2.791vw;
  }
}
*/
@media(max-width: 768px){
  #Intro{
    padding-bottom: 24px!important;
  }
  .sct_local_nv_top{
    height: 50px;
  }
  .local_nv_pc_top{
    display: none;
  }
  .local_nv_sp_top{
    display: block;
    padding: 0;
    height: auto;
    background: #fff;
    /*border-bottom: solid 3px #55b0e3;*/
  }
  .local_nv_sp_top.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  /*Menu*/
  .local_nv_sp_top .local_nv_ttl,
  .local_nv_sp_top ul li a{
    display: block;
    width: 100%;
    height: 47px;
    font-size: 17px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 13px 5.3% 0 5.3%;
    position: relative;
    color: #333;
    text-decoration: none;
  }
  .local_nv_sp_top .local_nv_ttl{
    font-weight: bold;
  }
  .local_nv_sp_top .local_nv_ttl:after,
  .local_nv_sp_top ul li a:after{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    right: 2.5%;
  }
  .local_nv_sp_top .local_nv_ttl:after{
    background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_l_left_01.png);
    transform: rotate(-90deg);
    transition: all 0.2s;
  }
  .local_nv_sp_top ul li a.local_nv_btn:after{
    background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_l_down_01.png);
  }
  .local_nv_sp_top .local_nv_ttl.ttl_close:after{
    transform: rotate(90deg);
  }
  .local_nv_sp_top ul{
    display: none;
    padding-bottom: 10px;
    background: #fff;
  }
  .local_nv_sp_top ul li:last-child{
    padding: 0 5.3%;
    margin: 13px auto 15px;
  }
  .local_nv_sp_top .cp-Button .button {
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .local_nv_sp_top .cp-Button .ico_nml_l {
    padding: 6px 1px 5px 28px!important;
    background-position: -8px 0;
  }
  .local_nv_sp_top .cp-Button .mail_lw {
      -webkit-background-size: 32px 32px;
      background-size: 32px 32px !important;
  }
}

@media(max-width: 374px){
  .local_nv_sp_top .cp-Button .button {
    /*display: block;*/
    height: auto;
    padding: 10px 16px 9px!important;
  }
  .local_nv_sp_top .cp-Button .ico_nml_l {
    background-position: -8px center;
  }
}

/*Anchor*/
.anr_point{
  position: relative;
  margin-top: -88px;
  padding-top: 88px;
  z-index: -1;
}
@media(max-width: 768px){
  /*Anchor*/
  .anr_point{
    margin-top: -47px;
    padding-top: 47px;
  }
} 


/**********************************************/
/*  Service
/**********************************************/
#Service .service_01_a{
  position: absolute;
  top: 23px;
  left: 8px;
  width: 10%;
}
@media only screen and (min-width: 821px) and (max-width: 927px){
  #Service .service_02{
    margin-top: -40px!important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 820px){
  #Service .service_01_b{
    width: 80%!important;
  }
  #Service .service_02{
    margin-top: -50px!important;
  }
  #Service .movie_01{
    margin-top: 0px!important;
  }
}


/**********************************************/
/*  Solving
/**********************************************/
#Solving .jp_psbox_probrem:after {
    content: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/icon_arrow01.svg);
    padding-top: 0;
}


/**********************************************/
/*  Example
/**********************************************/
#Example .jp_psbox_probrem:after {
    content: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/icon_arrow02.svg);
    padding-top: 0;
    bottom: -44px;
}

/**********************************************/
/*  Step
/**********************************************/
#Step .clm4{
  padding: 0 8px;
}
#Step .clm4 .clm {
  padding: 0;
  background-color: #E3EEF5;
}
#Step .clm4 .clm:last-child {
  min-width: 94px;
  width: auto;
  background-color: #fff;
}
#Step .clm4 .clm:last-child .work__start{
  border: solid 4px #3A8AC4;
  font-size: 16px;
  padding: 1em 0.25em;
}
#Step .step_box{
  position: relative;
  padding-bottom: 27px;
}
#Step .step_box::before {
  content: "";
  display: block;
  width: 150%;
  height: 4px;
  background-color: #3A8AC4;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
#Step .step_box::after {
  content: "";
  display: block;
  width: 16.772px;
  height: 29.545px;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/icon_arrow03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -2px;
  transform: translateY(-50%);
}
#Step .step_title{
  display: flex;
  align-items: end;
  overflow: visible;
  font-size: 18px;
}
#Step .step_title .step_square{
  width: 3.333333333333333em;
  height: 3.333333333333333em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#Step .step_title span + span{
  margin: 0 0.75em;
}
#Step .step_title .step_square .txt_step{
  font-size: 0.7em;
}
#Step .step_title .step_square .txt_num{
  font-size: 1.2em;
}
#Step .step_title .step_square,
#Step .clm4 .clm:last-child .work__start{
  margin-top: -20px;
}
#Step .button.icon.block05__bnr {
  padding: 5px 8px 4px 24px;
}
#Step .button.icon.block05__bnr .ico_end_l {
  padding: 4px 30px 4px 0;
}

@media only screen and (min-width: 641px) {
  #Step .clm4{
    display: flex;
  }
  #Step .clm4 .clm {
    width: 280px;
  }
  #Step .clm4 .clm + .clm {
    margin-left: 24px;
  }
  #Step .step_box.step_03::before {
    width: 100%;
  }
}

@media only screen and (min-width: 641px)  and (max-width: 968px) {
  #Step .clm4 .clm {
    width: 28.926vw;
  }
  #Step .clm4 .clm + .clm {
    margin-left: 2.479vw;
  }
  #Step .clm4 .clm:last-child {
    min-width: 9.711vw;
  }
  #Step .clm4 .clm:last-child .work__start{
    border: solid 0.413vw #3A8AC4;
    font-size: 1.653vw;
  }
  #Step .step_box{
    padding-bottom: 2.789vw;
  }
  #Step .step_box::before {
    height: 0.413vw;
  }
  #Step .step_box::after {
    width: 1.733vw;
    height: 3.052vw;
    right: -0.207vw;
  }
  #Step .step_title{
    font-size: 1.86vw;
  }
  #Step .step_title .step_square,
  #Step .clm4 .clm:last-child .work__start{
    margin-top: -2.066vw;
  }
  #Step .button.icon.block05__bnr {
    padding: 0.517vw 0.826vw 0.413vw 2.479vw;
   font-size: 1.653vw!important;
  }
  #Step .button.icon.block05__bnr .ico_end_l {
    padding: 0.413vw 3.099vw 0.413vw 0;
    background-size: 2.479vw;;
  }
  #Step .step_box .mt24 {
    margin-top: 2.479vw !important;
  }
}

@media only screen and (max-width: 640px) {
  #Step .clm4{
    padding: 0 20px 0 20px;
  }
  #Step .clm4 .clm + .clm {
    margin-top: 48px;
  }
  #Step .step_box::before {
    width: 4px;
    height: 150%;
    transform: initial;
  }
  #Step .step_box.step_03::before {
    height: 100%;
  }
  #Step .step_box::after {
    top: auto;
    right: auto;
    left: -7px;
    bottom: -10px;
    transform: translateY(0) translateX(0) rotate(90deg);
  }
  #Step .step_title{
    font-size: 20px;
  }
  #Step .button.icon.block05__bnr {
    padding: 7px 8px 6px 24px;
  }
  #Step .clm4 .clm:last-child {
      min-width: 100%;
  }
  #Step .clm4 .clm:last-child .work__start {
      font-size: 18px;
  }
}

@media only screen and (max-width: 320px) {
  #Step .clm4{
    padding: 0 6.25vw 0 6.25vw;
  }
  #Step .clm4 .clm + .clm {
    margin-top: 15vw;
  }
  #Step .step_box::before {
    width: 1.25vw;
  }
  #Step .step_box::after {
    width: 5.241vw;
    height: 9.233vw;
    left: -2.187vw;
    bottom: -3.125vw;
  }
  #Step .step_title{
    font-size: 6.25vw;
  }
  #Step .clm4 .clm:last-child .work__start {
    font-size: 5.625vw;
  }
  #Step .step_title .step_square, #Step .clm4 .clm:last-child .work__start {
    margin-top: -6.25vw;
  }
  #Step .button.icon.block05__bnr {
    padding: 2.188vw 2.5vw 1.875vw 7.5vw;
    font-size: 5vw!important;
  }
  #Step .button.icon.block05__bnr .ico_end_l {
    padding: 1.25vw 9.375vw 1.25vw 0;
    background-size: 7.5vw 7.5vw!important;
  }
  #Step .step_box {
    padding-bottom: 8.438vw;
  }
  #Step .step_box .mt24 {
    margin-top: 7.5vw!important;
  }
  #Step .step_box .rsp_mt16 {
    margin-top: 5vw!important;
  }
  #Step .step_box .rsp_mt8 {
    margin-top: 2.5vw!important;
  }
  #Step .step_box .rsp_mt0 {
    margin-top: 0!important;
  }
}

/*  Modal
**********************************************/
.container {
  overflow: hidden;
}
.container * {
  box-sizing: border-box;
}
.container a {
  transition: opacity 0.3s;
  display: block;
}
.container a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.container img {
  vertical-align: middle;
  width: 100%;
  display: block;
}
/**********************************************/
.modaal-container {
   box-shadow: 0 0 0 rgb(0 0 0 / 20%);
   background: transparent;
}
.modaal-inner-wrapper {
  padding-top: 48px;
}
@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 30px;
    }
}
/**********************************************/
.button.act02:hover {
  background-color: #f3f3f3!important;
  border: none!important;
}

/**********************************************/
.block05__ttlBox {
  text-align: center;
}
.block05__ttlCircle {
  margin: 0 auto 15px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  background-color: #193B2A;
  width: 68px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  padding-top: 3px;
}
.block05__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #193B2A;
}
.block05__highlight {
  background-color: #ff0;
}
.block05__img {
  max-width: 930px;
  margin: 0 auto 80px;
}
.block05__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 890px;
  margin: 0 auto;
}
.block05__item {
  width: 48.09%;
  margin-bottom: 30px;
}
.block05__modalArea {
  display: none;
}
.block05__modalAreaWrap .modaal-content-container {
  position: relative;
  padding: 0;
}
.block05__modalImg{
  border: 10px solid #fff;
  position: relative;
}
.block05__modalAreaWrap img {
  width: 100%;
}
.block05__modalCloseMark {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #fff;
  cursor: pointer;
}
.block05__modalCloseMark::before, 
.block05__modalCloseMark::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #5a5a5a;
  position: relative;
}
.block05__modalCloseMark::before {
  transform: rotate(45deg);
  right: -6px;
  top: 7px;
}
.block05__modalCloseMark::after {
  transform: rotate(-45deg);
  left: 6px;
  bottom: -2px;
}
.block05__modalTtl {
  font-size: 20px;
  color: #193B2A;
  font-weight: bold;
  padding: 5px 15px 2px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1em;
}
.block05__modalTtl.border {
  border: 2px solid #193B2A;
  border-radius: 35px;
}
.block05__modalTxt {
  color: #193B2A;
}
.block05__modalList {
  display: flex;
  justify-content: center;
}
.block05__modalList:nth-of-type(1) {
  margin-bottom: 20px;
}
.block05__modalItem img {
  margin: 0 auto;
  display: block;
}
.block05__modalItem.twoCol:last-child {
  margin-left: 40px;
}
.block05__modalItem.threeCol:nth-child(2), .block05__modalItem.threeCol:last-child {
  margin-left: 40px;
}
.block05__modalCloseTxt {
  font-size: 15px;
  color: #5a5a5a;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 2px solid #5a5a5a;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding-left: 20px;
  cursor: pointer;
}
.block05__modalCloseTxt::before, 
.block05__modalCloseTxt::after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  position: relative;
  left: -20px;
  background-color: #5a5a5a;
}
.block05__modalCloseTxt::before {
  transform: rotate(45deg);
  bottom: -10px;
}
.block05__modalCloseTxt::after {
  transform: rotate(-45deg);
  top: -10px;
}

@media (max-width: 767px) {
  .block05__ttl {
    font-size: 28px;
  }
  .block05__img {
    width: 90% !important;
    margin-bottom: 30px;
  }
  .block05__list {
    width: 90%;
  }
  .block05__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .block05__modalCloseMark {
    width: 30px;
    height: 30px;
  }
  .block05__modalCloseMark::before, 
  .block05__modalCloseMark::after {
    width: 20px;
    height: 3px;
  }
  .block05__modalCloseMark::before {
    right: -4px;
    top: 5px;
  }
  .block05__modalCloseMark::after {
    left: 4px;
    bottom: -2px;
  }
  .block05__modalTtl {
    font-size: 16px;
    padding: 3px 10px 1px;
  }
  .block05__modalList {
    flex-direction: column;
  }
  .block05__modalList:nth-of-type(1) {
    margin-bottom: 60px;
  }
  .block05__modalItem {
    margin: 0 auto;
  }
  .block05__modalItem.twoCol:last-child {
    margin-left: auto;
    margin-top: 40px;
  }
  .block05__modalItem.threeCol:nth-child(2), .block05__modalItem.threeCol:last-child {
    margin-left: auto;
    margin-top: 40px;
  }
  .block05__modalCloseTxt {
    right: 50%;
    transform: translateX(50%);
  }
}


/**********************************************/
/*  SP
/**********************************************/
@media only screen and (max-width: 640px) {
  .rsp_pl20{
    padding-left: 20px!important;
  }
  .rsp_pr20{
    padding-right: 20px!important;
  }
}
/**********************************************/
/*  SP (Small Screen)
/**********************************************/
@media only screen and (max-width: 350px) {
  .rsp_s_dsp_lb{
    display: inline-block;
  }
  .rsp_s_mt16{
    margin-top: 16px!important;
  }
}

/**********************************************/
/*  Tablet
/**********************************************/
.tab_dsp_b{
  display: none;
}
@media only screen and (min-width: 641px) and (max-width: 820px){
  .tab_dsp_b{
    display: inline-block;
  }
}

/**********************************************/
/*  CASE 2023
/**********************************************/

@media only screen and (max-width: 640px) {
  .pc_only {
      display: none;
  }
}

@media only screen and (min-width: 640px) {
  .mb_only {
      display: none;
  }
}

#case {
  font-size: 14px;
}

#case .wd100 {
  width: 100%;
}

#case .p8 {
  padding: 8px;
}

#case .campany_title {
  font-size: 24px;
  color: #3871c1;
  margin-bottom: 12px;
}

#case .link {
  color: #0e76bb;
  text-decoration: underline;
}

#case .left_line {
  border-left: 5px solid #3A8AC4;
  padding: 2px 12px;
}

#case .movie_caption {
  text-align: center;
}

#case .movie_caption a {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  height: 34px;
  line-height: 34px;
  display: block;
  background-color: #fff;
  border: solid 1px #3871c1;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
}

#case .movie_caption a:hover:after {
  content: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/btnArrowWhite.png);
}

#case .movie_caption a:hover {
  background-color: #3871c1;
  color: #fff;
}

#case .movie_caption a:after {
  content: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/btnArrowBlue.png);
  position: absolute;
  right: 8px;
  top: 4px;
}

#case .mb10 {
  margin-bottom: 10px;
}

#case .sec_body {
  border-top: solid 2px #3A8AC4;
  border-bottom: solid 2px #3A8AC4;
  background-color: #FFF;
  padding: 8px;
  line-height: 26px;
}

.bk_blue {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_back.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
}

.bk_whiteblue {
  background: #dae5ef;
  background: rgba(218, 229, 239, 0.7);
  filter: alpha(opacity=35) progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  position: relative;
  padding: 12px;
}

#case .sec_title1 {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_sec_title1.png);
  background-repeat: no-repeat;
  padding-left: 27px;
  padding-top: 2px;
}

#case .sec_title2 {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_sec_title2.png);
  background-repeat: no-repeat;
  padding-left: 33px;
  padding-top: 2px;
}


#case .sec_title {
  line-height: 30px;
  color: #FFFFFF;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
}

#case .red_border {
  font-weight: 600;
  border-style: Solid;
  border-color: #E3625B;
  border-color: rgba(227, 98, 91, 1);
  border-width: 2px;
  opacity: 0.9;
  filter: alpha(opacity=90) progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  margin: 4px;
  text-align: center;
  color: #CE0E2D;
  color: rgb(206, 14, 45);
}

#case .red_border[data-badge-top-left] {
  display: block;
  position: relative;
  padding-left: 24px;
  padding-right: 16px;
}

#case .red_border[data-badge-top-left]:before {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  background-color: #E3625B;
  font-size: 1em;
  line-height: 1;
  min-width: 1em;
  padding: 6px;
  border: 2px solid #E3625B;
  box-shadow: 0px 0px 3px #874542;
  color: #FFF;
  border-radius: 0 0 100% 0;
  text-align: left;
}

#case .red_border[data-badge-top-left]:before {
  top: 14px;
  left: 14px;
  transform: translate(-50%, -50%);
  content: attr(data-badge-top-left)"";
}

#case .red_border[data-badge-top-left] p{
  font-weight: 600;
}

#case .effect_top {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.33px;
  color: #3A82B7;
  color: rgb(58, 130, 183);
}

#case .red {
  color: #CF2C28;
  color: rgb(207, 44, 40);
}

#case .effect_bottom {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  color: #3A82B7;
  color: rgb(58, 130, 183);
  /*text-shadow: 0.84px 0.84px 0.63px rgba(7, 49, 79, 0.85);*/
}

#case .effect_mid {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  color: #3A82B7;
  color: rgb(58, 130, 183);
  /*text-shadow: 0.84px 0.84px 0.63px rgba(7, 49, 79, 0.85);*/
}

#case .inline_block {
  display: inline-block;
}

#case .effect_min {
  font-size: 22px;
}

#case .italic {
  font-style: italic;
}

#case .emphasis_line {
  border-bottom: solid 2px #ff0000;
}


@media only screen and (max-width: 640px) {
  #case .eft_line {
      border-bottom: 1px solid #3A8AC4;
  }
}

@media only screen and (min-width: 640px) {
  #case .eft_line:after {
      margin: 0;
      content: "";
      width: 1px;
      height: 80%;
      background-color: #3A8AC4;
      position: absolute;
      left: 100%;
      top: 10%;
  }

  #case .company_detail {
      top: 4.0vw;
      position: relative;
  }
}

#case .company_detail {
  font-size: 1.1em;
}

#case .company_detail td {
  padding: 4px 0px;
}

#case .company_detail tr td:first-child {
  min-width: 4em;
}

@media only screen and (max-width: 640px) {
  #case .company_info {
      display: flex;
      flex-direction: column;
  }

  #case .company_detail {
      order: 2;
  }

  #case .company_video {
      order: 1;
  }
}

#case .eft_line {
  position: relative;
}

#case .fontHelvetica {
  font-family: Helvetica;
}

#case .large {
  font-size: 1.6em;
  /*position: relative;*/
  /*top: -2px;*/
}

#case .m_large {
  font-size: 1.2em;
}

#case .bold {
  font-weight: 600;
}


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

#case .clm35 {
  width: 35%;
}

#case .clm40 {
  width: 40%;
}

#case .clm45 {
  width: 45%;
}

#case .clm48 {
  width: 48%;
}

#case .clm50 {
  width: 50%;
}

#case .clm55 {
  width: 55%;
}

#case .clm60 {
  width: 60%;
}

#case .clm65 {
  width: 65%;
}

#case .clm35,
#case .clm45,
#case .clm48,
#case .clm50,
#case .clm55,
#case .clm60,
#case .clm65 {
  float: left;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

  #case .clm35,
  #case .clm45,
  #case .clm48,
  #case .clm50,
  #case .clm55,
  #case .clm60,
  #case .clm65 {
      width: 100%;
  }
}

#case .title1 {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_sub_title_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 140px;
}

#case .left_triangle {
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-right: 0;
  border-top: 6px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #3a82b7;
}

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

  /*tablet,pc*/
  #case .wd48_pc {
      width: 48%;
  }

  #case .next_arrow {
      width: 2%;
      top: 120px;
      left: 10px;
      position: relative;
      border-style: solid;
      border-right: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 12px solid #727171;
      float: left;
  }
}

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

  /*sp*/
  #case .next_arrow {
      float: left;
      border-style: solid;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #727171;
      left: 46%;
      top: 10px;
      position: relative;
  }

  #case .case_title span {
      display: none;
  }

  #case .case_title {
      background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_title_mb.png);
      background-repeat: no-repeat;
      background-size: 100%;
      height: 64px;
  }

  #case .subtitle {
      background-image: unset;
      background-repeat: no-repeat;
      background-size: 100%;
      height: 12vw;
      /*position: unset;*/
      /*left: unset;*/
  }
}

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

  /*tablet*/
  #case .case_title span {
      display: none;
  }

  #case .case_title {
      background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_title.png);
      background-repeat: no-repeat;
      background-size: 100%;
      height: 52px;
  }

  #case .subtitle {
      background-image: unset;
      background-repeat: no-repeat;
      background-size: 100%;
      height: 12vw;
  }
}

@media only screen and (min-width: 1050px) {

  /*pc*/
  #case .case_title span:first-child {
      font-size: 24px;
      letter-spacing: 0.65px;
      color: #FFFFFF;
      color: rgb(255, 255, 255);
      float: left;
      margin-top: 9px;
      margin-left: 110px;
  }

  #case .case_title span:last-child {
      font-family: PT Sans Caption;
      font-size: 1.3em;
      letter-spacing: 0.55px;
      color: #2EA7E0;
      color: rgb(46, 167, 224);
      float: right;
      margin-top: 12px;
      margin-right: 44px;
  }

  #case .case_title {
      background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_title_back.png);
      background-repeat: no-repeat;
      background-size: 100%;
      height: 52px;
  }

  #case .subtitle {
      background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_sub_title.png);
      background-repeat: no-repeat;
      background-size: 100%;
      height: 126px;
      position: relative;
      left: -80px;
  }

  #case .subtitle span {
      display: block;
      position: absolute;
  }
}

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

  /*sp,tablet*/
  #case .subtitle1 {
      background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_sub_title1.png);
  }

  #case .subtitle2 {
      background-image: url(/-/Media/Ricoh/Sites/co_jp/service/flexible-image-checker/img/case_sub_title2.png);
  }

  #case .subtitle span {
      display: none;
  }
}


#case .subtitle span:nth-of-type(1),
#case .subtitle span:nth-of-type(2) {
  font-size: 20px;
  font-weight: 600;
  color: #3871c1;
}

#case .subtitle span:nth-of-type(1) {
  border-bottom: solid 2px #3871c1;
  top: 31px;
  left: 131px;
}

#case .subtitle span:nth-of-type(2) {
  top: 68px;
  left: 144px;
}

#case .subtitle span:nth-of-type(3),
#case .subtitle span:nth-of-type(4) {
  color: #fff;
  font-weight: 600;
}

#case .subtitle span:nth-of-type(3) {
  font-size: 27px;
  top: 47px;
  left: 240px;
}

#case .subtitle span:nth-of-type(4) {
  font-size: 19px;
  top: 88px;
  left: 597px;
}