@charset "utf-8";

/*
 * File       : rwd-consulting.css
 * Author     : STUDIO-JT (JDY)
 * Guideline  : JTstyle.1.1
 * Dependency : css/reset.css
 *              css/jt-strap.css
 *
 * SUMMARY:
 * 01)
 */

/* **************************************** *
 * 1023px
 * **************************************** */
@media (max-width:1023px) {
	.article.krst_lab .product_info_desc span.product_info_desc_accent {font-size: 19px;}
}



/* **************************************** *
 * 767px
 * **************************************** */
@media (max-width:767px) {
	.article.krst_lab .product_info_desc span.product_info_desc_accent {font-size: 18px;}
	
	.article.krst_lab .product_common_section .cell_item_content b:before {top:9px;}
}