@charset "utf-8";

.index {
	padding: 30px 15px;
}

.index h2 {
	margin-bottom: 10px;
	background: #440062; /*色変え*/
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	border-radius: 4px;
}
.index p {
	line-height: 1.6;
	font-size: 0.94em;
	margin-bottom: 10px;
}
.index .txt1 {
	font-size: 0.88em;
	margin-bottom: 30px;
}
.index .photo4 {
	margin: 15px 0 0;
}
.index .photo4 ul {
	display: flex;
	flex-wrap: wrap;
}
.index .photo4 ul li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.index .photo4 ul li:last-child {
	margin-right: 0;
}
.index .photo4 ul li img {
	border: 1px solid #999;
	padding: 4px;
	background: #fff;
}
/* ---------------------------------------------
	768px
--------------------------------------------- */
@media only screen and (max-width: 768px) {


}

/* ---------------------------------------------
	640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.index .photo4 ul li {
		width: 49%;
	}
	.index .photo4 ul li:nth-child(2n) {
		margin-right: 0;
	}

}

/* ---------------------------------------------
	480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {


}
