<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 */

 * {
            margin: 0;
            padding: 0;
        }
    
    
        .slick-slide img {
            width: auto;
            height: 100%;/*height: 336px;*/
        }
		
    
        .mypattern {
            width: 100%;
			/*height: 336px;*/height: 100%;
			
			width: 100%;
			margin:0 auto;
			
        }
		.mypattern .slick-slide {
            margin: 0px 30px;
        }

        /*.slick-track{
            height: 50vh;
        }*/
		@media screen and (max-width: 639px) {
			.slick-slide img {
            width: 100%;width: auto;
            height: 280px;
        }
		/*.slick-track{
			height:60vh;height:70vh;
		}*/
			.mypattern {
			width: 100%;
			height: 280px;
			
        }
		}
    
        
/*moji---------*/
img {image-rendering: -webkit-optimize-contrast;}


.po01_fig01{
	margin:60px 0 90px;
	
}
@media screen and (max-width: 639px) {
	.po01_fig01{
	margin:20px 0 60px;
	
}
}</pre></body></html>