@charset "utf-8";
@media only screen and (min-width: 769px) {

.contents{
	width: 100%;
	height: auto;
}
.top_title{
	width: 100%;
	height: auto;
	background-color: #cadade;
}
.top_title h2{
	width: 161px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 45px 0;
}
.top_title img{
	width: 100%;
	height: auto;
	display: block;
}

table.company_detail{
	width: 1166px;
	height: auto;
	display: block;
	margin: 80px auto 100px;
	border-top: 1px solid #d2d2d2;
}
table.company_detail tbody{
	width: 100%;
	height: auto;
	display: block;
}
table.company_detail tr{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d2d2d2;
	display: block;
}
table.company_detail tr th,td{
	width: 190px;
	height: auto;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	padding: 15px 0;
}
table.company_detail tr td{
	width: auto;
}
table.company_detail tr td ul{
	width: 100%;
	height: auto;
}
table.company_detail tr td ul li{
	width: 100%;
	height: auto;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 30px;
}
table.company_detail tr td ul li:last-child{
	margin-bottom: 0;
}
table.company_detail tr td ul li.company_text_top{
	margin-bottom: 25px;
}






}












/*=================================
SP用CSS
=================================*/

@media only screen and (max-width: 768px) {
/*html{
	 font-size: 10px;
}
body{
	font-size: 2.67vw;
}*/

.contents{
	width: 100%;
	height: auto;
}
.top_title{
	width: 100%;
	height: auto;
	background-color: #cadade;
}
.top_title h2{
	width: 36%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 8% 0;
}
.top_title img{
	width: 100%;
	height: auto;
	display: block;
}

table.company_detail{
	width: 90%;
	height: auto;
	display: block;
	margin: 9% auto 10%;
	border-top: 1px solid #d2d2d2;
}
table.company_detail tr{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d2d2d2;
	padding: 4.7% 0;
	display: block;
}
table.company_detail tr th,td{
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
}
table.company_detail tr td{
	width: auto;
	margin-top: 2%;
	font-weight: 400;
}
table.company_detail tr td ul{
	width: 100%;
	height: auto;
	padding-left: 0.5em;
}
table.company_detail tr td ul li{
	width: 100%;
	height: auto;
	text-indent: -1em;
	/*padding-left: 1em;*/
	margin-bottom: 4.7%;
	/*padding-left: 1em;*/
}
table.company_detail tr td ul li.company_text_top{
	margin-bottom: 25px;
}





}

