<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#responsive_wrap{
	color:#000000;
}

#cnt .date{
	font-weight:bold;
	font-size:16px;
}
#cnt .list-notes li {
	line-height: 17px;
	font-size: 12px;
	margin-bottom: 0;
}
#cnt .btn1 {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#cnt .card_box {
	margin-top: 20px;
	/* [disabled]vertical-align: bottom; */
}
#cnt .card_box li {
	display: inline-block;
	padding-right: 10px;
	/* [disabled]vertical-align: bottom; */
}
#cnt .card_box li:last-child  {
	padding-right: 10px;
	vertical-align: bottom;
	letter-spacing: normal;
}
#cnt .presentlist {
	margin-top: 10px;
	margin-bottom: 10px;
	/* [disabled]vertical-align: middle; */
}

#cnt .presentlist .figure,
#cnt .presentlist .text {
	display: table-cell;
	vertical-align: middle;
}
#cnt .ef-logo   {
	margin-right: 10px;
}
#cnt .presentlist .text {
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
}
#cnt .presentlist .ttl  {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #772200;
	text-align: center;
}
#cnt .presentlist .text ul.list-notes li {
	font-size:11px;
}

a:hover{
	opacity:0.7;}
	
	
#cnt .sp_only{
	display:none;
}

#cnt .pc_only{
	display:block;
}



@media (max-width: 720px) {
	
#cnt .sp_only{
	display:block;
}

#cnt .pc_only{
	display:none;
}
#cnt .btn1 img{
	width:80%;
	height:auto;
}
#cnt .sp{
	width:100%;
	height:auto;
}
	
#cnt .presentlist .figure,
	#cnt .presentlist .text {
	display: block;
	text-align: left;
	}
	#cnt .presentlist .figure {
		text-align:center;
	}
	#cnt .presentlist .figure img {
	width: 90%;
	height: auto;
	}
	#cnt .presentlist .text {
	padding-left: 0;
	margin-top: 10px;
	}
	#cnt .presentlist .text .ttl {
		margin-bottom:10px;
		font-size:16px;
	}
	#cnt .sp95 img {
	width:95%;
	height:auto;
	margin: 0;
	}
	#cnt .sp70{
	width:70%;
	height:auto;
	margin: 0 auto;
	}	
}
	
</pre></body></html>