@charset "utf-8";



/* ===== program ================================================== */

.lecture_title {
	padding: 10px 15px;
	border: 2px solid rgba(0,106,117,1);
	background-color: #fff;
}

.lecture_type {
	font-size: 1.0em !important;
	line-height: 1.4em !important;
	color: rgba(0,106,117,1);
	font-weight: 700;
}

.lecture_theme {
	margin: 5px 0 0 10px;
	font-size: 1.0em !important;
	line-height: 1.4em !important;
	color: rgba(0,106,117,1);
	font-weight: 700;
}


.lecture_information {
	padding: 15px 0 0 15px;
}

.lecture_information th {
	white-space: nowrap;
}

.lecture_information th span {
	display: inine-block;
	margin-right: -1.0em;
	letter-spacing: 1.0em;
}

.lecture_information td {
	padding-left: 10px;
}


.lecture_chair {
	padding: 20px 0 0 10px;
}

.lecture_chair ul {
	padding: 10px 0 0 15px;
}

.lecture_chair li {
	list-style-type: none !important;
	margin: 10px 0 10px;
}

.lecture_chair li .lecture_chair_information {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	line-height: 1.4em !important;
}
@media(max-width:640px) {
.lecture_chair li .lecture_chair_information {
	display: block;
}
}

.lecture_chair li p {
	display: block;
	line-height: 1.4em !important;
}

.lecture_chair li .name {
	font-size: 1.0em !important;
	color: rgba(0,106,117,1);
	font-weight: 700;
	white-space: nowrap;
}

.lecture_chair li .title {
	margin-left: 1.5em;
}


.lecture_presenter {
	padding: 20px 0 0 10px;
}

.lecture_presenter ul {
	padding: 5px 0 0 15px;
}

.lecture_presenter li {
	padding: 15px 0 0 0;
	list-style-type: none !important;
}

.lecture_presenter li .code {
	line-height: 1.3em !important;
}

.lecture_presenter li .lecture_body {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.lecture_presenter li .theme {
	padding: 3px 0 0 0;
}

.lecture_presenter li .theme p {
	line-height: 1.3em !important;
}

.lecture_presenter li .theme p.ja {
	font-size: 1.1em !important;
	font-weight: 700;
}

.lecture_presenter li .theme p.en {
	word-break: normal;
	text-align: left;
}

.lecture_presenter .presenter_information {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: 5px 0 0 0;
	line-height: 1.4em !important;
}
@media(max-width:640px) {
.lecture_presenter .presenter_information {
	display: block;
}
}

.lecture_presenter .presenter_information p {
	display: block;
	line-height: 1.4em !important;
}

.lecture_presenter .presenter_information .name {
	font-size: 1.0em !important;
	color: rgba(0,106,117,1);
	font-weight: 700;
	white-space: nowrap;
}

.lecture_presenter .presenter_information .title {
	margin-left: 1.5em;
}

.lecture_presenter .presenter_photo {
	margin-left: 1.5em;
	width: 15vw;
	min-width: 80px;
	max-width: 100px;
}

.lecture_presenter .presenter_photo img {
	width: 100%;
}



