@charset "utf-8";
table {
  word-break: break-all;
}

#pg_anc01 .txt01,
#pg_anc02 .txt01 {
font-size: 22px;
font-weight: bold;
color: #1e6c87;
}

#pg_anc02 .jp_theme_03 {
background-color: #f3f3f3;
}

#pg_anc02 .jp_theme_03 .jp_probsol_label {
background-color: #999999;
}

#pg_anc02 .jp_psbox_probrem.jp_theme_03 {
position: relative;
}

#pg_anc02 .jp_psbox_probrem.jp_theme_03:after {
content: "";
display: block;
margin-left: -37px;
width: 0;
height: 0;
position: absolute;
left: 50%;
bottom: -55px;
border-style: solid;
border-width: 32px 37px 0 37px;
border-color: #f3f3f3 transparent transparent transparent;
}

#pg_anc02 .al_c img {
max-width: 100%;
}

#pg_anc03 .jp_point_area {
background-color: #e9f2f3;
}

#pg_anc03 .jp_point_area .hd03 {
color: #1e6c87;
}

.hd02 .point_num{
  background: #217992;
  color: #fff;
  padding: 0 12px;
  border-radius: 26px;
  display: inline-block;
  margin-right: 8px;
}
.fc_217{
  color: #217992;
}
.jp_step_ul.type01 li{
  background-color: #e9f2f4;
}
.jp_step_label.type01, .jp_probsol_label.type01 {
    background-color: #207892;
}
.service_sct {
    overflow: hidden;
    padding: 24px;
    border: 1px solid #217992;
    border-radius: 10px;
}
.service_sct_inner{
    width: 60%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.service_sct .service_sct_img {
  float: left;
    /*padding: 16px 0 16px 16px;*/
}
.service_sct .service_sct_txt {
  float: left;
    /*padding: 16px 0 16px 16px;*/
}

@media (max-width: 640px){

#pg_anc02 .al_c img {
width: 100%;
height: auto;
}
.service_sct_inner{
  width: 100%;
}
.service_sct .service_sct_img {
  display: none;
}
}



.jp_movie_box.icn_play_ye:after{
content: url("/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/invoice/img/img_PlayMark.png");
}

/*---------------------------------------------------------------
200410 added
---------------------------------------------------------------*/
.bnr_lp:hover {
	opacity: .7;
  transition: .6s;
}
.bnr_lp a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.bnr_lp a:hover {
	text-decoration: none;

}
.bnr_lp .text {
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}
.bnr_lp .text h3 {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
}
.bnr_lp .text .button {
	font-size: 22px;
	display: inline-block;
	margin-top: 15px;
	border: 2px solid #fff;
	line-height: 1;
	padding: 12px 40px 10px 20px;
	border-radius: 5px;
	color: #00bfc4;
	background: #fff;
	transition: .6s;
	position: relative;
}
.bnr_lp a:hover .text .button {
	background: #00bfc4;
	color: #fff;
}
.bnr_lp .text .button:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/img/icon_external_workstyle.png);
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-14px);
}
.bnr_lp a:hover .text .button:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/img/icon_external_hover.png);
}
.bnr_lp .img {
	width: 50%;
}
.bnr_lp.workstyle {
	background: #00bfc4; /* Old browsers */
	background: -moz-linear-gradient(45deg, #00bfc4 0%, #0098b4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #00bfc4 0%,#0098b4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #00bfc4 0%,#0098b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bnr_lp.invoice {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#036acd+55,00b2d6+100 */
	background: #036acd; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #036acd 55%, #00b2d6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #036acd 55%,#00b2d6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #036acd 55%,#00b2d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bnr_lp.delivery {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00bd8f+55,00a759+100 */
	background: #00bd8f; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #00bd8f 55%, #00a759 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #00bd8f 55%,#00a759 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #00bd8f 55%,#00a759 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bnr_lp.invoice a,
.bnr_lp.delivery a {
	min-height: 250px;
}
.bnr_lp.invoice .text,
.bnr_lp.delivery .text {
	width: 62%;
}
.bnr_lp.invoice .img,
.bnr_lp.delivery .img {
	width: 38%;
}
.bnr_lp.invoice .img img,
.bnr_lp.delivery .img img {
	width: 100%;
}
.bnr_lp.invoice .text .button {
	color: #036acd;
}
.bnr_lp.invoice a:hover .text .button {
	background: #036acd;
}
.bnr_lp.invoice .text .button:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/img/icon_external_invoice.png);
}
.bnr_lp.delivery .text .button {
	color: #00bd8f;
}
.bnr_lp.delivery a:hover .text .button {
	background: #00bd8f;
}
.bnr_lp.delivery .text .button:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/img/icon_external_delivery.png);
}

@media screen and (max-width: 767px) {
	.bnr_lp a {
		flex-wrap: wrap-reverse;
	}
	.bnr_lp .text {
		width: 100% !important;
		padding: 15px;
	}
	.bnr_lp .text h3 {
		font-size: 20px;
	}
	.bnr_lp .text .button {
		font-size: 16px;
	}
	.bnr_lp .text .button:after {
		content: url(/-/Media/Ricoh/Sites/co_jp/service/cloud-ocr/img/icon_external_workstyle.png);
		transform: translateY(-8px);
	}
	.bnr_lp .img {
		width: 100% !important;
	}
	.bnr_lp .img img {
		width: 100%;
	}
}


.imgHover:hover {
	opacity: .7;
	transition: .3s;
}
.pc-hide {
	display:none;	
}
.bnrBox img {
	max-width: 100%;
}
@media (max-width: 640px) {
.sp-hide {
	display:none;
}
.pc-hide {
	display:inline;
}
}

/*---------------------------------------------------------------
210616 added
---------------------------------------------------------------*/
.ocr_btn01 img{
	max-width:100%;
}

.ocr_btn01 a{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ocr_btn01 a:hover {
    text-decoration: none;
	opacity: 0.7;
}

.ocr_btn01 .text:hover {
    text-decoration: none;
}

.ocr_btn01 .bnr_invoice .text,
.ocr_btn01 .bnr_delivery-slip .text{
	width: 60%;
    box-sizing: border-box;
    padding: 30px 15px;
}

.ocr_btn01 .bnr_invoice .text .button
{
	font-size: 14px;
    display: inline-block;
    margin-top: 15px;
    border: 2px solid #fff;
    line-height: 1;
    padding: 12px 40px 10px 20px;
    border-radius: 5px;
    color: #2a6ac6;
    background: #fff;
    transition: .6s;
    position: relative;
}

.ocr_btn01 .bnr_delivery-slip .text .button
{
	font-size: 14px;
    display: inline-block;
    margin-top: 15px;
    border: 2px solid #fff;
    line-height: 1;
    padding: 12px 40px 10px 20px;
    border-radius: 5px;
    color: #33ae8c;
    background: #fff;
    transition: .6s;
    position: relative;
}

.ocr_btn01 .bnr_invoice .text .button:after,
.ocr_btn01 .bnr_delivery-slip .text .button:after{
	content: url(/-/Media/ScAssets/System/Images/icon_s_newwindow_01.png);
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-14px);
}

.ocr_btn01 .bnr_invoice .img,
.ocr_btn01 .bnr_delivery-slip .img{
	width: 40%;
}

.ocr_btn01 .bnr_invoice{
	background-color: #2a6ac6;
}
.ocr_btn01 .bnr_delivery-slip{
	background-color: #33ae8c;
}

.ocr_btn01 .text h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.ocr_btn01 .text p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.ocr_btn01 br.sp{
	display: none;
}

@media (max-width: 640px){

.ocr_btn01 .bnr_delivery-slip .text,
.ocr_btn01 .bnr_invoice .text{width :50%;}
.ocr_btn01 .bnr_delivery-slip .img,
.ocr_btn01 .bnr_invoice .img{width: 50%;}
.ocr_btn01 .img img{width: 100%;}

.ocr_btn01 .text h3{font-size: 18px}
.ocr_btn01 .text p{font-size: 12px}
.ocr_btn01 .bnr_delivery-slip .text .button,
.ocr_btn01 .bnr_invoice .text .button{font-size: 11px; width:100%;}
.ocr_btn01 br.pc{display: none;}
.ocr_btn01 br.sp{display: block;}

}

@media (max-width: 445px){

.ocr_btn01 .bnr_delivery-slip .text,
.ocr_btn01 .bnr_invoice .text{width :60%;}
.ocr_btn01 .bnr_delivery-slip .img,
.ocr_btn01 .bnr_invoice .img{width: 40%;}

}

@media (max-width: 445px){

.ocr_btn01 .bnr_delivery-slip .text,
.ocr_btn01 .bnr_invoice .text{width :100%; text-align: center;}
.ocr_btn01 .bnr_delivery-slip .img,
.ocr_btn01 .bnr_invoice .img{width: 50%; margin: 0px auto 10px;}

}