@charset "UTF-8";
/* CSS Document */

.encyclopedoia-sidebar{
	display: inline-block;
	font-size: 1.6rem;
	vertical-align: top;
	line-height: 1.4;
	padding: 1rem;
	width: calc( 100% - 75% - 2rem );
}
.encyclopedoia-sidebar_post{
	border: 2px solid #0b3052;
	margin-bottom: 25px;
}
.encyclopedoia-sidebar_post_top{
	width: 100%;
	padding: 12px 5px 8px 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: url(/assets/images/encyclopedia/encyclopedoia-sidebar_lefttop.png) no-repeat left 2px top 2px,url(/assets/images/encyclopedia/encyclopedoia-sidebar_righttop.png) no-repeat right 2px top 2px,url(/assets/images/encyclopedia/encyclopedoia-sidebar_rightbottom.png) no-repeat right 2px bottom 4px,url(/assets/images/encyclopedia/encyclopedoia-sidebar_leftbottom.png) no-repeat left 2px bottom 4px, #0b3052;
	
}
.encyclopedoia-sidebar_post_top_title01{
	display: inline-block;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #0b3052;
	background: #FFFFFF;
	padding: 6px 30px;
	border-radius: 50px;
	position: relative;
}
.encyclopedoia-sidebar_post_top_title01::after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	bottom:-16px;
	left: 0;
	right: 0;
	margin: auto;
	border: 6px solid transparent;
	border-top: 8px solid #FFFFFF;
	border-bottom: 8px solid transparent;
}
.encyclopedoia-sidebar_post_top_title02{
	font-size: 2.1rem;
	margin-top: 6px;
}
.encyclopedoia-sidebar_post_top_title02 span{
	font-size: 2.5rem;
}
.encyclopedoia-sidebar_post_list{
	width: 100%;
}
.encyclopedoia-sidebar_post_list li{
	width: 100%;
	
}
.encyclopedoia-sidebar_post_title{
	background: #e6eaed;
	color: #0b3052;
	font-weight: bold;
	padding: 10px 20px 10px 25px;
	text-indent: -1.6rem;
}
.encyclopedoia-sidebar_post_content{
	width: 100%;
}
.encyclopedoia-sidebar_post_content a{
	width: 100%;
	padding: 10px 35px 10px 25px;
	text-decoration: none;
	display: block;
	color: #000000;
	font-size: 1.4rem;
	line-height: 2.1rem;
	background-image: url(/assets/images/encyclopedia/encyclopedoia-sidebar_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.encyclopedoia-sidebar_post_content a:hover{
	background-color: #ced6dc;
}
.encyclopedoia-sidebar_banner_list{
	width: 100%;
}
.encyclopedoia-sidebar_banner_list li{
	width: 100%;
	margin-bottom: 10px;
}
.encyclopedoia-sidebar_banner_list li:last-of-type{
	margin-bottom: 0;
}
.encyclopedoia-sidebar_banner_list li a,.encyclopedoia-sidebar_banner_list li img{
	display: block;
}
.encyclopedoia-sidebar_banner_list li a{
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.encyclopedoia-sidebar_banner_list li a:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 1040px) {
	.encyclopedoia-sidebar_post_top_title01{
		font-size: 1.6rem;
		line-height: 2rem;
		padding: 6px 20px;
	}
	.encyclopedoia-sidebar_post_top_title02{
		font-size: 2rem;
	}
	.encyclopedoia-sidebar_post_top_title02 span{
		font-size: 2.4rem;
	}
}


@media print, screen and (max-width: 991px) {
    .encyclopedoia-sidebar{
    	display: none;
    }
}