@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#privacy {
	margin: 0 120px;
	text-align: justify;
}

#privacy h1 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}

#privacy .lead {
	margin-bottom: 60px;
}

#privacy section {
	scroll-margin-top: 160px;
}

#privacy section h2 {
	height: 40px;
	margin-bottom: 1em;
	padding: 0 15px;
	background: #457B9D;
	font-weight: 500;
	font-size: 18px;
	line-height: 38px;
	color: #fff;
}

#privacy section p {
	margin-bottom: 3em;
}

/* ---------------------------------------------------------
	CSS Document mokuji
--------------------------------------------------------- */

#mokuji {
	overflow: hidden;
	margin-bottom: 60px;
	padding: 30px 40px;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 0 18px 0 rgba(185, 185, 185, 0.4);
	text-align: left;
}

#mokuji h2 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #a6a6a6;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

#mokuji li {
	margin-left: 1.4em;
	padding-left: 5px;
	list-style: decimal;
	letter-spacing: 1px;
}

#mokuji li a {
	text-decoration: none;
	color: #1e1e1e;
}

#mokuji li a:hover {
	text-decoration: underline;
}
