
main.outline .philosophy em {
	display: block;
	color: #D00000;
	text-align: center;
	font-style: normal;
}

.company dl {
	margin-bottom: 1.5rem;
}
.company dl:last-child {
	margin-bottom: 0;
}

.company h3,
.company dd {
	margin-bottom: 1rem;
}
.company h3:last-child,
.company dd:last-child {
	margin-bottom: 0;
}

.company h3 {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

.company dt {
	font-weight: bold;
	border-bottom: 4px solid #BCBCBC;
	margin-bottom: 0.5rem;
}

.company dd {
	margin-left: 1.5rem;
}

@media (min-width: 751px) {
}

@media (max-width: 750px) {
}


/* small sp */
@media (min-width: 461px) {
	main.outline .philosophy em {
		font-size: 125%;
	}
}
@media (max-width: 460px) {
	main.outline .philosophy em {
		font-size: calc(4.37vw);
	}
}