@charset "utf-8";
/* CSS Document */

.c5-repair-faq h2.c5-repair-faq__title{
	font-size: 1rem;
	margin: 2em 0 1em;
	text-indent: -12px;
	padding-left: 12px;
}

.c5-repair-faq h2.c5-repair-faq__title + *{
	margin-left: 12px;
}

.c5-repair-faq dl dt{
	font-weight: bold;
}

.c5-repair-faq dl dd{
	margin-left: 0.5em;
	margin-bottom: 1em;
}

.c5-repair-faq .c5-repair-faq__tableArea{
	margin: 3em 0;
}

.c5-repair-faq .c5-repair-faq__tableArea table thead th,
.c5-repair-faq .c5-repair-faq__tableArea table tbody th,
.c5-repair-faq .c5-repair-faq__tableArea table tbody td{
	padding: 10px;
	border: 1px solid;
	font-weight: normal;
	text-align: left;
}

.c5-repair-faq .c5-repair-faq__tableArea table thead th:first-child{
	width: 32%;
}

#closeBtn {
	display: none;
}

@media (max-width: 640px){
	.c5-repair-faq .c5-repair-faq__tableArea table thead th:first-child{
		width: 40%;
	}
}

/*2025-11-21追記*/
.accent {
    color: #ee0000;
}

.attention{
    font-weight: bold;
}
