@charset "UTF-8";
/*====================================
固定ページ
=====================================*/
/* メインコンテンツのタイトル */
.page-ttl {
	padding: 0 0 0.5em 0.75em;
	/* border-left-width: 1rem;
	border-left-style: solid; */
	font-size: 1.9rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	position: relative;
}
/*タイトルの下に斜めボーダーをつける*/
.page-ttl:after {
	content: "";
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.25em;
	background-size: left bottom;
	z-index: 5;
}
	/*====================================
	固定ページ	560px以下
	=====================================*/
	@media screen and (max-width: 560px) {
		.page-ttl {
			font-size: 1.5rem;
		}
	}
/*====================================
プラグインのページャー
=====================================*/
.pager-archive {
	margin: 1rem 0;
}