@charset "utf-8";
.w900{
	width:900px;
	margin:0 auto;
	font-size:18px;
}
.table {
	margin:0 auto 50px auto;
}
.table tr th{
	background: url(../images/base/bg.png);
	padding:10px 20px;
	color:#000;
	font-size:16px;
	text-align: center;
	border-bottom:1px solid #ccc;
	width:210px;
	font-weight: normal;
}
.table tr td{
	width:690px;
	padding:10px 20px;
	border-bottom:1px solid #ccc;
}
.rinen{
	padding:50px 0;
}

.rinen p{
	font-size:24px;
	font-family :	YuMincho,'Yu Mincho', serif;
	color:#000;
	margin-bottom:15px;
	text-align: center;
}
.company{
	text-align: center;
	line-height: 180%;
	
}
.company p{
	font-family :YuMincho,'Yu Mincho', serif;
	margin-bottom:15px;
	color:#000;
	font-size:17px;
	font-weight: bold;
}
ul.company_menu{
	width:1040px;
	margin:0 auto;
	text-align: left;
}
ul.company_menu li{
	width:500px;
	float:left;
	background: #255875;
	margin:20px 10px 8px 10px;
	font-size:16px;
}
ul.company_menu li img{
	float:left;
	margin-right:15px;
}
ul.company_menu li a:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
ul.company_menu li h3{
	font-weight: normal;
	text-align: left;
	border-bottom:1px solid #fff;
	margin:0 0 10px 110px;
	background: url(../images/sysmet/sankaku.png)no-repeat center left;
	padding:0 0 0 15px;
	font-size:20px;
}
ul.company_menu li a{
	box-sizing: border-box;
	display: block;
	color:#fff;
	padding:10px;
	font-family:'NotoSans_R';
}
ul.company_menu li:hover{
	background:rgba(37,88,117,0.8);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.company_menu li a:hover{
	opacity: 1.0!important;
	text-decoration: none;
}
.kyoten {
	width:750px;
	float:right;
	position: relative;
	margin-bottom:50px;
}
.kyoten h3{
	font-size:26px;
	font-weight: normal;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}
.kyoten .map{
	border:1px solid #029279;
	color:#029279;
	display: block;
	width:150px;
	padding:5px 0;
	text-align: center;
	position: absolute;
	top:70px;
	left:370px;
}
.kyoten p{
	margin-bottom:20px;
	margin-left:20px;
}
.history-table{
	width:920px;
	margin:0 auto 50px auto;
	box-sizing: border-box;
}
.history-table tr{
	position: relative;
}
.history-table tr th{
    padding: 30px 0;
    vertical-align: middle;
	text-align: center;
}
.history-table tr td{
	vertical-align: middle;
	width:450px;
	padding-left:20px;
	border-left: 1px dashed #ccc;
}
.history-table tr td img{
	position: absolute;
	right:20px;
	top:10px;
}
.history-table tr{
	width:920px;
}
.history-table tr th{
	width: 50px;
}
.center{
	width:700px;
	margin-left:60px;
}
.history-table tr:nth-child(odd){
    background: url(../images/sysmet/bg-paper.jpg) center center repeat;
}
.history-table_year{
	font-size:30px;
	letter-spacing: 0.5em;
	font-family: "palatino","palatino",felipa,"Times New Roman", Times, "serif";
	font-style: italic;
}
.history-table_year-sub{
	letter-spacing: 0.5em;
    font-size: 0.8em;
    color: #c47b4a;
	}
/* 矢印付き */
.sitemap{
	margin:20px 20px 80px 20px;
	font-family:'NotoSans_R';
}
.sitemap li {
	position: relative;
	display: inline-block;
	color: #000;
	padding-left:20px;
	width:40%;
	float:left;
	text-align: left;
	margin:10px 0;
}
.sitemap li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	position: absolute;
	left: 0;
	top: 10px;
	transform: rotate(45deg);
}
.message{
	line-height: 200%;
}
.message strong{
	font-size:18px;
	color:#bc1b21;
}
/*main部分*/
.marg{
	margin:20px 0px 80px;
}
.middle{
	margin:0 auto;
}
.middle h2{
	font-size: 42px;
}
.middle p{
	margin: 40px 20px;
}
/*main部分終了*/