@charset "UTF-8";
/* CSS Document */

/*PC*/
@media only screen and (min-width: 769px) {

.bg_img {
	background:url(../images/company/bg_img.png) center center no-repeat;
	width:100%;
	height:360px;
	background-size:cover;
}
.company_list01{
list-style: none;
overflow: hidden;
margin-bottom: 30px;
}

.company_list01 li{
margin-right: 30px;
width: 570px;
float: left;
}

.company_list01 li:nth-of-type(2){
margin-right: 0px;
width: 570px;
float: left;
}

.company_list01 li img{
	margin-bottom: 10px;
}

.company_tit_txt {
	width:38%;
	font-size:1.4em;
	letter-spacing:2px;
	margin:0 auto 40px;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","小塚明朝 Pro EL","Kozuka Mincho Pro",Georgia,Century,"Times New Roman",Times,"ＭＳ 明朝",serif !important;
	font-weight:bold;
}

.company_min {
	width:60%;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","小塚明朝 Pro EL","Kozuka Mincho Pro",Georgia,Century,"Times New Roman",Times,"ＭＳ 明朝",serif !important;
	font-weight:bold;
	margin:0 auto 20px;
}


}






/*sp*/
@media only screen and (max-width: 768px) {

.bg_img {
	background:url(../images/company/bg_img.png) center center no-repeat;
	width:100%;
	height:100px;
	background-size:cover;
}


.company_list01{
list-style: none;
overflow: hidden;
margin-bottom: 30px;
}

.company_list01 li{
width: 100%;
text-align: center;
margin-bottom: 30px;
}

.company_list01 li img{
	margin-bottom: 10px;
}

.company_tit_txt {
	width:100%;
	font-size:1.2em;
	letter-spacing:2px;
	margin:0 auto 30px;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","小塚明朝 Pro EL","Kozuka Mincho Pro",Georgia,Century,"Times New Roman",Times,"ＭＳ 明朝",serif !important;
	font-weight:bold;
}

.company_min {
	width:100%;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","小塚明朝 Pro EL","Kozuka Mincho Pro",Georgia,Century,"Times New Roman",Times,"ＭＳ 明朝",serif !important;
	font-weight:bold;
	margin:0 auto 20px;
}

}	