@charset "Shift_JIS";


/* -- Cookieポリシー同意 -- */

.block-cookie-consent {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
z-index: 20000;
  width: 100%;
color: #231815;
background: rgba(230, 230, 230, 0.9);
  visibility: visible;
}

.block-cookie-consent--text a {
text-decoration: underline;
text-underline-offset: 6px;
color: #231815;
}

.block-cookie-consent--btn {
  display: inline-block;
width: 200px;
padding: 10px 30px;
border-radius: 100vh;
font-weight: 700;
  color: #fff;
background-color: #0068B6;
  text-align: center;
cursor: pointer;
}

@media only screen and (max-width: 767px) {

	.block-cookie-consent {
	flex-flow: column;
	padding: 30px;	
	}

	.block-cookie-consent--text {
	font-size: 11px;
	}

	.block-cookie-consent--btn {
	margin-top: 30px;
	font-size: 13px;
	}

}

@media print, screen and (min-width: 768px) {

	.block-cookie-consent {
	padding: 40px;
	}

	.block-cookie-consent--text {
	padding-right: 20px;
	font-size: 14px;
	}

	.block-cookie-consent--btn {
	margin-left: auto;
	font-size: 14px;
	}

}
