/*
	top
*/

/* 詳細
---------------------------------------------------------------------------*/
/* 日付 */
.box-date {
	margin-bottom: 20px;
}
.box-date .date {
	margin-right: 10px;
	color: #473b2f;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
}
.box-date .cat a {
	padding: 5px 35px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 120%;
	background-color: #254b84;
}
@media screen and (max-width: 768px){
	.box-date {
		margin-bottom: 8vw;
	}
	.box-date .date {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2vw;
		font-size: 4vw;
	}
	.box-date .cat a {
		padding: 1vw 5vw;
		font-size: 3.3vw;
	}
}

/* 投稿タイトル */
.box-hdl {
	margin-bottom: 25px;
}
.box-hdl .ttl {
	color: #3c3c3b;
	font-size: 24px;
	font-weight: 500;
	line-height: 140%;
}
@media screen and (max-width: 768px){
	.box-hdl .ttl {
		font-size: 5.5vw;
	}
}

/* アイキャッチ */
.box-eyecatch {
	margin-bottom: 45px;
}
.box-eyecatch img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
	.box-eyecatch {
		margin-bottom: 8vw;
	}
}

/* 本文 */
.box-bd {
	margin-bottom: 20px;
	padding-bottom: 55px;
	border-bottom: 1px solid #eeeaea;
}
.box-bd p {
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 180%;
}
.box-bd p:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width: 768px){
	.box-bd {
		margin-bottom: 10vw;
		padding-bottom: 8vw;
	}
	.box-bd p {
		margin-bottom: 1em;
		font-size: 3.8vw;
		line-height: 150%;
	}
	.box-bd p:last-of-type {
		margin-bottom: 0;
	}
}

/* ページャー */
.box-pager {
	margin-bottom: 30px;
}
.box-pager > * a {
	position: relative;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
}
.box-pager .next a {
	padding-right: 20px;
}
.box-pager .next a::after {
	content: "≫";
	position: absolute;
	right: 0;
}
.box-pager .prev a {
	padding-left: 20px;
}
.box-pager .prev a::before {
	content: "≫";
	position: absolute;
	left: 0;
}
@media screen and (max-width: 768px){
	.box-pager {
		margin-bottom: 8vw;
	}
	.box-pager > * a {
		font-size: 3.8vw;
	}
}

/* ボタン */
.block-btn {
	margin-bottom: 100px;
}

/* サイドバー
---------------------------------------------------------------------------*/
/* 見出し */
.box-side .ttl {
	margin-bottom: 25px;
}
.box-side .ttl .big {
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
}
.box-side .ttl .small {

	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
}
@media screen and (max-width: 768px){
	.box-side .ttl {
		margin-bottom: 5vw;
	}
	.box-side .ttl .big {
		font-size: 5.5vw;
	}
	.box-side .ttl .small {
		font-size: 3.8vw;
	}
}
/* カテゴリ */
.box-side .widget_categories .widgettitle {
	display: none;
}
.box-side .widget_categories {
	margin-bottom: 25px;
}
.box-side .widget_categories li {
	padding: 15px 5px;
	border-bottom: 1px solid #eeeaea;
}
.box-side .widget_categories li:last-of-type {
	border-bottom: none;
}
.box-side .widget_categories li:hover {
	background-color: #faf9f8;
}
.box-side .widget_categories li a {
	padding-left: 15px;
	position: relative;
}
.box-side .widget_categories li a::before {
	content: "≫";
	position: absolute;
	left: 0;
}
@media screen and (max-width: 768px){
	.box-side .widget_categories {
		margin-bottom: 5vw;
	}
	.box-side .widget_categories li {
		padding: 3.5vw;
	}
}

/* ボタン */
.box-side .block-btn a {
	width: 95%;
}
@media screen and (max-width: 768px){
	.block-btn {
		margin-bottom: 10vw;
	}
}

/* 過去の記事 */
.box-side .widget_archive .widgettitle {
	display: none;
}
.box-side .widget_archive {
	margin-bottom: 25px;
}
.box-side .widget_archive li {
	padding: 15px 5px;
	border-bottom: 1px solid #eeeaea;
}
.box-side .widget_archive li:last-of-type {
	border-bottom: none;
}
.box-side .widget_archive li:hover {
	background-color: #faf9f8;
}
.box-side .widget_archive li a {
	padding-left: 15px;
	position: relative;
}
.box-side .widget_archive li a::before {
	content: "≫";
	position: absolute;
	left: 0;
}
@media screen and (max-width: 768px){
	.box-side .widget_archive li {
		padding: 3.5vw;
	}
}

/* 一覧
---------------------------------------------------------------------------*/
.box-lst .fig {
	width: 240px;
}
.box-lst .txt {
	width: 430px;
}

.box-lst .fig img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center center;
	font-family: "object-fit: cover; object-position: center center;";
}
.box-lst .fig .none {
	height: 150px;
	background-color: #CCCCCC;
}
.box-lst .box-hdl .ttl {
	font-size: 20px;
	line-height: 175%;
}
@media screen and (max-width: 768px){
	.box-lst .fig {
		width: 40%;
	}
	.box-lst .txt {
		width: 57%;
	}
	.box-lst .fig img {
		height: 33vw;
	}
	.box-lst .box-date {
		margin-bottom: 3vw;
	}
	.box-lst .box-hdl .ttl {
		font-size: 4.2vw;
	}
}


/* pagenation */
.lst-pagenation {
	max-width: 900px;
	margin: 0 auto 50px auto;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 105%;
	color: #000000;
}
.lst-pagenation a {
	color: #3c3c3c;
}
.lst-pagenation .pos {
	margin-right: 15px;
}
.page-numbers {
	display: inline-block;
	margin: 0 2px;
	padding: 10px 15px;
	border: 1px solid #3c3c3c;
}
.page-numbers.current {
	color: #FFFFFF;
	background-color: #3c3c3c;
}
@media screen and (max-width: 768px){
	.page-numbers {
		font-size: 3.8vw;
		padding: 2vw 3.5vw;
	}
}