@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{
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	padding: 75px 0;
	text-align: center;
}

table.company_detail{
	width: 1166px;
	height: auto;
	display: block;
	margin: 80px auto 100px;
	border-top: 1px solid #d2d2d2;
}
table.company_detail tr{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d2d2d2;
}
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.change{
	margin: 30px 0;
}
table.company_detail tr td ul.change_bottom{
	margin: 30px 0 0;
}
table.company_detail tr td ul li{
	width: 100%;
	height: auto;
}
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{
	font-size: 6.133333333333333vw;
	font-weight: 400;
	line-height: 1.5;
	padding: 8.8% 0;
	text-align: center;
}
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: 400;
	line-height: 1.5;
}
table.company_detail tr th{
	font-weight: bold;
}
table.company_detail tr td{
	width: auto;
	margin-top: 2%;
}
table.company_detail tr td ul{
	width: 100%;
	height: auto;
}
table.company_detail tr td ul.change{
	margin: 4.5% 0;
}
table.company_detail tr td ul.change_bottom{
	margin: 4.5% 0 0;
}
table.company_detail tr td ul li{
	width: 100%;
	height: auto;
}
table.company_detail tr td ul li.company_text_top{
	margin-bottom: 25px;
}





}

