@charset "utf-8";

.f-en {
	font-family: var(--font-Montserrat);
}
.low_page .sec-title_wrap span {
	font-size: 12px;
	font-weight: 500;
}

.low_page .sec-title_wrap span::before {
	background-color: #000000;
	width: 5px;
	height:15px ;
    margin-right: 30px;
}

#outline .sec-title_wrap {
	margin-left: 0 !important;
}
#outline .lead_wrap {
	margin-top: 1.544vw;
	padding-left: 2.426vw;
}
#outline table.outline_table th.f-en {
	font-family: inherit;
}
#outline table.outline_table th span {
	margin-top: 0.588vw;
}
#outline table.outline_table td {
	font-weight: 300;
}
@media screen and (min-width: 1360px) {
	#outline .lead_wrap {
		margin-top: 21px;
		padding-left: 33px;
	}
	#outline table.outline_table th span {
		margin-top: 8px;
	}
}

@media screen and (max-width: 750px) {
	#outline .lead_wrap {
		margin-top: 5.6vw;
		padding-left: 6.667vw;
	}
}


#office .sec-title_wrap h2.f-en,
#office .access_wrap dt {
	font-family: inherit;
}
#office .access_wrap dd {
	font-weight: 300;
}