@charset 'UTF-8';

/*-----------------------------------------------
 8px:57.14%
10px:71.43%
11px:78.57%
12px:85.71%
13px:92.86%
14px:100%
15px:107.14%
16px:114.29%
17px:121.43%
18px:128.57%
-----------------------------------------------*/
body, address, div, h1, h2, h3, h4, h5, h6, p, hr, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, span {
	font-size: 14px;
	color: #dddddd;
}
html,body {
	width: 100%;
	height: 100%;
	/*font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;*/
	font-family: 'Noto Sans Jp', sans-serif;
	font-weight: 400;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-feature-settings: "palt";
}
html{
	font-size: 62.5%;
}
a:link, a:visited {
	color: inherit;
	text-decoration: none;
}
img {
	width: 100%;
}
.mover a:hover {
	opacity: 0.6;
}
#analysisScriptArea+a,
#analysisScriptArea+a img#_ullogimgltr {
	display: block;
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: -1px 0 0 0;
}

/* unit */
.unit {
	overflow: hidden;
	position: relative;
}
.fadeUnit {
	visibility: hidden;
	opacity: 0;
}
.commonUnit {
	width: 100%;
	height: 100%;
}
.unit.contentUnit {
	min-height: 840px;
}
.unit.content06Unit {
	height: auto;
}
.unit div.fadeUnit {
	/*padding: 0;*/
}
@media screen and (max-width:768px) {
	.commonUnit {
		width: 100%;
		height: auto;
	}
	.unit.contentUnit {
		min-height: 0;
	}
	.unit.content06Unit {
		height: auto;
	}
}

/* contentBg */
.contentBg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}

/* contentInner */
.contentInner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

/* globalNav */
#globalNav {
	position: relative;
	z-index: 2000;
	height: 100px;
	background-color: #ffffff;
}
#globalNav>div {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #dfdfdf;
}
#globalNav .contentInner {
	position: relative;
	z-index: 10;
	background-color: #ffffff;
}
#globalNav .menuWrap {
	width: 70%;
	margin: 0 0 0 25%;
}
#globalNav .menuWrap>dt {
	display: none;
}
#globalNav .menuWrap .menuInner {
	position: relative;
	float: left;
	width: 32.5%;
	height: 100px;
	text-align: center;
}
#globalNav .menuWrap .menuInner.type02 {
	width: 17.5%;
}
#globalNav .menuWrap>dd dt,
#globalNav .menuWrap .menuInner>span {
	height: 100px;
}
#globalNav .menuWrap>dd dt a,
#globalNav .menuWrap .menuInner span a {
	display: block;
	line-height: 1.0;
	text-decoration: none;
	padding: 20px 0;
}
#globalNav .menuWrap>dd dt a span,
#globalNav .menuWrap .menuInner span a span {
	display: block;
	color: #838383;
	font-size: 114.29%;
	line-height: 1.0;
	padding: 20px 0;
	border-right: 1px solid #f0f0f0;
}
#globalNav .menuWrap>dd dl:first-child dt a span {
	border-left: 1px solid #f0f0f0;
}
#globalNav .menuWrap>dd:first-child dt a span {
	border-left: 1px solid #f0f0f0;
}
#globalNav .menuWrap>dd dt.current a,
#globalNav .menuWrap>dd dt.menuon a,
#globalNav .menuWrap>dd dt a:hover,
#globalNav .menuWrap .menuInner span a:hover {
	opacity: 1.0;
	background-image: url("../img/bg_gnav_on.jpg");
	background-position: left center;
	background-repeat: repeat-x;
}
#globalNav .menuWrap>dd dt.current a span,
#globalNav .menuWrap>dd dt.menuon a span,
#globalNav .menuWrap>dd dt a:hover span {
	opacity: 1.0;
	color: #000000;
}
#globalNav .menuWrap>dd dd {
	display: none;
}
#globalNav .navEdge {/*
	display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#globalNav .navEdge.underNav {
	top: auto;
	bottom: 0;
}
#globalNav .navEdge>div {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	background-image: url("../img/bg_grey00.png");
	background-position: left top;
	background-repeat: repeat-x;
}
#globalNav .navEdge.underNav>div {
	top: 0;
	bottom: auto;
	border-bottom: 0;
}
#globalNav #submenu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#globalNav .navEdge.underNav #submenu {
	top: auto;
	bottom: 0;
}
#globalNav #submenu>div {
	position: absolute;
	bottom: 0;
	left: 25%;
	right: 0;
	width: 75%;
	margin: 0 auto;
}
@media screen and (max-width: 1500px) {
	#globalNav #submenu>div {
		width: 65%;
		max-width: 1200px;
		margin: 0;
	}
}
#globalNav .navEdge.underNav #submenu>div {
	top: 0;
	bottom: auto;
}
#globalNav #submenu .submenuItem {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
#globalNav .navEdge.underNav #submenu .submenuItem {
	top: auto;
	bottom: 0;
}
#globalNav #submenu ul.submenuItem {
	left: 0;
}
#globalNav #submenu ul.submenuItem+ul {
	left: 33.33%;
}
#globalNav #submenu ul.submenuItem+ul+ul {
	left: auto;
}
#globalNav #submenu .submenuItem li {
	float: left;
	margin: 0 0 0 20px;
}
#globalNav #submenu .submenuItem li:first-child {
	margin: 0;
}
#globalNav #submenu .submenuItem li a {
	display: block;
	padding: 18px 0;
}
#globalNav #submenu .submenuItem li a:hover span {
	color: #ff7e7e;
}

#globalNav #submenu .submenuItem li.viewArea a span {
	color: #ff7e7e;
}
#globalNav .logo {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25%;
}
#globalNav .logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	height: auto;
	margin: auto;
}
#globalNav .rightEdge {
	position: absolute;
	top: 21px;
	right: 0;
	z-index: 1100;
	height: 20px;
	margin: auto;
}
#globalNav .rightEdge p {
	height: 100%;
	text-align: right;
	margin: 0 30px 0 0;
}
#globalNav .rightEdge img {
	width: auto;
	height: 100%;
}
#globalNav #languageMenu {
	position: absolute;
	right: 12px;
	top: 55px;
	color: #000;
	width: 150px;
	z-index: 1100;
}
#globalNav #languageMenu>div {
	position: relative;
	border-top: 1px solid #000;
}
#globalNav #languageMenu .language,
#globalNav #languageMenu a,
#globalNav #languageMenu span {
	display: block;
	font-size: 12px;
	color: #000;
	padding: 9px 0;
	cursor: pointer;
}
#globalNav #languageMenu span {
	cursor: default;
}
#globalNav #languageMenu .language,
#globalNav #languageMenu li {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transition: opacity 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
}
#globalNav #languageMenu .language:hover,
#globalNav #languageMenu li:hover {
	opacity: 0.8;
}
#globalNav #languageMenu .language {
	position: relative;
}
#globalNav #languageMenu .language:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8%;
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	background-image: url(../img/global.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}
#globalNav #languageMenu .language:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
}
#globalNav #languageMenu .language.on:after {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#globalNav #languageMenu .language.on.up:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#globalNav #languageMenu ul {
	position: absolute;
	top: 31px;
	width: 100%;
	opacity: 0;
	transition : all 1000ms;
	background-color: #fff;
	pointer-events: none;
}
#globalNav #languageMenu .language.up + ul {
	bottom: 31px;
	top: initial;
	border-top: 1px solid #000;
}
#globalNav #languageMenu .language.on+ul,
#globalNav #languageMenu .language:hover
/*#globalNav #languageMenu ul:hover*/ {
	opacity: 1;
	pointer-events: auto;
}
#globalNav #languageMenu .language.top+ul {
	top: auto;
	bottom: 31px;
	border-top: 1px solid #000;
}
@media screen and (max-width:1500px) {
	#globalNav .menuWrap {
		width: 58%;
		max-width: 1200px;
		margin: 0 0 0 25%;
	}
	#globalNav .rightEdge {
		width: 10%;
	}
	#globalNav .rightEdge p {
		text-align: center;
		margin: 0;
	}
	#globalNav .rightEdge img {
		width: 80%;
		height: auto;
	}
	#globalNav #languageMenu {
		width: 120px;
		right: 0.5%;
	}
}
@media screen and (max-width:768px) {
	#globalNav,
	#globalNav>div {
		position: fixed;
		top: 0;
		z-index: 1010;
		width: 100%;
		height: inherit;
		border-bottom: 0;
	}
	#globalNav {
		height: 40px;
	}
	#globalNav .menuWrap {
		width: 100%;
		margin: 0;
	}
	#globalNav .menuWrap>dt {
		display: block;
		text-align: right;
		background-color: #ffffff;
		border-bottom: 1px solid #dfdfdf;
	}
	#globalNav .menuWrap>dt img{
		width: 11.07%;
		padding: 10px 0;
	}
	#globalNav .menuWrap>dd {
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 70%;
		background-color: #000000;
		margin: 0 0 0 30%;
	}
	#globalNav .menuWrap>dd>div {
		overflow: auto;
	}
	#globalNav .menuWrap .menuInner,
	#globalNav .menuWrap .menuInner.type02 {
		float: none;
		width: 100%;
		height: auto;
		text-align: left;
	}
	#globalNav .menuWrap>dd dt,
	#globalNav .menuWrap .menuInner>span {
		float: none;
		width: 100%;
		height: auto;
		background-color: #333333;
		border-bottom: 1px solid #595959;
		display: block;
	}
	#globalNav .menuWrap>dd dd {
		display: block;
		top: auto;
		height: auto;
		background-color: #000000;
		padding: 0;
		border-bottom: 1px solid #595959;
	}
	#globalNav .menuWrap>dd dt.current a,
	#globalNav .menuWrap>dd dt.menuon a,
	#globalNav .menuWrap>dd dt a:hover,
	#globalNav .menuWrap .menuInner>span a:hover {
		background-image: none;
	}
	#globalNav .menuWrap>dd dt.current a span,
	#globalNav .menuWrap>dd dt.menuon a span,
	#globalNav .menuWrap>dd dt a:hover span,
	#globalNav .menuWrap .menuInner>span a:hover span {
		color: #ffffff;
	}
	#globalNav .menuWrap>dd dt a:hover,
	#globalNav .menuWrap>dd dd a:hover,
	#globalNav .menuWrap>dd dt a:hover span,
	#globalNav .menuWrap>dd dd a:hover span,
	#globalNav .menuWrap .menuInner>span a:hover span {
		opacity: 0.6;
	}
	#globalNav .menuWrap>dd dt a span,
	#globalNav .menuWrap .menuInner>span a span {
		color: #ffffff;
		font-size: 100%;
		text-align: left;
		background-image: url("../img/arrow00.png");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: contain;
		margin: 0 2.5% 0 0;
		padding: 0 0 0 4%;
		border-right: 0;
	}
	#globalNav .menuWrap>dd dt a:hover {
		background-image: none;
	}
	#globalNav .menuWrap>dd dt a:hover span {
		color: #ffffff;
	}
	#globalNav .menuWrap>dd dd {
		position: static;
		float: none;
	}
	#globalNav .menuWrap>dd dd a {
		display: block;
		line-height: 1.0;
		text-decoration: none;
		padding: 20px 0;
	}
	#globalNav .menuWrap>dd dd a span {
		display: block;
		color: #ffffff;
		font-size: 100%;
		text-align: left;
		background-image: url("../img/arrow00.png");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: contain;
		margin: 0 2.5% 0 0;
		padding: 0 0 0 8%;
		border-right: 0;
	}
	#globalNav .menuWrap>dd a:hover {
		background-image: none;
	}
	#globalNav .menuWrap>dd a:hover span {
		color: #ffffff;
	}
	#globalNav .menuWrap>dd dl:first-child dt a span {
		border-left: none;
	}
	#globalNav .navEdge {
		display: none;
	}
	#globalNav .logo {/*
		width: 46.67%;*/
		width: 40.93%;
	}
	#globalNav .logo img {
		position: relative;
		z-index: 100;/*
		width: 90.29%;*/
		padding: 10px 0;
	}
	#globalNav .rightEdge {
		display: none;
	}
	#globalNav .miasaSignIn {
		position: absolute;
		padding: calc(8.1% + 20px) 0 0 0;
		top: 0;
		left: 0;
		right: 0;
	}
	#incFavoriteButtonArea.miasa .subnavSignin .menuChild .signout, #incFavoriteButtonArea .subnavSignin .menuChild .signin {
		left: -330%;
	}
	#incFavoriteButtonArea.miasa .subnavSignin .menuChild .signout ul:before {
		right: 0;
		left: 0;
	}
	#globalNav #languageMenu {
		position: absolute;
		right: 13%;
		top: 25px;
		width: 100px;
	}
	#incFavoriteButtonArea.miasa {
		right: 29%;
	}
}
@media screen and (max-width:640px) {
	#incFavoriteButtonArea.miasa {
		right: 40%;
		padding-bottom: 41px;
	}
	#globalNav #incFavoriteButtonArea .subnavSignin .menuParent .signout span,
	#globalNav #incFavoriteButtonArea .subnavSignin .menuParent .signin span,
	#globalNav #incFavoriteButtonArea .subnavSignin .menuParent .signout a,
	#globalNav #incFavoriteButtonArea .subnavSignin .menuParent .signin a {
		font-size: 20px;
	}
	#globalNav #languageMenu {
		position: absolute;
		right: 12%;
		top: 9px;
		width: 100px;
	}
	#globalNav #languageMenu .language,
	#globalNav #languageMenu a,
	#globalNav #languageMenu span {
		font-size: 11px;
	}
	#incFavoriteButtonArea.miasa .subnavSignin .menuChild .signout, #incFavoriteButtonArea .subnavSignin .menuChild .signin {
		left: -288%;
	}
}
@media screen and (max-width:360px) {
	#globalNav #languageMenu {
		top: 8px;
	}
	#incFavoriteButtonArea.miasa {
		right: 44%;
	}
	#globalNav #languageMenu .language,
	#globalNav #languageMenu a,
	#globalNav #languageMenu span {
	    padding: 8px 0;
	}
}

/* content06 */
#content06 {
	height: 100%;
	background-color: #000000;
}
#content06 .contentInner {
	padding: 80px 0;
}
#content06 .contentInner>div {
	overflow: hidden;
	position: static;
	width: 83.33%;
	background-image: url("../img/bg_content06_00.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}
#content06 h2 {
	float: right;
	width: 369px;
	margin: 0 11.6% 25px 0;
	padding: 5px 12px 0 12px;
}
#content06 h2 img+img {
	display: none;
}
#content06 .image {
	display: none;
	width: 74.08%;
}
#content06 .text {
	clear: both;
	float: right;
	width: 393px;
	text-align: left;
	margin: 0 11.6% 0 0;
}
#content06 .text h3 {
	font-size: 114.29%;
	line-height: 1.0;
	letter-spacing: 3px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #343434;
}
#content06 .text h3 span {
	display: block;
	font-size: 93.75%;
	line-height: 1.0;
	letter-spacing: 0;
	margin: 0 0 9px 0;
}
#content06 .text p {
	margin: 0 0 5px 0;
}
#content06 .text ul {
	margin: 0 0 35px 0;
}
#content06 .text li {
	line-height: 1.8;
	text-indent: -1.0em;
	padding: 0 0 0 1.0em;
}
#content06 .text li.notice {
	font-size: 71.43%;
	padding: 5px 0 0 2.5em;
}
#content06 .text dl {
	position: relative;
	margin: 7px 0 0 0;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	display: block;
}
#content06 .text dt {
	display: inline-block;
	position: relative;
	top: -7px;
	font-size: 92.86%;
	background-color: #000000;
	margin: 0 0 7px 0;
	padding: 0 10px 0 0;
}
#content06 .text dd {
	margin: 0 0 15px 0;
}
#content06 .text .tell {
	color: #e35555;
	font-size: 128.57%;
	line-height: 1.67;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
}
#content06 .text dd span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
}
#content06 .text dd .notice {
	font-size: 71.43%;
}
#content06 .text dd a:hover {
	opacity: 0.6;
}
#content06 .toTop {
	display: none;
}
@media screen and (max-width:1000px) {
	#content06 .contentInner>div {
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	#content06 .contentInner {
		width: 89.33%;
		padding: 35px 0 0 0;
	}
	#content06 .contentInner>div {
		position: static;
		width: auto;
		background-image: url("../img/bg_sp_content06_00.jpg");
		background-position: center top;
		background-size: contain;
		padding: 0;
	}
	#content06 h2 {
		width: 30.60%;
		margin: 0 13.33% 60px 0;
		padding: 20px 0 0 0;
	}
	#content06 h2 img {
		display: none;
	}
	#content06 h2 img+img {
		display: block;
	}
	#content06 .image {
		width: 42.09%;
		margin: 0 0 20px 11.57%;
	}
	#content06 .text {
		clear: both;
		float: none;
		width: 100%;
	}
	#content06 .text h3 {
		font-size: 114.29%;
		margin: 0 0 20px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #4d4d4d;
	}
	#content06 .text .contact {
		display: none;
	}
	#content06 .toTop {
		display: block;
		padding: 20px 0;
	}
	#content06 .toTop img {
		width: 88px;
		padding: 10px;
	}
}

/* footer */
footer {
	overflow: hidden;
	clear: both;
	position: relative;
	background-color: #151515;
}
.contact {
	display: none;
}
footer .logo {
	display: none;
}
footer .copy {
	padding: 25px 0;
}
footer .copy small {
	color: #a7a7a7;
	font-size: 71.43%;
	line-height: 1.0;
}
footer .toTop {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
footer .toTop a:hover {
	opacity: 0.6;
}
@media screen and (max-width:768px) {
	footer {
		background-color: #f3f3f3;
		padding: 15px 0;
	}
	.contact_wrap {
		background-color: #f3f3f3;
		overflow: hidden;
	}
	.contact {
		display: block;
		text-align: left;
		background-color: #ffffff;
		margin: 15px;
		padding: 20px 3% 10px 3%;
	}
	.contact .notice {
		font-size: 71.43%;
	}
	.contact dl {
	}
	.contact dt {
		color: #333333;
		margin: 0 0 10px 0;
	}
	.contact dd {
		color: #333333;
		margin: 0 0 10px 0;
	}
	.contact a[href^="tel:"] {
		color: #e35555;
		font-size: 128.57%;
		line-height: 1.67;
		font-style: normal;
	}
	.contact dd span {
		display: inline-block;
		color: #333333;
		vertical-align: middle;
		margin: 0 0 0 10px;
		padding: 0 0 5px 0;
	}
	footer .contact {
		display: block;
		text-align: left;
		background-color: #ffffff;
		margin: 15px;
		padding: 20px 3% 10px 3%;
	}
	.miasaTop footer .contact,
	.detail03 footer .contact {
		display: none;
	}
	footer .contact .notice {
		font-size: 71.43%;
	}
	footer .contact dl {
	}
	footer .contact dt {
		color: #333333;
		margin: 0 0 10px 0;
	}
	footer .contact dd {
		color: #333333;
		margin: 0 0 10px 0;
	}
	footer .contact a[href^="tel:"] {
		color: #e35555;
		font-size: 128.57%;
		line-height: 1.67;
		font-style: normal;
	}
	footer .contact dd span {
		display: inline-block;
		color: #333333;
		vertical-align: middle;
		margin: 0 0 0 10px;
		padding: 0 0 5px 0;
	}
	footer .logo {
		display: block;
		width: 24%;
		margin: 0 auto;
	}
	footer .copy {
		padding: 8px 0;
	}
	footer .copy small {
		color: #333333;
	}
	footer .toTop {
		display: none;
	}
}

@media screen and (min-width:769px) {
	.pc_only {
		display: inline-block;
	}
	.sp_only {
		display: none;
	}
}
@media screen and (max-width:768px){
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inline-block;
	}
}
#onetrust-consent-sdk *{
	font-size: 16px;
}
/* Consent Banner と Privacy Setting Bannerの行間調整(自動) */
.cookie_consent-consent_banner__description,
.cookie_consent-privacy_setting_banner__description,
.cookie_consent-privacy_setting_banner--left .cookie_consent-privacy_setting_banner__description,
.cookie_consent-privacy_setting_banner__category-item-description,
.cookie_consent-vendor_cookie_banner__category-settings-service-description,
.cookie_consent-vendor_cookie_banner__category-settings-service-purpose,
.cookie_consent-vendor_cookie_banner__category-settings-label--nested {
    line-height: normal;
	color: #000;
	text-align: left;
	font-size: 12px;
}
/* .cookie_consent-toggle--off,
#cookie_consent_banner_main_app .cookie_consent-toggle--off {
    border-color: #D9D9D9!important;
    background-color: #D9D9D9!important;
    box-shadow: inset 0 0 0 1px #D9D9D9!important;
}
.cookie_consent-toggle--off:before,
#cookie_consent_banner_main_app .cookie_consent-toggle--off::before {
    border-color: #A6A6A6!important;
    background-color: #A6A6A6!important;
} */
.cookie_consent-toggle--on,
#cookie_consent_banner_main_app .cookie_consent-toggle--on {
    border-color: #ccc!important;
    background-color: #ccc!important;
    box-shadow: inset 0 0 0 1px #ccc!important;
}
.cookie_consent-toggle--on:before,
#cookie_consent_banner_main_app .cookie_consent-toggle--on::before {
    border-color: #333!important;
    background-color: #333!important;
}
.cookie_consent-privacy_setting_banner--left .cookie_consent-privacy_setting_banner__category-settings-body,
.cookie_consent-privacy_setting_banner--left .cookie_consent-privacy_setting_banner__category-settings-body div,
.cookie_consent-privacy_setting_banner__category-item-name,
.cookie_consent-privacy_setting_banner--left .cookie_consent-privacy_setting_banner__category-settings-body div span{
	font-size: 12px;
	text-align: left;
	color: #000;
}
.cookie_consent-privacy_setting_banner--left .cookie_consent-privacy_setting_banner__category-settings-body div span{
	font-size: 13px;
}
.cookie_consent-privacy_setting_banner__title,
.cookie_consent-privacy_setting_banner__uuid,
.cookie_consent-privacy_setting_banner--left .cookie_consent-privacy_setting_banner__title,
.cookie_consent-privacy_setting_banner__footer-logo-label{
	color: #000;
}
.cookie_consent-privacy_setting_banner__links-link{
	text-decoration: underline!important;
}
.cookie_consent-privacy_setting_banner--left .cookie_consent-privacy_setting_banner__category-settings-body div.cookie_consent-toggle-wrapper{
	color: #000;
}
.cookie_consent-vendor_cookie_banner__category-settings-label,
.cookie_consent-vendor_cookie_banner__category-settings-service-title{
	color: #000;
}
.cookie_consent-privacy_setting_banner__category-item-actions .cookie_consent-toggle-wrapper{
	color: #000;
}
