@charset "UTF-8";

/* Conveyance of Disaster Information [L-Alert] */


main .lalert_article h1 {
	font-size: 2.8rem;
	color: var(--texcolor01);
	font-weight: 700;
	margin: -20px 0 40px -24px;
	display: flex;
	align-items: center;
}
main .lalert_article h1 span {
	display: inline-block;
	width: 76px;
	height: 63px;
	margin-right: 14px;
	display: flex;
	background-color: var(--texcolor02);
	align-items: center;
}
main .lalert_article h1 span img {
	width: 36px;
	margin: 0 auto;
}

.lalert_article p {
	margin-bottom: 40px;
}

.lalert_mark_sample {
		margin: 10px 10px 0 auto;
		width: 240px;
}
.lalert_mark_sample ul {
	margin-bottom: 8px;
}
.lalert_mark_sample ul li {
	font-size: 1.4rem;
	margin: 6px 0 0 0;
	height: 24px;
	line-height: 24px;
}
.lalert_mark_sample ul li.lalert_level05 {
	background: url("../images/l_alert/lalert_level05.e1563e69ee5c.svg") no-repeat left center;
	background-size: 40px;
	padding-left: 48px;
}
.lalert_mark_sample ul li.lalert_level04 {
	background: url("../images/l_alert/lalert_level04.0cc8b948cec6.svg") no-repeat left center;
	background-size: 40px;
	padding-left: 48px;
}
.lalert_mark_sample ul li.lalert_station {
	background: url("../images/common/mark_station.85c46121a212.svg") no-repeat 24px center;
	background-size: 14px;
	padding-left: 48px;
}



@media all and (max-width: 767px) {

main .lalert_article h1 {
	font-size: 2rem;
	color: var(--texcolor01);
	font-weight: 700;
	margin: -24px 0 40px -24px;
	display: flex;
	align-items: center;
}
main .lalert_article h1 span {
	display: inline-block;
	width: 56px;
	height: 43px;
	margin-right: 14px;
	display: flex;
	background-color: var(--texcolor02);
	align-items: center;
}
main .lalert_article h1 span img {
	width: 24px;
	margin: 0 auto;
}


}
