@charset "utf-8";
main {
	padding-bottom: 80px;
}

.cookie_policy h3 {
	margin-top: 2.4em;
	padding-bottom: 8px;
	border-bottom: 1px solid #d8cfc0;
}
.cookie_policy h4 {
	margin-top: 1.8em;
}
.cookie_policy a {
	text-decoration: underline;
	text-underline-offset: 3px;
	word-break: break-all;
}

/* 使用Cookie一覧 */
.cookie_list {
	margin-bottom: 1.8em;
	border-top: 1px solid #d8cfc0;
}
.cookie_list__item {
	padding: 14px 0;
	border-bottom: 1px solid #d8cfc0;
}
.cookie_list dt {
	font-weight: 600;
	margin-bottom: 6px;
}
.cookie_list dd {
	line-height: 1.8;
}
.cookie_policy .cookie_list__row {
	display: flex;
	margin-bottom: 4px;
}
.cookie_policy .cookie_list__row:last-child {
	margin-bottom: 0;
}
.cookie_list__label {
	flex: 0 0 7.5em;
	padding-top: 0.1em;
	color: #8a7a5c;
	font-size: 0.9em;
}

/* Cookieの設定の変更 */
.consent_settings {
	margin-bottom: 1.8em;
	padding: 24px 20px;
	background-color: #f7f7f7;
}
.cookie_policy .consent_settings__status {
	margin-bottom: 16px;
}
.consent_settings__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.consent_settings__btn {
	appearance: none;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	min-width: 130px;
	padding: 10px 28px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 7.5px;
	color: #000;
	cursor: pointer;
	transition: background-color .3s ease, color .3s ease;
}
.consent_settings__btn:hover {
	background-color: #e8e8e8;
}
.consent_settings__btn.is-active {
	background-color: #000;
	color: #fff;
}
.cookie_policy .consent_settings__note {
	margin: 12px 0 0 0;
	font-size: 0.9em;
	color: #cc0000;
}

.cookie_policy .cookie_policy__date {
	margin-top: 3em;
	text-align: right;
}

@media screen and (min-width: 768px), print {
	.post_content {
		max-width: 800px;
	}
	main {
		padding-bottom: 100px;
	}
	.cookie_list__item {
		display: flex;
		gap: 24px;
	}
	.cookie_list dt {
		flex: 0 0 11em;
		margin-bottom: 0;
	}
	.consent_settings {
		padding: 32px 36px;
	}
}
