/* Company 会社概要 */


.company .about-wrap{
	border-top: 1px solid #BBB;
	margin: 35px 0 0;
}

.company .about-wrap dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #BBB;
	line-height: 1.75em;
}

.company .about-wrap dl dt{
	width: 20%;
}

.company .about-wrap dl dd{
	width: 80%;
}

.company .about-wrap dl dd .maps{
	max-width: 800px;
	width: 100%;
	height: 300px;
	border: 1px solid #BBB;
	margin-top: 15px;
}

.company .about-wrap dl dd .maps iframe {
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}


/* --- SP ---------- */
@media print, screen and (max-width: 768px) {
	.company p{
		font-size: 15px;
	}

	.company .about-wrap dl{
		padding: 15px 0;
	}

	.company .about-wrap dl dt,
	.company .about-wrap dl dd{
		width: 100%;
	}

	.company .about-wrap dl dt{
		font-size: 12px;
		color: #707070;
	}
}