@charset "UTF-8";

/* Special Alert */


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

.specialalert_early_data {
	margin-top: 20px;
}
.specialalert_map {
	width: 100%;
	height: auto;
	margin: 10px 10px 0 auto;
}


.specialalert_mark_sample {
		margin: 10px 10px 0 auto;
		width: 490px;
}
.specialalert_mark_sample ul li {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 6px;
	font-size: 1.4rem;
}
.specialalert_mark_sample .mark_level05 {
	flex-basis: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--bordercolor01);
	margin-right: 6px;
	background-color: #0c000c;
}
.specialalert_mark_sample .mark_level04 {
	flex-basis: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--bordercolor01);
	margin-right: 6px;
	background-color: #aa00aa;
}
.specialalert_mark_sample .mark_level03 {
	flex-basis: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--bordercolor01);
	margin-right: 6px;
	background-color: #ff2700;
}
.specialalert_mark_sample .mark_level02 {
	flex-basis: 20px;
	width: 20px;
	height: 20px;
	display: block;
	border: 1px solid var(--bordercolor01);
	margin-right: 6px;
	background-color: #f1e700;
}
.specialalert_mark_sample .mark_level01 {
	flex-basis: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--bordercolor01);
	margin-right: 6px;
	background-color: #c8c8cc;
}
.specialalert_mark_sample .mark_station {
	flex-basis: 20px;
	width: 20px;
	height: 24px;
	margin-right: 6px;
	background: url("../images/common/mark_station.85c46121a212.svg") no-repeat center center;
	background-size: 14px;
}
.specialalert_mark_sample .mark_detail {
	flex-basis: calc(100% - 26px);
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 0;
}

.index_maparea .map_alert_sample {
		width: 45px;
		top: 218px;
		left: 454px;
}

.index_maparea .specialalert_caution {
	font-size: 1.4rem;
	text-align: right;
	margin: 0 10px 8px 0;
}


@media all and (min-width: 768px) and (max-width: 999px) {
.specialalert_mark_sample {
		margin: 10px;
		width: 100%;
}

.specialalert_mark_sample ul li {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 6px;
}

.index_maparea .map_alert_sample {
		width: 5%;
		top: 36.5%;
		left: 55%;
}

.index_maparea .specialalert_caution {
	font-size: 1.4rem;
	text-align: left;
	margin: 10px;
	line-height: 1.3;
}

}


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

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

.specialalert_mark_sample {
		margin: 10px;
		width: 100%;
}

.specialalert_mark_sample ul li {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 6px;
	padding-right: 10px;
}
.specialalert_mark_sample .mark_station {
	flex-basis: 20px;
	width: 20px;
	height: 23px;
	margin-right: 6px;
	background: url("../images/common/mark_station.85c46121a212.svg") no-repeat center center;
	background-size: 14px;
}
.specialalert_mark_sample ul li:last-child .mark_detail {
	line-height: 24px;
}

.index_maparea .map_alert_sample {
		width: 5%;
		top: 36.5%;
		left: 55%;
}

.index_maparea .specialalert_caution {
	font-size: 1.4rem;
	text-align: left;
	margin: 10px;
	line-height: 1.3;
}



}

