@charset "UTF-8";
/* コンテンツ */

.jigyo ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -0.9em;
}
.jigyo ul li {
    width: 24%;
    margin-bottom: 0.9em;
}
.jigyo ul li:last-child {
    width: calc((24% * 2) + ((100% - (24% * 4)) / 3));
}
.jigyo ul li a {
    display: block;
    background-color: #5dbae1;
    color: #fff;
    font-weight: bold;
    font-size: 1.24em;
    line-height: 1;
    text-align: center;
    padding: 1em 0;
    border-radius: 0.5em;
    background-image: url("../../img/arr_wh.png");
    background-repeat: no-repeat;
    background-position: right 0.5em bottom 0.5em;
    background-size: 0.5em auto;
    transition: all 0.3s;
}
.jigyo ul li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 960px) {
.jigyo ul {
    margin-bottom: -1em;
}
.jigyo ul li {
    width: 49%;
    margin-bottom: 1em;
}
.jigyo ul li:last-child {
    width: 100%;
}
}

@media screen and (max-width: 520px) {
.jigyo ul li {
    width: 48.3%;
}
.jigyo ul li a {
    font-size: 1em;
}
}




