/* =========================================================================== */
/* sec1 */
/* =========================================================================== */
section.sec1 {
    margin-top: 90px;
    padding-bottom: 55px;
}

section.sec1 .container {
    width: 80%;
    max-width: 1366px;
    margin: auto;
}

section.sec1 .box {
    margin-top: 50px;
}

section.sec1 .box .item {
    padding: 30px 0;
    border-bottom: 1px solid #ADADAD;
}

section.sec1 .box .item:first-of-type {
    border-top: 1px solid #ADADAD;
}

section.sec1 .box .item p.date_txt {
    color: #716B6B;
    margin-right: 20px;
}

section.sec1 .box .item a.cat {
    pointer-events: none;
    background: var(--blue);
    padding: 4px;
    width: 100px;
    display: block;
}

section.sec1 .box .item .post_ttl {
    margin-top: 15px;
    transition: all 0.2s;
}

section.sec1 .box .item a:hover .post_ttl {
    color: var(--blue);
}

/* responsive */
@media screen and (max-width: 768px) {
    section.sec1 {
        margin-top: 45px;
        padding-bottom: 20px;
    }

    section.sec1 .container {
        width: 92%;
    }

    section.sec1 .box {
        margin-top: 30px;
    }

    section.sec1 .box .item {
        padding: 15px 0;
    }
}

.pnavi {
    font-family: 'Noto Sans JP', sans-serif;
}