<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* option */

/* insect-repellent-coating */
#insect-repellent-coating #top{
}

/* contents */
#insect-repellent-coating .introduction,
#insect-repellent-coating .point,
#insect-repellent-coating .target,
#insect-repellent-coating .flow,
#insect-repellent-coating .price
{
    width: 96%;
	margin: 40px auto;
	text-align: center;
}
#insect-repellent-coating .flow .flow_mobile{
    display: none;
}
#insect-repellent-coating .introduction .logo{
    margin: 30px auto;
}
/* contents */

/* media-query */
@media screen and (max-width: 640px){
	#insect-repellent-coating .flow .flow_pc{
        display: none;
    }
    #insect-repellent-coating .flow .flow_mobile{
        display: block;
    }
}
@media screen and (max-width: 480px){

}
@media screen and (max-width: 360px){

}
/* media-query */





</pre></body></html>