@charset "UTF-8";


.common_page-title {
	text-align: center;
}
@media screen and (min-width: 768px) {
	body {
		background-color: var(--bg-color--primary);
	}
	.main_container {
		padding-top: 115px;
		padding-bottom: 95px;
	}
	.common_page-title br {
		display: none;
	}
	.common_page-text br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.main_container {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}




/*******************************************************************************
	アンカーナビゲーション
*******************************************************************************/
.agreement_anchor-nav {
	display: block;
	margin: 0 auto;
}
.agreement_anchor-list {
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.agreement_anchor-link {
	display: flex;
	width: 100%;
	height: clamp(4.063rem, 3.114rem + 1.98vw, 5rem);
	padding: 0 10px;
	background-color: #ebebeb;
	color: #000000;
	font-weight: 500;
	font-size: clamp(0.813em, 0.686em + 0.26vw, 0.938em);
	line-height: clamp(1.313rem, 1.123rem + 0.4vw, 1.5rem);
	column-gap: 5px;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s;
}
.agreement_anchor-link:hover {
	background-color: #006252;
	color: #ffffff;
}
.agreement_anchor-link i.anchor_icon {
	font-style: normal;
	font-size: clamp(1em, 0.747em + 0.53vw, 1.25em);
}
.agreement_anchor-link i:not(.anchor_icon) {
	font-size: clamp(1em, 0.81em + 0.4vw, 1.188em);
}
@media screen and (min-width: 768px) {
	.agreement_anchor-nav {
		max-width: 1450px;
		width: 95%;
		margin-bottom: 55px;
		padding: 23px 10px;
		border: 2px solid #006252;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		background-color: #ffffff;
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	}
	.agreement_anchor-select {
		display: none;
	}
	.agreement_anchor-list {
		row-gap: 10px;
	}
	.agreement_anchor-item {
		max-width: 260px;
		width: 19.3309%;
	}
	@media screen and (min-width: 1156px) {
		.agreement_anchor-list {
			max-width: 1345px;
			column-gap: 0.836375%;
		}
		.agreement_anchor-item {
			width: 19.3309%;
		}
	}
	@media screen and (max-width: 1155px) {
		.agreement_anchor-list {
			max-width: 800px;
			column-gap: 1.25%;
		}
		.agreement_anchor-item {
			width: 32.5%;
		}
	}
}

@media screen and (max-width: 767px) {
	.agreement_anchor-nav {
		max-width: 315px;
		width: calc(100% - 60px);
		margin-bottom: 25px;
	}

	.agreement_anchor-select {
		display: flex;
		width: 100%;
		height: 50px;
		padding: 10px 20px 10px 15px;
		border: 1px solid #006252;
		background-color: #006252;
		color: #ffffff;
		font-weight: 500;
		font-size: 1em;
		text-align: left;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		transition: all 0.4s;
	}
	.agreement_anchor-select:hover {
		opacity: 0.8;
	}
	.agreement_anchor-select i {
		font-size: 7px;
		transition: all 0.4s;
	}
	.agreement_anchor-select.is-open i {
		transform: rotate(180deg);
	}

	.agreement_anchor-list {
		display: none;
		border: 1px solid #006252;
		border-top: none;
	}
	.agreement_anchor-item {
		width: 100%;
	}

	.agreement_anchor-link {
		height: 60px;
		background-color: #006252;
		color: #ffffff;
		font-size: 0.875em;
		word-break: auto-phrase;
	}

	.agreement_anchor-link:hover {
		background-color: #ffffff;
		color: #006252;
	}
	.agreement_anchor-link br {
		display: none;
	}

	.agreement_anchor-link i {
		display: none;
	}
}

/*******************************************************************************
	PDFリンク
*******************************************************************************/
.common_pdf-container {
	display: block;
	max-width: 1360px;
	width: 95%;
	margin: 0 auto;
	padding: clamp(1.906rem, -0.262rem + 4.52vw, 3.781rem) 10px;
}
.pdf_link-content {
	display: flex;
	font-size: clamp(0.875em, 0.658em + 0.45vw, 1.063em);
	line-height: clamp(1.25rem, 0.889rem + 0.75vw, 1.563rem);
	column-gap: clamp(0.625rem, -0.459rem + 2.26vw, 1.563rem);
	justify-content: center;
	align-items: center;

	row-gap: 20px;
}
.pdf_link-img {
	display: flex;
	max-width: 158px;
	width: 158px;

	aspect-ratio: 158/39;
}
.pdf_link-img img {
	width: 100%;
}
.pdf_link-content figcaption a {
	color: #000000;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.common_pdf-container {
		width: 95%;
		margin-bottom: 45px;
		background-color: #ffffff;
	}
	.pdf_link-content br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.common_pdf-container {
		width: calc(100% - 40px);
		margin-bottom: 40px;
		background-color: #f7f7f7;
	}
	.pdf_link-content {
		text-align: center;
		flex-direction: column-reverse;
	}
}

/*******************************************************************************
	各
*******************************************************************************/
.common_agreement-container {
	display: flex;
	max-width: 1360px;
	margin: 0 auto;
	flex-direction: column;

	row-gap: 25px;
}
.common_agreement-section {
	display: flex;
	width: 100%;
	background-color: #ffffff;
	flex-direction: column;
	align-items: center;

	row-gap: 5px;
}
.common_agreement-wrapper {
	display: flex;
	max-width: 1180px;
	width: 95%;
}
.common_agreement-title {
	display: flex;
	padding-left: 5px;
	color: #006252;
	font-weight: bold;
	font-size: clamp(1.375em, 1.23em + 0.3vw, 1.5em);
	column-gap: 10px;
	align-items: baseline;
}
.common_agreement-title i.icon-pdf {
	color: #4b4b4b;
	font-size: clamp(2.125em, 1.691em + 0.9vw, 2.5em);
}
.common_agreement-title i.icon-window {
	color: #4b4b4b;
	font-size: clamp(2.125em, 1.691em + 0.9vw, 2.5em);
}
.agreement-table-container {
	display: flex;
	position: relative;
}
.agreement-table-container {
	overflow-x: scroll;
	overflow-y: hidden;
}

.agreement_table-content {
	width: 100%;
	font-size: clamp(0.938em, 0.793em + 0.3vw, 1.063em);
	border-collapse: collapse;
	border-spacing: 0;
}
.savings_even , .common_agreement-section:not(#agreement_savings) .agreement_table-content tbody tr:nth-of-type(even) {
	background-color: #ebebeb;
}
.agreement_table-content tr th , .agreement_table-content tr td {
	padding: clamp(0.688rem, 0.603rem + 0.18vw, 0.719rem) 10px;
	border: 2px solid #006252;
	font-weight: normal;
}
.agreement_table-content .savings_tbody:not(:nth-of-type(1))::before {
	display: block;
	height: 20px;
	content: "";
}
.agreement_table-content tr th {
	background-color: #ffffe0;
}
.agreement_table-content tr th:nth-of-type(1) , .agreement_table-content tr td:nth-of-type(1) {
	padding-right: clamp(1.25rem, 0.889rem + 0.75vw, 1.563rem);
	padding-left: clamp(1.25rem, 0.889rem + 0.75vw, 1.563rem);
	text-align: justify;
}
.agreement_table-content tr th:nth-of-type(1) {
	max-width: 590px;
	width: 50%;
}
.agreement_table-content tr th:not(:nth-of-type(1)) {
	max-width: 295px;
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}
.agreement_table-content a {
	color: #000000;
	text-decoration: underline;
}
.agreement_table-content tr td:not(:nth-of-type(1)) {
	text-align: center;
}

#agreement_savings .agreement_scroll-caution {
	top: 60px;
}

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

	row-gap: 5px;
	aspect-ratio: 7 / 5;
}
.agreement_scroll-caution img {
	max-width: 83px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.common_agreement-container {
		width: 95%;

		row-gap: 25px;
	}
	.common_agreement-section {
		padding: 45px 0;
	}
	.common_agreement-wrapper {
		width: 95%;
	}
	.common_agreement-title br {
		display: none;
	}
	.agreement_scroll-caution {
		display: none;
	}
	.agreement_table-content .savings_tbody:not(:nth-of-type(1))::before {
		height: 20px;
	}
}
@media screen and (max-width: 767px) {
	.main_container {
		background-color: #ffffff;
	}

	.common_agreement-container {
		width: 100%;
		padding-left: 20px;

		row-gap: 40px;
	}

	.common_agreement-wrapper {
		width: 100%;
	}


	.agreement-table-mini {
		padding-right: 20px;
	}

	.agreement-table-mini .agreement_table-content {
		min-width: 735px;
	}

	.agreement-table-container .agreement_table-content {
		min-width: 735px;
	}


	.show_content .agreement_scroll-caution {
		visibility: hidden;
		opacity: 0;
	}
	.agreement_table-content .savings_tbody:not(:nth-of-type(1))::before {
		height: 15px;
	}
}
