@charset "UTF-8";
/*----------
	profile
----------*/
/* 企業データ */
.profile-data__officer-sttl {
	margin: 26px 0 6px;
	font-size: 1.6rem;
	font-weight: bold;
}
.profile-data__officer-sttl:first-child {
	margin-top: 0;
}
.profile-data__officer, .profile-data__license {
	text-align: left;
	font-size: 1.4rem;
}
.profile-data__officer th, .profile-data__license th {
	width: 147px;
	padding-right: 1em;
}
.profile-data__qualified-personnel {
	font-size: 1.4rem;
}
.profile-data__qualified-personnel th {
	text-align: left;
}
.profile-data__qualified-personnel td {
	text-align: right;
	white-space: nowrap;
	padding-left: 2em;
}
@media (min-width: 768px), print {
	.profile-data__officer-sttl {
		margin: 25px 0 15px;
	}
	.profile-data__officer-sttl:first-child {
		margin-top: 0;
	}
	.profile-data__officer, .profile-data__license {
		font-size: 1.6rem;
	}
	.profile-data__officer th, .profile-data__license th {
		width: 195px;
		padding-right: 1em;
	}
	.profile-data__qualified-personnel {
		font-size: 1.6rem;
	}
	.profile-data__qualified-personnel td {
		padding-left: 5.5em;
	}
}

/* アクセスマップ */
.profile-access {
	margin-top: 10px;
}
.profile-access__address {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
.profile-access__address-logo {
	display: flex;
	width: 172px;
	padding-right: 20px;
}
.profile-access__address-name {
	margin-bottom: 3px;
	font-size: 1.4rem;
	font-weight: bold;
}
.profile-access__address-text {
	font-size: 1.4rem;
}
.profile-access__visitor-sttl {
	margin-top: 0;
}
@media (min-width: 768px), print {
	.profile-access {
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}
	.profile-access__address {
		display: block;
		margin-bottom: 0;
		text-align: left;
	}
	.profile-access__address-logo {
		display: block;
		width: 211px;
		margin-bottom: 14px;
		padding-right: 0;
	}
	.profile-access__address-name {
		margin-bottom: 6px;
		font-size: 1.6rem;
	}
	.profile-access__address-text {
		font-size: 1.6rem;
	}
	.profile-access__visitor-sttl {
		margin-bottom: 30px;
	}
	.profile-access__visitor-text {
		margin-bottom: 0;
	}
}

/* 印刷対応 */
@media print {
	.c-button__inner,
	.c-table th,
	.c-heading-secondary::after,
	.c-heading-tertiary::before,
	.c-heading-quaternary::before {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	.c-map {
		height: 472px;
	}
	.c-map iframe {
		height: 472px;
	}
	.l-title-container {
		padding: 46px 0 0;
		border-bottom: none;
	}
	.l-title-container__inner {
		position: relative;
	}
	.l-title-container__inner::before {
		content: "";
		position: absolute;
		right: 20px;
		top: -66px;
		width: 152px;
		height: 38px;
		background: url(/assets/images/logo.svg) no-repeat 0 0/152px auto;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	.l-title-container__breadcrumb {
		display: none;
	}
	#company-data {
		margin-bottom: 40px;
	}
}
/*# sourceMappingURL=index.css.map */
