.page-numbers{
    margin: 50px auto 0;
    display: flex;
    margin: 50px auto 80px;
    justify-content: center;
}

.page-numbers a,.page-numbers span{
    position: relative;
    display: block;
    color: #EA5E8A;
    width: 11vw;
    height: 11vw;
    line-height: 10.5vw;
    border-radius: 50%;
    border: 1px solid #EA5E8A;
    margin-right: 15px;
    font-size: 1.6rem;
    font-weight: bold;
}
@media screen and (min-width:835px){
    .page-numbers a,.page-numbers span{
        width: 48px;
        height: 48px;
        line-height: 45px;
        font-size: 1.5rem;
        font-weight: 400;
    }
}
.page-numbers a.prev:after,.page-numbers a.next:after{
    content: "";
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0px 0px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(234, 94, 138);
    border-right-style: solid;
    border-right-color: rgb(234, 94, 138);
    position: absolute;
    margin: auto;
}
.page-numbers a.prev:after{
    top: 0px;
    left: 45%;
    bottom: 0px;
    transform: rotate(225deg);
}
.page-numbers a.next:after{
    top: 0px;
    right: 45%;
    bottom: 0px;
    transform: rotate(45deg);
}
.page-numbers li:last-child a{
    margin-right: 0;
}
.page-numbers span.current{
    background: #EA5E8A;
    color: #fff;
}

.news .inner{
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 auto 70px;
}
@media screen and (min-width:835px){
    .news .inner{
        width: 90%;
        margin: 0 auto 100px;
    }
}
@media screen and (min-width:1024px){
    .news .inner{
        width: 70%;
    }
}
.news .inner h3{
    font-size: 2rem;
    font-weight: bold;
    margin: 40px auto 5px;
}
@media screen and (min-width:835px){
    .news .inner h3{
        margin: 40px auto 10px;
    }
}
.news .inner time{
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 auto 30px;
}
.news .inner h4{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 25px 0;
}
.news .inner h5{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 25px 0;
}

.sns_area{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
@media screen and (min-width:835px){
    .sns_area{
        margin-top: 50px;
    }
}
.sns_area li{
	width: 16vw;
	margin-left: 3.5vw;
	background: #fff;
	border-radius: 50%;
}
@media screen and (min-width:835px){
	.sns_area li{
		width: 12%;
		margin-left: 2%;
		max-width: 56px;
	}
}
.sns_area li:nth-of-type(1){
	margin-left: 0;
}