/***********************************************************
	Reset browser specific definitions and define universalities
************************************************************/
html,
body,
div,
p,
h1,
h2,
h3,
span,
a,
table,
td,
form,
img,
hr,
input,
textarea,
select {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Lucida Grande, Geneva, Arial, sans-serif;
	;
	vertical-align: top;

}

/***********************************************************
	For IE bug, with relative font definitions
************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font: small Tahoma, Verdana, Lucida Grande, Geneva, Arial, sans-serif;
	;
}

/***********************************************************
	Page Areas
************************************************************/

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background-color: #F9DDAB;
}

/***********************************************************
	Page Area head
************************************************************/

#head {
	background-color: #F9DDAB;
	height: 169px;
	margin: 0px;
}

#navi_top {
	margin: 0px 20px 0px 0px;
	color: #6C2824;
	font-weight: normal;
	text-align: right;
	font-size: 0.85em;
	padding-bottom: 6px;
	z-index: 2;
}

/*********************************
	Links
*/

#navi_top a {
	text-decoration: none;
	color: #6C2824;
}

#navi_top a:hover {
	text-decoration: none;
	color: #000000;
}

#navi_top a:active {
	text-decoration: none;
	color: #000000;
}

#navi_top .selecter {
	text-decoration: none;
	color: #000000;
}

/***********************************************************
	Page Area top visual
************************************************************/

#visual {
	margin: 0px 0px;
	padding: 0px;
	width: 1000px;
	height: 150px;
}

/***********************************************************
	Page Area content
************************************************************/

#content {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 1000px;
	z-index: 3;
}



/***********************************************************
	Page Area Navi Left 1. Ebene
************************************************************/
div#navi_left {
	margin-left: 10px;
	width: 185px;
	z-index: 1;
}

div#navi_left a {
	color: #000000;
	text-decoration: none;
}

div#navi_left a:hover,
a:active {
	color: #6C2824;
	text-decoration: none;
}

div#navi_left ul {
	list-style: none;
	margin-left: 0px;
}

div#navi_left li {
	width: 185 px;
	margin-left: 0 !important;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#navi_left ul li a {
	display: block;
	width: 184px;
	padding-bottom: 2px;
}


div#navi_left ul li a:hover {
	color: #6C2824;
	background: url(./img/layout/navi_hover.gif) no-repeat;
	background-position: 0px 0px;
}


div#navi_left .navi_first {
	margin-left: 10px;
}

/***********************************************************
	Page Area Navi Left 2. Ebene
************************************************************/

div#navi_left ul li ul {
	margin-left: 5px;
}

div#navi_left ul li ul li a.open {
	background: url(./img/layout/navi_hover_2.gif) repeat-y;
	background-position: 10px 0px;
	width: 153px;
}

div#navi_left ul li ul li a:hover {
	background: url(./img/layout/navi_hover_2.gif) repeat-y;
	background-position: 10px 0px;
	width: 153px;
}

div#navi_left ul li ul li .selected {
	background: url(./img/layout/navi_hover_2.gif) repeat-y;
	background-position: 10px 0px;
	width: 153px;
}

div#navi_left .navi_second {
	margin-left: 10px;
}

/***********************************************************
	Page Area Navi Left 3. Ebene
************************************************************/
div#navi_left ul li ul li ul {
	margin-left: 5px;
}

div#navi_left ul li ul li ul li a.open {
	background: url(./img/layout/navi_hover_3.gif) repeat-y;
	background-position: 10px 0px;
	width: 146px;
}

div#navi_left ul li ul li ul li a:hover {
	background: url(./img/layout/navi_hover_3.gif) repeat-y;
	background-position: 10px 0px;
	width: 146px;
}

div#navi_left ul li ul li ul li .selected {
	background: url(./img/layout/navi_hover_3.gif) repeat-y;
	background-position: 10px 0px;
	width: 146px;
}

div#navi_left .navi_third {
	margin-left: 10px;
}

/***********************************************************
	Page Area content linke Spalte
************************************************************/
#column_left {
	float: left;
	margin: 0px;
	padding: 24px 0px 0px 0px;
	width: 200px;
	text-align: left;
}

/***********************************************************
	Page Area content Mitte
************************************************************/
#column_center {
	padding: 15px 1px 5px 1px;
	margin-top: 0px;
	margin-left: 200px;
	background-color: #FFFFFF;
	min-height: 400px;
	width: 598px;
}

#column_center_with_right {
	padding: 15px 1px 5px 1px;
	padding-right: 158px;
	margin-top: 0px;
	margin-left: 200px;
	background-color: #FFFFFF;
	min-height: 400px;
	width: 598px;
}


#column_center_admin {
	padding: 15px 1px 5px 1px;
	margin-top: 0px;
	margin-left: 200px;
	background-color: #FFFFFF;
	width: 598px;
	min-height: 400px;
}

#column_center_popup {
	padding: 15px 0px 5px 15px;
	margin-top: 0px;
	margin-left: 18px;
	background-color: #FFFFFF;
	width: 598px;
	min-height: 400px;
}

.content_alignment {
	margin: 7px 15px 0px 25px;
}


/***********************************************************
	Page Area content rechte Spalte
************************************************************/
#column_right {
	float: right;
	padding: 0px;
	padding: 24px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

/***********************************************************
	Page Area footer
************************************************************/

#footer {
	background-color: #6C2824;
	font-size: x-small;
	height: 23px;
	padding: 0px 0px 10px 0px;
	margin-left: 0px;
	text-align: center;
	background: url(./img/layout/background_footer.gif) repeat-y;
	background-position: 0px 0px;
}

#footer div.title {
	color: #6C2824;
	padding-top: 1px;
	margin-left: 0px;
}

#footer_popup {
	font-size: x-small;
	height: 18px;
	margin-left: 18px;
	padding: 0px 1px 0px 1px;
	width: 613px;
}

#footer_popup div.title {
	color: #6C2824;
	text-align: center;
	padding-top: 1px;
}

/***********************************************************
	Page Area content - Suche
************************************************************/

/***********************************************************
	Page Area Suchbox
************************************************************/
.search_box {
	padding: 10px 0px 10px 0px;
	width: 200px;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	width: 160px;
}

.input_search {
	border: 1px solid #DDDDDD;
	border-style: inset;
	width: 100px;
	padding: 2px;
}


/***********************************************************
	Page Area content - News
************************************************************/
#ticker {
	width: 160px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: x-small;
	margin-right: 15px;
	padding-bottom: 5px;
}

#ticker .ticker_content {
	margin: 5px;
}

#ticker .date {
	margin-bottom: 2px;
}


#ticker .line {
	font-weight: bold;
}


#ticker .text {

	text-align: justify;
}



/***********************************************************
	H1-H6
************************************************************/
h1 {
	font-weight: bold;
	color: #6C2824;
	font-size: medium;
	margin-bottom: 5px;
}

h1 a {
	font-weight: bold;
	font-size: medium;
}

h2 {
	font-weight: bold;
	color: #6C2824;
	font-size: small;
	margin-bottom: 5px;
}

h2 a {
	font-weight: bold;
	font-size: small;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: small;
	margin-bottom: 5px;
}

h3 a {
	font-size: small;
}

h4 {
	font-size: x-small;
	color: #6C2824;
	margin-bottom: 5px;
}

h4 a {
	font-size: x-small;
}

/***********************************************************
	Linie
************************************************************/
.hr {
	margin: 5px 5px 5px 0px;
	background-color: #F8F1E5;
	border-top: 1px dashed #6C2824;
}

.line_mastercolor {
	border-top: 1px solid #6C2824;
	color: #FFFFFF;
	margin: 5px 5px 5px 0px;
}

.line_mastercolor_light {
	border-top: 1px solid #F9DDAB;
	color: #FFFFFF;
	margin: 5px 5px 5px 0px;
}

.line_black {
	border-top: 1px solid #000000;
	color: #FFFFFF;
	margin: 5px 5px 5px 0px;
}

.line_grey {
	border-top: 1px solid #B4B3B3;
	color: #FFFFFF;
	margin: 5px 5px 5px 0px;
}


/***********************************************************
	Verlinkungen
************************************************************/
#content a {
	color: #6C2824;
	text-decoration: none;
}

#content a:hover,
a:active {
	color: #000000;
	text-decoration: none;
}

/***********************************************************
	misc definitions
************************************************************/

strong {
	font-weight: bold;
}

img {
	vertical-align: bottom;
}

/*Icons*/
.icons {
	width: 24px;
}

/*Zur�Ek-Links*/
.back {
	margin-top: 5px;
	background-image: url(./img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 5px 5px 5px 25px;
}

/*Nach vorne-Links*/
.forward {
	background-image: url(./img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 5px 5px 5px 25px;
}

/*Listenansicht*/
.u_list {
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom: 5px;
}

.list ul {
	list-style-image: url(./img/list.gif);
}

.list .indent {
	margin-left: 15px;
}


.small {
	font-size: x-small;
	line-height: 16px;
}

.very_small {
	font-size: xx-small;
}

.red {
	color: #CC0000;
}


.grey {
	color: #B4B3B3;
}

.blue {
	color: #000099;
}

.italic {
	font-style: italic;
}

.mastercolor {
	color: #6C2824;
}

.listpoint {
	background-image: url('./img/list.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.mastercolor_light {
	color: #F9DDAB;
}


.mastercolor_background {
	color: #6C2824;
	background-color: #FFFFFF;
	padding: 2px 0px;

}

.black {
	color: #000000;
}

.min_height {
	height: 300px;
}



.space {
	margin: 5px 0px;

}

.center {
	text-align: center;
	margin: 0px auto;
}


/*Aussehen des Alphabetes*/
.alphabet {
	font-size: small;
	font-weight: bold;

}

img {
	border: 0;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-bottom: 5px;
	font-size: small;
}

td.center,
th.center {
	text-align: center;
	margin: 0px auto;
}

td.left,
th.left {
	text-align: left;
}

td.right,
th.right {
	text-align: right;
}

.right {
	text-align: right;
	margin-right: 5px;
	font-size: small;
}

div.right a {
	text-decoration: none;
}

/***********************************************************
	saemtliche Submit buttons
************************************************************/
.submit {
	color: #6C2824;
	width: 240px;
	height: 18px;
	cursor: pointer;
	font-weight: normal;
	background: url('./img/submit.gif') no-repeat;
	outline: none;
	border: 0px;
}

/***********************************************************
	div.content contactsite
************************************************************/

div#content .contactform {
	float: left;
	width: 350px;
}

div#content .contactadress {
	margin: 0px 0px 0px 0px;
}

/***********************************************************

************************************************************/

textarea {
	font-size: small;
	width: 380px;
}

.clearer {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;

}




/***********************************************************
	Error div
************************************************************/

div.error {
	border: 2px solid red;
	background-color: #7CADE6;
	padding: 0.5em;
	margin: 0.5em;
	visibility: hidden;
}

/***********************************************************
	Volltextdefinitionen
************************************************************/

/***********************************************************
	div um den Volltext herum
************************************************************/
.text_alignment {
	margin: 15px 10px 5px 0px;
}

/*fulltext*/
#content p.fulltext {
	margin: 10px 0px;

}

.textbase_table {
	width: 540px;
}


/*inputfeld in der textbase fuer Zweispaltigkeit*/
div#content .textbase_input_double {
	width: 240px;

}

/* Mittlerer Bereich Text*/
.center_column_text {
	padding: 5px 0px;
	text-align: left;
}

.textbase_textarea {
	width: 500px;

}

.textbase_textarea_flex {
	width: 95%;
}

.textbase_textarea_double {
	width: 240px;

}


.vertical_alignment {
	margin: 0px 0px 10px 0px;
}

.info img {
	margin-bottom: 3px;

}

a.info:hover {
	color: #F8F8F8;
	text-decoration: underline;
}

/* Zwischen�Eerschrift */
.headline {
	font-size: small;
	font-weight: bold;
	width: 530px;
}

/*inputfeld in der textbase*/
#content .textbase_input {
	width: 85%;

}

/* Farbdefinition der �berschriften in der Textbase */
#content .round1 {
	background-color: #F8F1E5;
}

/* zwei Bilder nebeneinander */
.two_images {
	vertical-align: middle;
	text-align: center;
	width: 95%;
}

/* zwei Tabellenspalten */
.two_table {
	font-size: small;
	width: 250px;
	height: 300px;
	vertical-align: top;
}

/* zwei Tabellenspalten Ausgabe*/
.two_table_view {
	font-size: small;
	width: 47%;
	vertical-align: top;
}


.picture_title {
	font-size: x-small;
	text-align: center;
}

.description {
	margin-bottom: 10px;
}

/***************************************************************
	Formatierungen, die nur in den Textbasemodulen genutzt werden.
****************************************************************/
/* Formatierung der Formatvorlage*/

.cms-edit-template-selector {
	background-color: #F9DDAB;
	width: 540px;
	padding-left: 5px;

}

/* Rahmen um die Bilder*/

.border {
	border: 1px solid #6C2824;
	padding: 4px;
	text-align: center;
	margin-bottom: 5px;
	font-size: x-small;
}

/*Textbaseformatierung*/
.middle {
	vertical-align: middle;
	margin-right: 15px;
}

/*Textbaseformatierung*/
.alignment_bottom {
	margin-bottom: 5px;
}

/*Textbaseformatierung*/
.alignment {
	margin: 10px 0px;
}


/*Aussehen der Anker*/
.anchor {
	margin: 0px 0px 10px 20px;
}

/*fett*/
.bold {
	font-weight: bold;
}

/*width:100%;*/
.width_100 {
	width: 100%;
}

/***************************************************************
	Fehlermeldungsboxen oder Hinweisboxen
****************************************************************/

/*div.form_error*/
#content div.form_error {
	background-image: url(./img/info.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	width: 300px;
	padding: 3px;
	padding-top: 5px;
	padding-left: 35px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border: 1px solid #6C2824;
	font-weight: normal;
	background-color: #F8F1E5;
	visibility: hidden;
	font-size: x-small;
	color: #6C2824;
}

/*div.hint_articles*/
#content div.hint_articles {
	font-size: x-small;
	width: 530px;
	padding: 3px;
	margin-bottom: 20px;
	border: 1px solid #6C2824;
	font-weight: normal;
	color: #6C2824;
	background-color: #F8F1E5;
}

/* Hinweisblock*/
.hint {
	width: 530px;
	padding: 3px;
	margin-bottom: 20px;
	border: 1px solid #6C2824;
	font-weight: normal;
	color: #6C2824;
	background-color: #F8F1E5;
	font-size: x-small;
}

/* Hinweisblock f�E Masterfarben*/
.hint_colors {
	width: 530px;
	padding: 3px;
	margin-bottom: 20px;
	border: 1px solid #6C2824;
	background-color: #F8F1E5;
	font-weight: normal;
	font-size: x-small;
}


/***************************************************************
	Tooltip
****************************************************************/

.tooltip {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #6C2824;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	padding-left: 6px;
	padding-right: 6px;
}

.popheader {
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	font-size: x-small;
}

.poptext {
	vertical-align: top;
	font-size: x-small;
}


/***************************************************************
	Formatierungen f�E Definitionen und Hilfetexten
****************************************************************/
/* Hilfetexte */
.shorthelp {
	cursor: help;
}

/* Definitionen */
dfn {
	font-style: normal;
	border-bottom: 1px dotted #6C2824;
}



/*********************************
	Form Labels
*/
#content label {
	cursor: pointer;
}

#content label.error {
	color: #C70505;
}

/***************************************************************
	Tabellendefinitionen
****************************************************************/


/*********************************
	Table borderless
*/
#content table.overview table.borderless th {
	text-align: left;
	border: 0px;
}

#content table.overview table.borderless td {
	border: 0px;
}

/*********************************
	Table overview
*/

/* table */
#content table.overview {
	width: 550px;
	margin-top: 5px;
	border-collapse: collapse;
}

/* Farbdefinition der Spalten */
#content table.overview .round1 {
	background-color: #F8F1E5;
}

#content table.overview .round2 {
	background-color: #FFFFFF;
}

/* Farbdefinition der Spalten */
#content .round3 {
	background-color: #F6FBE9;
}

#content .round4 {
	background-color: #FBFEF5;
}

/* td*/
#content table.overview td {
	padding: 3px;
	border: 1px solid #000000;
}

/* th*/
#content table.overview th {
	padding: 3px;
	border: 1px solid #000000;
}

/***************************************************************
	Tabellendefinitionen f�E z.B. Kontaktformular
****************************************************************/
/*********************************
	Table form
*/
/* table */
#content table.form {
	margin: 10px;
	border-collapse: collapse;
}

/* th */
#content table.form th {
	font-weight: normal;
}

/* td */
#content table.form td {
	padding: 0.1em;
	text-align: left;
}

/* thead -> th */
#content table.form thead th {
	padding: 0.3em;
	text-align: center;
}

/* thead -> th.head */
#content table.form thead th.head {
	font-size: small;
}

/* tbody -> th */
#content table.form tbody th {
	padding: 0.1em;
	text-align: left;
	vertical-align: top;
}

/* tbody -> td */

/* tbody -> td.subheading */
#content table.form tbody td.subheading {
	font-weight: bold;
	text-align: center;
}

/* tbody -> td -> input */
#content table.form tbody td input {
	width: 240px;
}

/* tbody -> td -> input 335px;*/
#content table.form tbody td textarea {
	font-size: small;
	width: 240px;
}

#content table.form tbody td input[type=checkbox] {
	width: 15px;
}

#content table.form td input[type=radio] {
	width: 15px;
}

#content table.form td .indent {
	width: 77px;
}


/* tfoot -> th */
#content table.form tfoot th {
	padding: 0.3em;
	text-align: center;
}


/***************************************************************
	Newly Added
****************************************************************/

.accordion-menu,
.submenu,
.sub-submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.submenu {
	padding-left: 5px;
}

.sub-submenu {
	padding-left: 5px;
}

/* 1. 基本のレイアウト設定 */
.accordion-menu li {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	width: 100% !important;
}

/* 2. リンクの基本状態（!importantを使いすぎないのがコツ） */
.accordion-menu li a {
	display: inline-block !important;
	flex-grow: 0 !important;
	width: auto !important;
	margin-right: 2px;
	text-decoration: none;
}

/* 3. 矢印ボタンの設定 */
.toggle-btn {
	display: inline-block !important;
	padding: 5px 2px !important;
	font-size: 0.7em;
	cursor: pointer;
	user-select: none;
}

/* 4. サブメニューの設定 */
.accordion-menu li ul {
	width: 100% !important;
	display: none;
}

/* 5. 現在のページ（active-page）の設定 */
.active-page {
	font-weight: bold !important;
	color: #6C2824 !important;
	background-color: #fdf0d5 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.accordion-menu li a:hover,
.accordion-menu li .toggle-btn:hover {
	color: #6C2824 !important;
	background: url(./img/layout/navi_hover.gif) no-repeat !important;
	background-position: 0px 0px !important;
	background-color: #fdf0d5 !important;
	/* 画像がない時用のバックアップ色 */
	cursor: pointer;
	text-decoration: none !important;
}



/* ==========================================================================
   Klaro! Cookieバナーのカスタマイズ（サイトのテーマカラー最適化版・完全対応）
   ========================================================================== */

/* ==========================================================================
   1. ポップアップ（Notice）の表示位置とデザインの調整
   ========================================================================== */
.klaro .cookie-notice {
	/* 位置を「右下」から「左上」へ変更 */
	position: fixed !important;
	top: 20px !important;
	/* 上からの距離 */
	left: 20px !important;
	/* 左からの距離 */
	right: auto !important;
	/* 右側の固定を解除 */
	bottom: auto !important;
	/* 下側の固定を解除 */

	/* 横幅の調整（左上に品よく収まるサイズ） */
	max-width: 400px !important;
	width: calc(100% - 40px) !important;

	/* ベースのデザイン維持 */
	background-color: #FFFFFF !important;
	border: 2px solid #6C2824 !important;
	box-shadow: 0 4px 12px rgba(108, 40, 36, 0.15) !important;
	border-radius: 4px !important;
	z-index: 999999 !important;
	/* 他の要素の裏に隠れないように最前面へ */
}

/* 【スマホ対応】画面幅が狭いときは、上部メニューを隠さないように下部へ移動 */
@media (max-width: 767px) {
	.klaro .cookie-notice {
		top: auto !important;
		left: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		border-left: none !important;
		border-right: none !important;
		border-bottom: none !important;
		/* スマホ時は下部にピタッと吸着 */
		border-radius: 0 !important;
	}
}

/* 1-2. メインの文章（説明文）の文字色をハッキリさせる（詳細ダイアログ内にも適用） */
.klaro .cm-text,
.klaro .cm-description,
.klaro p,
.klaro span:not(.slider),
.klaro .cm-purposes .cm-purpose .cm-purpose-description {
	color: #000000 !important;
	/* 灰色から「黒」に変更してバキッと視認性を確保 */
}

/* 2. 「すべて受け入れる」など、メインのボタン（承認ボタン）の色 */
.klaro .cm-btn-success {
	background-color: #6C2824 !important;
	/* ボタンをマスターカラーのワインレッドに */
	color: #FFFFFF !important;
	/* 文字色は白 */
	border-radius: 2px !important;
	/* サイトの送信ボタン（.submit）に合わせたシャープな角 */
	font-weight: bold !important;
}

/* 3. メインボタンにマウスを乗せたとき（ホバー時）の色 */
.klaro .cm-btn-success:hover {
	background-color: #000000 !important;
	/* サイトの他のリンクホバー（#content a:hover）の挙動に合わせて「黒」へ変化 */
}

/* 4. 「拒否する（Decline）」など、サブのボタン（拒否・閉じるボタン）の色 */
.klaro .cm-btn-danger,
.klaro .cm-btn-info {
	background-color: #F8F1E5 !important;
	/* サイト内の見出し背景（.round1）の薄いベージュを流用 */
	color: #6C2824 !important;
	/* 文字色はワインレッド */
	border: 1px solid #6C2824 !important;
	/* 枠線もワインレッドで統一感 */
	border-radius: 2px !important;
}

/* 4-2. サブボタンのホバー時 */
.klaro .cm-btn-danger:hover,
.klaro .cm-btn-info:hover {
	background-color: #6C2824 !important;
	/* 反転してワインレッド背景に */
	color: #FFFFFF !important;
}

/* 5. リンクテキスト（「詳細設定...」など）の色 */
.klaro a {
	color: #6C2824 !important;
	/* リンク色もマスターカラー */
	text-decoration: underline !important;
}

.klaro a:hover {
	color: #000000 !important;
	/* ホバー時は黒 */
}



/* ==========================================================================
   【ここから追加】7. 詳細ダイアログ（Modal）自体の見た目調整
   ========================================================================== */
.klaro .cookie-modal .cm-modal {
	background-color: #FFFFFF !important;
	/* ダイアログの背景を純白に */
	border: 3px solid #6C2824 !important;
	/* 外枠を太めのワインレッドで引き締める */
	border-radius: 4px !important;
}

/* 8. 詳細ダイアログ内のタイトルや項目名の文字色調整 */
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal .cm-header h1,
.klaro .cookie-modal .cm-service-title {
	color: #6C2824 !important;
	/* タイトル（Cookieの設定など）をマスターカラーにする */
	font-weight: bold !important;
}