@charset "UTF-8";

.tpl-section + .tpl-section--white {
	padding-top: 0;
}

.tpl-label--emphasis {
	margin-bottom: 0;
}
.tpl-label--emphasis .tpl-section {
	padding: 0;
}
.tpl-chapter__up:before {
	transform: translateY(.025em) rotate(180deg);
}

.list-access {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-access li {
	width: 46.724890829%;
	margin-top: 60px;
}
.list-access li .tpl-figure {
	height: auto;
}
.txt-access {
	margin-top: 20px;
	font-size: 1.8rem;
}

.tpl-list__title {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.tpl-list__title span {
	font-size: 2.2rem;
}
.tpl-list__copy {
	font-size: 1.6rem;
	text-align: right;
}
.tpl-list__copy span {
	font-size: 2.0rem;
}

.note-access {
	margin-top: 10px;
	font-size: 1.0rem;
	line-height: 1.75;
	text-align: justify;
}

.preparation {
	margin-top: 40px;
	font-size: 1.8rem;
	text-align: center;
}



@media screen and (max-width: 768px) {
	.tpl-label--emphasis .tpl-headline__title-en {
		font-size: 2rem;
	}
	.tpl-chapter__up:before {
		transform: translateY(.025em) rotate(180deg);
	}

	.list-access li {
		width: 48%;
		margin-top: 30px;
	}
	.txt-access {
		margin-top: 10px;
		font-size: 1.6rem;
	}

	.tpl-list__title {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.tpl-list__title span {
		font-size: 1.8rem;
	}
	.tpl-list__copy {
		font-size: 1.3rem;
		text-align: right;
	}
	.tpl-list__copy span {
		font-size: 1.5rem;
	}

	.preparation {
		margin-top: 20px;
		font-size: 1.4rem;
	}
}