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


:root {
  --main-2023-color: #BE3455;
}

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


.app_btn{
    font-size: 18px;
    border-radius: 100px;
    background-color: #68C300;
    padding: 30px 60px;
    color: #FFF !important;
    font-weight: bold;
    display: inline-block;
    width: 300px;
}




/*タイムテーブル*/
    .timeTable tr > td {
       padding: 10px 5px; 
    }  
    .timeTable tr > td:first-child {
       display: none; 
    }  

    .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: 96%;
        min-width: 240px;
        line-height: 120%;
        color: #531E7C;
        padding-left: 15px;
    }    
    .timeTable tr > td:nth-of-type(3) {
        line-height: 120%;
        font-size: 95%;
    }
.timeTable th {
	background-color: var(--main-2023-color);
	color: #FFF;
}
.timeTable td {
	background-color: var(--main-2023-color);
	background-color: #FFF;
}
.timeTable .session_link > div {
	display: none;
}
.timeTable i {
    margin-right: 6px;
}

.scedule_date {
	background-color: var(--main-2023-color);
	color: #FFF;
    border-radius: 100px;
    padding: 10px 10px 10px 34px;
    margin-left: 20px;
    margin-right: 20px;
    top: 10px;
}
@media only screen and (max-width: 639px) {
    .scedule_date {
        border-radius: 10px;
        padding: 10px 10px 10px 34px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
.scedule_date.day2{
	background-color: var(--main-2023-color);

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

}

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

.atsuc_nav li a {
color: #000;
}


.badge-warning {
    background-color: #e8dc8a;
}
@media only screen and (max-width: 639px) {
    div[id^="seminar"] {
        border-radius: 50px;
    }
}
#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 2px 6px 2px inset, rgba(0,0,0,0.3) 0 1px 2px inset;
    border-radius: 60px;
    background-color: #f7ede7;
}
@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;
    }
    .scedule_date {
        display: block;
    }
}



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

/*タブパネル*/


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


.seminar_content_wrap_inner {
    padding: 0;
}

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

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



