@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 {
    padding: 0 0 0.5em 0.75em;
    font-size: 1.9rem;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    position: relative;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(7,43,89,1) 37%, rgba(23,152,179,1) 100%);
    color: #fff;
    padding: 5rem;
    text-align: center;
} */

.page-ttl {
    padding: 0 0 0.5em 0.75em;
    font-size: 2.375rem;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    position: relative;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(7,43,89,1) 37%, rgba(23,152,179,1) 100%);
    color: #fff;
    padding: 7rem;
    text-align: center;
    background-image: url(../img/72647871.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 95%;
    border: solid 1px #222;
    font-family: serif;
}


/* タイトルの文字装飾 */
/* h1.page-ttl.design-font:after {
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    margin: 16px auto 0;
    background: #082B71;
} */
h1.page-ttl.design-font{
	text-align: center;
    font-size: 2.375rem;
}
	/*====================================
	固定ページ	560px以下
	=====================================*/
	@media screen and (max-width: 560px) {
		.page-ttl {
			font-size: 1.5rem;
            padding: 3rem;
            font-size: 1.5rem;
		}

       
	}
/*====================================
プラグインのページャー
=====================================*/
.pager-archive {
	margin: 1rem 0;
}