/*----------
	overview
----------*/
.un-access:not(:last-child) {
	margin-bottom: 40px;
}
.un-access__map {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 0;
	padding-top: 70%;
}
.un-access__map > iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.un-access__table table {
	width: 100%;
}
.un-access__table th {
	width: 80px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: var(--line-height-m);
	text-align: left;
	vertical-align: top;
	padding: 0 0 20px;
}
.un-access__table td {
	font-weight: 500;
	padding: 0 0 20px;
}
.un-access__telText {
	padding-left: 2.8em;
	text-indent: -2.8em;
}
@media (min-width: 768px), print {
	.un-access {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}
	.un-access:not(:last-child) {
		margin-bottom: 60px;
	}
	.un-access__main {
		width: 390px;
	}
	.un-access__map {
		width: 780px;
		height: 400px;
		padding: 0;
		margin: 0;
		flex: 1;
	}
	.un-access__table table {
		width: 100%;
	}
	.un-access__table th {
		width: 120px;
		font-size: 2rem;
	}
}

.un-history__item {
	display: flex;
	position: relative;
}
.un-history__year {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	width: 70px;
	margin-top: -1px;
}
.un-history__body {
	width: calc(100% - 70px);
	padding-left: 30px;
	padding-bottom: 40px;
	position: relative;
	border-left: var(--color-seco) solid 3px;
}
.un-history__item:last-child .un-history__body {
	border-left-color: #FFF;
	padding-bottom: 0;
}
.un-history__body::before {
	content: "";
	width: 19px;
	height: 19px;
	border-radius: 100%;
	background-color: var(--color-prim);
	position: absolute;
	left: -11px;
	top: 0;
}
.un-history__text {
	font-size: 1.4rem;
	line-height: var(--line-height-m);
	font-weight: 500;
}
.un-history__text:not(:last-child) {
	margin-bottom: 20px;
}
.un-history__image {
	margin-top: 20px;
	width: 80%;
}
@media (min-width: 768px), print {
	.un-history {
		/* &__main {
			&--image {
				max-width: calc(100% - 350px);
			}
		} */
	}
	.un-history__year {
		font-size: 2.4rem;
		width: 140px;
		margin-top: -2px;
	}
	.un-history__body {
		width: calc(100% - 140px);
		padding-left: 60px;
	}
	.un-history__body::before {
		width: 25px;
		height: 25px;
		left: -14px;
	}
	.un-history__text {
		font-size: 1.6rem;
		line-height: var(--line-height-m);
		font-weight: 500;
	}
	.un-history__text:not(:last-child) {
		margin-bottom: 20px;
	}
	.un-history__image {
		position: absolute;
		right: 0;
		top: 0;
		width: 306px;
		margin-top: 0;
	}
}
/*# sourceMappingURL=style.css.map */
