@charset "utf-8";
/*bodyBox*/
#bodyBox .singleTitle,
.bodyBox .singleTitle{
	display: block;
	padding-bottom: 20px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dddddd;
	line-height: 1.2;
	font-size: 3.0rem;
	font-weight: bold;
}
#bodyBox .dateGr,
.bodyBox .dateGr{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 60px;
}
#bodyBox .dateGr *,
.bodyBox .dateGr *{
	display: block;
	font-size: 1.2rem;
}
#bodyBox .dateGr time,
.bodyBox .dateGr time{
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid #dddddd;
	line-height: 2.0;
}
#bodyBox .catGr li,
.bodyBox .catGr li{display: inline-block;}
#bodyBox .catGr li+li,
.bodyBox .catGr li+li{margin-left: 16px;}
#bodyBox .catGr li a,
.bodyBox .catGr li a{
	display:block;
	padding: 2px 8px;
	border-radius: 3px;
	background: #000;
	color: #fff;
	text-align: center;
}
#bodyBox .tagGr,
.bodyBox .tagGr{
	text-align: right;
	flex-grow: 3;
	vertical-align: middle;
}
#bodyBox .tagGr li:first-child:before,
.bodyBox .tagGr li:first-child:before{
	margin-right: 6px;
	content: "";
	display:inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/common/tag_icon.svg) no-repeat center top;
	background-size: contain;
	vertical-align: middle;
}
#bodyBox .tagGr li,
.bodyBox .tagGr li{
	display:inline-block;
	vertical-align: middle;
}
#bodyBox .tagGr li+li:before,
.bodyBox .tagGr li+li:before{
	content: ",";
	margin: 0 3px;
	display:inline-block;
	vertical-align:bottom;
}
#bodyBox .tagGr li a,
.bodyBox .tagGr li a{
	display: inline-block;
	color: #464646;
}
#bodyBox > figure,
.bodyBox > figure{margin: 16px auto;}

/*postNav*/
.postNav ul{
	display:table;
	width: 100%;
	margin-top: 20px;
}
.postNav li{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.postNav li.prevLink{text-align: left;}
.postNav li.prevLink a:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-radius:9px;
	background:url(../img/common/caret_left_icon.svg) no-repeat center center;
	background-size:14px auto;
	vertical-align: middle;
}
.postNav li.nextLink{text-align:right;}
.postNav li.nextLink a:after{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	border-radius:9px;
	background:url(../img/common/caret_right_icon.svg) no-repeat center center;
	background-size:14px auto;
	vertical-align: middle;
}


/*relationBox*/
.relationBox .secTitle{
	display: block;
	padding-left: 10px;
	font-weight: bold;
	border-left: #144b8b 7px solid;
	line-height: 1.6;
}
.relationBox ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.relationBox ul li{
	display:block;
	vertical-align: top;
}
.relationBox ul li figure{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align: top;
}
.relationBox ul li figure a{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: -9999px;
}
.relationBox ul li figure a.noImageThb{
	display: inline-block;
	text-indent: 0;
	background: #ddd;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
}
.relationBox ul li > a{
	display: inline-block;
	width: calc(100% - 120px);
	margin-left: 12px;
	font-size: 1.4rem;
	vertical-align: top;
	word-break: break-all;
}


@media screen and (max-width:768px){
	.relationBox{margin-top: 36px;}
	.relationBox .secTitle{
		margin-bottom: 12px;
		font-size: 1.6rem;
	}
	.relationBox ul li{
		margin-bottom: 16px;
		width: calc(50% - 8px);
	}
}
@media screen and (min-width:769px) and (max-width:1116px){
}
@media screen and (min-width:769px){
	.relationBox{margin-top: 56px;}
	.relationBox .secTitle{
		margin-bottom: 15px;
		font-size: 2.0rem;
	}
	.relationBox ul li{
		margin-bottom: 20px;
		width: calc(50% - 16px);
	}
}
@media screen and (max-width:1116px){

}
@media screen and (min-width:1117px){

}