<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/*------------------------------------------------
original　overwrite 
-------------------------------------------------*/
.scheLayout .fukidashiLeft {
	padding:0.3em 0.5em 0.2em 0.5em;
	position: relative;
	display: inline-block;
	color: #F6F6F6;
	text-align: center;
	background: #666;
	z-index: 0;
	font-weight:bold;
}
.scheLayout .fukidashiLeft:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #666 transparent transparent;
}
.scheLayout .scheMonth{
	font-weight:bold;
	font-size:1.5rem;
	color:#666;
}
.scheLayout .scheMoshiWrap{
	margin-left:1em;
	margin-top:0 !important;
	padding-left:2em;
	padding-top:1em;
	border-left:6px solid #666;
}
.scheLayout .scheMoshiWrap h3{
	margin-top:0.8em;
}
@media screen and (max-width:767px) {
.scheLayout .scheMoshiWrap{
	margin-left:0.5em;
	padding-left:1em;
	border-left:3px solid #666;
}
}
</pre></body></html>