@charset "utf-8";

.privacyWrap {
	padding-top: 35px;
}
.privacyWrap h1 {
	color: #00003e;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}
.privacyWrap strong {
	color: #00003e;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}
.privacyBox {
	padding-top: 40px;
	border-bottom: 1px solid #00003e;
}
.privacyBox dl {
}
.privacyBox dt {
	color: #00003e;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid #00003e;
	cursor: pointer;
	position: relative;
	background: #fff;
	transition: .1s;
	padding-right: 1.5em;
}
.privacyBox dt:hover {
	background: #f1f1f1;
}
.privacyBox dt::after {
	content: "▼";
	color: #333;
	font-size: 90%;
	position: absolute;
	right: 10px;
	top: 10px;
}
.privacyBox dt.active::after {
	content: "▲";
}
.privacyBox dd {
	display: none;
	padding: 5px 15px 10px;
	line-height: 1.8;
	font-size: 110%;
}

@media only screen and (min-width:1px) and (max-width:640px){
	.privacyWrap {
		padding: 30px 4% 0;
	}
	.privacyWrap h1,.privacyWrap strong {
		font-size: 18px;
	}
	.privacyBox dt {
		font-size: 12px;
		text-indent:inherit;
		padding-left: 1em;
	}
	.privacyBox dd {
		padding: 10px;
		font-size: 13px;
		word-wrap: break-word;
	}
	.footPrivacy {
		padding-bottom: 10px;
	}
}