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

#side{
}

/* side banner
======================================================= */
#side ul.bannerArea{
	width:100%;
}
#side ul.bannerArea li{
	display: block;
	margin: 0 0 0.8rem;
}
#side ul.bannerArea li img{
	display: block;
	width:100% !important;
}


/* 外部iframe　共通設定
======================================================= */

#side .iframe{
	position:relative;
	box-sizing: border-box;
	background:#fff;
}
#side .iframe iframe{
 	display: block;
	width:100%;
	height: 100%;
	min-height: 450px;
	margin: auto;
	border: none;
	overflow: auto;
	overflow-x: hidden;
}
#side h3{
	display: none;
}


/* sns link
======================================================= */

#side ul.bannerArea .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#side ul.bannerArea  li.block{
	width:50%;
	padding:0.8rem 0.5rem;
	box-sizing: border-box;
	margin-bottom:0rem; 
}
#side ul.bannerArea  li.block img{
	border-radius:6px;
}

/* グループリンク
======================================================= */
#side #groupLink{
	margin:  0 0 10px;
}
#side #groupLink ul{
}
#side #groupLink ul li{
	width:100%;
	margin: 0 0 0px;
}
#side #groupLink ul li img{
	width:100%;
}

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