/* ---------------------------------------
    font
--------------------------------------- */
h2  {
    letter-spacing: 4px;
    text-align: center;
}

/* ---------------------------------------
    font
--------------------------------------- */
h2 span.sub {
    display: block;
    font-size: 1.4rem;
    color: #50a883;
}

/* ---------------------------------------
    mv
--------------------------------------- */
.mv {
    height: 660px;
}

/* ---------------------------------------
    news
--------------------------------------- */
main    {
    background-color: #f3f5f7;
}

article.news ul {
    list-style: none;
    max-width: 750px;
    margin: 0 auto;
}

article.news ul li  {
    padding: 16px 20px;
    border-top: 1px solid #ddd;
}

article.news ul li:last-child   {
    border-bottom: 1px solid #ddd;
}

article.news ul li span.ymd,
article.news ul li span.title    {
    display: inline-block;
    margin-left: 12px;
}

article.news ul li span.ymd    {
    margin-right: 30px;
}

article.news ul li span.category {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 2px 10px;
    margin-left: 12px;
    width: 130px;
    text-align: center;
}

article.news ul li span.category.news   {
    background-color: #fff;
    color: #3f4344;
    border: 1px solid #3f4344;
}

.pnavi {
    text-align: center;
    margin-top: 80px;
    font-size: 1.6rem;
}

.pnavi .page-numbers    {
    display: inline-block;
    margin: 0 10px;
}

.pnavi .page-numbers.current {
    background-color: #50a883;
    color: #fff;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    border-radius: 50%;
}

a.next.page-numbers,
a.prev.page-numbers {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}

a.next.page-numbers::before,
a.next.page-numbers::after{
	content: "";
	display: block;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	position: absolute;
	right: 2px;
    bottom: 13px;
}

a.next.page-numbers::before{
	width: 26px;
    height: 2px;
	background: #50a883;
}

a.next.page-numbers::after{
	width: 2px;
    height: 8px;
	background: #50a883;
    right: 5px;
}

a.prev.page-numbers::before,
a.prev.page-numbers::after{
	content: "";
	display: block;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	position: absolute;
	right: 2px;
    bottom: 13px;
}

a.prev.page-numbers::before{
	width: 26px;
    height: 2px;
	background: #50a883;
}

a.prev.page-numbers::after{
	width: 2px;
    height: 8px;
	background: #50a883;
    right: 23px;
}


/* ---------------------------------------
    responsive
--------------------------------------- */
@media screen and (max-width: 770px) {

}

@media screen and (max-width: 640px) {
    article.news ul li  {
        padding: 16px 0;
    }

    article.news ul li span.category    {
        font-size: 1.4rem;
    }

    article.news ul li span.ymd, article.news ul li span.title  {
        margin-left: 0;
        margin-top: 8px;
    }

    .pnavi  {
        margin-top: 50px;
    }
}
