/*
Theme Name:sundai-bunko
*/
@charset "utf-8";
/* CSS Document */

.news-title	{
	font-size: 36px;
	color: #FF0004;
}
.post-info p{
	font-size: 16px;
	margin-bottom: 20px;
}
.post-info h2{
	font-size: 28px !important;
	padding: 10px 0 !important;
	color: #3C6CA9;
	border-top: 1px solid #b9cde6;
	border-bottom: 1px solid #b9cde6;
	background: #f8fafd;
	border-left: none !important;
	margin-top: 0 !important;
	margin-bottom: 14px !important;
}
.post-info h2:before{
	color: #6e97cc;
    font-family: "LineAwesome";
    content: "\f347";
    margin-right: 4px;
}
/*.post-info h1:after{
	color: #e91301;
    font-family: "LineAwesome";
    content: "\f2ce";
    margin-left: 4px;
}*/
.post-info h3{
	font-size: 24px !important;
	padding: 8px 0 4px 5px !important;
	color: #FFFFFF;
	background: #4880c7;
	margin: 0 0 14px 0 !important;
}
.post-info h3:before{
	content: none;
	width: 0 !important;
	height: 0 !important;
}
.post-info h4{
	font-size: 20px;
	color: #1c3cd9;
	margin: 0 0 14px 0;
}
.post-info h4:before{
	font-family: "LineAwesome";
    content: "\f14e";
    margin-right: 4px;
}
.post-info img{
	display: block;
	max-width: 100%;
	height: auto;
}
/* 訂正情報 */
.list-correction{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	margin-top:-1rem;
	padding:2rem 1rem 1rem 1rem;
	border:3px solid #CFD8DC
}
@media (max-width: 36em){
	.list-correction{
		padding-left:1rem;
		padding-right:1rem
	}
}
.list-correction>li{
	display:flex;
	flex-basis:96%;
	max-width:96%;
	margin-left:1%;
	margin-right:1%;
	padding:0.3em 0 0.2em 1em;
	border-bottom:1px dashed #E3E3E3
	}
@media (max-width: 48em){
	.list-correction>li{
		flex-basis:100%;
		max-width:100%;
		margin-left:0;
		margin-right:0
	}
}
@media (max-width: 36em){
	.list-correction>li{
		display:block
	}
	.list-correction>li>h3{
		margin-bottom:0.5em
	}
	.list-correction>li>p{
	margin-bottom:0.1em
	}
}
.list-correction>li>h3{
	line-height:1.2;
	font-size:1rem
}
.list-correction>li>p{
	flex-basis:12em;
	max-width:16em;
	padding-top:0.1em;
	padding-right:1.5em;
	line-height:1.2;
	font-size:0.8rem
}
