@charset "UTF-8";
/* === アーカイブページ === */

.contents-header__title {
    text-align: center;
    margin: 1em auto;
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #5D959D;
}

.archive_content ul {
    display: flex;
    flex-wrap:wrap;
}