<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/********** 見出し **********/
#index h2{
	position:relative;
	min-height:69px;
	margin:0 0 20px;
	padding:0 0 0 12px;
	line-height:1.2;
	font-size:30px;
	color:#fff;
	background:#000 url(../images/index/t-bg.png) repeat-x 0 0;
}
#index h2 img{
	float:left;
	position:absolute;
	bottom:0;
}
#index h2 span{
	display:block;
	max-width:860px;
	padding:28px 0 0 88px;
	font-weight:bold;
}

/********** セクション **********/
#index .section{
	padding:20px;
	background:#ffd300;
}
#index .section .section-box{
	margin:0 0 20px;
	border:solid 1px #000;
	background:#fff;
}
#index .section .section-box:last-child{
	margin:0;
}
#index .section .txt{
	float:left;
	width:610px;
	padding:20px 0 20px 20px;
}
#index .section .txt h3{
	margin:0 0 15px;
}
#index .section .img{
	float:right;
}
#index .section .txt .mark1{
	font-weight:bold;
	color:#e60000;
}
#index .section .txt .mark2{
	font-weight:bold;
}
</pre></body></html>