@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;
}

.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: #7F7F7F !important;
	color: #fff !important;
}

#cn-more-info {
	background-color: transparent !important;
	color: #333 !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;
	}	
}

/*  */
.cf7-contact-type {
	position: absolute;
	opacity: 0;
	z-index: -10;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	padding: 0 !important;
	border: none !important;
}

/* Recaptcha v2用 */
.wpcf7-form-control-wrap.recaptcha {
	display: block;
	margin-top: 2.4rem;
}

.p-entry .wpcf7-form-control-wrap.recaptcha  iframe {
	margin-top: 0;
}

@media screen and (max-width: 991px) {
	.p-entry .wpcf7-form-control-wrap.recaptcha iframe {
		margin-top: 0;
	}
}