@charset "utf-8";
/* CSS Document */

.under_ttl_inner{
	background:url(../img/privacy/ttl_bg.jpg);
	background-size:cover;
}

.under_content > section{
	margin-bottom: 40px;
}

.under_content p:first-of-type{
	margin-bottom: 30px;
}

.under_content > section h4{
	border-bottom:1px solid #ca3839;
	display:inline-block;
	margin-bottom: 14px;
}

@media screen and (max-width: 600px) {
	.under_ttl h2{
		font-size: 2rem;
		width:63%;
		text-align: center;
	}
}