.article-wrap {
	padding: 7px 0 0;
}

.post {
	position: relative;
	padding: 19px 0 19px;
	border-bottom: 2px dotted #7da8db;
}

.post__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}

.post__date {
	margin-right: 17px;
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
}

.post__title {
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	color: #7da8db;
}

.post__text {
	font-size: 1.4rem;
	line-height: 1.71429;
}

.paging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 29px 0;
}

.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 4px;
	font-size: 1.6rem;
	width: 40px;
	height: 40px;
	border: 1px solid #cccccc;
	border-radius: 50%;
}

.page-numbers:not(.current):not(.next):not(.prev) {
	display: none;
}

.current {
	border-color: #7da8db;
	background: #7da8db;
	color: #ffffff;
}

.cat-link {
	padding: 17px 0 23px;
	position: relative;
	overflow: hidden;
	background: #F2F6FB;
}

.cat-link:after {
	content: "";
	position: absolute;
	bottom: -1.6vw;
	left: 0;
	display: block;
	width: 110%;
	margin-left: -5%;
	height: 14px;
	border-top-right-radius: 50% 100%;
	border-top-left-radius: 50% 100%;
	overflow: hidden;
	background: #FFFFFF;
}

.cat-link__item {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {

.article-wrap { /* pc */
	padding: 64px 0 0;
}

.post { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 44px 0;
}

.post:first-of-type {
	border-top: 2px dotted #7da8db;
}

.post__info { /* pc */
	display: block;
	width: 148px;
	margin-bottom: 0;
	border-right: 1px solid #7da8db;
}

.post__date { /* pc */
	margin-bottom: 20px;
	font-size: 2rem;
}

.post__main { /* pc */
	width: calc(100% - 148px);
	padding-left: 38px;
}

.post__title { /* pc */
	margin-top: -4px;
	margin-bottom: 27px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}

.post__text { /* pc */
	font-size: 1.4rem;
	line-height: 1.85714;
}

.paging { /* pc */
	margin: 48px 0;
}

.current { /* pc */
	pointer-events: none;
}

.page-numbers { /* pc */
	width: 48px;
	height: 48px;
	font-size: 1.8rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.page-numbers:not(.current):not(.next):not(.prev) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-numbers:hover {
	background: #F8F8F8;
}

.page-numbers--dots {
	margin: 0;
	border: none;
}

.next img,
.prev img{
	width: 5px;
}

.cat-link { /* pc */
	background: none;
}

.cat-link:after {
	content: none;
}

.cat-link__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cat-link__item { /* pc */
	width: 300%;
	margin-bottom: 0;
}

.cat-link__item:not(:last-child) {
	margin-right: 50px;
}

}

@media screen and (min-width: 768px) and (min-width: 768px) {

.page-numbers--dots { /* pc */
	margin: 0 5px;
}

}

