@charset "utf-8";
/* CSS Document */

/*===========================================
	howto play css
=============================================*/

#contents .notice_gray_b .flex {
    justify-content: space-evenly;
}

@media screen and (max-width: 640px){
	#contents .flex img:not(.purple_arrow):not(.icon) {
		margin-bottom: 15px;
	}
}

/* 20240412 */

#contents .singleBtn.w_full{
	width: 100%;
}