/*========================
mv
========================*/
#mv {
	background-image: url(../img/privacy_mv.jpg);
}

/*========================
お知らせ一覧
========================*/
#privacy {
	padding: 0.60rem 0 1.00rem;
	position: relative;
	z-index: 1;
}

#privacy .sec_title {
	font-size: 0.30rem;
	font-weight: 900;
	text-align: center;
	padding-bottom: 0.30rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width:599px) {
	#privacy .sec_title {
		font-size: 0.24rem;
		line-height: 1.45;
	}
}

#privacy .sec_title span {
	color: #3fa9f5;
}

#privacy .lead {
	font-size: 0.16rem;
	line-height: 2;
	text-align: center;
	padding-bottom: 0.50rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width:599px) {
	#privacy .lead {
		font-size: 0.15rem;
		text-align: justify;
	}
}

#privacy .privacy_textbox {
	padding-bottom: 0.50rem;
}

#privacy .privacy_textbox .title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.15rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width:599px) {
	#privacy .privacy_textbox .title {
		font-size: 0.20rem;
		letter-spacing: 0.05em;
		line-height: 1.50;
		text-indent: -0.24rem;
		margin-left: 0.24rem;
	}
}

#privacy .privacy_textbox .title span {
	color: #3fa9f5;
}

#privacy .privacy_textbox .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.075em;
}

@media screen and (max-width:599px) {
	#privacy .privacy_textbox .text {
		font-size: 0.15rem;
		text-align: justify;
		letter-spacing: 0.05em;
	}
}

#privacy .privacy_textbox .text a {
	color: #3fa9f5;
}

#privacy .privacy_textbox .text a:hover {
	text-decoration: none;
}
