﻿@charset "utf-8";


/*---------------------------------------------------
  Format Add
---------------------------------------------------*/

/*Footer Utility------------------*/

#gl_footer #id_FooterConnect .ft_pg_top{
  float: right; padding: 0 8px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
#gl_footer #id_FooterConnect .ft_pg_top a{
  display: block; padding: 0 8px 0 32px;
  background: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_up_01.png) 0 50% no-repeat;
}
@media(max-width: 640px){
  #gl_footer #id_FooterConnect .ft_pg_top{
    float: none; border: none;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #dedede;
    text-align: right;
  }
  #gl_footer #id_FooterConnect .ft_pg_top a{
    display: inline-block;
    padding: 12px 8px 12px 32px;
    font-size: 14px; text-align: right; background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_l_up_01.png);
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
  }
}


/*---------------------------------------------------
  Option Module
---------------------------------------------------*/

/*Common Layout------------------*/

.dsp_sp{
 display: none;
}

@media(max-width: 640px){
  .dsp_sp{
   display: block;
  }
  .dsp_pc{
   display: none;
  }
}

/*Margin & Padding------------------*/

/*
.mt01{
  margin-top: 1px !important;  
}
.rsp_mt01{
  margin-top: 1px !important;  
}
.pt01{
  padding-top: 1px !important; 
}
.rsp_pt01{
  padding-top: 1px !important; 
}
.pdr20{
  padding-right: 20px !important;
}
.pdl20{
  padding-left: 20px !important;
}
.pd20{
  padding: 0 20px !important;
}
.pdm20{
  margin: 0 -20px !important;
}
*/

/*Background Color------------------*/

.bg_gry{
  background: #f3f3f3 !important;
}
.bg_wht{
  background: #ffffff !important;
}
.bg_red{
  background: #cf142b !important;
}
.bg_blu{
  background: #0b51b3 !important;
}

/*Text Color------------------*/

.txt_red{
  color: #cf142b !important;
}
.txt_blu{
  color: #0b51b3 !important;
}

/*Icon------------------*/

.icon_notices{
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-weight: bold;
}
.icon_notices:before{
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_s_kokeshi.gif) 0 0 no-repeat;
}

@media(max-width: 640px){
  .icon_notices{
    padding-left: 20px;
  }
}

.icon_nw{
  background-image: url(/-/Media/Ricoh/Sites/co_jp/img/icon_newwindow_w.png) !important;
}
.icon_nwg{
  background-image: url(/-/Media/Ricoh/Sites/co_jp/img/icon_newwindow_g.png) !important;
}


/*---------------------------------------------------
  Section Module
---------------------------------------------------*/

/*Section Common------------------*/

.sct_cnt,
.sct_cnt *{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sct_cnt img{
 vertical-align: top;
}

/*Link*/
.sct_cnt a{
  text-decoration: none;
  color: #333;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.sct_cnt a:hover{
  opacity: 0.6;
}

@media(max-width: 640px){
  .sct_cnt a{
    transition: none;
  }
  .sct_cnt a:hover{
    opacity: 1;
  }
}

/*Section------------------*/

.sct_cnt{
  padding: 32px 0 80px 0;
  width: 100%;
}
.sct_cnt_inr{
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1088px;
  /*max-width: 1280px;*/
}

@media(max-width: 640px){
  .sct_cnt{
    padding: 24px 0 64px 0;
  }
  .sct_cnt_inr{
    /*padding: 0 5.3%;*/
    padding: 0 20px;
  }
  /*
  .sct_cnt_inr_swipe{
    padding: 0 0 0 20px;
  }
  */
}

/*Block------------------*/

.blc01:before,
.blc01:after{
  content: "";
  display: table;
}
.blc01:after{
  clear: both;
}
.blc01{
  zoom: 1;
  margin-top: 40px;
}
.blc02_ver{
  margin: 40px -20px 0 -20px;
}

.blc01 .blc{
  float: left;
  width: 100%;
  padding: 0 0 0 1px;
}
.blc02 .blc,
.blc02_ver .blc{
  width: 50%;
}
.blc02_ver .blc{
  width: 50%;
}
.blc02_ver .blc{
  padding: 0 20px;
}
.blc03 .blc,
.blc03_ver .blc{
  width: 33.333%;
}
.blc04 .blc{
  width: 25.0%;
}
.blc05 .blc{
  width: 20%;
}
.blc_mt0,
.blc_mt0 .blc{
  margin-top: 0;
}

@media(max-width: 768px){
  .blc02_ver{
    margin: 0;
  }
  .blc02_ver .blc{
    float:none;
    margin-top: 40px;
    padding: 0;
    width: 100%;
  }
}
@media(max-width: 640px){
  .blc01{
    margin: 0;
  }
  .blc01.blc_swipe{
    margin-right: -20px;
  }
  .blc01 .blc,
  .blc02 .blc,
  .blc03 .blc,
  .blc03_ver .blc,
  .blc04 .blc,
  .blc05 .blc{
    float:none;
    margin-top: 40px;
    padding: 0;
    width: 100%;
  }
  .blc03_ver{
    margin-top: 40px;
  }
  .blc03_ver .blc{
    margin: 25px 0 0 0;
  }
  .blc03_ver .blc:first-child{
    margin: 0;
  }
  .blc_mt0 .blc{
    margin-top: 0;
  }
}

/*Title & Text------------------*/

.sct_cnt h2,
.sct_cnt h3,
.sct_cnt h4{
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sct_cnt .cnt_hd02{
  text-align: center;
  font-size: 40px;
}
.sct_cnt .cnt_hd03{
  margin-bottom: 16px;
  color: #666;
  text-align: center;
  font-size: 26px;
}
.sct_cnt .cnt_lead{
  font-size: 18px;
  line-height: 1.4;
}

@media(max-width: 768px){
  .sct_cnt .rsp_cnt_hd03{
    font-size: 20px;
  }
}

@media(max-width: 640px){
  .sct_cnt .cnt_hd02{
    margin-bottom: 0;
    font-size: 24px;
  }
  .sct_cnt .cnt_hd03{
    font-size: 20px;
  }
  .sct_cnt .cnt_lead{
    font-size: 16px;
  }
}


/*---------------------------------------------------
  Link Contents Module
---------------------------------------------------*/

/*Link Cnt Btn------------------*/

.link_cnt_btn{
  position: relative;
  width: 100%;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_arrow_w.png) right center no-repeat rgba(0,0,0, 0.7);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link_cnt_btn .ttl{
  font-weight: bold;
  font-size: 18px;
}
.link_cnt_btn .desc{
  margin-top: 4px;
}

/*Link Cnt01------------------*/

a.link_cnt01{
  position: relative;
  display: block;
}
a.link_cnt01 .img img{
  width: 100%;
}
a.link_cnt01 .link_cnt_btn{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 30px 20px 20px;
}

@media (max-width: 1008px){
  a.link_cnt01 .link_cnt_btn{
    padding: 18px 30px 16px 18px;
  }
  a.link_cnt01 .link_cnt_btn .ttl{
    font-size: 18px;
  }
  a.link_cnt01 .link_cnt_btn .desc{
    display: none;
  }
  a.link_cnt01 .link_cnt_btn.ver{
    position: relative;
    bottom: auto;
  }
  a.link_cnt01 .link_cnt_btn.ver .desc{
    display: block;
  }
}
@media(max-width: 640px){
  a.link_cnt01 .link_cnt_btn{
    position: absolute;
  }
}

/*Link Cnt02------------------*/

a.link_cnt02{
  position: relative;
  display: block;
}
a.link_cnt02 .img img{
  position: relative;
  width: 93.1%;
}
a.link_cnt02 .link_cnt_btn{
  position: relative;
  float: right;
  margin-top: -40px; 
  padding: 24px 32px 24px 24px;
  width: 80%;
  max-width: 445px;
}
a.link_cnt02 .link_cnt_btn .ttl{
  margin-bottom: 8px;
}

@media (max-width: 1008px){
  a.link_cnt02 .link_cnt_btn{
    margin-top: -16px; 
    width: 93.1%;
    max-width: initial;
  }
}

/*---------------Link Cnt01 Set*/

.link_swipe_set,
.link_swipe_set ul{
  width: 100%;
}
.link_swipe_set ul li{
  float: left;
  padding: 0 0 1px 1px;
}
.link_swipe_set ul.list02 li{
  width: 50.0%;
}
.link_swipe_set ul.list03 li{
  width: 33.333%;
}

@media(max-width: 640px){
  .link_swipe_set ul li{
    float: none;
    padding: 0 0 1px 0;
  }
  .link_swipe_set ul.list02 li,
  .link_swipe_set ul.list03 li{
    width: 100%;
  }
  /*Swipe On*/
  .link_swipe_set{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .link_swipe_set ul{
    display: flex;
  }
  .link_swipe_set ul li{
    padding: 0 1px 0 0;
    width: 290px;
  }
  .sct_cnt_recommend .link_swipe_set ul{
    width: 870px;
  }
  .sct_cnt_case .link_swipe_set ul{
    width: 1740px;
  }
}


/*---------------------------------------------------
  List Button Set Module
---------------------------------------------------*/

/*List Button Set------------------*/

.list_btn_set{
  width: 100%;
}
.list_btn_set li{
  float: left;
  width: 100%;
  padding: 0 0 1px 1px;
  overflow: hidden;
}
.list_btn_set li.list02{
  width: 50%;
}
.list_btn_set li.list03{
  width: 33.333%;
}
.list_btn_set li.list04{
  width: 25.0%;
}
.list_btn_set li.list05{
  width: 20%;
}
.list_btn_set li.list06{
  width: 16.666%;
}

@media(max-width: 768px){
  .list_btn_set li.list02,
  .list_btn_set li.list03,
  .list_btn_set li.list04,
  .list_btn_set li.list05,
  .list_btn_set li.list06{
    width: 50%;
  }
  .list_btn_set li.rsp_list01{
    width: 100%;
  }
}

/*List Button------------------*/

a.list_btn{
  display: table;
  width: 100.0%;
  height: 70px;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_arrow_w.png) no-repeat #cf142b;
  background-position: 99.2% center;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.list_btn_set li a.list_btn{
  width: 101.0%;
}
.list_btn_set li.list02 a.list_btn{
  background-position: 99.0% center;
}
a.list_btn span{
  display: table-cell;
  padding: 0 30px 0 25px;
  text-align: center;
  vertical-align: middle;
}

/*Link Btn Small*/
.list_btn_set.small a.list_btn{
  max-width: 210px;
  height: 50px;
}

/*Link Btn White*/
.list_btn_set.wht a.list_btn{
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_arrow_g.png) no-repeat #fff;
  background-position: 99.2% center;
  color: #666;
  font-weight: bold;
  font-size: 14px;
}

@media(max-width: 640px){
  .list_btn_set a.list_btn{
    width: 101.5%;
    height: 65px;
    background-position: 99.0% center !important;
    font-size: 15px;
  }
  .list_btn_set a.list_btn span{
    padding: 0 20px 0 10px;
  }
  .list_btn_set .wht  a.list_btn{
    font-size: 12px;
  }
}

/*Icon Button------------------*/

a.list_btn_icon{
  position: relative;
  display: block; 
  padding-top: 35px;
  width: 100%;
  height: 200px;
  background: #f3f3f3;
  text-align: center;
}
a.list_btn_icon.wht{
  background: #fff;
}
a.list_btn_icon img{
  width: 90px;
  height: 90px;
}
a.list_btn_icon .ttl{
  display: table;
  margin: 0 auto;
  min-height: 40px;
}
a.list_btn_icon .ttl span{
  display: table-cell;
  vertical-align: middle;
  padding: 0 24px 0 12px;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_arrow_g.png) right 48.5% no-repeat;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

@media(max-width: 640px){
  a.list_btn_icon{
    padding-top: 20px;
    height: 167px;
  }
}

/*Tips Hover*/
a.list_btn_icon.tips .desc{
  position: absolute;
  left: 0;
  top: 0;
  padding: 23px;
  width: 100%;
  height: 100%;
  background: #cf142b;
  color: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  transition: opacity 0.26s ease-out;
}
a.list_btn_icon.tips .desc span{
  display: block;
  margin-bottom: 6px; 
  text-align: center;
  font-size: 17px;
}
a.list_btn_icon.tips .ttl,
a.list_btn_icon.tips .img{
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
a.list_btn_icon.tips,
a.list_btn_icon.tips:hover{
  opacity: 1;
  transition: none;
}
a.list_btn_icon.tips:hover .ttl,
a.list_btn_icon.tips:hover .img{
  opacity: 0;
}
a.list_btn_icon.tips.tips:hover .desc{
  opacity: 1;
}

@media(max-width: 1008px){
  a.list_btn_icon.tips .desc{
    padding: 16px;
    font-size: 13px;
  }
a.list_btn_icon.tips .desc span{
    margin-bottom: 4px; 
    font-size: 14px;
  }
}

@media(max-width: 640px){
  a.list_btn_icon.tips .desc{
    display: none; 
  }
  a.list_btn_icon.tips:hover .ttl,
  a.list_btn_icon.tips:hover .img{
    opacity: 1;
    transition: none;
  }
}


/*---------------------------------------------------
  List Text Module
---------------------------------------------------*/

ul.list_txt{
  margin: 0;
}
ul.list_txt li{
  margin-top: 6px;
  padding-left: 9px;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_list_point.png) left 6px no-repeat;
  font-size: 14px;
  line-height: 1.4;
}
ul.list_txt li:first-child{
  margin-top: 0;
}


/*---------------------------------------------------
  Tab Module
---------------------------------------------------*/

/*Tab Set------------------*/

.tab_ttl{
  width: 100%;
  height: auto;
}
.tab_ttl li{
  float: left;
  width: 50%;
  background: #f3f3f3;
}
.tab_ttl li a{
  display: block;
  padding: 24px 10px 20px 10px;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.0;
}
.tab_ttl li.act a{
  background: #cf142b;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab_dtl{
  display: none;
  border: 4px solid #cf142b;
}
.tab_dtl.act{
  display: block;
}
#activecore-event{
  display: none;
}

@media(max-width: 640px){
  .tab_dtl{
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*Search Dates------------------*/

.search_dates{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.search_dates .notfound{
  padding: 40px 35px 40px 24px;
}
.search_dates a{
  display: table-cell;
  padding: 28px 35px 26px 28px;
  border-left: solid 1px #cf142b;
  color: #666;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_arrow_g.png) right center no-repeat;
}
.search_dates a:first-child{
  border-left: none;
}
.search_dates a dl dt,
.search_dates a dl dd{
  display: inline-block;
  font-size: 12px;
  line-height: 1.0;
  color: #666;
}
.search_dates a dl dt{
  padding: 5px 15px 0 24px;
  height: 20px;
  border-radius: 10px;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_pin_w.png) 10px center no-repeat #333;
  color: #fff;
}
.search_dates a dl dd{
  padding-left: 10px;
}
.search_dates .ttl{
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
}
.search_dates .sub{
  margin-top: 4px;
  font-size: 14px;
}

@media(max-width: 768px){
  .search_dates{
    display: block;
    width: 100%;
  }
  .search_dates a{
    display: block;
    padding: 30px 35px 28px 25px;
    border-left: none;
    border-top: solid 1px #cf142b;
  }
}

/*Search Region------------------*/

.search_region{
  padding: 22px 25px 22px 25px;
  min-height: 198px;
  font-size: 0;
}
.search_region .img,
.search_region .txt{
  display: inline-block;
  vertical-align: middle;
}
.search_region .img{
  width: 26%;
  text-align: right;
}
.search_region .txt{
  width: 74%;
  text-align: left;
  padding-left: 50px;
}
.search_region .img img{
  width: 190px;
  height: 154px;
}
.search_region ul li{
  display: inline-block;
  margin: 8px 0;
  padding: 0 0 0 14px;
  width: 160px;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_pin_r.png) 0 center no-repeat;
  text-align: left;
  font-size: 16px;
  line-height: 1.0;
}

@media(max-width: 1008px){
  .search_region .img{
    width: 35%;
  }
  .search_region .txt{
    width: 65%;
    padding-left: 50px;
  }
}

@media(max-width: 768px){
  .search_region{
    padding: 30px 20px 28px 20px;
  }
  .search_region .img{
    width: 100%;
    text-align: center;
  }
  .search_region .txt,
  .search_region .txt ul{
    padding: 0; 
    width: 100%;
  }
  .search_region ul li,
  .search_region ul li:first-child{
    float: left;
    margin-top: 16px;
    padding: 0 15px 0 14px;
    width: 50%;
    font-size: 14px;
  }
}


/*---------------------------------------------------
  PageTop Module
---------------------------------------------------*/

#pagetop{
  display: none;
  position: fixed;
  bottom: 70px;
  width: 100%;
  height: 0;
  z-index: 100;
}
#pagetop p{
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1008px;
  height: 0;
}
#pagetop a{
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/pagtop.png) no-repeat;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
#pagetop a:hover{
  opacity: 0.6;
}

@media(max-width: 640px){
  #pagetop{
    bottom: 58px;
  }
  #pagetop p{
    padding: 0 8px;
  }
  #pagetop a{
    transition: none;
  }
  #pagetop a:hover{
    opacity: 1;
  }
}
