@charset "UTF-8";
.wrapSect {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.sect {
    width: 23.5%;
    margin-left: 2%;
    /* margin-bottom: 60px; */
}
.sect:nth-child(4n+1) {
    margin-left: 0;
}
.sect > a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0 15px 20px;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: opacity, box-shadow;
    position: relative;
    z-index: 1;
    padding-bottom: 75px;
    height: 100%;
}

.sect:nth-child(n+5){
    margin-top:60px;
}
.sect > a::before {
    content: "";
}
.sect > a::after {
    content: "";
}
.sect_image {
    background-image: url(/common/img/img-alt@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: calc(61% + 15px);
    margin-bottom: 15px;
    margin-right: -15px;
    margin-left: -15px;
}
.sect_update {
    font-size: 12px;
    margin-bottom: 10px;
}
.sect_update > time {}
.sect_title {
    font-size: 16px;
    font-weight: normal;
}
.sect_list {
    list-style: none;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 15px;
}
.sect_list > li {
    min-width: 160px;
    width: 160px;
    margin-bottom: 5px;
    text-align: center;
}
.sect_list > li:first-child {}
.sect_list > li:last-child {}
.sect_list > li:nth-child(2n+1) {}
.sect_list > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {
    .sect > a:hover {
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.57);
        opacity: 1;
    }
}
@media screen and (max-width:999px) {
    .wrapSect {}
    .sect {
        width: 32%;
        /* margin-bottom: 40px; */
    }
    .sect:nth-child(4n+1) {
        margin-left: 2%;
    }

    .sect:nth-child(n+4){
        margin-top:35px;
    }
    .sect > a {
        padding-left: 0;
        padding-right: 0;
    }
    .sect > a::before {}
    .sect > a::after {}
    .sect_image {
        margin-bottom: 5px;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 61%;
    }
    .sect_update {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .sect_update > time {}
    .sect_title {
        font-size: 14px;
    }
    .sect_list {
        left: 0;
    }
    .sect_list > li {
        width: 120px;
        min-width: 120px;
    }
    .sect_list > li:first-child {}
    .sect_list > li:last-child {}
    .sect_list > li:nth-child(2n+1) {}
    .sect_list > li:nth-child(n+3) {}
    .sect:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media screen and (max-width:767px) {
    .wrapSect {
        display: block;
        margin-bottom: 25px;
    }
    .sect {
        width: auto;
        margin-left: 0;
        margin-bottom: 0;
    }
    .sect:nth-child(4n+1) {
        margin-left: 0;
    }


    .sect:nth-child(n+4){
        margin-top:0;
    }
    .sect > a {
        padding: 15px 0;
        padding-left: 100px;
        padding-right: 20px;
        border-bottom: 1px solid #ccc;
    }
    .sect > a::before {}
    .sect > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 5px;
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid #aaa;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .sect_image {
        position: absolute;
        z-index: 1;
        width: 90px;
        top: 50%;
        left: 0;
        padding-bottom: 54px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sect_update {
        line-height: 1;
    }
    .sect_update > time {}
    .sect_title {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 1.4;
    }
    .sect_list {
        position: static;
        bottom: 0;
    }
    .sect_list > li {
        min-width: 100px;
        margin-bottom: 3px;
    }
    .sect_list > li:first-child {
        margin-left: 0;
    }
    .sect_list > li:last-child {
        margin-bottom: 0;
    }
    .sect_list > li:nth-child(2n+1) {}
    .sect_list > li:nth-child(n+3) {}
}
