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

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

/*タイムテーブル*/
    .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%;
    }
.timeTable th {
	background-color: var(--main-2022-color);
	color: #FFF;
}
.timeTable .session_link > div {
	display: none;
}
.scedule_date {
	background-color: var(--main-2022-color);
	color: #FFF;

}
.scedule_date.day2{
	background-color: var(--main-2022-color);

}
.scedule_date.day3 {
	background-color: var(--main-2022-color);

}

.scedule_time:before {
	background: var(--main-2022-color);
}
.separator {
	background-color: var(--main-2022-color);
}

.atsuc_nav li a {
color: #000;
}



#intro {
	font-size: 125%;
	line-height: 1.7;
}


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;
}

