@charset "shift-jis";
/*///////////////////////////////////////////////////////////

外構工事の費用を抑える！全国の補助金・助成金一覧

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

.subsidy {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	text-align: justify;
}
.subsidy_ttl {
	margin: 32px 0 16px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.subsidy_mv img {
	display: block;
	margin-bottom: 40px;
}
.subsidy-sec {
	margin-bottom: 48px;
}
.subsidy-sec_hd {
	height: 40px;
	margin-bottom: 24px;
	padding-left: 14px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	background-color: #f57d14;
}
.subsidy-sec h3 {
	margin-bottom: 20px;
	padding-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #333;
}
.subsidy-sec h4 {
	margin-bottom: 8px;
	font-weight: bold;
}
.subsidy-list_hd {
	margin-bottom: 10px;
	padding-left: 28px;
	color: #f57d14;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	background: url(/public/img/static/subsidy/icon_check.png) no-repeat left center;
	background-size: contain;
}
.subsidy_txt {
	margin-bottom: 24px;
}
.subsidy_txt strong {
	font-weight: normal;
	background-image: linear-gradient(transparent 64%, rgba(255, 249, 164, 1) 0);
}

/*補助金制度に関する重要なお願いとご注意
----------------------------------------*/
.subsidy-note {
	margin-top: 48px;
	padding: 40px 32px 36px;
	background-color: #f7f7f7;
	border-radius: 10px;
}
.subsidy-note_hd {
	width: 360px;
	height: 38px;
	margin: 0 auto 32px;
	color: #c4090f;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	border-top: solid 1px #c4090f;
	border-bottom: solid 1px #c4090f;
}
.subsidy-note_txt {
	margin-bottom: 12px;
}

/*外構工事補助金一覧
----------------------------------------*/
.subsidy-table_area {
	display: flex;
	align-items: center;
	margin: 32px 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.subsidy-table_area:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 6px 0 0;
	background: #f57d14;
	border-radius: 50%;
	vertical-align: middle;
}
.subsidy-table_area-detail {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.subsidy-table {
	position: relative;
	margin-bottom: 24px;
  width: 100%;
  border-collapse: collapse;
}
.subsidy-table th,
.subsidy-table td {
  border: 1px solid #ddd;
  line-height: 1.6;
}
.subsidy-table th {
	width: 86px;
	padding: 0 12px;
	background: #f7f7f7;
	font-weight: bold;
	text-align: center;
}
.subsidy-table_head th {
	color: #fff;
	background: #f57d14;
}
.subsidy-table_head td {
	background: rgba(245, 125, 20, 0.1);
}
.subsidy-table td {
	padding: 14px 32px;
}
.subsidy-table td a {
	font-weight: bold;
	text-decoration: underline;
}
.subsidy-table td a:hover {
	color:#333;
	text-decoration: none;
}
.subsidy-table td span {
	color: #c4090f;
}
.subsidy-table.grayout::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #333;
}