@charset "UTF-8";

.lead a {
	color: #13509b;
	text-decoration: underline;
}

.txt01 {
	text-align: center;
}

.imgBox02 {
	display: block;
	margin: 30px 0;
}

.imgBox02 img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.imgBox03 {
	display: block;
	margin: 30px 0;
}

.imgBox03 img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.imgBox03.lv02 img:nth-child(1),
.imgBox03.lv02 img:nth-child(2) {
	width: 100%;
}

.imgBox03.lv02 img:nth-child(3) {
	width: 100%;
}

.imgBox04 {
	display: block;
	margin: 30px 0;
}

.imgBox04 img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

p.event {
	font-size: 1.2rem;
}


@media (min-width: 768px) {



.imgBox02 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 30px 0 50px;
}

.imgBox02 img {
	width: 40%;
	border-radius: 10px;
}

.imgBox03 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 30px 0 50px;
}

.imgBox03 img {
	width: 30%;
	border-radius: 10px;
}

.imgBox03.lv02 img:nth-child(1),
.imgBox03.lv02 img:nth-child(2) {
	width: 26.7%;
}

.imgBox03.lv02 img:nth-child(3) {
	width: 40%;
}

.imgBox04 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 30px 0 50px;
}

.imgBox04 img {
	width: 22%;
	border-radius: 10px;
}

p.event {
	font-size: 1.6rem;
}

}