<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@media (min-width: 768px) {
	.img_flex{ display: flex; justify-content: center; margin: 40px 0 0 0;}
	.img_flex&gt;div:first-child{ margin: 0 30px 0 0; width: 430px;}
	.img_flex&gt;div:first-child img{ width: 100%}
	.img_flex&gt;div:last-child{ margin: 0; line-height: 1.8; width: calc(100% - 430px);}
	
	.ilu_box{ padding: 20px 30px 0;}
}
@media (max-width: 767.98px) {
	.img_flex{ display: flex; justify-content: center; flex-wrap: wrap; margin: 20px 0 0 0;}
	.img_flex&gt;div:first-child{ margin: 0 0 10px 0; width: 100%;}
	.img_flex&gt;div:first-child img{ width: 100%}
	.img_flex&gt;div:last-child{ margin: 0; line-height: 1.8; width: 100%;}
	
	.ilu_box{ padding: 15px 0 0;}
}


@media (min-width: 768px) {}
@media (max-width: 767.98px) {}

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