@charset "utf-8";
/* Library */
#sectionLibrary h1.title::after {
    content: 'Library';
}


.sec01 .libTile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.sec01 .libTile::after,
.sec01 .libTile::after {
    content: "";
    display: block;
    width: 100%;
}

.sec01 .libTile li {
    display: flex;
    background: none;
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

.sec01 .libTile li a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    background: url(../../common/images/icon_arrow_004.svg) no-repeat 95% center;
    border: 2px solid #2d297f;
    color: #2d297f;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 1.4;
    padding: 25px 45px 25px 20px;
    transition: 0.3s;
}

.sec01 .libTile li a:visited {
    color: #2d297f;
}

.sec01 .libTile li a:hover {
    background-color: #ff4200;
    background-image: url(../../common/images/icon_arrow_001.svg);
    background-position: 97% center;
    border-color: #ff4200;
    color: #fff;
    transition: 0.3s;
}


@media screen and (min-width: 769px) {
    .sec01 .libTile::after,
    .sec01 .libTile::after {
        width: 48.9795%;
    }

    .sec01 .libTile li {
        width: 48.9795%;
    }

    .sec01 .libTile li:first-child,
    .sec01 .libTile li:nth-child(2) {
        margin-top: 0;
    }
}



@media screen and (min-width: 1024px) {
}



@media screen and (min-width: 1216px) {
}



@media screen and (min-width: 1408px) {

}