.cookiefirst-policy-page {
	margin-bottom: 1em;
}
.cookiefirst-policy-page p {
	line-height: 1.7692307692;
}
.cookiefirst-policy-page p:not(:last-child) {
	margin-bottom: 1em;
}
.cookiefirst-policy-page h2, .cookiefirst-policy-page h3 {
	font-size: 1.3rem;
	margin-bottom: 9px;
	font-weight: bold;
}
.cookiefirst-policy-page h3,
.cookiefirst-policy-page h2 ~ p {
	padding-left: 1em;
}
.cookiefirst-policy-page .cf1tXD {
	padding-left: 1em;
}
@media (max-width: 750px) {
	.cookiefirst-policy-page .cf1tXD {
		overflow-x: scroll;
		width: 100%;
		padding-left: 0;
	}
}
.cookiefirst-policy-page .table-sm {
	width: 100%;
}
@media (max-width: 750px) {
	.cookiefirst-policy-page .table-sm {
		width: 750px;
	}
}
.cookiefirst-policy-page .table-sm tr:not(.tr--label)
{
	display: none;
}
.cookiefirst-policy-page .table-sm td, .cookiefirst-policy-page .table-sm th {
	padding: 20px 20px 20px 0;
	font-size: 1.3rem;
	border-bottom: solid 1px #C6C6C6;
	min-width: fit-content !important;
}
.cookiefirst-policy-page .table-sm th {
	font-weight: bold;
	border-bottom: solid 1px #C6C6C6;
}
.cookiefirst-policy-page .table-sm th:nth-child(1) {
	width: 14.5%;
	padding-left: 20px;
}
.cookiefirst-policy-page .table-sm th:nth-child(2) {
	width: 54%;
}
.cookiefirst-policy-page .table-sm th:nth-child(3) {
	width: 14.5%;
}
.cookiefirst-policy-page .table-sm th:nth-child(4) {
	width: 9%;
}
.cookiefirst-policy-page .table-sm th:nth-child(5) {
	width: 8%;
}
.cookiefirst-policy-page .table-sm tbody td[colspan] {
	background: #F0F0F0;
	padding: 8px 10px 8px 20px;
	border: none;
}
.cookiefirst-policy-page .table-sm tbody td[colspan] h4 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	cursor: pointer;
}
@media (max-width: 750px) {
	.cookiefirst-policy-page .table-sm tbody td[colspan] h4 {
		width: 74.6666666667vw;
		position: sticky;
		left: 20px;
	}
}
.cookiefirst-policy-page .table-sm tbody td[colspan] h4:after {
	content: "";
	display: block;
	width: 8px;
	height: 7px;
	background: url(../img/icon/panel-open.svg) no-repeat;
	margin-left: auto;
}
.cookiefirst-policy-page .table-sm tbody td[colspan] h4.on:after {
	background: url(../img/icon/panel-close.svg) no-repeat;
}
.cookiefirst-policy-page .table-sm h4 {
	font-size: 1.3rem;
	font-weight: bold;
}
.cookiefirst-policy-page button {
	width: 210px;
	height: 40px;
	background: transparent;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	background: white;
	font-size: 1.4rem;
	color: #333333;
	font-weight: bold;
	transition: opacity 0.3s ease-out;
}
.cookiefirst-policy-page .button-area__ttl {
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	background: #F0F0F0;
	padding-top: 30px;
	margin: 0;
}
@media (min-width: 751px) {
	.cookiefirst-policy-page .button-area__ttl {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}
.cookiefirst-policy-page .button-area__ttl:not(:last-child) {
	margin: 0;
}
.cookiefirst-policy-page .button-area {
	background: #F0F0F0;
}
.cookiefirst-policy-page .button-area button.hide {
	display: none;
}
@media (max-width: 750px) {
	.cookiefirst-policy-page .button-area {
		padding-bottom: 30px;
	}
	.cookiefirst-policy-page .button-area button:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (min-width: 751px) {
	.cookiefirst-policy-page .button-area {
		padding-bottom: 40px;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.cookiefirst-policy-page .button-area button {
		margin: 0 10px;
	}
}
.cookiefirst-root * {
	display:block;
}  