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



/* Main
==================================*/


.header_inner &gt; nav:nth-child(2) &gt; ul:nth-child(1) &gt; li:nth-child(4) &gt; a:nth-child(1){
	text-decoration: underline;
}

.header_inner02 &gt; nav:nth-child(2) &gt; ul:nth-child(1) &gt; li:nth-child(4) &gt; a:nth-child(1){
	text-decoration: underline;
	color: #A19057 !important;
}





/* SEC01 VISION
------------------------------------------------------------*/

#sec01{
	width: 960px;
	margin: 0px auto 120px;
	padding-bottom: 30px;
	text-align: center;
}







	.inner{
		width: 960px;
		padding-bottom: 00px;

	}
	section h2{
		padding: 50px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}


.member table{
	width: 960px;
	margin: 0 auto 0px;
}



.member table th{
	box-sizing: border-box;
	border: solid 1px #ccc;
	padding: 10px;
	font-size: 14px;
	vertical-align: middle;
	background: #f1f1f1;
}

.corp{
	width: 250px;
}

.add{
	width: 250px;
}

.tel{
	width: 110px;
}

.url{
	width: 220px;
}

.member table th.c{
	text-align: center;
}

.member table th.url{
	width:230px;
}

.member table td{
		box-sizing: border-box;
	border: solid 1px #ccc;
	padding: 10px;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
	word-break: break-all;
}

.member table td a{
	color: #A19057;
	text-decoration: underline;
}

.member table td a:hover{
	text-decoration: none;
}






/* SEC02
------------------------------------------------------------*/

#sec02 {
	width: 960px;
	margin: 0px auto 60px;
}

#sec02 p {
	padding: 0 30px 0 35px;
}
#sec02 p.sign {
	margin-top: 30px;
	text-align: right;
}






/* SEC03
------------------------------------------------------------*/

#sec03 {
	width: 960px;
	margin: 0px auto 60px;
}

#sec03 p {
	padding: 0 34px 0 39px;
}</pre></body></html>