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


/*top ---------------------------------------------*/
#main {
	min-width:1100px;
	/*width: 100%;*/
	height: 430px;
	background:  url("../img/top_bg.png") no-repeat bottom center; 
	background-size:cover;
}

#main .inner {
	margin: 0px auto 0;
	width: 1060px;
	text-align: center;
	color: #fff;
}

#main .inner h1 {
	padding-top: 60px;
	font-size: 24px;
	font-weight: normal;
}
#main .inner h1 span {
	font-size: 0px;
}
#main .inner .inner_txt {
	margin-top: 40px;
	font-size: 20px;
	line-height: 1.7;
}

#contents {
	margin: 50px auto 0;
	min-width:1100px;
}
#contents .inner {
	margin: 0 auto 100px;
	width: 1060px;
}
#contents .inner .left {
	float: left;
	width: 490px;
}
#contents .inner .right {
	float: right;
	width: 530px;
}
#contents h2 {
  position: relative;
  padding: 0 65px ;
  text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
width: 1060px;
	margin: 0 auto;

}

#contents h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

#contents h2 span {
  position: relative;
  padding: 0 1em;
  background: #fefef5;
}
#contents .inner {
	margin-top: 50px;
}
#blo01 .inner .left {
	float: left;
	width: 725px;
}
#blo01 .inner .right {
	float: right;
	width: 310px;
}
#blo01 h3 {
	font-size: 32px;
	margin-bottom: 25px;
}
#blo01 p {
	font-size: 18px;
	line-height: 1.7;
}
#blo01 p.name {
	text-align: right;
	margin-top: 15px;
}

#blo02 .inner {
	border: 4px solid #c8c09e;
	background: #fff;
	padding: 26px;
}
#blo02 table, td {
	padding: 10px;
    border-bottom: 1px solid #c8c09e;
}
#blo02 table {
    border-collapse: collapse;
	width: 100%;
	font-size: 18px;	
}
#access {
	padding-top: 200px;
	 margin-top:-200px;
}
#access ul li {
	margin-bottom: 25px;
 float: left;
}
#access ul li:nth-child(2) {
 margin-left:25px;
	margin-right:25px;
}
#access dl {
	font-size: 18px;
}
#access dd:last-child {
 margin: 15px 0;
}
#access .map {
 margin: 30px 0 0;
} 


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