@charset "UTF-8";

.resultsNAV_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0 80px;
}

div.BTN {
    margin: 5px;
}

div.BTN>a {
    background: #fff url(../images/common/ico_arrow_01.png) no-repeat scroll right 20px center;
    background-size: 6px auto;
    border: 1px solid #333;
    display: inline-block;
    font-weight: bold;
    padding: 13px 60px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #252525;
    text-decoration: none;
}

div.BTN>a:hover {
    color: #fff;
    background: #333 url(../images/common/ico_arrow_02.png) no-repeat scroll right 10px center;
    background-size: 6px auto;
    transition: 0.3s ease-in-out;
}



.seminar___result {
    border: 10px solid #999;
    margin-top: 4.5rem;
}

.seminar___result th {
    padding:1.2rem 1rem 1.2rem 2.0rem;
    text-align: left;
    font-size: 0.9em;
}
.seminar___result th::before {
    content: "● "
}

.seminar___result td {
    padding: 1.2rem 1rem 1.2rem 0.5rem;
    font-weight: 700;
    text-align: left;
}


ul.result li {
    margin: 1%;
    top: 0;
    width: 31%;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #AABACD;
    padding: 1rem 1rem 1.75rem;
}

ul.result li figure img {
    width: 70%;
    border: 3px solid #fff;
    box-shadow: 1px 1px 5px #aaa;
    margin-bottom: 1rem;
}

ul.result li h3 {
    font-size: 0.85em!important;
    font-weight: normal;
}

ul.result li p {
    padding: 0;
    margin-top: -1.25rem;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1.6;
}








/*================== MOBILE PAGE ==================*/


@media screen and (max-width: 768px) {


    ul.result li {
        margin: 1%;
        top: 0;
        width: 96%;
        box-sizing: border-box;
        display: inline-block;
        border: 1px solid #AABACD;
        padding: 1rem 1rem 1.75rem;
        margin-bottom: 1rem;
    }
    
    ul.result li figure img {
        width: 85%;
        border: 3px solid #fff;
        box-shadow: 1px 1px 5px #aaa;
        margin-bottom: 1rem;
    }
    
    ul.result li h3 {
        font-size: 0.85em!important;
        font-weight: normal;
        margin-top: 1rem;
    }
    
    ul.result li p {
        padding: 0;
        margin-top: -2.25rem;
        font-size: 0.95em;
        font-weight: bold;
        line-height: 1.6;
    }

}
