@charset "utf-8";



/* --------------------------------------------
						
クッキーポリシー

---------------------------------------------- */ 
.cookieSct {
	width: 85%; max-width: 910px;
	font-size: 16px; font-size: 1.6rem;
	margin-bottom: 3em;
}
.cookieSct h3 {
	font-size: 17px; font-size: 1.7rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.cookieSct h3::before {
	content: "";
	display: inline-block;
	width: 1.5em; height: 1.5em;
	margin: -0.2em 0.3em 0 0;
	vertical-align: middle;
	background: url(../img/icon.png);
	background-size: cover;
}
.cookieSct ul {
	margin: 8px 0 0 4px
}
.cookieSct ul.list li {
	display: flex;
}
.cookieSct ul.list li::before {
	content: "・";
	padding-right: 5px;
}
.cookieSct ul.list_link {
	margin: 0.8em 0 0 0;
}
.cookieSct ul.list_link li {
	margin-bottom: 0.8em;
	line-height: 1.5;
}
.cookieSct ul.list_link li a {
	overflow-wrap: break-word;
	text-decoration: underline;
	color: #1e4c91;
}

@media screen and (max-width:768px) {
	.cookieSct ul {
		margin: 8px 0 0 2px
	}	
	.cookieSct ul.list li::before {
		padding-right: 4px;
	}
	
}