@charset "utf-8";
/* CSS Document */

/*	各ページの内容枠
-------------------------------------------------*/
.section {
	display:flex;
	flex-wrap:wrap;
}
div.box02 {
	margin:0 30px 30px 0;
}
div.box02:nth-child(2n) {
	margin:0 0 30px 0;
}

@media screen and (max-width:767px) {
.section {
	display:block;
}
div.box02 {
	width: 80%;
	margin: 0 auto 20px;
}
div.box02:nth-child(2n) {
	width: 80%;
	margin: 0 auto 20px;
}

}

