﻿@charset "UTF-8";


/*-------------------------------common*/

.ms_sp{
	display: none;
}

.bg_ms01{
	background: #0086ea;
}

.pd_box01,
.sct_bg01.jp_theme_03,
.sct_bg01.jp_theme_01{
	padding: 40px 0 40px 0;
}
.pd_box01.jp_bg_probrem:after {
    padding-top: 40px;
}

.pd_box02{
	padding: 40px 0 40px 0;
}

.pd_boxb64{
	padding-bottom: 64px;
}
.pd_in01{
	padding: 16px;
}
.pd_in02{
	padding: 24px;
}

@media (max-width: 640px){
	.ms_sp{
		display: inline;
	}
	.pd_box01,
	.sct_bg01.jp_theme_03,
	.sct_bg01.jp_theme_01{
		padding: 30px 0;
	}
	.pd_box01.jp_bg_probrem:after {
    padding-top: 30px;
	}
	.pd_box02{
		padding: 30px 0 25px 0;
	}
	.pd_boxb64{
		padding-bottom: 30px;
	}
	.pd_in01{
		padding: 20px 16px;
	}
	.pd_in02{
		padding: 20px 16px;
	}
}


/*-------------------------------reset*/

.jp_pt_ttl_label{
	background: #cce4f7 !important;
	color: #333 !important;
}


/*-------------------------------HCI*/

h2.hd02 span{
    font-size: 18px;
}

.recommended_list li{
	margin-top: 8px;
    padding-left: 25px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/hci/img/icon_checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 19px 19px;
    font-weight: bold;
    font-size: 19px;
}
.recommended_list li:first-child{
	margin-top: 0;
}
@media (max-width: 640px){
	.recommended_list li{
    	background-position: 0 4px;
	}
}

.jp_point_area .label{
	display: inline-block;
	padding: 2px 10px;
	background-color: #0086ea;
	color: #fff;
	font-size: 13px;
}
.jp_point_area .jp_pt_ttl{
	margin-top: 8px;
	color: #004e90;
}
