@charset "utf-8";

/*==============================

			products top

==============================*/

/*==============================
			PC ＋ SP
==============================*/

h3 {
	display: block;
	background: #EEEEEE;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 10px;
	margin-bottom: 15px;
}
.checkOn {
    padding: 10px 0 5px 25px;
    background: url(/library/products/functional-claims/img/icn_check_on.jpg) no-repeat 0 4px;
}
.checkOff {
    padding: 10px 0 5px 25px;
    background: url(/library/products/functional-claims/img/icn_check_off.jpg) no-repeat 0 4px;
}
.sub_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}



/*==============================
			PC
==============================*/
@media screen and (min-width: 641px) {

}





/*==============================
			SP
==============================*/
@media screen and (max-width: 640px) {
	h3,
	.sub_title {
		font-size: 14px;
		margin-bottom: 10px;
	}

}





