#privacy {
	margin-top: 0.80rem;
	padding-bottom: 1.10rem;
	position: relative;
	z-index: 1;
}

#privacy .in {
  max-width: 10.80rem;
}

#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:640px) {
	#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:640px) {
	#privacy .lead {
		font-size: 0.14rem;
		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:640px) {
	#privacy .privacy_textbox .title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		line-height: 1.50;
		text-indent: -0.24rem;
		margin-left: 0.24rem;
	}
}

#privacy .privacy_textbox .title span {
	color: #E6231E;
}

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

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

#privacy .privacy_textbox .text a {
	color: #111;
  font-weight: 600;
  text-decoration: underline;
}

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