@charset "utf-8";

.index .txt1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: 600;
    color: rgba(0,86,150,1);
    margin-bottom: 30px;
}
.index .photo {
	padding: 25px;
	background: rgba(0,86,150,0.1);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.index .mainImg01 {margin-bottom: 30px;}
.index .photo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index .photo ul li {width: 48%;}

@media only screen and (max-width: 640px) {
	.index .photo {padding: 15px;}
}
@media only screen and (max-width: 480px) {
	.index .txt1 {font-size: 1.12em;}
	.index .mainImg01 {margin-bottom: 15px;}
	.index .photo ul li {width: 100%; margin-bottom: 15px;}
}