@charset "UTF-8";

/**********************************************************
 *
 * detail
 *
 **********************************************************/
/* trouble-info-list
-------------------------------------------*/
.trouble-info-list{
	width: 100%;
	margin-bottom: 80px;
}
.trouble-info-list tr{
	border-bottom: 1px solid #DDDDDD;
}
.trouble-info-list th,
.trouble-info-list td{
	padding: 20px 0;
	vertical-align: text-top;
}
.trouble-info-list tr:first-of-type th,
.trouble-info-list tr:first-of-type td{
	padding-top: 0;
}
.trouble-info-list th{
	padding-right: 20px;
	font-weight: bold;
}
.trouble-info-list .trouble-tag {
	padding: 2px 8px;
	border: 1px solid #333;
	line-height: 1;
}
.trouble-info-list .tag-border-red {
	border-color: #CC0033;
	color: #CC0033;
}
.trouble-info-list .tag-red {
	background-color: #CC0033;
	border-color: #CC0033;
	color: #fff;
}
.trouble-info-list .tag-text-red {
	background-color: #FFE6EB;
	border-color: #FFE6EB;
	color: #CC0033;
}
@media screen and (min-width: 768px) {
	.trouble-info-list th{
		width: 220px;
	}
	.btn-common .btn-common__button--h2-arrow{
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	.trouble-info-list{
		margin-bottom: 60px;
	}
	.trouble-info-list th{
		width: 120px;
	}
}

