/*-------------------------------------
■ Company
-------------------------------------*/
.comp_box{
	margin-bottom:50px;
}

.comp_content{
	display:table;
	width:100%;
	border-bottom:1px dotted #cdcdcd;
}
.cc_title,
.cc_text{
	display:table-cell;
	padding:20px;
	vertical-align:top;
}
.cc_title{
	width:300px;
}
.cc_title p,
.cc_text p{
	padding-top:10px;
}

.cc_text p .g_map{
	margin:10px 0;
	width:100%;
	height:320px;
	background:#cdcdcd
}





@media screen and (max-width:980px){
	.cc_title{
		width:250px;
	}
}





@media screen and (max-width:767px){
	.comp_content,
	.cc_title,
	.cc_text{
		display:block;
		width:100%;
	}
	.cc_title{
		padding:20px 0 0 0;
	}
	.comp_content:first-child .cc_title{
		padding-top:0;
	}
	.cc_title p,
	.cc_text p{
		padding-top:0;
	}
	.cc_text{
		padding:10px 0 20px 0;
	}
}





@media screen and (max-width:480px){
	.comp_box{
		margin-bottom:40px;
	}
}