@charset "shift_jis";

.webinar {
    position: relative;
    height: 245px;
}

.webinar .kityou a {color: #000;}
.kityou a:hover {text-decoration: none;}

span.ko-si {
	display: block;
	width: 180px;
	font-size: 8.8pt;
	text-align: center;
	position: absolute;
	top: 88px;
	line-height: 1.4;
	background-color: #55ae47;
	color: #fff;
	margin: 5px 8px;
}

.webinar> div {
	padding: 0 7px;
	position: absolute;
    top: 117px;
    width: 100%;
}

.webinar ul {
    padding: 0 5px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.webinar li {
	margin:0;
    font-size: 8.8pt;
    line-height: 1.3;
}

.webinar .ki-name,
.webinar .ko-name {
    margin-bottom: 3px;
}


.webinar .ki-name {
    color: #3962ac;
    font-weight: bold;
    border-bottom: 1px solid #3962ac;
}

.webinar .ko-name {
    border-bottom: 1px solid #000;
}

.web-note {
    display: block;
    font-size: 8pt;
    text-align: right;
    line-height: 1;
    margin: 5px 0 0;
}
