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

/**********会社概要**********/

.other_wrapper .company_spec{
	margin-bottom: 3%;
}

.other_wrapper .company_spec h3{
	width: 100%;
	padding: 1% 0 1% 3%;
	box-sizing: border-box;
	background: #FFF;
	color: #000;
 }

.other_wrapper .company_spec p{
	
}

	
@media screen and (max-width : 768px ){
	.other_wrapper .company_spec h3{
		font-size: 14px;
	}

}
