@charset "utf-8";
h1{
  font-size: 150%;
  width: 100%;
  border-bottom: solid 2px #667699;
  margin-bottom: 0.5rem;
}
/*index 会社概要--------------------------*/
table.company{
	width: 100%;
	margin-top: 0.5rem;
	border-collapse: collapse;
}
table.company tr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
table.company th,table.company td{
	border: solid 1px #ccc;
	padding: 0.5rem;
}
@media screen and (max-width:576px){
table.company th,table.company td{
	padding: 0.2rem;
}
}
table.company th{
	width: 23.33%;
	background-color: rgba(167, 204, 231,0.3);
	text-align: center;  
	font-weight: 200;
}
table.company td{
	width: 76.66%;
	text-align: left;  
}
/*news---------------------------------*/
.news-top li{
	border-bottom:dotted #666666 2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.news-top li a:hover{
	opacity: .7;
}
