@charset "UTF-8";

a{color: #000000;}


#sec01{
	margin-top: 57px;
}
.sitemap_area{
	width: 1000px;
	padding: 50px 100px;
	margin: 60px auto 0;
	border: 1px solid #dedede;
	box-sizing:border-box;
}
.left,.right{
	width: 365px;
}
.left{
	margin-right: 68px;
}
.menu01{
	border-bottom: 1px solid #30315e;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.menu01 > a{
	font-size: 1.8rem;
	color: #28294f;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-left: 35px;
}
.menu01 > a::before {
	content: '';
	width: 25px;
	height: 25px;
	background: #434475;
	border-radius: 50%;
	position: absolute;
	top: 25%;
	left: 0;
	margin-top: -7px;
}
.menu01 > a::after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 38%;
	left: 6px;
	margin-top: -3px;
}
.menu02 a{
	font-size: 1.4rem;
	color: #000000;
	margin-left: 3rem;
	position: relative;
	padding-left: 25px;
}
.menu02 a::before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #434475;
	border-right: solid 2px #434475;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 38%;
	left: 3px;
	margin-top: -3px;
}
.menu01 ul{
	margin-top: 13px;
}


@media screen and (max-width : 768px){


#sec01{
	margin-top:9.4%;
}
.sitemap_area{
	width:auto;
	padding:5%;
	margin:0;
}
.left,.right{
	float:none;
	width:100%;
	margin:0;
}
.menu01{
	margin:0 0 4.7% 0;
	padding:0 0 4.7% 0;
}
.menu01 > a{
	font-size:1.6rem;
}
.menu01 > a::before{
	width:19px;
	height:19px;
	top:50%;
	margin-top:-10px;
}
.menu01 > a::after{
	top:50%;
	left:5px;
	width:5px;
	height:5px;
	margin-top:-4px;
}
.menu01 ul{
	width:100%;
	margin-top:3.1%;
}
.menu02{
	word-break:break-all;
}
.menu02 a{
	display:inherit;
	margin:0 0 0 5%;
}


}