@charset "utf-8";

/* [ Layout ] ----------------- */
* {
    box-sizing: border-box;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-size: 16px;
	line-height:1.3;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body, div, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, blockquote, pre, caption, address, fieldset, legend, object {
	margin:0;
	padding:0;
	color:#333333;
}
ul {
	list-style: none;
}
img {
	border: none;
	vertical-align:middle;
}
a {
	color:#0066cc;
	text-decoration:underline;
}
a:hover {
	color:#0066cc;
	text-decoration:none;
}
a:visited {
	color:#1e81e4;
}

/* [ Style ] ----------------- */
.privacy {
	width: 100%;
	padding: 30px 15px 20px;
}

.header {
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
	margin-bottom: 30px;
}

.header-logo {
	width: 100%;
	max-width: 270px;
}

.main {
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

/* h2 */
.privacy-h2 {
	margin-bottom: 15px;
	padding-bottom: 4px;
	font-size: 30px;
	font-weight:bolder;
	background:url(../img/h2-border.gif) repeat-x scroll bottom;
}

.privacy-h2 > span {
	padding-left: 25px;
	padding-bottom: 5px;
	background:url(../img/h2-icon.gif) left no-repeat;
}

/* h3 */
.privacy-h3 {
	height: 44px;
	margin: 15px 0 5px 0;
	padding-top: 6px;
	text-indent: 10px;
	background: url(../img/h3-bg.gif) 0 0 / 100% 100% no-repeat;
	font-size: 20px;
	font-weight: bold;
}

.privacy-txt {
	padding-bottom: 10px;
	line-height: 1.8;
}

/* ul */
.privacy-list {
	margin:0 0 10px 10px;
	list-style-type: disc;
}
.privacy-list > li {
	margin: 0 0 5px 10px;
}

/* ol */
.privacy-listNum {
    margin: 0 0 10px 30px;
    list-style-type: decimal;
}
.privacy-listNum > li {
	margin-bottom: 5px;
    line-height: 1.8;
}

.footer {
	margin-top: 50px;
}

.footer-copy {
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 12px;
	}

	.privacy {
		padding: 30px 15px 10px;
	}

	.header {
		margin-bottom: 20px;
	}

	.header-logo {
		width: 100%;
		max-width: 200px;
	}

	.privacy-h2 {
		padding-bottom: 8px;
		font-size: 20px;
	}

	.privacy-h2 > span {
		padding-bottom: 0;
	}

	.privacy-h3 {
		padding-top: 11px;
		font-size: 14px;
	}
	.privacy-h3.u-fz {
		padding-top: 13px;
		font-size: 10.5px;
	}

	.footer {
		margin-top: 25px;
	}

	.footer-copy {
		font-size: 10px;
	}
}
