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

/****************************************

35周年
 
****************************************/

/*リセット*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary {
	color: #333;
}
/*マウスオーバー*/
a img:hover,.mover:hover{
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}

section{
	margin-bottom:0;
}

/*コンテンツ
----------------------------------------------------*/

#container{
	width:100%;
	margin:0 auto;
}

.contents_wrap{
	width:100%;
	background: #006837;
}


#container #contents {
	float:none;
	width:100%;
	padding:0 0 50px;
	margin:auto;
}

/*メインビジュアル*/
#main_ttl{
	width:100%;
}

#main_ttl h1{
	text-align:center;
	padding:0;
}


/*コンテンツ*/
#contents{
	background: #fff;
}

section:nth-of-type(n+2){
	margin-top:50px;
}

h2{
	background:#f54541 url(../img/subttl_icon.png) no-repeat 8px center;
	padding: 20px 5px 20px 60px; 
	color: #fff;
	font-weight: bold;
	font-size:22px;
	margin-bottom:30px;
	text-align: left;
}

h3{
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
h4{
	font-size:18px;
	font-weight: bold;
	margin-top:10px;
	text-align: left;
}
.sec_inner{
	padding: 0 20px;
}
section p{
	text-align: left;
}
.sec_img,.sec_txt{
	margin-bottom: 15px;
}

.sec_imgbox:nth-of-type(n+2){
	margin-top: 20px;
}

.sec_detail span{
	color: #006600;
}

.sec01 p{
	font-weight: bold;
}

/*汎用
----------------------------------------------------*/

.btn{
	margin:20px auto;
	text-align:center;
}
.closed{
	width:100%;
	margin:20px auto;
	padding:20px 0;
	text-align:center;
	background:#F2F2F2;
	border:1px solid #9A9A9A;
	color:#9A9A9A;
	font-size:16px;
}

.box{
	margin-bottom:20px;
}

.l-box{
	float:left;
}
.r-box{
	float:left;
}
</pre></body></html>