<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&amp;display=swap&amp;subset=japanese');

/* =================================
  Page Navi
================================= */

.page-nav {
    height: 50px;
}

.page-nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-nav ul li {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 30px;
}

.page-nav ul li:last-of-type {
    width: 50px;
    text-align: center;
    background-color: #adadad;
}

.page-nav ul li a {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.page-nav ul li:not(:last-of-type) a i {
    display: inline-block;
    margin: 0 0.5em 0 0;
}

.page-nav ul li a i img {
    vertical-align: middle;
}

.page-nav ul li:first-of-type a i img {
    width: 21px;
}

.page-nav ul li:nth-of-type(2) a i img,
.page-nav ul li:nth-of-type(3) a i img {
    width: 22px;
}

.page-nav ul li:last-of-type a i img {
    width: 12px;
}

.page-nav ul li:hover {
    opacity: 0.5;
}</pre></body></html>