.m-box-mainv .mainv-bg span {
	background-image : url('../../images/voice/bg_voice.jpg');
}

.u-ttl {
	position : relative;
	margin-top : 60px;
	margin-bottom : 15px;
	padding-bottom : 10px;
	color : #1777ba;
	border-bottom : 1px solid #c8e9ff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.u-ttl {
		margin-top : 30px;
		padding-bottom : 5px;
	}
}
.u-ttl h2 {
	display : inline-block;
	width : 740px;
	vertical-align : bottom;
	font-size : 32px;
	font-size : 2.0rem;
	letter-spacing : 0.075em;
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.u-ttl h2 {
		display : block;
		width : auto;
	}
}
.u-ttl p {
	position : absolute;
	bottom : 18px;
	right : 0;
	line-height : 1;
	vertical-align : bottom;
	font-size : 22.4px;
	font-size : 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.u-ttl p {
		position : static;
		display : block;
		margin-top : 5px;
		text-align : right;
		font-size : 1.2rem;
	}
}
