@charset "utf-8";
/* CSS Document */


section {
	margin-top: 10rem;
	@media (max-width: 767.98px) {
		margin-top: 5rem;
	}
}

.l-blue_mark_ttl__sub {
	margin-top: 4rem;
	margin-bottom: 1rem;
	font-size: 18px;
	line-height: calc(17 / 18);
	text-align: right;
	@media (max-width: 767.98px) {
		font-size: 14px;
	}
}

.summary_table {
	table-layout: fixed;
}

.summary_table--member,
.summary_table--shareholders {
	margin-top: 4rem;
}

section.p-summary .summary_table {
	margin-top: 0px;
}

.summary_table tr {
	padding: 20px 40px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	@media (max-width: 767.98px) {
		padding: 10px 20px;
	}
}

.summary_table tr:nth-of-type(odd) {
	background: #E5F1F9;
}

.summary_table tr > * {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.summary_table tr > th {
	width: 20%;
	@media (max-width: 767.98px) {
		width: 100%;
		font-weight: bold;
	}
}

.summary_table tr > td {
	width: 80%;
	@media (max-width: 767.98px) {
		width: 100%;
	}
}

.googlemap {
	top: -1px;
	position: relative;
}

.googlemap a {
	background: #0075C2;
	color: #FFF;
	font-size: clamp(1.2rem,1.4vw,1.4rem);
	font-weight: bold;
	display: inline-flex;
	padding: 2px 13px;
	border-radius: 5px;
	margin-left: 10px;
	@media (max-width: 767.98px) {
		font-size: 1.2rem;
	}
}

.p-member {
	margin-top: 10rem;
}

.p-shareholders {
	margin-top: 10rem;
}