@charset "utf-8";

/*----------------------------------------*----------------------------------------
vision
----------------------------------------*----------------------------------------*/

@media screen and (max-width: 767px) {
	#vision p{
	font-size:1.6rem;
	line-height:2.6rem;
	margin-top:20px;
}
}
@media print, screen and (min-width: 768px) {
#vision p{
	font-size:1.8rem;
	line-height:4.0rem;
	margin-top:40px;
}
}

/*----------------------------------------*----------------------------------------
profile
----------------------------------------*----------------------------------------*/

@media screen and (max-width: 767px) {
	#profile .table-border{
		border-top:none !important;
	}
	#profile .table-border th{
	font-weight:bold;
	}
	#profile .table-border th, .table-border td{
	border-bottom:none !important;
}
}


@media print, screen and (min-width: 768px) {
#profile .table-border th, .table-border td{
	padding:15px 10px;
}
#profile .table-border th{
	font-weight:bold;
	width:20%;
}
#profile .table-border td{
	font-weight: normal;
}
}