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

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

#privacy {
	margin: 0 5vw;
	text-align: justify;
}

#privacy h1 {
	margin-bottom: 5vw;
	text-align: center;
	font-weight: bold;
	font-size: 5vw;
}

#privacy .lead {
	margin-bottom: 3em;
}

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

#privacy section h2 {
	margin-bottom: 1em;
	padding: 2.5vw 3vw 2.6vw;
	background: #457B9D;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.5;
	color: #fff;
}

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

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

#mokuji {
	overflow: hidden;
	margin-bottom: 3em;
	padding: 5vw;
	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: 15px;
	border-bottom: dashed 1px #a6a6a6;
	font-weight: bold;
	font-size: 3.5vw;
	line-height: 1.5;
}

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

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