@charset "utf-8";
.Q3 .imgBox {
	flex-wrap: wrap;
}

.Q3 .imgBox a:hover {
	opacity: 0.75;
}

.Q3 .imgBox .imgBox01Image {
	overflow: hidden;
}

.Q3 .imgBox .imgBoxImg {
	transition: .25s;
}

.Q3 .imgBox a:hover .imgBoxImg {
	transform: scale(1.1);
}

.Q3 .imgBox01Title {
	font-size: 1.8rem;
	position: relative;
	margin-top: 8px;
	line-height: 40px;
}

.Q3 .imgBox01Title::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
	height: 4rem;
	background: url('/common/img/ico_003.png') top center/100% no-repeat;
}

@media screen and (max-width: 810px) {
	.Q3 .imgBox01Title {
		line-height: 2.4rem;
		margin-bottom: 8px !important;
	}

	.Q3 .imgBox01Title.spDouble {
		line-height: 1.25;
	}

	.Q3 .imgBox01Title::before {
		width: 2.4rem;
		height: 2.4rem;
	}
}