@charset "UTF-8";
/* CSS Document */


/*タイムテーブル*/
    .timeTable tr > td {
       padding: 10px 5px; 
    }  
    .timeTable tr > td:nth-of-type(1) {
        color: rgba(83,63,34,1.00);
        font-family: Helvetica, "sans-serif";
        min-width: 90px;
        font-size: 95%;
    }    
    .timeTable tr > td:nth-of-type(2) {
        font-weight: 600;
        font-size: 101%;
        min-width: 240px;
        line-height: 120%;
        color: #000;
    }    
    .timeTable tr > td:nth-of-type(3) {
        line-height: 120%;
        font-size: 95%;
    }



div[id^="seminar"] {
    padding: 80px;
    border: solid 3px rgba(255,255,255,1.00);
    box-shadow: rgba(0,0,0,0.1) 0 4px 8px 2px,rgba(0,0,0,0.3) 0 1px 2px;
    border-radius: 30px;
    background-color: #f7f7e7;
}
@media only screen and (max-width: 979px) {
    div[id^="seminar"] {
        padding: 50px;
    }
}
@media only screen and (max-width: 639px) {
    div[id^="seminar"] {
        padding: 15px;
        border-radius: 20px;
    }
}



div[id^="seminar"] {
    border: none;
}

/*タブパネル*/


div[id^="home"] p{
    font-size: 95%;
}


.company_icon {
    font-size: 14px;
}
.company_icon img{
}

div[class^="column-image"] .caption{
    font-size: 13px;
    color: #666;
    line-height: 115%;
    margin-top: 10px;
}