@charset "UTF-8";

@media all {
	.domestic-info .pc-right {
		position: relative;
	}
	.domestic-info .pc-right::before {
		content: 'STATION';
		position: absolute;
		top: -2em;
		left: 0;
		font-weight: bold;
		color: #3B4C85;
	}
}
/* sp */
@media only screen and (max-width: 767px) {
	.section-header-ttl {
		padding: 0 var(--sp-vw-10px);
		line-height: 1.7;
	}
	.domestic-info .pc-right {
		margin-top: 3em;
	}
}
/* tab & pc */
@media print,
(min-width: 768px) {
	.domestic-info > div {
		width: 50%;
	}
	#access .dot-style-list {
		width: 100%;
	}
	.info-dt {
		width: 200px;
	}
	.page-header .section-header-ttl {
		margin: 0 auto;
		width: 720px;
	}
}

/* tab */
@media (min-width: 768px) and (max-width: 1024px) {}