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

.kaijo &gt; li{
	position:relative;
	border:solid 1px #34a853;
	padding:30px;
	margin-top:3em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

.kaijo li:first-child{ margin-right:30px;}

.kaijo &gt; li h3{
	position:absolute;
	top:-1em;
	left:30px;
	display:inline-block;
	padding:5px 1em;
	color:#fff;
	background:#218a40;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.dlc ul{
	background:#f3e6e2;
	border:solid 1px #f09c8a;
	margin:1rem;
	padding:1.5rem;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	flex:1;
}
.dlc strong{
	font-size:1.2rem;
	display:block;
	margin-bottom:1em;
}
.dlc .flex_grow{ padding-right:1em;}
.dlc .btn{ background:#ef886d; color:#fff !important; font-weight:bold;}

.bor_none{
	border: none !important;
	padding:3em 1em 1em 1em !important;
	margin-top:0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	text-align:left !important;
}

.bor_none h3{
	position: static !important;
	top:0 !important;
	left:0 !important;
	display:block;
	padding:0 !important;
	color:#000 !important;
	background: none !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}


@media screen and (max-width:680px){

	.kaijo li:first-child{ margin-right:0; margin-bottom:1em;}
	.dlc .flex_grow{ padding-right:0;}
	.bor_none{ padding:1rem 0 !important;}

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