@charset "utf-8";
/* CSS Document */


#vision,
#company_profile {
	margin: 30px 0;
}

#vision h2,
#company_profile h2 {
	text-align: center;
}

#vision .vision_read {
	text-align: center;
}

#vision .vision_body {
	text-align: center;
}


@media screen and (max-width:767.98px) {
/* ここにSP向けのCSS指定 */
	
	#vision h2,
	#company_profile h2 {
		font-size: 2.4rem;
		font-size: 24px;
		margin: 50px 0;
	}
	
	#vision .vision_read {
		font-size: 2.8rem;
		font-size: 28px;
		
	}
	
	#company_profile .company_table {
	}
	
	#company_profile .company_table dl {
		margin: 10px 0;
	}
	
	#company_profile .company_table dt {
		border-bottom: 1px #333 solid;
		font-weight: bold;
	}
	
	#company_profile .company_table dt::before {
		content: "●";
	}
	
	#company_profile .company_table dd {
		padding: 10px;
	}
	
	#vision .vision_body {
		margin: 20px 0;
	}
	

}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */
	
	#vision,
	#company_profile {
		margin: 30px 0;
	}

	#vision h2,
	#company_profile h2 {
		font-size: 3.6rem;
		font-size: 36px;
		margin: 80px 0;
	}

	#vision .vision_read {
		font-size: 4.0rem;
		font-size: 40px;
	}

	#vision .vision_body {
		margin: 30px 0;

	}
	
	#company_profile .company_table {
		width: 700px;
		margin: 40px auto;
		display: table;
	}
	
	#company_profile .company_table dl {
		display: table-row;
	}
	
	#company_profile .company_table dt,
	#company_profile .company_table dd {
		display: table-cell;
		border-bottom: 1px #333 solid;
		padding:  10px 15px;
	}
	
	#company_profile .company_table dt {
		width: 100px;
	}

}