@charset "UTF-8";
#policy{padding: 60px 0;}
#policy dt{
	color: #E9528E;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #F7D5A1;
	font-weight: bold;
}
#policy dd{margin-bottom: 15px;}
#policy dd:last-child{margin-bottom: 0;}

.sitemap {width: 300px;}
.sitemap li{margin-bottom: 10px;position: relative;}
.sitemap li::before{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
    border: 5px solid transparent;
    border-left-color: #004898;
    margin: 1px 0px 0 0;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
.sitemap a{text-decoration: underline;}
.sitemap a:hover{text-decoration: none;}