.no-webp .pagetitleBox {
  background: url("../images/information/pagetitle_bg_sp.jpg") no-repeat center bottom;
  background-size: cover; }
.webp .pagetitleBox {
  background: url("../images/information/pagetitle_bg_sp.webp") no-repeat center bottom;
  background-size: cover; }
@media (min-width: 669px) {
  .no-webp .pagetitleBox {
    background: url("../images/information/pagetitle_bg.jpg") no-repeat center bottom;
    background-size: cover; }
  .webp .pagetitleBox {
    background: url("../images/information/pagetitle_bg.webp") no-repeat center bottom;
    background-size: cover; } }

/*----- お知らせ一覧 -----*/

.archive_wrap article.post-item {
	padding: 20px 5px;
	border-bottom: 1px solid #ccc;
}

.archive_wrap article.post-item h2 {
	margin: 0;
}

.archive_wrap article.post-item p {
	margin: 0;
}

/* ページネーション全体 */
.pagination {
	text-align: center;
	display: flex;
    justify-content: center;
	margin-top: 30px;
}

/* リンク群 */
.pagination .nav-links {
}

/* 各ページ */
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

/* ホバー */
.pagination .page-numbers:hover {
    background-color: #055482;
	color: #fff;
}

.pagination .page-numbers.dots {
	pointer-events: none;
}

/* 現在のページ */
.pagination .page-numbers.current {
    background-color: #055482;
    color: #fff;
    border-color: #055482;
    pointer-events: none;
}

/* 前へ・次へ */
.pagination .prev,
.pagination .next {
    font-weight: 500;
}

/*----- お知らせ詳細 -----*/

.metaflex {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.metaflex .date_wrap {
	margin-right: 15px;
}

.cate_wrap a {
	 display: inline-block;
    padding: 3px 15px;
    color: #fff;
    text-align: center;
    background-color: #1a1a1a;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 12px;
    min-width: 100px;
    box-sizing: border-box;
    background-color: #055482;
}

.cate_wrap a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.information_wrap {
	display: flex;
	justify-content: space-between;
}

.information_wrap .information_main_wrap {
	flex: 1;
}

.information_wrap .information_side_wrap {
	width: 250px;
	margin-left: 30px;
}

.information_wrap .information_side_wrap .media {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
}

.information_wrap .information_side_wrap aside h1 {
	font-size: 20px;
	margin: 0;
	position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.information_wrap .information_side_wrap aside h1:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 5em;
    border-bottom: 1px solid #337ab7;
}

.information_wrap .wp-block-file:not(.wp-element-button) {
	font-size: 1em;
}

.information_wrap .information_side_wrap aside p {
	margin: 0 0 3px;
}

.information_wrap .information_side_wrap aside h2 {
	font-size: 16px;
	margin: 0;
}

.information_wrap .information_side_wrap aside form select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* モバイル対応 */
@media (max-width: 669px) {
    .pagination .page-numbers {
       padding: 0 8px;
		min-width: 20px;
        height: 32px;
        font-size: 13px;
    }
	
	.information_wrap {
		display: block;
	}
	
	.information_wrap .information_main_wrap {
		flex: 1;
		margin-bottom: 20px;
	}

	.information_wrap .information_side_wrap {
		width: 100%;
		margin-left: 0;
	}
}