﻿
/*共通、調整用*/
.w100p{
	width: 100% !important;
}

.w90p{
	width: 90% !important;
}

.w80p{
	width: 80% !important;
}

.w74p{
	width: 74% !important;
}

.w70p{
	width: 70% !important;
}

.w68p{
	width: 68% !important;
}


.w66p{
	width: 66.666% !important;
}

.w60p{
	width: 60% !important;
}

.w50p{
	width: 50% !important;
}

.w48p{
	width: 48% !important;
}

.w40p{
	width: 40% !important;
}

.w32p{
	width: 32% !important;
}

.w31p{
	width: 31.333% !important;
}

.w33p{
	width: 33.333% !important;
}

.w30p{
	width: 30% !important;
}

.w26p{
	width: 26% !important;
}

.w20p{
	width: 20% !important;
}

.w12p{
	width: 12% !important;
}

.w10p{
	width: 10% !important;
}


.w8p{
	width: 8% !important;
}

@media (max-width: 640px){
	.rsp_w10p{
		width: 10% !important;
	}

	.rsp_w12p{
		width: 12% !important;
	}

	.rsp_w15p{
		width: 15% !important;
	}

	.rsp_w20p{
		width: 20% !important;
	}

	.rsp_w30p{
		width: 30% !important;
	}

	.rsp_w38p{
		width: 38.5% !important;
	}

	.rsp_w40p{
		width: 40% !important;
	}

	.rsp_w45p{
		width: 45% !important;
	}

	.rsp_w50p{
		width: 50% !important;
	}

	.rsp_w51p{
		width: 51% !important;
	}

	.rsp_w100p{
		width: 100% !important;
	}
}

/*padding*/
.pd0{
	padding: 0 !important;
}
.pd5{
	padding-bottom: 5px !important;
}

.pt0{
	padding-top: 0 !important;
}

.pt10{
	padding-top: 10px !important;
}

.pt23{
	padding-top: 23px !important;
}

.pt30{
	padding-top: 30px !important;
}

.pt40{
	padding-top: 40px !important;
}

.pt45p{
	padding-top: 45px !important;
}

.pt60{
	padding-top: 60px !important;
}

.pt70{
	padding-top: 70px !important;
}

.pb0{
	padding-bottom: 0 !important;
}

.pb10{
	padding-bottom: 10px !important;
}

.pb12{
	padding-bottom: 12px !important;
}

.pb16{
	padding-bottom: 16px !important;
}

.pb20{
	padding-bottom: 20px !important;
}

.pb30{
	padding-bottom: 30px !important;
}

.pb50{
	padding-bottom: 50px !important;
}

.pb85{
	padding-bottom: 85px !important;
}

.pl0{
	padding-left: 0 !important;
}

.pl4{
	padding-left: 4px !important;
}


.pl20{
	padding-left: 20px !important;
}

.pr0{
	padding-right: 0 !important;
}

.pr20{
	padding-right: 20px !important;
}

.pl2p{
	padding-left: 2%;
}

.pr2p{
	padding-right: 2%;
}

@media (max-width: 640px){
	.rsp_pt0{
		padding-top: 0 !important;
	}

	.rsp_pt10{
		padding-top: 10px !important;
	}

	.rsp_pt40{
		padding-top: 40px !important;
	}

	.rsp_pb0{
		padding-bottom: 0 !important;
	}

	.rsp_pb30{
		padding-bottom: 30px !important;
	}

	.rsp_pr0{
		padding-right: 0 !important;
	}

	.rsp_pr10{
		padding-right: 10px !important;
	}

	.rsp_pl0{
		padding-left: 0 !important;
	}

	.rsp_pl10{
		padding-left: 10px !important;
	}
}

.bxshadow{
	box-shadow: 0 12px 10px -10px rgba(0,0,0,0.4);
}

/*margin*/
.mr10{
	margin-right: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
@media (max-width: 640px){
	.rsp_mb0{
		margin-bottom: 0 !important;
	}
}

/*テキスト*/
.al_c{
	text-align: center !important;
}

.al_r{
	text-align: right !important;
}

.al_l{
	text-align: left !important;
}

.fw_b{
	font-weight: bold;
}

@media (max-width: 640px){
	.rsp_al_r{
		text-align: right !important;
	}
}

/*カラー*/
.bg_d6e{
	background-color: #d6e4e5 !important;
}

.bg_f3f{
	background-color: #f3f3f3 !important;
}

.col_90b{
	color: #90b721;
}

.fc_00{
	color: #000000 !important
}

/*フロート*/
.fl_l{
	float: left !important;
}

.fl_r{
	float: right !important;
}

.fl_n{
	float: none !important;
}

/*フォント*/
.fs12{
	font-size: 12px !important;
}

.fs14{
	font-size: 14px !important;
}

.fs16{
	font-size: 16px !important;
}

.fs18{
	font-size: 18px !important;
}

.fs20{
	font-size: 20px !important;
}

.fs24{
	font-size: 24px !important;
}

.fs26{
	font-size: 26px !important;
}

.fs30{
	font-size: 30px !important;
}

.fs48{
	font-size: 48px !important;
}

.fs50{
	font-size: 50px !important;
}

.fs84{
	font-size: 84px !important;
}

@media (max-width: 640px){
	.rsp_fs14{
		font-size: 14px !important;
	}

	.rsp_fs16{
		font-size: 16px !important;
	}

	.rsp_fs18{
		font-size: 18px !important;
	}

	.rsp_fs20{
		font-size: 20px !important;
	}

	.rsp_fs28{
		font-size: 28px !important;
	}

	.rsp_fs30{
		font-size: 30px !important;
	}

	.rsp_fs43{
		font-size: 43px !important;
	}

	.rsp_fs46{
		font-size: 46px !important;
	}
}

/*ディスプレイ*/
.dsp_b{
	display: block;
}

.dsp_n{
	display: none;
}

@media (max-width: 640px){
	.rsp_dsp_n{
		display: none !important;
	}

	.rsp_dsp_b{
		display: block !important;
	}
}

/*高さ*/
.val_t{
	vertical-align: top;
}

.val_m{
	vertical-align: middle;
}

.val_b{
	vertical-align: bottom;
}

.l_space_01{
	letter-spacing: -0.14em;
}

/*背景*/
.bg_fff{
	background-color: #fff !important;
}

/*ページ*/
html,.body{
	width: 100%;
	height: 100%;
}

header{
	max-width: 995px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mv_area{
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/background01.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.rogo{
	padding: 16px 0;
	width: 20%;
	float: left;
}

.cnv_button_area{
	width: 80%;
	float: left;
	padding: 16px 0;
	text-align: right
}

.sp_cnv_area{
	display: none;
}

@media (max-width: 640px){
	.mv_area{
		background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/sp_background01.png");
	}

	.rogo{
		padding-left: 20px;
		width: 100%;
	}

	.mv_lead{
		line-height: 24px !important;
		text-align: center;
		letter-spacing: 0.06em
	}

	.mv_small_txt{
		padding-left: 54px !important;
		line-height: 20px !important;
		padding-bottom: 10px !important;
	}

	.mv_txt .mv_small_txt:after{
		padding: 20px;
		background-size: 42px !important;

	}

	.sp_cnv_area{
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
	}

	.sp_cnv_area p{
		box-sizing: border-box;
		padding: 5px;
	}

	.sp_cnv_area .icon{
		padding-left: 30px;
		display: inline-block;
		width: 100%;
		text-align: left;
		background-size: 32px;
	}

	.mv_area{
		padding-top: 70px;
	}

	.mv_sct{
		padding-left: 20px;
	}
}

.cnv_button_area .icon{
	padding: 15px 0px 15px 35px;
}

.button.head_button01{
	max-width: 240px;
	width: 100%;
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
	font-size: 16px;
	padding: 5px;
	background-color: #90b721;
}

.button.head_button02{
	max-width: 260px;
	width: 100%;
	color: #000;
	display: inline-block;
	box-sizing: border-box;
	font-size: 16px;
	padding: 5px;
	background-color: #f6ab00;
}

*{
	box-sizing: border-box;
}

.wrapper{
	width: 100%;
}

.mv_area{
	border-top: 1px solid #d9d9d9;
	width: 100%;
	padding: 70px 0;
	position: relative;
}

.mv_max{
	max-width: 870px;
	margin: 0 auto;
}

.mv_txt{
	position: relative;
}

.mv_txt .mv_small_txt:after{
	content: "";
	position: absolute;
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/rogo_03.png");
	background-size: auto;
	padding: 34px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.mv_small_txt{
	box-sizing: border-box;
	font-size: 20px;
	color: #f97732;
	line-height: 26px;
	padding: 23px 0 20px 88px;
}

.mv_lead{
    box-sizing: border-box;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.06em;
    /*padding: 70px 0 0 88px;*/
    padding: 115px 0 0 88px;
    font-weight: bold;
}

.mv_ttl{
	font-size: 60px;
	padding-left: 86px;
	color: #333333;
	font-weight: bold;
	padding-top: 30px;
	letter-spacing: -0.02em;
}

.section{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

.contents{
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}

/*各コンテンツの調整*/
.contents.first{
	padding-top: 85px;
}

.contents.second{
	padding-top: 70px;
	padding-bottom: 75px;
}

.contents.fourth{
	padding-top: 90px;
	padding-bottom: 75px;
}

.recommend_ttl{
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}

.recommend_clm{
	position: relative;
	padding: 0 20px 45px;
	width: 100%;
}

.clm{
	position: relative;
	padding: 30px 20px;
	width: 100%;
	float: left;
}

.clm2 .clm{
	width: 50%;
}

.clm3{
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
}

.clm3 .clm{
	width: 33.333%;
	box-sizing: border-box;
	float: left;
	padding: 5px;
}

.recommend_box_4 .clm{
	width: 25%;
	padding: 7.85% 20px 0;
}

.recommend_box_4{
	width: 100%;
}

/*clearfix*/
header:after,.sp_cnv_area:after,.mv_max:after,.mv_sct:after,.clm3:after,.clm4:after,.contents:after,.cnv_area:after,.recommend_box_4:after,.point_box_4:after,.point_sct:after,.clm2:after,.footer_contents:after,.img_2:after,.clm_small:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.comment_box{
	padding: 8%;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
}

.comment_box p{
	line-height: 20px;
}

.comment_box:after{
	content: "";
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/fukidasi.png");
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

.cnv_area{
	padding: 20px 50px 50px;
	width: 100%;
	border-radius: 5px;
	position: relative;
}

.cnv_txt{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 17px 20px;
	background-color: rgba(0,0,0,0.3);
	font-size: 14px;
	width: 100%;
	text-align: left !important;
}

.lead_txt{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 22px;
	position: relative;
}

.cnv_area .lead_txt,.cnv_area .ttl{
	letter-spacing: 0.06em;
}

.cnv_area .ttl_txt{
	line-height: 24px;
}

.cnv_area .clm{
	padding-top: 34px;
	padding-bottom: 0;
}

.cnv_area .icon{
	font-size: 26px;
}

.ttl{
	font-size: 60px;
	font-weight: bold;
	padding-bottom: 22px;
}

.ttl.under_line{
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/underline01.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 72%;
	font-size: 6.38vw !important;
	letter-spacing: -0.02em;
}

.under_line{
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/underline01.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}

@media (min-width: 980px){
	.ttl.under_line{
		font-size: 60px !important;
	}
}

@media (max-width: 640px){
	.ttl.under_line{
		background-image: none;
	}

	.mv_ttl{
		padding: 14px 17px 0 17px;
		font-size: 30px;
		line-height: 34px;
		text-align: center;
	}

	.mv_area{
		padding-bottom: 35px;
	}

	.sp_under_line{
		background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/underline01.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center bottom;
	}
}

.ttl_txt{
	font-size: 18px;
}

.cnv_area p{
	text-align: center;
}

.point_box{
	padding-top: 60px;
}

.point_box_4{
	width: 100%;
	padding: 20px;
	background-color: #505050;
}

.point_box_4 .clm{
	width: 25%;
	padding: 10px;
}

.point_sct{
	padding: 0 20px 70px;
}

.clm.point{
	float: none;
}

.point .txt{
	font-size: 24px;
	padding-bottom: 6px;
	font-weight: bold;
}

.point .lead_txt{
	padding-top: 25px;
	font-size: 44px;
	display: inline-block;
}

.point .ttl{
	font-size: 98px;
	padding-bottom: 0;
}

.point_hr{
	max-width: 130px;
	margin: 0 auto 52px;
}

.point_hr hr{
	border: 5px solid #505050;
}

.point_sct > *{
	float: left;
}

.point_sct .number{
	position: relative;
	width: 15%;
	padding-right: 2.05%;
	text-align: center;
}

.point_sct .lead_txt{
	font-size: 28px;
}

.text_area_txt{
	line-height: 28px;
}

.point_sct.sct_2 .img{
	width: 100%;
}

.point_sct.sct_2 .img_3 .clm{
	width: 33.333%;
}

.point_sct.sct_2 .text_area{
	width: 85%;
	padding-left:2.05%;
}

.point_sct.sct_3 .text_area{
	width: 43.6%;
	padding: 0 2.05%;
}

.point_sct.sct_3 .w51p{
	width: 51.666%;
}

.point_sct.sct_3 .img{
	width: 41.4%;
	padding-left: 2.05%;
	position: relative;
}

.capsion_txt{
	position: absolute;
	padding-left: 7.05%;
	font-size: 12px;
	width: 100%;
	box-sizing: border-box;
	bottom: 6%;
	left: 2%;
}

@media (max-width: 640px){
	.capsion_txt{
		padding-left: 2.5%;
		bottom: 12%;
		font-size: 2.8vw;
	}
}

.third .lead_txt,.fourth .lead_txt{
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 26px;
}

.caption{
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
}

.strong_box{
	border: 1px solid #b8b8b8;
	padding: 30px;
}

.clm_small{
	max-width: 640px;
	width: 100%;
	margin: auto;
}

.point_txt{
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/comment.png");
	background-repeat: no-repeat;
	background-position: center 6px;
	background-size: contain;
	display: inline-block;
	padding: 25px 10px 0;
}

.tab_contents{
	border: 3px solid #f6ab00;
	padding: 30px;
	position: relative;
}

.tab_contents .zoom{
	position: absolute;
	bottom: 2%;
	right: 2%;
}

.tab_ttl{
	max-width: 281px;
	width: 100%;
	background-color:  #f6ab00;
	padding: 9px 0px 9px 18px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}

.tab_ttl:after{
	content: "";
	width: 45px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	top: -22.5px;
	right: -22.5px;
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
}

.button{
	display: inline-block;
	margin: 0;
	padding: 20px 16px 23px;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	max-width: 650px;
	width: 100%;
	box-shadow: 0 12px 10px -10px rgba(0,0,0,0.4);
}

.button:link{
	text-decoration: none;
}

.button.cnv_01{
	background-color: #90b721;
	color: #fff;
}

.button.cnv_02{
	background-color: #f0f0f0;
	color: #000;
}

.button.cnv_03{
	background-color: #fff;
	color: #000;
	padding: 16px;
}

.button.cnv_04{
	background-color: #f6ab00;
	color: #000;
	padding: 16px;
	max-width: 800px;
	color: #ffffff;
}
.button.cnv_05 {
	background-color: #ff6112;
	color: #fff;
}

.button.cnv_06 {
	background-color: #0d63dc;
	color: #fff;
}

.icon{
	display: inline-block;
	background-repeat: no-repeat;
	padding: 4px 0 4px 60px;
	background-position: -8px center;
}
.icon_l{
	display: inline-block;
	background-repeat: no-repeat;
	padding: 4px 0 4px 60px;
	background-position: -8px center;
}
.icon_s{
	display: inline-block;
	background-repeat: no-repeat;
	padding: 4px 0 4px 24px;
	background-position: 0 0.35em;
}
.icon.download{
	background-image: url("/-/Media/Ricoh/Common/cmn_v1/img/icon_m_download_02.png") !important;
}

.icon.newwindow{
	background-image: url("/-/Media/Ricoh/Common/cmn_v1/img/icon_m_newwindow_01.png") !important;
}

.cnv_01 .icon.newwindow,
.cnv_05 .icon.newwindow {
	background-image: url("/-/Media/Ricoh/Common/cmn_v1/img/icon_m_newwindow_02.png") !important;
}

.icon.mail{
	background-image: url("/-/Media/Ricoh/Common/cmn_v1/img/icon_m_mail_01.png") !important;
}
.icon.mail_l{
	background-image: url("/-/Media/Ricoh/Common/cmn_v1/img/icon_l_mail_01.png") !important;
}
@media (max-width: 640px){
	.icon.mail_l{
		background-position: -8px center !important;
	}
}
.section .icon,footer .icon{
	padding-left: 45px;
}

@media (max-width: 640px){
	.contents.third .icon{
		padding-left: 30px;
		text-align: left;
		background-size: 32px;
	}

	footer .button.cnv_04 .icon{
		line-height: 1em;
	}
}

footer{
	border-bottom: 4px solid #cf142b;
}

.copyright{
	max-width: 1060px;
	margin: 16px auto 41px;
	padding: 0 20px;
	color: #999999;
	font-size: 12px;
}

.footer_area{
	width: 100%;
	background-color: #505050;
	padding-top: 35px;
	padding-bottom:60px;
}

.footer_contents{
	max-width: 1020px;
	margin: 0 auto;
}

.footer_clm_small{
	max-width: 720px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.footer_txt{
	color: #fff;
}

@media (max-width: 640px){
	.footer_area{
		padding-top: 0;
	}
}

@media (max-width: 1020px){
	.comment_box p{
		font-size: 12px;
		font-size: 1.5vw !important;
	}
}

@media (max-width: 640px){
	.point_txt{
		font-size: 20px;
	}

	.footer_clm_small .footer_txt{
		font-size: 12px !important;
		line-height: 20px;
	}

	.footer_area{
		padding-bottom:40px;
	}

	.recommend_box_4 .clm{
		width: 100%;
		float: none;
		margin-bottom: 8px;
		padding: 0 20px;
	}

	.recommend_box_4{
		padding: 30px 20px 0px;
	}

	.comment_box{
		width: 61%;
		padding: 13px 11px 13px 16px;
	}

	.comment_box p{
		font-size: 13px !important;
		line-height: 18px;
	}

	.cnv_area{
		padding: 10px 20px 20px;
	}

	.point_box_4 .clm{
		width: 50%;
	}

	.point_sct .number{
		width: 100%;
		padding: 0;
	}

	.point_sct.sct_3 .img{
		width: 100%;
		padding: 0 0 13px 0;
	}

	.point_sct.sct_2 .text_area,.point_sct.sct_3 .text_area{
		width: 100%;
		padding: 0;
	}

	.point_sct.sct_2 .img_3 .clm{
		width: 100%;
	}

	.point_sct.sct_3 .text_area{
		width: 100%;
	}

	.clm2 .clm{
		width: 100%;
	}

	.clm3 .clm{
		width: 100%;
	}

	.rsp_pos_r{
		right: 0 !important;
		left: auto;
	}

	.comment_box.rsp_pos_l:after{
		content: "";
		background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/fukidasi_left.png") !important;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -10px;
		left: auto;
		margin: auto 0;
		z-index: 100;
	}

	.comment_box.rsp_pos_r:after{
		content: "";
		background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/fukidasi_right.png") !important;
		padding: 5px;
		width: 0px;
		height: 0px;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -10px;
		margin: auto 0;
		z-index: 100;
	}

	.comment_box:after{
		content: none;
	}

	.recommend_ttl{
		font-size: 20px;
	}

	.cnv_area .lead_txt{
		font-size: 16px;
		letter-spacing: normal;
		padding-bottom: 8px;
		line-height: 24px;
	}

	.point .lead_txt{
		padding-top: 12px;
		font-size: 15px;
	}

	.cnv_area .ttl{
		font-size: 38px !important;
		letter-spacing: -0.02em;
		padding-bottom: 8px;
	}

	.cnv_area .ttl_txt{
		padding-top: 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.cnv_area .clm{
		padding: 20px 0 0;

	}

	.icon{
		padding: 4px 0 4px 47px;
		background-position: 0 center;
	}

	.cnv_area .icon{
		font-size: 14px;
		text-align: left;
		padding-left: 52px;
	}

	.contents.first,.contents.second{
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.clm.point{
		padding-top: 0;
	}

	.point .txt{
		font-size: 14px;
	}

	.point .ttl{
		font-size: 47px;
	}

	.point_box_4{
		padding: 10px;
	}

	.point_box_4 .clm{
		padding: 5px;
	}

	.point_hr{
		margin-bottom: 0;
	}

	.point_sct .number{
		line-height: normal;
	}

	.sp_lead_txt{
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		width: 100%;
	}

	.text_area_txt{
		font-size: 14px;
	}

	.point_sct.sct_1,.point_sct.sct_2,.point_sct.sct_3,.point_sct.sct_4{
		border-bottom: 1px solid #dcdcdc;
	}

	.point_sct{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.strong_box{
		padding: 20px;
	}

	.strong_box .img{
		padding-bottom: 10px;
	}

	.point_sct .lead_txt{
		font-size: 20px;
	}

	.button.cnv_02{
		padding: 14px 16px;
	}

	.contents.third,.contents.fourth,.contents.faq{
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.third .lead_txt{
		font-size: 20px;
		line-height: normal;
		padding-bottom: 16px;
	}

	.button.cnv_03{
		padding: 11px 20px 11px 16px;
	}

	.button.cnv_03 .icon{
		padding-left: 40px;
		background-position: -8px center;
	}

	.cnv_03 .icon{
		text-align: left;
	}

	.fourth .lead_txt{
		font-size: 20px;
		line-height: normal;
	}

	.point_sct.sct_2 .img_3 .caption{
		padding-bottom: 16px;
	}

	.point_hr hr{
		max-width: 80px;
		border: 3px solid #505050;
	}

	.text_area_txt{
		line-height: 26px;
	}

	.clm.clm_button{
		padding-left: 30px;
		padding-right: 30px;
	}

	.img_3 .clm{
		padding-left: 30px;
		padding-right: 30px;
	}

	.fourth .lead_txt{
		line-height: 24px;
		padding-bottom: 15px;
	}

	.footer_txt{
		line-height: 22px;
	}

	.radius_t-b_n{
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}

.bxsld_wrapper .bxsld_controls-direction .bxsld_prev{
	display: block !important;
}

.bxsld_wrapper .bxsld_controls-direction .bxsld_next{
	display: block !important;
}

.bxsld_wrapper .bxsld_next{
	background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/next.png") no-repeat 0 center !important;
	padding: 22px 27px 22px 18px !important;
	right: -20px !important;
	color: #fff !important;
	top: -10% !important;
	box-shadow: 0 12px 10px -10px rgba(0,0,0,0.4);
}

.bxsld_wrapper .bxsld_prev{
	background: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/pre.png") no-repeat 0 center !important;
	padding: 22px 27px 22px 18px !important;
	left: -20px !important;
	color: #fff !important;
	top: -10% !important;
	box-shadow: 0 12px 10px -10px rgba(0,0,0,0.4);
}

.bg_img{
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/bg_img01.png");
	background-repeat: no-repeat;
	background-position: center;
}


@media (max-width: 640px){
	.point_txt{
		padding: 15px 10px 0;
	}

	.bxsld_wrapper .bxsld_prev{
		top: -20% !important;
	}

	.bxsld_wrapper .bxsld_next{
		top: -20% !important;
	}

	.bg_img{
		background-size: 250px;
		background-position: center -4px;
	}
}

.bxsld_wrapper .bxsld_pager{
	padding-top: 0 !important;
}

.bxsld_pager-item .bxsld_pager-link{
	border-radius: 50% !important;
	border: none !important;
}

.bxsld_wrapper .bxsld_pager-item .active{
	background: #f6ab00 !important;
}

.asterisk{
	padding-top: 20px;
	font-size: 14px;
}

@media (min-width: 641px){
	.button:hover{
		opacity: 0.8;
		transform: translate(4px,4px);
		-ms-transform:translate(4px,4px);
		-webkit-transform:translate(4px,4px);
		box-shadow: 0 2px 5px -1px rgba(0,0,0,0.4);
	}
}

.under_line.under01{
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/underline02.png") !important;
}

.under_line.under02{
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/underline03.png") !important;
}

.under_line.under03{
	background-image: url("/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/underline04.png") !important;
	padding-bottom: 8px;
}

.comment_box p{
	font-weight: bold;
}

.point_box_txt{
	position: absolute;
	text-align: center !important;
	bottom: 12%;
	left: 0;
	right: 0;
	margin: auto;
	font-weight: bold;
	letter-spacing: 0.11em;
	font-size: 1.3vw !important;
	font-weight: bold;
}

@media (max-width: 640px){
	.point_box_txt{
		font-size: 14px;
		font-size: 3.3vw !important;
		letter-spacing: 0;
	}
}

@media (min-width: 1420px){
	.point_box_txt{
		font-size: 16px !important;
	}
}

.sp_show{
		position: relative;
	}

	.sp_show .show01{
		position: relative;
		z-index: 3;
		animation: fadein 30s infinite;
		-webkit-animation: fadein 30s infinite;
	}

	.sp_show .show02{
		z-index: 2;
		animation: fadein 30s infinite;
		-webkit-animation: fadein 30s infinite;
		animation-delay: 10s;
		-webkit-animation-delay: 10s;
	}

	.sp_show .show03{
		z-index: 1;
		animation: fadein 30s infinite;
		-webkit-animation: fadein 30s infinite;
		animation-delay: 20s;
		-webkit-animation-delay: 20s;
	}

	.sp_show .show02,.sp_show .show03{
		position: absolute;
		top: 0;
		width: 100%;
	}

	@keyframes fadein {
		0%{
			opacity:1;
		}
	
		30%{
			opacity: 0;
		}
	
		70%{
			opacity: 0;
		}
	
		100% {
			opacity:1;
		}
	}

	@-webkit-keyframes fadein {
		0%{
			opacity:1;
		}
	
		30%{
			opacity: 0;
		}
	
		70%{
			opacity: 0;
		}
	
		100% {
			opacity:1;
		}
	}


/* --margin-top-- */
.mt0{
	margin-top: 0 !important;
}

.mt10{
	margin-top: 10px !important;
}

.mt23{
	margin-top: 23px !important;
}

.mt30{
	margin-top: 30px !important;
}

.mt40{
	margin-top: 40px !important;
}

.mt45p{
	margin-top: 45px !important;
}



.mv_comment_box{
	padding: 12px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 180px;
}
.mv_comment_box:after {
    content: "";
    background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/point/img/fukidasi.png);
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.mv_comment_box p{
    font-weight: bold;
    line-height: 20px;
}
.cnv_area p.ttl_txt.ttl_txt_l{
	text-align: left;
	float: left;
	width: 73%;
}
.img_r{
	float: right;
	width: 25%;
	margin-left: 2%;
}
@media (max-width: 640px){
    .mv_comment_box{
        left: 15%;
    }
    .mv_comment_box p {
        font-size: 13px !important;
        line-height: 18px;
    }
	.cnv_area p.ttl_txt.ttl_txt_l{
		text-align: center;
		float: none;
		width: 100%;
	}
	.img_r{
		text-align: center;
		float: none;
		width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 420px){
    .mv_comment_box{
        left: 0;
    }
}

.point_sct.sct_2 .img_2{
	width: 100%;
}
.point_sct.sct_2 .img_2 .clm{
	width: 50%;
}
@media (max-width: 640px){
	.point_sct.sct_2 .img_2 .caption{
		padding-bottom: 16px;
	}
	.img_2 .clm{
		padding-left: 30px;
		padding-right: 30px;
	}
		.point_sct.sct_2 .img_2 .clm{
		width: 100%;
	}
}
.cmp_mtc01 { border: 1px solid #dedede;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a.image_mn{ text-decoration: none;}
.image_mn { display: block; }
.image_mn .img img { display: block; width: 100%; vertical-align: bottom; }
.image_mn .dtl { padding: 16px 24px 16px 16px; background: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_right_01.png) 100% 50% no-repeat #ffffff; }
.image_mn .img + .dtl { border-top: 1px solid #dedede; }
.image_mn .dtl .ttl { font-size: 16px; font-weight: bold; }
.image_mn:hover { text-decoration: none; }
.image_mn:hover .dtl .ttl { text-decoration: underline; }
.pdf {background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_pdf_01.png) !important;}
.newwindow_s {background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_newwindow_01.png) !important;}


/* @media */
@media (max-width: 640px) {
	.image_mn .dtl { background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_m_right_01.png);
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
	}
}


.clm4.solution_box{
	max-width: 1230px;
	width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}

.clm4.solution_box .clm{
	width: 25%;
	box-sizing: border-box;
	float: left;
	padding: 8px;
}
@media (max-width: 640px){
	.clm4.solution_box .clm{
		width: 100%;
	}
}

.banner_mn {
    display: block;
    position: relative;
    border: 1px solid #a3a8b0;
}
.banner_mn img {
    display: block;
    width: 100%;
    height: auto;
}
.banner_mn .bn_ico, .banner_mn .bn_ico_l {
    display: block;
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.related_box .bn_ico {
	bottom: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
}
.newwindow_f {
    background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_newwindow_03.png) !important;
}
.right_f {
	background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_right_03.png) !important ;
}
@media (max-width: 640px){
	.related_box .bn_ico {
		bottom: 10px;
		right: 10px;
		width: 16px;
		height: 16px;
	}
}
.iconPR-tr {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
}
.iconPR {
    position: relative;
}

.clm3.case_box{
	max-width: 1230px;
	width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}

.clm3.case_box .clm{
	box-sizing: border-box;
	float: left;
	padding: 8px;
}
@media (max-width: 640px){
	.clm3.case_box .clm{
		width: 100%;
	}
}

.contents.faq h2.lead_txt{
    border-left: solid 5px #333333;
    padding: 5px 0px 10px 10px;
}
.faq_tbl{
	display: table;
	font-size: 20px;
	line-height: 1.2;
}
.faq_tbl .faq_tr{
	display: table-row;
}
.faq_tbl .faq_tr .faq_td{
	display: table-cell;
	padding-top: 10px;
}
@media (max-width: 640px){
	.contents.faq h2.lead_txt{
		font-size: 20px;
    }
    .faq_tbl{
		font-size: 14px;
	}
	.related_box{
		padding: 8px 20px;
	}
}

#fix_footer {
	display: block;
	background-color: rgba(0,0,0,0.7);
	padding: 30px 10px 20px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
#fix_footer ul {
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
/*	max-width: 1060px;*/
	max-width: 1600px;
}
#fix_footer li {
	/* margin-bottom: 10px; */
	position: relative;
}
#fix_footer li>a {
	display: block;
	padding: 16px 0;
	background-color: #ff6112;
	color: #fff;
	width: 100%;
	line-height: 100%;
	position: relative;
	font-weight: bold;
	text-decoration: none;
}
#fix_footer li>a:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: all 400ms 0s ease;
}
#fix_footer li>a::before {
	top: calc(50% - 10px);
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	left: 10px;
	border: solid #fff;
	border-width: 0;
}
#fix_footer li>a[target="_blank"]::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/img/icon_s_newwindow_02.png);
}
#fix_footer li>a.icon-download::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/img/icon_s_newwindow_02-1.png);
}
#fix_footer li>a.mailto::before {
	content: url(/-/Media/Ricoh/Sites/co_jp/signage/special/img/icon_s_mail_02.png);
  left: 2px;
}
#fix_footer.hidden {
	display: none!important;
	transition: all 400ms 0s ease;
}
@media (min-width: 1000px) {

  #fix_footer ul {
    letter-spacing: -0.5px;
  }
	#fix_footer li {
/*	width: calc(25% - 25px);*/
    width: calc(17% - 18px);
	}
	#fix_footer li {
		margin: 0 5px;
	}
	/*#gl_footer {
	padding-bottom: 100px;
}*/
}
@media (min-width: 768px) {
	#fix_footer li {
		display: inline-block;
	}
	#fix_footer li>a {
		border-radius: 10px;
	}
	#fix_footer li>a {
		padding-left: 25px;
		box-sizing: border-box;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	#fix_footer li {
		width: calc(50% - 25px);
	}
	#fix_footer li:nth-child(2n-1) {
		margin-right: 10px;
	}
	#fix_footer li:not(:nth-last-child(-n+2)) {
		margin-bottom: 15px;
	}
	/*#gl_footer {
	padding-bottom: 200px;
}*/
}
@media (max-width: 767px) {
	#fix_footer li {
		width: 100%;
	}
	#fix_footer li:not(:last-child) {
		margin-bottom: 10px;
	}
	#fix_footer li>a {
		border-radius: 4px;
	}
	/* #gl_footer {
	padding-bottom: 300px;
} */
}

@media (min-width: 768px) {
	#fix_footer .sp_button {
		display: none;
	}
}
@media (max-width: 767px) {
	#fix_footer {
		padding: 0;
		box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
	}
	#fix_footer>ul {
		margin: 15px;
/*		height: 222px;*/
    height: 282px;
		width: calc(100% - 30px);
		transition: all 400ms 0s ease;
		transform: translateY(0);
	}
	#fix_footer>.sp_button.closed+ul {
		transition: all 400ms 0s ease;
		transform: translateY(100%);
		height: 0;
		padding: 0;
		margin: 0 15px;
		overflow: hidden;
	}
	#fix_footer>.sp_button {
		background-color: #ff6112;
		padding: 15px;
		position: relative;
		text-align: center;
		line-height: 1;
		color: #fff;
	}
	#fix_footer>.sp_button::before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border: solid #fff;
		border-width: 2px 2px 0 0;
		position: absolute;
		right: 20px;
		top: calc(50% - 5.83px);
		transform: rotate(135deg);
	}
	#fix_footer>.sp_button.closed::before {
		transform: rotate(-45deg);
		top: calc(50% - 0.83px);
	}
}

.button.act01 {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.button.icon {
    padding: 6px 8px 6px 16px;
}
.ico_end_lf {
    padding: 6px 0 5px 40px;
    display: inline-block;
    background-repeat: no-repeat;
}
.newwindow_w {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/signage/special/img/icon_s_newwindow_02.png) !important;
    display: inline-block;
    background-position: 0 center;
}

