


/* itemA06 */
.faqBox ol li{display: flex;align-items: flex-start;justify-content: center;margin-top: 0px;margin-bottom: 20px;padding: 20px 30px 0px 30px;}
.faqBox ol li .Img{width: 70px;}
.faqBox ol li .Img img{width: 60px;}
.faqBox ol li .Txt{width: 90%;padding: 0px 0px 0px 20px;}
.faqBox ol li .Txt h3{color: #444444;font-size: 19px;font-weight: 400;margin: 0px 0px 15px 0px;}.instruction{background-color: #FFEDED;padding: 20px 30px 30px 30px;margin: 40px 0;}
.instruction h4{color: #696464;font-size: 16px;font-weight: 400;margin: 0px 0px 10px 0px;}
.instruction ol{position: relative;padding: 0 0 40px;}
.instruction ol:before {content: '';position: absolute;left: 0;bottom: 15px;margin-left: 0px;width: 100%;height: 13px;background-image: url(/images/42/dot.svg);background-size: 60px;background-repeat: repeat;background-position: bottom center;}
.instruction ol li{color: #54595f;font-size: 15px;}
.instruction ol li i{color: #C07777;font-size: 14px;padding-right: 5px;}
.instruction p.SSb-box {color: #CC9292;font-size: 12px;}

.faqBox ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 13px;
}
.faqBox ul li{
    padding: 0;
    margin: 0;
}


@media screen and (max-width: 768px) {
	#productdetail #productinfo article{font-size: 13px;}
	.faqBox ol li .Txt p{font-size: 1.0em;}
}
@media screen and (max-width: 480px) {
	.faqBox ol li{padding: 12px 10px 0px 10px;}
	.faqBox ol li .Img{width: 40px;}
	.faqBox ol li .Img img{width: 40px;}
	.faqBox ol li .Txt h3{font-size: 16px;margin: 0px 0px 10px 0px;}
}
