.end {
	font-size: 1.6rem;
	color: #375508;
	text-align:center;
	font-weight: bold;
}
.image {
	width: 200px;
	float: left;
	margin-right:20px;
}
.image img {
	width: 200px;
}
.imageV {
	width: 283px;
	float: left;
	margin-right:20px;
}

/*スマホ用*/
@media all and (max-width: 767px) {
.imageV {
	width: 283px;
	float: none;
}
}

/*タブレット・PC用*/
@media all and (min-width: 768px) {
	.end {
	font-size: 2.rem;
}

}