@charset "utf-8";
/* CSS Document */
/*共通要素*/
#index-m{
	height: 80px;
}
@media screen and (max-width:768px) {
}

/*会社情報*/
.company img{
	width: 100%;
}
.company p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1.0rem;
}
.company p span{
	font-size: 12px;
	font-weight: normal;
}
.company table{
	width: 100%;
	font-family: 'Sawarabi Mincho', serif;
}
.company table i{
	margin-right: 0.5rem;
}
.company th,
.company td {
border: 1px solid #ccc;
padding: 20px;
}
.company th {
font-weight: bold;
background-color: #dedede;
	width: 9.0rem;
}
.sub-table{
	margin-top: 1.0rem;
	font-size: 14px;
}
.sub-table th,.sub-table td{
	display: block;
	width: 100%;
	padding: 10px 20px;
}
.sub-table th{
	background-color: #efefef;
}
.sub-table2 table{
	
}
.sub-table2 th,.sub-table2 td{
	width: 50%;
	padding: 10px;
	border: none;
}
@media screen and (max-width: 767px) {
.company,
.company tr,
.company td,
.company th {display:block;}
.company th {width:auto;}
}
