@charset "UTF-8";

#mainV {
	background: url(/img/common/mainv2.jpg) no-repeat top center;
}

#privacy h3 {
	border-bottom: solid 4px #083F95;
	font-size: 20px;
	margin-bottom: 40px;
	padding: 15px 0;
	font-weight: bold;
	line-height: 1.3;
}

#privacy p {
	font-size: 16px;
}

#privacy .sec1 {
	border-bottom: dotted 1px #666666;
	padding-bottom: 25px;
	overflow: hidden;
}

#privacy .sec1.noborder {
	border-bottom: none;
}

#privacy .sec1 h4 {
	font-size: 20px;
	margin: 30px 0;
	margin-left: 25px;
	text-indent: -25px;
	font-weight: bold;
	line-height: 1.3;
}

#privacy .sec1 h4:before {
	content: "";
	display: inline-block;
	border-left: solid 5px #083F95;
	height: 28px;
	vertical-align: top;
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	#privacy h3 {
		margin-bottom: 30px;
		padding: 10px 0;
	}

	#privacy .sec1 h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 420px) {
	#mainV {
		background: url(/img/common/mainv2-sp.jpg) no-repeat 50% / cover;
	}

	#privacy .sec1 h4 {
		font-size: 16px;
	}

	#privacy p {
		font-size: 15px;
	}
}