@charset "UTF-8";

/* 新入生特設サイト設定　*/

/*--------------------------------
archive-freshman
--------------------------------*/

.en-fresh-box{
    width:100%;
    border:1px solid #45a745;
    margin-bottom:20px;
}

@media(min-width:768px){
    .en-fresh-cont{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .en-fresh-box{
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        margin-right:2%;
    }
    
    .en-fresh-box:nth-child(3n){
        margin-right:0;
    }
}

.h2-en-fresh{
    background: #45a745;
    color:#fff;
    padding:10px;
    font-size:1.5rem;
}

.en-fresh-list{
    padding:10px;
}

.en-fresh-list li::before{
    content: "■";
    color: #aacd06;
    font-size: 1.3rem;
    margin-right: 4px;    
}

.fresh-pdf::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 10px;
    color: #094;
}

.fresh-link::after {
    font-family: "Font Awesome 5 Free";
    content: "\f56d";
    font-weight: 900;
    margin-right: 10px;
    color: #094;
}