@charset "utf-8";

.template0001_03 {
	text-align: center;
}

.template0001_03 .link {
	margin-top: 50px;
}

.template0001_03 .link > div {
	position: relative;
	margin-bottom: 28px;
}

.template0001_03 img {
	display: block;
	width: 100%;
}

.template0001_03 .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    width: 80%;
}

@media (min-width:768px){
	.template0001_03 .link {
		display: flex;
	}

	.template0001_03 .link > div {
		width: calc((100% - 60px) / 3);
		margin-right: 30px;
	}

	.template0001_03 .link > div:nth-of-type(3n) {
		margin-right: 0;
	}

	/*hoverで画像拡大*/
	.template0001_03 .img_wrap {
		overflow: hidden;
	}

	.template0001_03 .img_wrap img {
		transition: all .3s;
	}

	.template0001_03 .img_wrap img:hover {
		transform: scale(1.2);
		opacity: 0.8;
	}
}

@media screen and (max-width:767px){
	.template0001_03{
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.template0001_03 .link > div + div {
		margin-top: 58px;
	}
}




