﻿@charset "utf-8";
/* ===============================================
# /solution/vc/workstyle/index.html
=============================================== */
/* -----------------------------
# large screen
-------------------------------- */
.vcWsBox {
  position: relative;
  width: 80%;
  background: url(/-/Media/Ricoh/Sites/co_jp/service/vc/workstyle/img/bg_box.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}

.vcWsBox-vcList {
  position: absolute;
  width: 320px;
  background-color: #f5f3f5;
  padding: 16px;
  box-sizing: border-box;
}
.vcWsBox-vcList > div {
  height: 100%;
  position: relative;
}
.vcWsBox-vcList_01 {
  height: 330px;
  top: 0px;
  left: 0;
}
.vcWsBox-vcList_02{
  height: 330px;
  top: 0px;
  right: 0;
}
.vcWsBox-vcList_03{
  height: 315px;
  bottom: 35px;
  left: 0;
}
.vcWsBox-vcList_04{
  height: 315px;
  bottom: 35px;
  right: 0;
}

.vcWsBox-img {
  width: 290px;
}

.vcWsBox-icoNml {}
.vcWsBox-icoNml-icon {
  display: inline-block;
  position: absolute;
  padding-left: 24px;
  background-position: 0 -0.15em;
  background-repeat: no-repeat;
  bottom: 0;
}

.vcWsBox-txt {
  font-size: 12px;
}

.vcWsBox_dsp_l a{
  display: block;
  color: #333333;
}

.vcWsBox_dsp_ms {
  display: none;
}

.vcWsBox_bn_ico{
  display: block;
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bg_6bb_vc{
 background-color: #6bbc6f !important;
}

/* -----------------------------
# middle screen
-------------------------------- */
@media (max-width: 1024px) {

.vcWsBox {
  background-image: none;
  margin: 0;
  width: 100%;
}
.vcWsBox-bg {
  display: none;
}
.vcWsBox-txt {
  font-size: 16px;
}

.vcWsBox-vcList {
  position: static;
  width: 50%;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
}
.vcWsBox-vcList_01 {
  top: 0px;
  left: 0;
}
.vcWsBox-vcList_02 {
  top: 0px;
  right: 0;
}
.vcWsBox-vcList_03 {
  bottom: 20px;
  left: 0;
}
.vcWsBox-vcList_04 {
  bottom: 20px;
  right: 0;
}

.vcWsBox-img {
  width: 100%;
}

.vcWsBox-icoNml-icon {
  right: 0;
}

.vcWsBox-icoNml {
  height: 32px;
}

.vcWsBox_dsp_l {
  display: none;
}

.vcWsBox_dsp_ms {
  display: block;
}

}


/* -----------------------------
# small screen
-------------------------------- */
@media (max-width: 640px) {

.vcWsBox-vcList {
  width: 100%;
  float: none;
}
.vcWsBox-vcList {
  border-top:solid 1px #c9c9c9;
}
.vcWsBox-vcList:first-child {
   border-top:none;
}

.vcWsBox_dsp_l {
  display: none;
}

.vcWsBox_dsp_ms {
  display: block;
}

}


/* ===============================================
# 共通
=============================================== */

.vc_h32p {
  height: 32px !important;
}
.vc_bdt_n {
    border-top: none !important;
}
.vc_bdr_n {
    border-right: none !important;
}
.vc_bdl_n {
    border-left: none !important;
}
.vc_lb_button{
    padding: 4px 22px 4px 8px;
    font-size: 12px;
    font-weight: normal;
}
.button.vc_lb_button.cnv02:hover {
    background-color: #e3f1fa;
    padding: 4px 22px 4px 8px;
    border: none;
}
/* -----------------------------
# small screen
-------------------------------- */
@media (max-width: 640px) {

.rsp_break_border {
  border-bottom: solid 1px #c9c9c9;
}
.rsp_mb0 {
  margin-bottom: 0 !important;
}

}