.download-wrap {
	width: 120rem;
	max-width: 95%;
	margin: auto;
	padding: 25rem 2% 30rem;
	font-size: 1.8rem;
}

.download-information {
	width: 102.4rem;
	max-width: 100%;
}

.download-information h1 {
	font-size: 3.2rem;
	max-width: 90rem;
}

.download-information h2 {
	font-size: 3.2rem;
	margin: 8rem 0 5rem;
}


.download-information ul {
	margin: 0 0 4rem;
}

.download-information h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 3rem 0 0;
}

.download-information li {
	text-indent: -1.5rem;
	padding: 0 0 0 2.5rem;
}

.download-wrap li:not(.no-dot):before {
	content: '・';
}

.download-table {
	border-collapse: collapse;
}

.download-table th,
.download-table td {
	border: 0.2rem solid #D9D9D9;
	border-collapse: collapse;
}

.download-table th {
	border-top: none;
}

.download-table tr:last-child td {
	border-bottom: none;
}

.download-table th:first-child,
.download-table td:first-child {
	border-left: none;
}

.download-table th:last-child,
.download-table td:last-child {
	border-right: none;
}

.download-table-wrap {
	width: 120rem;
	max-width: 100%;
	border: 0.2rem solid #D9D9D9;
	margin: 15rem 0 10rem;
}

.download-table {
	width: 100%;
	max-width: 120rem;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.scroll {
	overflow: auto;
}

.scroll .download-table {
	min-width: 78rem;
}

.scroll-hint-parent {
	position: relative;
}

.scroll-hint {
	position: absolute;
	display: block;
	top: 25rem;
	left: 50%;
	transform: translateX(-50%) scale(1.5);
	padding: 1.5rem;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background-color: #555;
	text-shadow: 0.3rem 0.3rem 0.5rem #000;
	box-shadow: 0 0 0.5rem #000;
	display: flex;
	opacity: 0;
	pointer-events: none;
	z-index: 10;
	transition: opacity 0.1s;
}

.scroll-hint-show {
	opacity: 0.4;
}

.download-table th {
	height: 8.3rem;
	background-color: #EFEDED;
}

.download-table td {
	height: 21rem;
	text-align: center;
	padding: 0 1%;
}

.download-table td:nth-child(1) {
	width: 19.93%;
}

.download-table td:nth-child(2) {
	width: 22.43%;
}

.download-table td:nth-child(3) {
	width: 24.44%;
}

.download-table td:nth-child(4) {
	width: 16.10%;
}

.download-table td:nth-child(5) {
	width: 17.10%;
}

/*自動挿入される画像を非表示 */
.download-table img {
	width: 0;
}

.download-table .download-table__thunbnail-link>img {
	display: block;
	width: 15rem;
	height: auto;
	margin: auto;
}

.download-table .download-table__link {
	text-decoration: underline;
	color: #0038B0;
}

.youtube-link {
	font-size: 2rem;
	text-decoration: underline;
	color: #000;
}

@media (max-width: 768px) {
	.download-wrap {
		padding: 12rem 2% 8rem;
		font-size: 1.6rem;
	}

	.download-information h1 {
		font-size: 2.2rem;
		max-width: 63rem;
	}

	.download-information h2 {
		font-size: 2rem;
		margin: 6rem 0 1.5rem;
	}

	.download-information ul {
		margin:  0;
	}

	.download-information h3 {
		font-size: 1.8rem;
	}

	.download-information li {
		font-size: 1.6rem;
		padding: 0 0 0 1.8rem;
		text-indent: -1.5rem;
	}

	.download-table-wrap {
		margin: 5rem 0;
	}

	.download-table th {
		height: 6rem;
	}

	.download-table td {
		height: 18rem;
	}

	.youtube-link {
		font-size: 1.8rem;
	}

	.scroll-hint {
		top: 21rem;
		transform: translateX(-50%) scale(1.4);
	}
}