@charset "UTF-8";
/* sidenavi */
li.s5-store2colContents__navItem--current>a:after {
    content: '';
    position: absolute;
    top: 45%;
    right: -4px;
    display: block;
    width: 0.6em;
    height: 0.6em;
    margin-top: -3px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232f353d'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}
/* /sidenavi */

.c-title {
    float: none!important;
}
.c-heading {
    float: none!important;
    background-color: #e4e7eb;
    padding: 8px 8px 8px 24px;
    border-radius: 4px;
    position: relative;
}
.c-heading::before{
    content: "";
    width: 3px;
    height: 32px;
    border-radius: 2px;
    background-color: #999999;
    position: absolute;
    left: 12px; 
}
.storePress-table__date {
    font-size: .875rem;
    line-height: 1.6;
}
.storePress-table__content {
    font-size: .875rem;
}
.storePress-table__label {
    height: 20px;
    margin-bottom: 4px;
    line-height: 1;
}
.storePress-table__label span {
    font-size: 0.7rem;
    background-color: #003366;
    color: #fff;
    padding: 0px 6px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    letter-spacing: 2px;
}

.u-pc__none {
    display: none;
}

@media screen and (max-width: 767px) {
    .storePress-archive__btn {
        padding:12px 18px;
    }
    .storePress-archiveList  {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 4%;
    }
}

@media screen and (max-width: 639px) {
    .c-title {
        padding-top: 16px;
    }
    .storePress-table__item {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .storePress-table__date {
        margin: 0 !important;
        line-height: 1;
        height: 40px;
        display: inline-flex !important;
        align-items: center;
    }
    .storePress-table__label {
        display: inline-block;
        margin: 0 0 0 8px;
    }
    .storePress-table__label span {
        margin-bottom: 0;
    }
    .u-pc__none {
        display: inline-block;
    }
    .u-sp__none {
        display: none;
    }
}