@charset "utf-8";
/*BASE*/
section.content a { color:#00F; }
ul.ul > li:not(:last-of-type) { margin-bottom:0; }

/*NAVI*/
header nav .privacy .en {
	color:rgba(72,143,187,1) !important;
}

/*HEADER*/
.keyvisual {
	background-image:url(../images/privacy/keyvisual.webp);
}

/*SP*/
@media screen and (max-width: 767.98px) {
/*Main*/
section.content {
	padding:3rem 2rem 4rem;
}
section.content .content-box {
	margin-bottom:3rem;
}
section.content > .content-box:last-child { margin-bottom:0; }
section.content h2 { font-size:14px; }
section.content h3 { font-size:16px; margin-bottom:.5rem; }
}

/*PC NPC TAB*/
@media screen and (min-width: 768px), print {

/*HEADER*/
.keyvisual .title-box h1 { white-space:nowrap; }

/*Main*/
section.content {
	padding:100px 80px;
}
section.content .content-box {
	width:100%;
	max-width:840px;
	margin:0 auto 3em;
}
section.content > .content-box:last-child { margin-bottom:0; }
section.content h2 { font-size:clamp(16px, 1.6vw, 18px); }
section.content h3 { font-size:clamp(20px, 2vw, 24px); margin-bottom:.5rem; }
section.content a { color:#00F; }
}