@charset "UTF-8";

:root {
	--bg-color--primary: #f5f5f5;
}

body {
	background-color: var(--bg-color--primary);
}

.main_container {
	padding-top: 120px;
	padding-bottom: 90px;
}

.links-content-wrap {
	max-width: 1360px;
	width: 90%;
	margin: 0 auto;
	padding: 42px 90px;
	background-color: #ffffff;
}

.links-content-wrap:not(:last-child) {
	margin-bottom: 24px;
}

.links-content-title {
	margin-bottom: 8px;
	background-position-y: center;
	color: #006252;
	font-weight: 700;
	font-size: 1.5em;
	/*white-space: nowrap;*/
}

.links-content-title .icon-Icon_bg {
	margin-right: 12px;
	font-size: 27px;
}

.links-content-title .icon-Icon_bg:before {
	color: #2b1e1d;
}

.link-table-scroll {
	position: relative;
}

.policies_scroll-caution {
	display: flex;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 140px;
	width: 100%;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	font-size: 0.875em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 1.3s;
	transition-delay: 1s;

	row-gap: 5px;
	aspect-ratio: 7 / 5;
}
.links-content-wrap:nth-of-type(2) .policies_scroll-caution , .links-content-wrap:nth-of-type(3) .policies_scroll-caution , .links-content-wrap:nth-of-type(5) .policies_scroll-caution {
	top: 50px;
}
@media screen and (min-width: 768px) {
	.policies_scroll-caution {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.link-table-scroll.show_content .policies_scroll-caution {
		visibility: hidden;
		opacity: 0;
	}
}
.policies_scroll-caution img {
	max-width: 83px;
	width: 100%;
}

.links-table {
	width: 100%;
	border: 2px solid #006252;
	border-collapse: collapse;
}

.links-table .links-item:nth-child(even) {
	background-color: #ebebeb;
}

.links-table th , .links-table td {
	padding: 12px 25px;
	border: 2px solid #006252;
}

.links-table th {
	width: 35%;
	font-weight: 400;
	text-align: left;
}

.links-table td {
	width: 65%;
}

.links-text {
	color: #0082e2;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	:root {
		--bg-color--primary: #ffffff;
	}
	.links-content-wrap:not(:last-child) {
		margin-bottom: 40px;
	}
	.link-table-scrol {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.links-table {
		min-width: 730px;
	}
	.links-content-wrap {
		max-width: 100%;
		width: 100%;
		margin-top: 10px;
		margin-left: 20px;
		padding: 0;
	}
	.link-table-scroll {
		/* 好きな表示幅。100%でもOK */
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		/* iPhoneの慣性スクロール */
	}
	.links-content-title {
		width: calc(100% - 40px);
		padding-left: 6px;
		background-size: 24px;
		font-size: 1.375em;
	}
	.links-table th {
		font-size: 0.9375em;
	}
	.links-text {
		font-size: 0.9375em;
	}
}
