#notice {
    padding-bottom: 85px;
}
#notice .block ul {
    width: 100%;
    margin-bottom: 95px;
}
#notice .block ul li {
    padding: 30px 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #113961, #004FAD) 1;
}
#notice .block ul li:first-child {
    padding-top: 0;
}
#notice .block ul li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#notice .block ul li a .txt p {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}
#notice .block ul li a .txt h3 {
    font-size: 16px;
    letter-spacing: 1px;
}
#notice .block ul li a .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #113961;
    border: 1px solid #113961;
}

.page-wrap {
    display: flex;
    justify-content: center;
}
.page-wrap .wp-pagenavi {
    display: flex;
    align-items: center;
}
.page-wrap .pages {
    display: none;
}
.page-wrap .current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #113961, #004FAD);
    color: #fff;
    margin: 0 10px;
    font-size: 16px;
}
.page-wrap .page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    border: 1px solid #113961;
    color: #000000;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 10px;
    font-size: 16px;
}
.page-wrap .nextpostslink {
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    margin-left: 10px;
    color: #000000;
}
.page-wrap .previouspostslink {
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    margin-right: 10px;
    color: #9D9D9D;
}

#page-wide .page-ttl.single p {
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}
#single {
    padding-bottom: 80px;
}
#single article p {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
}
#single article img {
    width: 100%;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
    #notice {
        padding-bottom: 50px;
    }
    #notice .block ul {
        margin-bottom: 40px;
    }
    #notice .block ul li {
        padding: 30px 0 20px 0;
    }
    #notice .block ul li a .txt h3 {
        font-size: 12px;
    }
    #notice .block ul li a .txt p {
        font-size: 10px;
    }

    .page-wrap .current {
        width: 30px;
        height: 30px;
    }
    .page-wrap .page {
        width: 30px;
        height: 30px;
    }
    .page-wrap .nextpostslink {
        font-size: 12px;
    }
    .page-wrap .previouspostslink {
        font-size: 12px;
    }

    #page-wide .page-ttl.single h1 {
        font-size: 20px;
        letter-spacing: 0;
    }
    #page-wide .page-ttl.single p {
        font-size: 10px;
    }
    #single article p {
        font-size: 12px;
        line-height: 2.3;
        margin-bottom: 30px;
    }
    #single article img {
        margin-bottom: 30px;
    }
}