@charset "UTF-8";

/* ############################################## */

.second_header h2 {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    background:url("../sp_img/sitemap/main_title_en.png") no-repeat center bottom;
	background-size: contain;
	padding-bottom: 8vw;
}

/* ############################################## */

.privacypolicy_wrap {
	width: 100%;
    padding: 10.66vw 0 13.33vw 0;
}
.sitemap {
    width: 80%;
    margin: 0 auto 0 auto;
}
.sitemap li {
	width: 100%;
	margin: 0 0 4.66vw 0;
}
.sitemap li:last-child {
	margin-bottom: 0;
}
.sitemap li a {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e3e3e3;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	color: #413939;
	text-decoration: none;
	transition:0.3s;
	box-sizing: border-box;
}