@charset "UTF-8";
/* Cookie Notice & Compliance for GDPR / CCPA プラグイン スタイル対応 */
#cookie-notice {
	font-family: "游ゴシック","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ","Meiryo","Osaka",sans-serif;
}

#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container{
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	text-align: left;
}

#cookie-notice {
	background-color: #32323a !important;
}

.cn-text-container {
	margin-bottom: 0;
}

.cn-buttons-container {
	flex-shrink: 0;
}

.cn-close-icon {
	top: 15px;
	margin-top: 0;
}

#cn-refuse-cookie {
	background-color: #ccc !important;
	color: #333 !important;
}

#cn-more-info {
	background-color: transparent !important;
	color: #fff !important;
	text-decoration: underline !important;
}

@media (max-width: 991px) {
	#cookie-notice .cookie-notice-container {
		flex-direction: column;
		align-items: center;
		gap: 0.8rem;
	}

	.cookie-notice-container #cn-notice-buttons {
		margin-bottom: -10px !important;
	}

	#cookie-notice .cn-button:not(.cn-button-custom) {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 767px) {
	.cn-close-icon {
		top: 10px;
		right: 10px;
	}	
}