/* .subsc-box {
    max-width: 600px;
    margin: 0 auto;
}
.subsc-img {
    background-color: #999;
    max-width: 600px;
    height: 400px;
} */
.omutsu-img img {
	transition: .3s;
}
.omutsu-img img:hover {
	transform: scale(1.05);
	transition: .3s;
}