@charset "UTF-8";

.info {
    position: relative;
}

.info::before {
    content: '';
    width: 434px;
    height: 434px;
    background: url(/img/cmn/bg-circle.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 270px;
    left: -9%;
    z-index: -1;
}

.page_wrapper.-single {
    justify-content: left;
}


.info_ttl {
    font-size: 24px;
}

.side_nav_cat {
    font-size: 14px;
}

.cat_list li a {
    transition-duration: .5s;
}

.cat_list li a:hover {
    opacity: .7;
}

.info_list {
    width: 100%;
    max-width: 990px;
    margin-bottom: 30px;
}

.info_list li a {
    display: block;
    padding: 25px 30px 25px 10px;
    border-bottom: solid 1px #B4B4B4;
    position: relative;
}

.info_list li a::after {
    content: '';
    width: 8px;
    height: 7px;
    background: url(/img/cmn/icon-arrow.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition-duration: .5s;
}

.info_list li a:hover::after {
    right: 0px;
}

.info_list li:first-child a {
    border-top: solid 1px #B4B4B4;
}

.info_list li a .info_date,
.info_list li a .info_ttl {
    font-size: 15px;
}


.page_body.-single .info_date {
    margin-bottom: 20px;
}

.page_body.-single .info_ttl {
    font-size: 28px;
    margin-bottom: 20px;
}

.info_cnt {
    margin-bottom: 40px;
    padding: 20px 0 100px;
    border-top: solid 1px #B4B4B4;
    border-bottom: solid 1px #B4B4B4;
}

.info_cnt strong {
    font-weight: 600;
}

.info_cnt a {
    color: #0000EE;
    text-decoration: underline;
}

.info_cnt a:hover {
    text-decoration: underline;
}

.info_cnt iframe {
    width: 100%;
    max-width: 560px;
    height: 100%;
    aspect-ratio: 560 / 315;
}

.cmn_btn {
    justify-content: left;
}

.pages {
    display: none;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.current {
    width: 36px;
    height: 36px;
    background: #000;
    border-radius: 200px;
    border: solid 1px #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
}


@media screen and (max-width: 768px) {
    
    .info {
        overflow-x: clip;
    }

    .info::before {
        width: 199px;
        height: auto;
        aspect-ratio: 1 / 1;
        top: 170px;
        left: unset;
        right: -15%;
    }

    .cmnft {
        padding-top: 0;
    }


    /* single */

    .page_body.-single .info_ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .page_body.-single .info_date {
        margin-bottom: 10px;
    }
    
}