@charset "UTF-8";


.identity-list .is-disable::before, .identity-list a::before {
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}
.identity-section {
    background-color: #f5f5f5;
    padding: 40px 0 60px;
}
.identity-list {
    margin-left: -17px;
}
.identity-list li {
    float: left;
    margin-bottom: 17px;
    text-align: center;
    width: 25%;
}
.identity-list a {
    background-color: #fff;
    display: block;
    margin-left: 17px;
    position: relative;
}
.identity-list a::before {
    border: 5px solid transparent;
    position: absolute;
    transition: all 0.5s cubic-bezier(0, 0.5, 0.5, 1) 0s;
}
.identity-list a:hover::before {
    border-color: #e0e0e0;
}
.identity-list .is-disable {
    position: relative;
}
.identity-list .is-disable::before {
    position: absolute;
    z-index: 10;
}
@media (min-width: 48em) {
.identity-section {
    padding: 80px 0 120px;
}
.identity-list {
    margin-left: -40px;
}
.identity-list li {
    margin-bottom: 40px;
    width: 25%;
}
.identity-list a {
    margin-left: 40px;
}
.identity-list a::before {
    border-width: 10px;
}
}
