
@charset "UTF-8";

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

.second_header h2 {
	position: absolute;
	top: 185px;
	left: 0;
    font-size: 36px;
    line-height: 1;
	padding-bottom: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    background:url("../pc_img/sitemap/main_title_en.png") no-repeat center bottom;
}

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

.contents_title_01 {
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}
.contents_title_01:after {
	width: 80px;
	height: 5px;
	content: "";
	background: #cce459;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -3px;
}
.contents_title_02 {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}
.contents_title_02:after {
	width: 80px;
	height: 5px;
	content: "";
	background: #cce459;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -3px;
}

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

.privacypolicy_wrap {
	width: 100%;
    padding: 20px 0 50px 0;
}
.sitemap {
    width: 900px;
    margin: 0 auto 80px auto;
}
.sitemap li {
	width: 440px;
	float: left;
	margin: 0 0 20px 0;
}
.sitemap li:nth-child(even) {
	margin-left: 20px;
}
.sitemap li a:link,
.sitemap li a:visited,
.sitemap li a:active {
	display: block;
	width: 440px;
	height: 50px;
	border: 1px solid #e3e3e3;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #413939;
	text-decoration: none;
	transition:0.3s;
	box-sizing: border-box;
}
.sitemap li a:hover {
	display: block;
	width: 440px;
	height: 50px;
	border: 1px solid #cce459;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #413939;
	text-decoration: none;
	background: #cce459;
	transition:0.3s;
	box-sizing: border-box;
}