@charset "UTF-8";


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

.contents_set *{
  box-sizing: border-box;
}

h1, h2, h3, h4, h5{
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
img{
  vertical-align: top;
}

.sct_bg01,
.sct_bg01.jp_theme_01,
.sct_bg01.jp_theme_02,
.sct_bg01.jp_theme_03,
.sct_bg01.jp_theme_04,
.sct_bg01.jp_theme_05,
.sct_bg01.jp_theme_06{
  padding: 64px 0 72px 0;
}
#id_ContentsAddthis .sct_bg01{
  padding: 0 0 40px 0;
}
.sct_product{
  padding: 64px 0 56px 0;
}
.sct_contact{
  padding: 72px 0 56px 0;
}
@media (max-width: 640px){
  .sct_bg01,
  .sct_bg01.jp_theme_01,
  .sct_bg01.jp_theme_02,
  .sct_bg01.jp_theme_03,
  .sct_bg01.jp_theme_04,
  .sct_bg01.jp_theme_05,
  .sct_bg01.jp_theme_06{
    padding: 36px 8px 40px 8px;
  }
  .jp_bg_probrem:after{
    padding-top: 40px;
  }
  #id_ContentsAddthis .sct_bg01{
    padding: 0 8px;
  }
  .sct_product{
    padding: 32px 8px 24px 8px;
  }
  .sct_contact{
    padding: 40px 8px 24px 8px;
  }
}

/*Background Color*/
.bg_lightpurple{
  background: #f2f5fb !important;
}
.bg_lightblue{
  background: #e9f2f4 !important;
}
.bg_cnv{
  background: #fdf3dc !important;
}

/*Color*/
.clr_peacockgreen{
  color: #217892;
}

/*Display Block*/
.dsp_sp{
  display: none;
}

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

/*H2 Title*/
.hd02_l,
.hd02_l_g{
  padding-bottom: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
}
.hd02_l_g{
  color: #217892;
}
h2.ttl_label .ttl_label_box{
  display: flex;
  margin-bottom: 8px;
  font-size: 22px;
}
h2.ttl_label .ttl_label_box > span{
  display: inline-block;
  margin-right: 10px;
  padding: 0 7px 0 9px;
  height: 28px;
  background: #4e92ab;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
}
@media (max-width: 640px){
  .hd02_l,
  .hd02_l_g{
    font-size: 22px;
  }
  h2.ttl_label .ttl_label_box{
    font-size: 18px;
  }
  h2.ttl_label .ttl_label_box > span{
    margin-right: 10px;
    padding: 6px 0 0 0;
    width: 84px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    line-height: 1.0;
  }
}

/*Conversion Set*/
.cnv_set{
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.cnv_set .cnv_set_lead{
  margin-top: 8px;
  font-weight: bold;
  font-size: 20px;
}
.cnv_set .button{
  margin-top: 32px;
  max-width: 660px;
  width: 100%;
  padding: 25px 25px 20px 25px;
}
.cnv_set .button span.sub{
  margin-bottom: 8px; 
  display: block;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size: 17px;
}
.cnv_set .button span.main{
  font-size:24px;
  padding-left: 36px;
}
.cnv_set .button .ico_nml_l {
  padding: 2px 0 4px 32px;
}

@media (max-width: 640px){
  .cnv_set{
  }
  .cnv_set .cnv_set_lead{
    text-align: left;
    font-size: 18px;
  }
  .cnv_set .button{
    margin-top: 24px;
    padding: 20px 16px 16px 16px;
    max-width: 400px;
  }
  .cnv_set .button span.sub{
    font-size: 16px;
  }
  .cnv_set .button span.main{
    padding-left: 26px;
    font-size:20px;
  }
  .cnv_set .button .ico_nml_l{
      padding: 0 0 0 0px;
      background-position: -4px -4px;
  }
}

.cnv_set_s{
  text-align: center;
}
.cnv_set_s p{
  display: inline-block;
  padding: 0 8px;
}
.cnv_set_s p a{
  padding: 16px 16px;
  width: 320px;
}

@media (max-width: 768px){
  .cnv_set_s p{
    display: block;
    padding: 0;
  }
  .cnv_set_s p:last-child{
    margin-top: 40px;
  }
}
@media (max-width: 640px){
  .cnv_set_s p a{
    max-width: 360px;
    width: 100%;
  }
}


/*----------------------------------------------- sct_main_bg*/

.sct_main{
  width: 100%;

}
.sct_main_bg{
  width: 100%;
  background-color: #f3f3f3;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sct_main_bg .main_max{
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 8px;
  max-width: 1024px;
  height: 500px;
  box-sizing: border-box;
}
.sct_main .catch_sp{
  display: none;
}

@media (min-width: 1366px){
  .sct_main_bg{
    background-size: 1366px auto;
  } 
}
@media (max-width: 768px){
  .sct_main_bg .main_max{
    padding: 40px 30px;
    height: auto;
  }
}
@media (max-width: 640px){
  .sct_main_bg{
    background-position: 50% 40%;
  }
  .sct_main .catch{
    display: none;
  }
  .sct_main .catch_sp{
    display: block;
    padding: 16px 16px 40px 16px;
  }
  .sct_main_bg .main_max{
    padding: 40px 20px 40px 20px;
  }
}

.sct_main_bg .ttl_set.ttl_set_w{
  color: #fff;
}

@media (min-width: 641px){
  .sct_main_bg .ttl_set{
    display: table;
    width: 100%;
    box-sizing: border-box;
      background: rgba(250,0,200, 0);
  }
  .sct_main_bg .ttl_set .catch,
  .sct_main_bg .ttl_set .ttl_text{
    display: table-cell;
    vertical-align: top;
  }
  .sct_main_bg .catch{
    max-width: 290px;
    width: 28.8%;
  }
  .sct_main_bg .catch a{
    opacity: 1;
    transition: opacity 0.25s ease-out;
  }
  .sct_main_bg .catch a:hover{
    opacity: 0.88;
  }  
  .sct_main_bg .ttl_set .ttl_text{
    position: relative;
    padding: 40px 20px 50px 112px;
    width: 71.2%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sct_main_bg .ttl_set .mark{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }
  .sct_main_bg .ttl_set .ttl_text .sub{
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.02em
  }
  .sct_main_bg .ttl_set .ttl_text h2{
    margin: 0;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.15;
  }
}
@media (max-width: 768px){
  /*
  .sct_main_bg .ttl_set,
  .sct_main_bg .ttl_set .catch,
  .sct_main_bg .ttl_set .ttl_text{
    display: block;
    width: 100%;
  }
  */
  .sct_main_bg .ttl_set .ttl_text{
    padding: 40px 0 40px 112px;
  }

  .sct_main_bg .ttl_set .catch{
    display: none;
  }
  .sct_main .catch_sp{
    display: block;
    padding: 32px 16px 32px 16px;
    text-align: center;
  }
  .sct_main .catch_sp img{
    max-width: 100%;
  }

  .sct_main_bg .main_max{
    padding: 40px 20px 40px 20px;
  }
}

@media (max-width: 640px){
  .sct_main_bg{
    width: 100%;
    background-color: transparent;
  }
  .sct_main_bg .ttl_set .mark,
  .sct_main_bg .ttl_set .ttl_text{
    display: block;
    padding: 0;
  }
  .sct_main_bg .ttl_set .mark,
  .sct_main_bg .ttl_set.ver .mark{
    padding-right: 0;
    width: 32px;
  }
  .sct_main_bg .ttl_set .ttl_text .sub{
    margin-top: 8px;
    font-size: 17px;
  }
  .sct_main_bg .ttl_set .ttl_text h2{
    margin-top: 2px;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
  }
  .sct_main_bg .ttl_set.ver .ttl_text{
    padding-top: 0;
  }

  .sct_main .catch_sp{
    padding: 24px 16px 24px 16px ;
    /*
    background-color: #ff6112;
    */
  }
  .sct_main .catch_sp img{
    max-width: 710px;
  }
}


/*--------------- Recommend*/

.recommend{
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.recommend h3{
  color: #527083;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
.recommend ul li{
  margin-top: 24px;
}
.recommend ul li h4{
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  font-size: 18px;
}
.recommend ul li h4:after{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background: url(/-/Media/Ricoh/Sites/co_jp/service/pc-multilayered/img/img_check.png);
}
.recommend ul li h4.h4sup:after{
  top: 8px;
}
.recommend ul li p{
  margin-top: 4px;
  padding-left: 24px;
  font-size: 16px;
}

@media (max-width: 640px){
  .recommend{
    padding: 24px 20px;
    border-radius: 10px;
  }
  .recommend h3{
    font-size: 22px;
  }
  .recommend ul li{
    margin-top: 16px;
  }
  .recommend ul li h4{
    font-size: 17px;
  }
  .recommend ul li h4:after{
    left: 0;
    top: 3px;
  }
  .recommend ul li p{
    font-size: 15px;
  }
}


/*--------------- Figure Box*/

.figure_box{
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 640px){
  .figure_box{
    border-radius: 10px;
  }
}

/*--------------- Appguard Box*/

.appguard_box{
  padding: 28px 40px 32px 40px;
  border-radius: 12px;
  background: #ccecf6;
  overflow: hidden;
}

.appguard_box h3{
  text-align: center;
}

.appguard_box ul{
  margin-top: 24px; 
  display: flex;
  justify-content: space-between;
}
.appguard_box ul li{
  width: calc(33.333% - 20.5px)
}
.appguard_box ul li .appguard_cap{
  margin-top: 16px;
  font-size: 15px;
  text-align: justify;
}

.appguard_illust{
  margin-top: 16px;
  text-align: center;
}
.appguard_catch{
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 640px){
  .appguard_box{
    padding: 24px 20px 20px 20px;
    border-radius: 10px;
  }
  .appguard_box h3 img{
    width: 276px;
  }

  .appguard_box ul{
    margin-top: 0; 
    display: block;
  }
  .appguard_box ul li{
    margin-top: 20px;
    width: 100%;
  }
  .appguard_box ul li p:first-child{
    text-align: center;
  }
  .appguard_box ul li p:first-child img{
    max-width: 400px; 
    width: 100%;
  }
  .appguard_box ul li .appguard_cap{
    margin-top: 16px;
  }

  .appguard_illust{
    margin-top: 16px;
    text-align: center;
  }
  .appguard_illust img{
    width: 100%;

  }
  .appguard_catch{
    text-align: left;
    font-size: 18px;
  }
}


/*--------------- Table*/

table.nml thead th,
table.nml thead td,
table.nml th,
table.nml td{
  padding: 14px 16px;
  font-size: 16px;
}

@media (max-width: 640px){
  table.nml.nml_w800{
    width: 800px;
  }
  table.nml.nml_w700{
    width: 400px;
  }
  table.nml.nml_w600{
    width: 600px;
  }
  table.nml.nml_w500{
    width: 400px;
  }
  table.nml.nml_w400{
    width: 400px;
  }
  table.nml thead th,
  table.nml thead td,
  table.nml th,
  table.nml td{
    padding: 12px 10px;
    font-size: 15px;
  }
  table.nml_scroll th{
      white-space: normal;
  }
}

/*--------------- Product Composition Example*/

ul.product_compo{
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
ul.product_compo li{
  position: relative;
/*
  display: flex;
   flex-direction: column;
  justify-content: center;
*/
  align-items: center;
  padding: 35px 24px 38px 24px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
}
ul.product_compo li.box_flex{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 28px 38px 28px;
}
ul.product_compo li:after{
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/-/Media/Ricoh/Sites/co_jp/service/pc-multilayered/img/icon_plus.png);
  background-size: 20px 20px;
  box-sizing: border-box;
}
ul.product_compo li:last-child:after{
  display: none;
}

@media (min-width: 641px){
  ul.product_compo li:after{
    right: -25px;
    top: calc(50% - 10px);
  }
  /*2column*/
  ul.product_compo.compo02 li{
    width: calc(50% - 20px);
  }
  ul.product_compo.compo02 li.compo_w70{
    width: calc(70% - 20px);
  }
  ul.product_compo.compo02 li.compo_w30{
    width: calc(30% - 20px);
  }
  ul.product_compo.compo02 li:after{
    right: -30px;
  }
  /*3column*/
  ul.product_compo.compo03 li{
    width: calc(33.333% - 22px);
  }
  ul.product_compo.compo03 li:after{
    right: -27px;
  }
  /*4column*/
  ul.product_compo.compo04 li{
    width: calc(25% - 22px);
  }
  /*5column*/
  ul.product_compo.compo05 li{
    width: calc(20% - 24px);
  }
}
@media (max-width: 640px){
  ul.product_compo li{
    margin-top: 32px;
    padding: 32px 16px 30px 16px;
    border-radius: 10px;
  }
  ul.product_compo li.box_flex{
    padding: 32px 24px 30px 24px;
  }
  ul.product_compo li:first-child{
    margin-top: 0;
  }
  ul.product_compo li:after{
    bottom: -26px;
    left: calc(50% - 10px);
  }
}

ul.product_compo h3,
ul.product_compo .product_compo_cap{
  display: table;
  width: 100%;
}
ul.product_compo h3 span,
ul.product_compo .product_compo_cap p{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
ul.product_compo .product_compo_img{
  margin-top: 16px;
}
ul.product_compo .product_compo_img + .product_compo_cap{
  margin-top: 16px;
}
ul.product_compo h3{
  font-weight: bold;
  font-size: 20px;
}
ul.product_compo .product_compo_cap p span{
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-feature-settings: "palt";
}
ul.product_compo .product_compo_cap p span:first-child{
  margin-top: 0;
}
ul.product_compo .product_compo_img img{
  max-width: 100%;
}
ul.product_compo h3.product_compo_name{
  display: block;
  text-align: center;
  width: auto;
}
ul.product_compo h3.product_compo_name span{
  display: block;
  text-align: left;
  font-size: 18px;
  margin-top: 16px;
  margin-left: 0.5em;
  text-indent: -0.5em;
}
ul.product_compo h3.product_compo_name span:first-child{
  margin-top: 0;
}

@media (max-width: 640px){
  ul.product_compo{
    display: block;
  }
  ul.product_compo li{
    margin-top: 32px;
    padding: 32px 16px 32px 16px;
    border-radius: 8px;
  }
  ul.product_compo li:first-child{
    margin-top: 0;
  }
  ul.product_compo li:after{
    bottom: -26px;
    left: calc(50% - 10px);
  }
  ul.product_compo h3{
    font-size: 19px;
  }
  ul.product_compo .product_compo_cap{
    min-height: auto;
    font-size: 14px;
  }
}

