@charset "utf-8";

.sidebar01 {
	margin-bottom: 20px;
}
.sidebar01 .sidetit {
	padding: 0 0 5px;
	font-family: 'Noto Serif JP', serif;
	border-bottom: 3px double #000;
}
.bd_bnr {
	border: 1px solid #71b57a;
	box-shadow: 0 1px 1px #ccc;
	border-radius: 10px;
}
@media only screen and (max-width: 767px){
	.sidebnr {
		padding: 0 3.75%;
	}
}
.sidebar01 .en {
	display: none;
}

.sidebar01 .sidenav li {
	border-bottom: 1px solid #000;
}
.sidebar01 .sidenav a {
	padding: 10px 10px 10px 20px;
	display: block;
	color: #000;
	cursor: pointer;
}
.sidebar01 .sidenav a .en {
	font-size: 10px;
	display: block;
	color: #666;
    margin-left: -10px;
}
.sidebar01 .sidenav a .en::before {
	content: "+";
}

/*
.sidebar01 .sidenav a:hover {background: rgb(192, 223, 145);
	background: -moz-linear-gradient(top, rgba(192, 223, 145,1) 0%, rgba(255,255,254,1) 100%);
	background: -webkit-linear-gradient(top, rgba(192, 223, 145,1) 0%,rgba(255,255,254,1) 100%);
	background: linear-gradient(to bottom, rgba(192, 223, 145,1) 0%,rgba(255,255,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf7d6', endColorstr='#fffffe',GradientType=0 );
	opacity: 1;
}
*/

.sidebar01 .sidenav a:hover {
	background:rgb(215, 230, 194);
}

.sidesubnav {
	margin-bottom: 40px;
}

.sidesubnav > ul > li > span {
	background: #4267b2;
	color: #fff;
	padding: 5px;
	display: block;
	margin-top: 5px;
}
.sidesubnav > ul > li > span > a {
	color: inherit;
	margin: -5px;
	display: block;
	padding: 5px 10px;
}
.sidesubnav > ul > li > span a:hover {
	background: #7a94c9;
}
.sidesubnav > ul > li > ul > li > a {
	display: block;
	padding: 8px 5px 8px 15px;
	color: #000;
	position: relative;
	border-bottom: 1px dashed #333;
}
.sidesubnav > ul > li > ul > li:last-child > a {
	border-bottom-width: 0;
}
.sidesubnav > ul > li:last-child > ul > li:last-child > a {
	border-bottom-width: 1px;
}
.sidesubnav > ul > li > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border: 1px solid #4267b2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;	
}
.sidesubnav > ul > li > ul > li > a:hover::before {
	border-width: 5px;
}


