@charset "UTF-8";

.archive_info .info_list {
	margin-top: 100px;
}
.archive_info .info_list .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 860px;
}

.archive_info .info_list article {
	margin-bottom: 20px;
	padding: 0 30px 20px;
	position: relative;
}
.archive_info .info_list article::after {
	background-image : linear-gradient(to right, #2E6280 1px, transparent 1px);
	background-size: 7px 1px;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
}
.archive_info .info_list article a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% - 20px);
	width: 100%;
	z-index: 1;
}
.archive_info .info_list article a::before,
.archive_info .info_list article a::after {
	box-sizing: border-box;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	content: '';
	position: absolute;
	top: 0;
	transition: ease .3s;
	width: 10px;
	height: 100%;
}
.archive_info .info_list article a::before {
	border-left: solid 1px transparent;
	left: 0;
	border-radius: 25px 0 0 25px; /* 左上 | 右上 | 右下 | 左下 */
}
.archive_info .info_list article a::after {
	border-right: solid 1px transparent;
	right: 0;
	border-radius: 0 25px 25px 0; /* 左上 | 右上 | 右下 | 左下 */
}
.archive_info .info_list article a:hover::before,
.archive_info .info_list article a:hover::after {
	border-color: #2E6280;
}
.archive_info .info_list article .hover {
	background: radial-gradient( #F5CEC7, #F5CEC7 50% ,transparent );
	border-radius: 17px;
	content: '';
	display: block;
	filter: blur(10px);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: ease .3s;
	height: 0;
	width: 0;
	z-index: -1;
}
.archive_info .info_list article a:hover + .hover {
	height: 70px;
	width: 150px;
}
.archive_info .info_list article .other {
	margin-bottom: 10px;
}
.archive_info .info_list article .other .date {
	letter-spacing: 1px;
	margin-right: 30px;
}
.archive_info .info_list article .other .new {
	background-color: #F5CEC7;
	border-radius: 5px;
	color: white;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 20px;
}
.archive_info .info_list article .other .cat {
	font-size: 12px;
	font-weight: 700;
	margin-left: 25px;
	padding-top: 3px;
}

.archive_info .info_list article h2 {
	font-size: 14px;
	font-weight: 400;
}

@media screen and (max-width: 1280px) {
	.archive_info .info_list {
		margin-top: 7.9vw;
	}
	.archive_info .info_list .inner {
		max-width: 66vw;
	}

	.archive_info .info_list article {
		margin-bottom: 1.6vw;
		padding: 0 2.3vw 1.6vw;
	}
	.archive_info .info_list article::after {
		background-size: .55vw 1px;
	}
	.archive_info .info_list article a {
		height: calc(100% - 1.3vw);
	}
	.archive_info .info_list article a::before,
	.archive_info .info_list article a::after {
		width: .8vw;
	}
	.archive_info .info_list article a::before {
		border-radius: 2vw 0 0 2vw; /* 左上 | 右上 | 右下 | 左下 */
	}
	.archive_info .info_list article a::after {
		border-radius: 0 2vw 2vw 0; /* 左上 | 右上 | 右下 | 左下 */
	}
	.archive_info .info_list article .hover {
		border-radius: 1.3vw;
		filter: blur(.8vw);
	}
	.archive_info .info_list article a:hover + .hover {
		height: 5.8vw;
		width: 11vw;
	}
	.archive_info .info_list article .other {
		margin-bottom: .8vw;
	}
	.archive_info .info_list article .other .date {
		letter-spacing: .08vw;
		margin-right: 2.3vw;
	}
	.archive_info .info_list article .other .new {
		border-radius: .4vw;
		font-size: .95vw;
		padding: .5vw 1.6vw;
	}
	.archive_info .info_list article .other .cat {
		font-size: .95vw;
		margin-left: 2vw;
		padding-top: .5vw;
	}

	.archive_info .info_list article h2 {
		font-size: 1.1vw;
	}
}

@media screen and (max-width: 640px) {
	.archive_info .info_list {
		margin-top: 12vw;
	}
	.archive_info .info_list .inner {
		max-width: calc(100% - 8vw);
	}

	.archive_info .info_list article {
		margin-bottom: 4vw;
		padding: 0 2vw 4vw;
	}
	.archive_info .info_list article::after {
		background-size: 1.2vw 1px;
	}
	.archive_info .info_list article a {
		height: calc(100% - 3.6vw);
	}
	.archive_info .info_list article a::before,
	.archive_info .info_list article a::after {
		width: 1.6vw;
	}
	.archive_info .info_list article a::before {
		border-radius: 2vw 0 0 2vw; /* 左上 | 右上 | 右下 | 左下 */
	}
	.archive_info .info_list article a::after {
		border-radius: 0 2vw 2vw 0; /* 左上 | 右上 | 右下 | 左下 */
	}
	.archive_info .info_list article .hover {
		border-radius: 1.3vw;
		filter: blur(.8vw);
	}
	.archive_info .info_list article a:hover + .hover {
		height: 5.8vw;
		width: 11vw;
	}
	.archive_info .info_list article .other {
		margin-bottom: 3vw;
	}
	.archive_info .info_list article .other .date {
		letter-spacing: .2vw;
		margin-right: 4vw;
	}
	.archive_info .info_list article .other .new {
		border-radius: 1vw;
		font-size: 3vw;
		padding: .3vw 3vw 0;
	}
	.archive_info .info_list article .other .cat {
		font-size: 3vw;
		margin-left: 4vw;
		padding-top: .2vw;
	}

	.archive_info .info_list article h2 {
		font-size: 3.2vw;
	}
}

.info_list ul.page-numbers {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.info_list ul.page-numbers li {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	margin: 0 5px;
	text-align: center;
}
.info_list ul.page-numbers li .current {
	background-image : linear-gradient(to bottom, rgba(204, 231, 247, .2), rgba(240, 240, 240, .64) 65%, rgba(245, 206, 199, 1));
	border-radius: 5px;
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
}
.info_list ul.page-numbers li a {
	display: block;
	line-height: 40px;
	position: relative;
	transition: ease .3s;
	height: 40px;
	width: 40px;
}
.info_list ul.page-numbers li a::before {
	background-image : linear-gradient(to bottom, rgba(204, 231, 247, .2), rgba(240, 240, 240, .64) 65%, rgba(245, 206, 199, 1));
	border-radius: 5px;
	content: '';
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease .5s;
	visibility: hidden;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.info_list ul.page-numbers li a:hover::before {
	visibility: visible;
	opacity: 1;
}
.info_list ul.page-numbers li a::after {
	background-color: #2E6280;
	content: '';
	display: block;
	position: absolute;
	bottom: 5px;
	left: 10px;
	transition: ease .3s;
	height: 1px;
	width: 20px;
}
.info_list ul.page-numbers li a:hover::after {
	background-color: transparent;
}

@media screen and (max-width: 1280px) {
	.info_list ul.page-numbers {
		margin-top: 4.8vw;
	}
	.info_list ul.page-numbers li {
		margin: 0 .4vw;
	}
	.info_list ul.page-numbers li .current {
		border-radius: .4vw;
		line-height: 3.2vw;
		height: 3.2vw;
		width: 3.2vw;
	}
	.info_list ul.page-numbers li a {
		line-height: 3.2vw;
		height: 3.2vw;
		width: 3.2vw;
	}
	.info_list ul.page-numbers li a::before {
		border-radius: .4vw;
	}
	.info_list ul.page-numbers li a::after {
		bottom: .4vw;
		left: .8vw;
		width: 1.56vw;
	}
}

@media screen and (max-width: 640px) {
	.info_list ul.page-numbers {
		margin-top: 4.8vw;
	}
	.info_list ul.page-numbers li {
		margin: 0 .4vw;
	}
	.info_list ul.page-numbers li .current {
		border-radius: 1vw;
		line-height: 8vw;
		height: 8vw;
		width: 8vw;
	}
	.info_list ul.page-numbers li a {
		line-height: 8vw;
		height: 8vw;
		width: 8vw;
	}
	.info_list ul.page-numbers li a::before {
		border-radius: 1vw;
	}
	.info_list ul.page-numbers li a::after {
		bottom: 1vw;
		left: 2vw;
		width: 4vw;
	}
}