@charset "UTF-8";
/* ==========================================================================
	 * cookie
========================================================================== */
.cookie {
	padding-top: 40px;
}
.cookie__container {
	padding-right: 20px;
	padding-left: 20px;
}
.cookie__title {
	margin-bottom: 35px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
}
.cookie__leadcopy {
	margin-bottom: 40px;
	padding-bottom: 35px;
	border-bottom: 1px solid #b2c644;
	font-size: 1.5rem;
	line-height: 1.8;
}
.cookie__section {
	margin-bottom: 45px;
}
.cookie__section:last-of-type {
	margin-bottom: 0;
}
.cookie__section-title {
	margin-bottom: 15px;
	padding-left: 0.5em;
	border-left: 6px solid #acc818;
	font-size: 1.8rem;
	line-height: 1.2;
}
.cookie__section-subtitle {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
}
.cookie__bodycopy {
	font-size: 1.5rem;
	line-height: 1.8;
}
.cookie__list--mt {
	margin-top: 12px;
}
.cookie__list-item {
	margin-bottom: 15px;
	padding-left: 1.3em;
	text-indent: -1.2em;
	font-size: 1.5rem;
	line-height: 1.8;
}
.cookie__list-item:last-child {
	margin-bottom: 0;
}
.cookie__notes {
	padding-top: 10px;
}
.cookie__notes-item {
	margin-bottom: 10px;
	padding-left: 1.2em;
	text-indent: -1.1em;
	font-size: 1.5rem;
	line-height: 1.8;
}
.cookie__notes-item:last-child {
	margin-bottom: 0;
}
.cookie--date {
	padding-top: 40px;
	text-align: right;
}

@media screen and (min-width: 768px) {
	.cookie {
		padding-top: 90px;
	}
	.cookie__container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 60px;
		padding-left: 60px;
		max-width: 860px;
	}
	.cookie__title {
		margin-bottom: 40px;
		font-size: 3.4rem;
	}
}
