/*
Theme Name: kumejimap
Theme URI: https://aozora-okinawa.com
Author: Aozora
Author URI: https: //aozora-okinawa.com
Description: kumejimap
*/
.content {
    margin: 0 16px;
    font-size: 12px;
}

.content h1{
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #BFBFBF;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content h2 {
    font-size: 18px;
    font-weight: bold;
    border-left: solid 5px #0368B7;
    padding-left: 8px;
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content h3 {
    font-size: 16px;
    font-weight: bold;
    background-color: #DDEDF8;
    padding: 5px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content h4 {
    font-size: 14px;
    font-weight: bold;
    color: #0368B7;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.content ul {
    padding-left: 0.5rem;
}

.content li {
    list-style-type: none;
    position: relative;
    padding-left: 0.8rem;
}

.content ul li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.4rem;
    content: "";
    background: #0368B7;
}

.front_page .post_item {
    margin-bottom: 2rem;
}
.front_page .post_item:hover {
    opacity: 0.6;
}

.front_page .post_link {
    color: #000;
    text-decoration: none;
}

.front_page .post_title {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.front_page .post_date {
    margin-bottom: 0.5rem;
}

.front_page .post_excerpt {}

.front_page .post_excerpt p {
    margin: 0 0 1rem 0;
}

.history_back {
    color: #000;
    text-decoration: none;
}

.history_back:hover {
    text-decoration: underline;
}

.wp-pagenavi a {
    text-decoration: none;
    color: #000;
}
.wp-pagenavi {
    text-align: center;
    margin: 60px auto;
}

.wp-pagenavi .page {
    display: inline-block;
    text-align: center;
    width: 42px;
    line-height: 42px;
    border: solid 1px #333;
    border-radius: 21px;
    margin: auto 6px;
    transition: 0.3s ease-out;
}

.wp-pagenavi .page:hover {
    background: #BFBFBF;
}

.wp-pagenavi .current {
    display: inline-block;
    text-align: center;
    width: 42px;
    line-height: 42px;
    color: #fff;
    background: #333;
    border: solid 1px #333;
    border-radius: 21px;
    margin: auto 6px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
    line-height: 42px;
    margin: auto 8px;
    transition: 0.3s ease-out;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    color: #BFBFBF;
}