@charset "utf-8";
/*
single
 */

/*textBlock*/
.textBlock .title{
	padding-bottom: 16px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #21838c;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	line-height: 1.6;
	color: #474747;
}
.textBlock .title:after{
	display: block;
	content: "";
	clear: both;
}
.textBlock .tag{
	float: left;
	width:80px;
	height: 80px;
	margin-right:20px; 
	-webkit-border-radius: 80px;
	border-radius: 80px;
	display: flex;
	justify-content: flex-start;
	align-items:center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6;
	font-family:Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.textBlock .tagPh img{
	width: 80px;
	height: 80px;
	display: block;
	flex: none;
}
.textBlock .tag span{
	width: 80px;
	vertical-align: middle;
	text-align: center;
}
.textBlock .title time,
.textBlock .title h2{
	display: block;
	text-align: left;
}
.textBlock .title h2{
	margin-bottom: 0;
}
.textBlock .text{
	min-height: 300px;
	font-size:16px;
	line-height: 1.6;
	text-align:justify;
	text-justify: inter-ideograph;
	color: #474747;
}
.textBlock .text img{
	width: 70%;
	margin: 20px 15%;
}
.textBlock .pageLinker{
	margin-top: 20px;
	font-weight: bold;
}
.textBlock .pageLinker li.prevLink,
.textBlock .pageLinker li.nextLink{
	display: inline-block;
	margin-bottom: 10px;
	font-family:Garamond , "Times New Roman",serif;
	font-style: italic;
}
.textBlock .pageLinker li.prevLink+li.nextLink{
	padding-left: 16px;
	margin-left: 16px;
	border-left: 1px solid #21838c;
}
.textBlock .pageLinker li a{
	color:#00616a;
}
article h3{
	max-width: 200px;
	margin: 50px 0 20px;
}
article h3:first-child{
	margin-top: 0;
}
@media all and (max-width:1259.98px){
	.textBlock .text p{
		margin:0 3% 1rem;
	}
	.textBlock .pageLinker{
		text-align: center;
	}
	article{
		display: table;
		width: 100%;
		max-width: 640px;
		margin: 50px auto;
	}
	article>div{
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
	article li{
		padding-left: 16px;
	}
	article h3+ul li{
		margin-bottom:8px;
	}
}
@media all and (min-width:1260px){
	.textBlock .inner{
		width: 650px;
		min-height: 300px;
		padding-left: 610px;
	}
	.textBlock .text p{
		margin:0 0 1rem;
	}
	.textBlock .pageLinker{
		text-align: right;
	}
	.textBlock .newsListLink a:after{
		display: inline-block;
		margin-left: 8px;
		content: "\f0da";
		font-family: FontAwesome;
	}
	article{
		width: 200px;
		position: absolute;
		top:120px;
		left: 50%;
		margin-left: -250px;
		padding:0;
	}
	article .archivesList{
		margin-top: 50px;
	}
	article h3+ul li{
		margin-bottom:16px;
	}
}