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

.check_list{
    margin-top: 8px;
    padding-left: 22px;
    background: url(/-/Media/Ricoh/Sites/co_jp/service/cyber-security/img/icon_checkbox.png) 0 3px no-repeat;
    background-size: 19px 19px;

}

.fw_n {
    font-weight: normal;
}
.lb_new{
    display: inline-block;
    vertical-align: 2.5px;
    padding: 4px 5px;
    color: #666;
    font-size: 12px;
    line-height: 1;
    background-color: #fff;
}
.bg_cs01{
    background-color: #d8f3ff;
}
.bg_cs02{
    background-color: #3d60ac;
    color: #fff;
}
.bg_cs03{
    background-color: #fffab0;
}
.dsp_tbl{
    display: table;
}
.dsp_cel{
    display: table-cell;
    vertical-align: top;
}
@media (max-width: 640px){
    .rsp_pd0{
        padding: 0 !important;
    }
    .rsp_pd8{
        padding: 8px !important;
    }
    .rsp_pd16{
        padding: 16px !important;
    }
    .rsp_prl25{
        padding: 0 25px !important;
    }
    .rsp_w40p{
        width: 40% !important;
    }
}