/*contents05ここから*/
.contents05{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents05 .contents05_01{
	width: 1080px;
	height: auto;
	padding: 115px 0 110px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01{
		width: 90%;
		max-width: 335px;
		padding: 45px 0 35px;
	}
}
.contents05 .contents05_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 37px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 26px;
		font-size: 25px;
		line-height: 33px;
	}
}
.contents05 .contents05_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	background-color: #30833A;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 h2::before{
		width: 221px;
	}
}
.contents05 .contents05_01 .contents05_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.contents05 .contents05_01 .contents05_01_01 img{
	width: calc((100% - 26px * 3) / 4 );
	height: auto;
	margin: 26px 26px 0 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
    transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px){
    .contents05 .contents05_01 .contents05_01_01 img:hover{
        transform: scale(1.5);
		position: relative;
		z-index: 10;
    }
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01 img{
		width: calc((100% - 7px * 1) / 2 );
		height: auto;
		margin: 7px 7px 0 0;
	}
}
@media only screen and (min-width: 768px){
	.contents05 .contents05_01 .contents05_01_01 img:nth-of-type(-n+4){
		margin-top: 0;
	}
	.contents05 .contents05_01 .contents05_01_01 img:nth-of-type(4n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01 img:nth-of-type(-n+2){
		margin-top: 0;
	}
	.contents05 .contents05_01 .contents05_01_01 img:nth-of-type(2n){
		margin-right: 0;
	}
}
/*contents05ここまで*/