.p-page-header.is-active .p-page-header__title,
.p-page-header {
	display: none;
}
.works_wrap {
	margin-top: 150px;
}
h2 img {
	width: 144px;
}
.archive_list {
	margin-top: 60px;
}
.archive_list ul {
	justify-content: space-between;
	flex-wrap: wrap;
}
.archive_list ul li {
	width: 48%;
	margin-bottom: 60px;
}
.archive_list ul li .archive_thumb {
	width: 100%;
	height: 292px;
}
ul.cat_list {
	margin-top: 40px;
}
ul.cat_list a.og_btn {
	width: 308px;
}
.archive_list ul li .post_info {
	border-left: 10px solid #F16E83;
	margin-top: 15px;
}
.archive_list ul li .post_info h3,
.archive_list ul li .post_info p {
	padding-left: 15px;
	margin-left: 5px;
}
.archive_list ul li .post_info h3 {
	border-bottom: 1px dashed #F16E83;
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 7px;
}
.archive_list ul li .post_info p  {
	font-size: 16px;
	padding-top: 7px;
	font-weight: bold;
}
.pagination_wrap {
	text-align: center;
}
.pagination {
	display: inline-block;
	margin: 40px auto 140px auto;
	overflow: hidden;
	width: 400px;
	justify-content: flex-start;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック";
}
.pagination.flex_start {
	width: 75px;
}
.page_num {
	display: none;
}
.pagination a,
.pagination span.current {
	display: block;
	text-align: center;
	float: left;
	width: 36px;
	height: 44px;
	line-height: 1.7;
	font-size: 25px;
	background-color: #F16E83;
	color: #fff;
}
.pagination a:nth-last-child(2) {
	margin-right: 0;
}
.pagination a:nth-of-type(2) {
}
.pagination a.current {
	background-color: #fff;
	color: #F16E83;
}
.pagination a.prev,
.pagination a.first {
	display: block;
}
.pagination a.next {
	opacity: 1;
	display: block;
	background-image: url(../../images/pagenation_next.svg);
	background-size: 11px 17px;
	background-repeat: no-repeat;
	background-position: center center;
}
.pagination a.prev {
	opacity: 1;
	display: block;
	transform: rotate(180deg);
	background-image: url(../../images/pagenation_next.svg);
	background-size: 11px 17px;
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (max-width: 767px) {
	.works_wrap {
		margin-top: 80px;
	}
	ul.cat_list {
		flex-wrap: wrap;
	}
	ul.cat_list li {
		margin-bottom: 20px;
	}
	.archive_list ul li {
		width: 100%;
	}
	.pagination {
		width: 80%;
		margin: 40px auto 60px auto;
	}
}


