@charset "UTF-8";
/* CSS Document */

*, *::before, *::after{
	animation: none !important;
	opacity: 1 !important;
}
@media print {
    body {
        zoom: 65%; /* 65%に縮小 */
    }
}