@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_post */
/* ---------------------------------------------------- */
.sec_post {
    padding-top: 100px;
}

.sec_post .meta_1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    line-height: 1.2;
}
.sec_post .meta_1 > * {
    margin-right: 10px;
}
.sec_post .meta_1 > * > * {
    margin-right: 10px;
}

.sec_post .meta_1 .date {
    display: flex;
    flex-wrap: wrap;
}
.sec_post .meta_1 .tag > *::before {
    content: "#";
}

.sec_post .ttl_1 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--co_3);
}
.sec_post .btn_1 {
    margin: 100px auto 0;
}

@media (max-width: 999px) {
    .sec_post {
        padding-top: 50px;
    }

    .sec_pos .sec_post .ttl_1 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
