<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==================================================
	base
================================================== */

.techdevice-responsivegrid {
	padding: 0;
}
.techdevice-responsivegrid&gt;div {
	width: 100%;
}
.visid {
	color: #000;
	font-size: 16px;
	background: #fff;
}
.visid img {
	height: auto;
}





/* ==================================================
	common
================================================== */

/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 60px 30px;
	}
}



/* ----------------------------------------
	p
---------------------------------------- */

.visid p + p,
.visid div + p,
.visid ul + p,
.visid ol + p,
.visid dl + p,
.visid img + p {
	margin-top: 1em;
}



/* ----------------------------------------
	title_line
---------------------------------------- */

.title_line {
	padding: 40px 20px 15px;
	border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
	.title_line {
		padding-right: 30px;
		padding-left: 30px;
	}
}





/* ==================================================
	local_navi
================================================== */

.local_navi {
	position: relative;
}
.local_navi_fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.local_navi a {
	color: #000 !important;
	text-decoration: none !important;
}

@media screen and (max-width: 1023px) {
	.local_navi_trigger {
		position: relative;
		padding: 0 20px;
		line-height: 4.8rem;
		background: #fff;
		cursor: pointer;
	}
	.local_navi_trigger::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	.local_navi_menu {
		display: none;
		position: absolute;
		width: 100%;
	}
	.local_navi_trigger h2 {
		display: flex;
		align-items: center;
		font-size: 20px;
	}
	.local_navi_trigger h2::before {
		display: inline-block;
		content: "";
		width: 12px;
		height: 6px;
		margin-right: 8px;
		background: url('data:image/svg+xml;charset=UTF-8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"&gt;&lt;path d="m455.465 769.707-1.847-.974 3.478-5.054-3.475-4.989 1.841-.983 4.156 5.966z" transform="rotate(90 611.663 158.045)" fill="%23000"&gt;&lt;/path&gt;&lt;/svg&gt;');
	}
	.local_navi_trigger.local_navi_open h2::before {
		transform: rotate(180deg);
	}
	.local_navi_menu h2 {
		display: none;
	}
	.local_navi_menu_level1 {
		overflow-y: scroll;
		width: 100%;
		background: #fff;
	}
	.local_navi_menu_level1 &gt; li {
		border-top: 1px solid #ccc;
	}
	.local_navi_menu_level1 &gt; li:last-child {
		border-bottom: 1px solid #ccc;
	}
	.local_navi_menu_level1 &gt; li a {
		display: block;
		padding: 1.2rem 1.6rem;
	}
	.local_navi_menu_level1 &gt; li a:hover {
		text-decoration: none;
	}
	.local_navi_menu_level1 &gt; li &gt; a:not(:only-child) {
		display: inline-block;
		width: calc(100% - 50px);
		border-right: 1px solid #ccc;
	}
}

@media screen and (min-width: 1024px) {
	.local_navi {
		background: #fff;
	}
	.local_navi_trigger,
	.local_navi_menu_close {
		display: none;
	}
	.local_navi_menu {
		overflow: visible !important;
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		max-width: 1280px;
		height: 70px;
		margin: 0 auto;
        padding: 0 30px;
	}
	.local_navi_menu &gt; h2 {
		font-size: 20px;
	}
	.local_navi_menu_level1 {
		display: flex;
		height: 70px;
	}
	.local_navi_menu_level1 &gt; li {
		position: relative;
	}
	.local_navi_menu_level1 &gt; li:nth-of-type(n+2) {
		margin-left: 30px;
	}
	.local_navi_menu_level1 &gt; li &gt; a {
		display: grid;
		place-content: center;
		height: 100%;
	}
	.local_navi_menu_level1 &gt; li.current &gt; a::after,
	.local_navi_menu_level1 &gt; li &gt; a:hover::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #165dba;
	}
}





/* ==================================================
	main
================================================== */

.main {
	position: relative;
}
.main .text_area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgb(0 0 0 / .4);
}
.main .text_area &gt; div {
	padding: 10px 20px;
	border-top: 1px solid #fff;
}
.main .img_area {
	max-width: 1920px;
	margin: 0 auto;
}
.main .img_area img {
	object-fit: cover;
	width: 100%;
	height: auto;
	min-height: 500px;
}

@media screen and (min-width: 768px) {
	.main .text_area &gt; div {
		padding-right: 30px;
		padding-left: 30px;
	}
}
/*
@media screen and (max-width: 1023px) {
.main .img_area img {
		min-height: 500px;
	}
	}
*/



/* ==================================================
	æ¦‚è¦
================================================== */
.overview {
    background: #f2ebdc;
}
.overview_list {
	margin-top: 40px;
}

@media screen and (max-width: 1023px) {
	.overview_list &gt; dt:nth-child(n+2) {
		padding-top: 20px;
		border-top: 1px solid #000;
	}
	.overview_list &gt; dd {
		margin-top: .5em;
		padding-bottom: 20px;
	}
	.overview_list &gt; dd:last-child {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	.overview_list {
		display: grid;
		grid-template-columns: 6em 1fr;
		row-gap: 25px;
		font-size: 20px;
	}
	.overview_list &gt; dd:last-child {
		padding-bottom: 0;
	}
}



/* ==================================================
	æ—¥æœ¬HPãƒ–ãƒ¼ã‚¹ã®è¦‹ã©ã“ã‚
================================================== */

.highlight_box {
	display: grid;
/*	row-gap: 30px;*/
	margin-top: 30px;
}
.highlight_box &gt; li {
	display: grid;
	row-gap: 20px;
}
.highlight_box .highlight_list {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.highlight_list {
    padding: 20px;
}
.highlight_list p {
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (min-width: 480px) {
	.highlight_box .highlight_list {
		flex-direction: row;
		align-items: center;
		column-gap: 20px;
	}
}

@media screen and (min-width: 768px) {
	.highlight_box &gt; li {
		grid-template-columns: 1fr 1fr;
        border-bottom: 1px solid #000;
/*		column-gap: 40px;*/
	}
    .highlight_box &gt; li:last-child {
        border-bottom: none;
    }
    .highlight_list:nth-child(odd){
        border-right: 1px solid #000;
    }
}
@media screen and (max-width: 767px) {
    .highlight_list {
         border-bottom: 1px solid #000;
    }
}


/* ==================================================
	ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp;
================================================== */

.program {
	background: #f2ebdc;
	border-top: 1px solid #000;
}



/* ----------------------------------------
	program_date
---------------------------------------- */

.program_date {
	display: flex;
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.program_date &gt; li {
	cursor: pointer;
	transition: .2s;
	color: #999;
	font-size: 14px;
	line-height: 1;
}
.program_date &gt; li:hover,
.program_date &gt; li.current {
	color: #000;
}
.program_date &gt; li:nth-child(n+2) {
	margin-left: .8em;
	padding-left: .8em;
	border-left: 1px solid #000;
}

@media screen and (min-width: 480px) {
	.program_date &gt; li {
		font-size: 18px;
	}
}

@media screen and (min-width: 1024px) {
	.program_date &gt; li {
		font-size: 24px;
	}
}



/* ----------------------------------------
	program_list
---------------------------------------- */

.program_list &gt; li {
	padding: 30px 0;
	border-bottom: 1px solid #000;
}
.program_list .time {
	margin-bottom: 10px;
}



/* ----------------------------------------
	speaker_list
---------------------------------------- */

.speaker_list {
	display: grid;
	row-gap: 30px;
	margin-top: 30px;
}
.speaker_list &gt; li {
	display: grid;
	row-gap: 20px;
}
.speaker_list .profile {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.speaker_list .profile h4 {
	font-size: 18px;
}
@media screen and (min-width: 480px) {
	.speaker_list .profile {
		flex-direction: row;
		align-items: center;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.speaker_list &gt; li {
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
	}
	.speaker_list .profile h4 {
		font-size: 20px;
	}
}





/* ----------------------------------------
	exhibition_list
---------------------------------------- */

.exhibition_list {
	display: grid;
	gap: 20px;
	margin-top: 30px;
}
.exhibition_list img {
	width: 100%;
}
.exhibition_list li {
    border: none;
}
.exhibition_list li p {
    text-align: center;
    background: #f2f2f2;
    padding: 10px;
    margin-top: 5px;
}
@media screen and (min-width: 480px) {
	.exhibition_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.exhibition_list {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}
}
@media screen and (min-width: 1024px) {
	.exhibition_list {
		grid-template-columns: repeat(4, 1fr);
		gap: 40px;
	}
}


/* ==================================================
	ãŠå•ã„åˆã‚ã›
================================================== */
.bg10 { background-color: #eceefe; }

@media screen and (max-width: 767px) {
	.contact_info dt {
		margin-top: 15px;
	}
}

@media screen and (min-width: 768px) {
	.contact_info dt {
		clear: both;
		float: left;
	}
}



/* ----------------------------------------
	local_navi_btn
---------------------------------------- */

.local_navi_btn {
	display: flex;
	gap: 20px;
	text-align: center;
}
.local_navi_btn .button {
	display: inline-block;
	background: #000;
}
.local_navi_btn .button:hover {
	background: #5a5a5a;
}

@media screen and (max-width: 1023px) {
	.local_navi_btn {
		justify-content: center;
		padding: 1.2rem 1.6rem;
		background: #fff;
		border-bottom: 1px solid #e8e8e8;
	}
	.local_navi_title + .local_navi_btn {
		border-top: 1px solid #e8e8e8;
	}
}
.button:link {
    color: #fff!important;
    text-decoration: none!important;
}

.visid .button {
    padding: .5em 1.2em;
    font-size: 16px;
    border-radius: 0;
    color: #fff!important;
}
@media screen and (min-width: 1024px) {
	.local_navi_btn {
		margin-left: 30px;
	}
	.local_navi_btn .button {
		min-width: 200px;
	}



.local_navi_menu_level1 {
		display: flex;
		justify-content: space-between;
		height: 100%;
		margin-left: auto;
	}
	.local_navi_menu_level1 &gt; li:nth-child(n+2) {
		margin-left: 30px;
	}
	.local_navi_menu_level1 &gt; li &gt; a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 100%;
		color: #000;
		line-height: 1.4;
	}
	.local_navi_menu_level1 &gt; li.current &gt; a::after,
	.local_navi_menu_level1 &gt; li &gt; a:hover::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #165dba;
	}

}



table.style_basic th {
    background: #b5fb99!important;
    font-weight: normal;
}
.style_basic td {
    background: #f2f2f2!important;
    text-align: left!important;
}
@media screen and (max-width: 767px) {
   table.style_basic th { 
       width: 30%;
}
}



/* ==================================================
	ã‚¤ãƒ™ãƒ³ãƒˆã®è¦‹ã©ã“ã‚
================================================== */
.list_box &gt; li {
    border: #00d072 2px solid;
}
.event .h3 {
    background: #dafdcc;
    text-align: center;
    padding: 20px;
}
.list_basic {
    padding: 20px;
}


</pre></body></html>