@charset "utf-8";

img {
	position: relative;
	width: 100%;
}

@media screen and (max-width:599px) {
	.txt {
		font-size: 12px;
	}
}

/* h3 */
.titleMessage {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Arial, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.titleMessage span {
	padding: 0 10px;
	border-bottom: 1px solid #333333;
}

.imgTtl {
	width: 100%;
	max-width: 501px;
	margin: 0 auto 40px;
}

/* .imgClmBlockR {
	zoom: 1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 120px;
} */

.imgClmBlockR {
	zoom: 1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: flex-end;
	-webkit-box-pack: vertical;
	flex-direction: column;
	margin-bottom: 120px;
}

.imgBlock {
	max-width: 345px;
	width: 49.5%;
}

.imgClmBlockR .cap {
	line-height: 1.4em;
	text-align: center;
	font-size: 12px;
}

.capWrapper {
	margin-top: 10px;
	display: flex;
	justify-content: space-around;
}

@media only screen and (max-width:599px) {
	.imgClmBlockR {
		margin-bottom: 80px;
	}

	.imgClmBlockR .cap{
		font-size: 10px;
	}
}
