/* CSS Document */
/*200825追加*/
@media (min-width: 769px){
#p__workstyle section.faq .details > li:nth-of-type(2) ul li a {
    font-size: 18px;
}
	
#p__workstyle section.faq .details li ul li {
    width: 24%;
}
#p__workstyle .gnav{
	    margin-top: -15px;
}
#p__workstyle .gnav .btn.doc{
	    margin-left: 10px;
}
#p__workstyle .cv-btns .sp{
		display: none;
	}
#p__workstyle .top__cvbtns.cv-btns li:first-child{
		background: #2a6ac6;
	}
#p__workstyle .top__cvbtns.cv-btns li:nth-child(2){
		background: #33ae8c;
	}
#wrapper .top__cvbtns .btn.invoice{
	    width: 635px;
    float: right;
}
#wrapper .top__cvbtns .btn.deliver{
	    width: 635px;
    float: left;
}
	/*事例*/
.main section.case .case-list li {
	width: 400px;
    margin: 0 30px;
    letter-spacing: 0.15em;
    line-height: 1.7;
}
.main section.case .case-list li img, #wrapper .staff-content-item .photo img{
	    width: 100%;
	    height: 288px;
    object-fit: cover;
}

.main .colum__disp2{
justify-content: space-evenly;
}
	
	
#wrapper .staff-content-item {
    margin-right: 0;
    font-size: 16px;
    width: 45%;
}
.staff-content{
		    flex-wrap: wrap;
	}
.main section.case .case-list li:first-child, #wrapper .staff-content .staff-content-item:first-child  {
			margin-bottom: 50px;
	}

}

/*CVボタン調整*/

#wrapper .btn.invoice, #wrapper .btn.deliver {
    position: relative;
    padding: 25px 25px;
    color: #fff;
    font-size: 28px;
    text-align: left;
    line-height: 1.2;
    }
    
    
#wrapper .top__cvbtns .btn.deliver::after{
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img01.png);
    content: "";
    position: absolute;
        background-repeat: no-repeat;
    background-size: contain;
    top: 25%;
    right: 0px;
    display: block;
    width: 250px;
    height: 140px;

    }
#wrapper .top__cvbtns .btn.invoice::after {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img02.png);
    content: "";
    position: absolute;
    top: 34%;
    right: 20px;
    display: block;
    width: 207px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    }

#wrapper .cv-btns__2 .btn.deliver::after{
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img01.png);
        content: "";
    position: absolute;
    top: 44%;
    right: 20px;
    display: block;
    width: 209px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;

    }
#wrapper .cv-btns__2 .btn.invoice::after {
background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img02.png);
    content: "";
    position: absolute;
    top: 43%;
    right: 20px;
    display: block;
    width: 209px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    }

#wrapper .btn.invoice .inner____btn{
    background: #fff;
    position: relative;
    color: #2a6ac6;
    padding: 10px 20px 10px 35px;
    font-size: 16px;
    font-weight: bold;
    width: 215px;
    display: block;
    margin-top: 20px;
}
#wrapper .btn.invoice .inner____btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #2a6ac6;
    border-right: solid 2px #2a6ac6;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -4px;
}
#wrapper .btn.deliver .inner____btn{
	    background: #fff;
    position: relative;
    color: #33ae8c;
    padding: 10px 20px 10px 35px;
    font-size: 16px;
    font-weight: bold;
    width: 215px;
    display: block;
    margin-top: 20px;
	
}
#wrapper .btn.deliver .inner____btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #33ae8c;
    border-right: solid 2px #33ae8c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -4px;
}

@media (max-width: 450px){
#p__workstyle #wrapper .cv-btns__2 .btn.deliver::after{
		    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img01.png);
    content: "";
    position: absolute;
    top: 59%;
    right: 1px;
    display: block;
    width: 118px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
	}
#p__workstyle #wrapper .cv-btns__2 .btn.invoice::after {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img02.png);
    content: "";
    position: absolute;
    top: 61%;
    right: 6px;
    display: block;
    width: 110px;
    height: 107px;
    background-repeat: no-repeat;
    background-size: contain;
	}
#p__workstyle #wrapper .main .mv .top__cvbtns .btn.deliver::after {
background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img01.png);
    content: "";
    position: absolute;
    top: 55%;
    right: 3px;
    display: block;
    width: 38vw;
    height: 20vw;
    background-repeat: no-repeat;
    background-size: contain;

}
#p__workstyle #wrapper .main .mv .top__cvbtns .btn.invoice::after {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img02.png);
    content: "";
    position: absolute;
    top: 55%;
    right: 9px;
    display: block;
    width: 35vw;
    height: 20vw;
    background-repeat: no-repeat;
    background-size: contain;
}
	}

@media (max-width: 768px){
	section.lineup .cv-btns.cv-btns__2{
		padding: 0;
	}
#p__workstyle header .headright .drawer-hamburger{
		float: right;
	}
#p__workstyle .gnav .btn.doc {
    margin-top: 0px;
     }
#p__workstyle section.faq {
    padding-bottom: 50px;
	}
#p__workstyle section.faq .details > li:nth-of-type(2) {
    padding: 0;
	}
#wrapper .main .top__cvbtns .btn.invoice::after {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img02.png);
    content: "";
    position: absolute;
    top: 29%;
    right: 8px;
    display: block;
    width: 32vw;
    height: 19vw;
    background-repeat: no-repeat;
    background-size: contain;
}
#wrapper .main .top__cvbtns .btn.deliver::after {
	    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/top_linkbtn_img01.png);
    content: "";
    position: absolute;
    top: 20%;
    right: 20px;
    display: block;
    width: 23vw;
    height: 20vw;
    background-repeat: no-repeat;
    background-size: contain;

}
	
#p__workstyle .cv-btns .sp{
		display: block;
	}

#p__workstyle #wrapper .btn.deliver .inner____btn {
    background: #fff;
    position: relative;
    color: #33ae8c;
    padding: 10px 10px 10px 35px;
    font-size: 14px;
    font-weight: bold;
    width: 188px;
    display: block;
    margin-top: 20px;
}
#p__workstyle #wrapper .btn.invoice .inner____btn{
		    background: #fff;
    position: relative;
    color: #2a6ac6;
    padding: 10px 10px 10px 35px;
    font-size: 14px;
    font-weight: bold;
    width: 188px;
    display: block;
    margin-top: 20px;
	}

}

@media (max-width: 320px){
#p__workstyle #wrapper .main .top__cvbtns .btn.deliver::after, #p__workstyle #wrapper .main .top__cvbtns .btn.invoice::after {
	content: none;
	}
}

section.reason .cv-btns li {
    margin: 0 10px;
}

#p__workstyle header .inner nav a:nth-child(3):before {
    content: "";
    display: inline-block;
    background: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/icon01.png) no-repeat 0 center;
    background-size: 100%;
    height: 19px;
    width: 17px;
    margin-right: 10px;
}
#p__workstyle header .inner nav a:last-child:before {
    content: "";
    display: inline-block;
    background: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/icon02.png) no-repeat 0 center;
    background-size: 100%;
    height: 19px;
    width: 26px;
    margin-right: 10px;
}



#p__workstyle section.faq .details li {
    width: 100%;
}
#p__workstyle section.faq .details > li:nth-of-type(2) ul{
	    padding: 40px 10px;
}
#p__workstyle section.faq .details > li:nth-of-type(2) strong {
    background-color: #33ae8c;
    margin-top: 50px;
    color: #fff;
}
#p__workstyle section.faq .details > li:nth-of-type(2) {
    background-color: #33ae8c33;
}
#p__workstyle section.faq .details > li:nth-of-type(1) strong {
    background-color: #2a6ac6;
    color: #fff;
}
#p__workstyle section.faq .details > li:nth-of-type(1) {
    background-color: #2a6ac629;
}
#p__workstyle section.faq .details > li ul li:first-child a:before{
	content: none;
}
#p__workstyle section.faq .details > li ul li:nth-child(2) a:before {
    content: "";
    display: inline-block;
    background: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/icon01.png) no-repeat 0 0;
    height: 23px;
    width: 21px;
    margin-right: 10px;
}
#p__workstyle section.faq .details > li ul li:nth-child(3) a:before {
    content: "";
    display: inline-block;
    background: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/icon02.png) no-repeat 0 0;
    height: 21px;
    width: 29px;
    margin-right: 5px;
}

section.faq .details > li ul li:last-child a:before {
    content: "";
    display: inline-block;
    background: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/icon03.png) no-repeat 0 0;
    height: 20px;
    width: 26px;
    margin-right: 10px;
}

#p__workstyle .solution_tytle{
	background-image:url("/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/special/workstyle/images/h_bg_02.jpg");
}


/*200828修正*/
.main section.case .case-list li span {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #111111;
    font-weight: bold;
}
.gnav_flex___cnt p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (min-width: 769px){
#p__workstyle header .inner {
    height: 95px;
}
}
@media (max-width: 768px){
	.outer .gnav_flex___cnt:first-child {
    background: #2a6ac6;
    padding: 20px;
}
    .outer .gnav_flex___cnt:nth-child(2) {
    background: #33ae8c;
    padding: 20px;
}
	#p__workstyle header .headright .mv-btns{
	padding:0;
}
	header .headright .gnav.is-open{
		padding: 10%;
	}
	header .headright .gnav.is-open .gnav_flex___cnt:nth-child(2){
		    margin-top: 10%;
	}
	#p__workstyle  .gnav_flex___cnt p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    /* margin-top: 10%; */
    font-size: 16px;
    color: #fff;
}
}
.gnav_flex___cnt:first-child {
    background: #2a6ac6;
    padding: 10px;
}
.gnav_flex___cnt:nth-child(2) {
    background: #33ae8c;
    padding: 10px;
}
.gnav_flex___cnt p{
	color: #fff;
}