@charset "utf-8";

/* 共通 */
.fs14 {
	font-size: 14px;
}


/* ========================================================== */

.au-uq-wrap .tab-list .tab_au.active {
	background-color: #eb5506;
}
.au-uq-wrap .tab-list .tab_uq.active {
	background-color: #db007a;
}

.au-uq-wrap .tab-top {
	border-bottom: 5px solid #eb5506;
}
.au-uq-wrap .tab-bottom {
	border-top: 5px solid #eb5506;
}
.au-uq-wrap .tab-top:has(.tab_uq.active) {
	border-bottom: 5px solid #db007a;
}
.au-uq-wrap .tab-bottom:has(.tab_uq.active) {
	border-top: 5px solid #db007a;
}


.tab_au_panel .heading2 {
	background-color: #eb5506;
}
.tab_uq_panel .heading2 {
	background-color: #db007a;
}

.tab_au_panel .heading3 {
	color: #eb5506;
	border-bottom: 3px solid #eb5506;
}
.tab_uq_panel .heading3 {
	color: #db007a;
	border-bottom: 3px solid #db007a;
}

.tab_au_panel .list li::before {
	background: #eb5506;
}
.tab_uq_panel .list li::before {
	background: #db007a;
}


ul.attention_au-uq_r2 {
	margin-bottom: 30px;
}
ul.attention_au-uq_r2 li {
	font-size: 14px;
	padding-left: 3.6em;
	text-indent: -3.6em;
	line-height: 1.8em;
	margin-bottom: 10px;
}

