/*---------------- contents ----------------*/

.contents {
	padding-top: 70px;
}


/*---------------- subpage_title ----------------*/

.subpage_title {
	padding: 0;
}

.subpage_title h2 {
	background: #F89E1A;
}

.sitemap_list {
	width: 700px;
}

.sitemap_li {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
	position: relative;
}

.sitemap_li:before {
	content: "";
	position: absolute;
	width: 1px;
	background: #F89E1A;
	top: 20px;
	left: 310px;
	bottom: 50px;
	margin: auto;
}

.sitemap_li02:before,
.sitemap_li02 a:before {
	display: none;
}

.sitemap_li a {
	display: inline-block;
	width: 250px;
	background: #F89E1A;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px;
	padding: 13px 5px 8px 5px\0;
	position: relative;
	line-height: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.sitemap_li a:hover {
	background: #eb6877;
}

.sitemap_li a:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	top: 20px;
	margin-top: -1px;
	right: -60px;
	background: #F89E1A;
	z-index: -1;
}

.sitemap_inner_list {
	width: 330px;
	float: right;
	position: relative;
	z-index: 1;
}

.sitemap_inner_list li {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.sitemap_inner_list li:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	top: 20px;
	margin-top: -1px;
	left: -60px;
	background: #F89E1A;
	z-index: -1;
}

.sitemap_inner_list li a {
	width: 100%;
}

@media only screen and (max-width:1100px) {
	.sitemap_li a:hover {
		background: #F89E1A;
	}
}

@media only screen and (max-width:767px) {
	/*---------------- contents ----------------*/
	.contents {
		padding-top: 50px;
	}
	.sitemap_list {
		width: 100%;
	}
	.sitemap_li {
		margin-bottom: 20px;
	}
	.sitemap_li:before {
		display: none;
	}
	.sitemap_li02:before,
	.sitemap_li02 a:before {
		display: none;
	}
	.sitemap_li a {
		display: block;
		width: 240px;
		font-size: 18px;
	}
	.sitemap_li a:before {
		display: none;
	}
	.sitemap_inner_list {
		width: 85%;
		max-width: 330px;
		float: none;
		margin:20px auto 0 auto;
	}
	.sitemap_inner_list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.sitemap_inner_list li:before {
		display: none;
	}
	.sitemap_inner_list li a {
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	/*---------------- contents ----------------*/
}