/* itemA03 */
.textfeature{display: flex;flex-direction: row-reverse;background-color: #f9fafb;align-items: center;}
.textfeature .img{width: 50%;}
.textfeature .text{width: 50%;display: flex;justify-content: center;}
.textfeature .text ol{padding: 0 20px;}
.textfeature .text ol li{font-size: 18px;line-height: 180%;}
.textfeature .text ol li i{padding-right: 15px;}

@media screen and (max-width: 768px) {
	#productdetail #productinfo article{font-size: 13px;}
	.textfeature{display: flex;flex-direction: column;align-items: center;}
	.textfeature .img,.textfeature .text{width: 100%;}
	.textfeature .text ol{padding: 30px 10px;}
}