
/* ダイテックLive アーカイブ  */
div.archaive{
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

div.archaive-new{
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #ddd;
}

/*ダイテックLive　レスポンシブ*/
@media print,
screen and (max-width:768px) {
	div.archaive-new{
	display: block;
}
}

div.live-image{
	width: 40%;
	margin: 2%;
}
ul.live-outline{
	width: 50%;
	margin: 2%;
}
div.live-image img{
	width: 100%;
}
li.live-title{
	font-weight: bold;
	font-size: 1.4em;
}
li.live-day{
	font-size: 0.8em;
	color: #777777;
	text-align: right;
	
}

li.live-time {
	font-size: 0.8em;
	color: #777777;
	padding-left:12px;
}

li.live-type {
	font-size: 0.8em;
	color: #777777;
}

li.live-day:not(:first-child){
line-height:13px;
}

li.live-time:not(:first-child){
line-height:13px;
}

.live-day-frame{
    display: -webkit-flex;
    display: flex;
    padding-top:2px;
}

li.live-speaker{
	font-size: max(16px, min(3vw, 16px));
	margin-top: 20px;
    padding-left:34px;
    text-indent:-34px;
    width: 100%;
}

li.to-minogashi{
	background-color: #ec6517;
	width: fit-content;
	padding: 0.3em;
	margin-top: 20px;
	margin-right: 10px;
	float: left;
	border-radius: 0.3em;
}
li.to-minogashi a{
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	color: white;
}
li.to-minogashi:hover{
	background-color:#ff9595 ;
}
li.to-detail{
	background-color: #696f8c;
	width: fit-content;
	padding: 0.3em;
	margin-top: 20px;
	margin-right: 10px;
	float: left;
	border-radius: 0.3em;
}
li.to-detail:hover{
	background-color:#99a1c7;
}
li.to-detail a{
	font-size: 0.9em;
	text-decoration: none;
	color: white;
}
/*リンク移動から画面の30?�?上部を空けて表示する*/
#live-bimsolution {
padding-top: 30%;
margin-top: -30%;
}

.fa-caret-square-right:before {
    content: "\f152";
}

/*e-ラーニング　レスポンシブ*/
@media print,
screen and (max-width:768px) {
div.archaive {
    display: block;
	margin-bottom: 40px;
	padding-bottom: 75px;
}
ul.live-outline,div.live-image {
    width: 100%;
	margin: 0;
	margin-bottom: 10px;
}
div.section ul{
	margin:0 !important;
}
li.live-speaker {
    padding-left: 0 !important;
    text-indent: 0 !important;
}
.live-day-frame {
    flex-wrap: wrap;
}
li.live-time {
    padding:0;
	line-height: 1 !important;
	word-break: break-all;
}
li.live-time span {
    display: inline!important;
}
li.live-day,li.live-time,li.live-type {
	font-size: 13px;
	line-height: 1;
}
}
