@charset "UTF-8";

/* Volcano Warning / Forcast */


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


.volcano_early_data {
		margin-top: 20px;
}
.volcano_early_map {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.volcano_mark_sample {
	width: 100%;
	max-width: 273px;
	margin: 10px 10px 0 auto;
}
.volcano_mark_sample p {
	font-size: 1.4rem;
	margin: 0;
}
.volcano_mark_sample ul {
	margin-bottom: 8px;
}
.volcano_mark_sample ul li {
	font-size: 1.4rem;
	margin: 6px 0 0 0;
}
.volcano_mark_sample ul li.volcano_level05 {
	background: url("../images/volcano/volcano_level05.7598e21b6d48.svg") no-repeat left center;
	background-size: 18px;
	padding-left: 22px;
}
.volcano_mark_sample ul li.volcano_level04 {
	background: url("../images/volcano/volcano_level04.e45c9ca3f144.svg") no-repeat left center;
	background-size: 18px;
	padding-left: 22px;
}
.volcano_mark_sample ul li.volcano_level03 {
	background: url("../images/volcano/volcano_level03.22edfacd668d.svg") no-repeat left center;
	background-size: 18px;
	padding-left: 22px;
}
.volcano_mark_sample ul li.volcano_level02 {
	background: url("../images/volcano/volcano_level02.71e59792c737.svg") no-repeat left center;
	background-size: 18px;
	padding-left: 22px;
}
.volcano_mark_sample ul li.volcano_caution01 {
	background: url("../images/volcano/volcanoother_level03.04acf09a6e2c.svg") no-repeat left center;
	background-size: 16px;
	padding-left: 22px;
}
.volcano_mark_sample ul li.volcano_caution02 {
	background: url("../images/volcano/volcanoother_level02.e441d37290cf.svg") no-repeat left center;
	background-size: 16px;
	padding-left: 22px;
}
.volcano_mark_sample ul li.volcano_caution03 {
	background: url("../images/volcano/volcanoother_level01.053fdc50322f.svg") no-repeat left center;
	background-size: 16px;
	padding-left: 22px;
}
.volcano_mark_sample ul li.volcano_caution04 {
	background: url("../images/volcano/volcano_area.df68cdae80ca.svg") no-repeat left center;
	background-size: 16px;
	padding-left: 22px;
}
.volcano_mark_sample ul li.volcano_station {
	height: 20px;
	background: url("../images/common/mark_station.85c46121a212.svg") no-repeat 3px center;
	background-size: 12px;
	padding-left: 22px;
}

.volcano_alert {
		margin: 40px auto;
}
.volcano_alert p {
		font-size: 1.8rem;
		color: var(--emergencycolor);
		font-weight: 700;
}

.index_maparea .marker_volcano_level2 {
		top: 494px;
		left: 313px;
}
.index_maparea .marker_volcano_level3 {
		top: 494px;
		left: 313px;
}

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

@media all and (min-width: 768px) and (max-width: 999px) {

.volcano_mark_sample {
	width: 100%;
	margin: 10px!important;
	padding-right: 10px;
}
.index_maparea .volcano_caution {
	font-size: 1.2rem;
	text-align: left!important;
	margin: 10px!important;
}

.index_maparea .marker_volcano_level2 {
		width: 6%;
		top: 80%;
		left: 37%;
}
.index_maparea .marker_volcano_level3 {
		width: 5%;
		top: 80%;
		left: 37%;
}

.index_maparea .volcano_caution {
	font-size: 1.4rem;
	text-align: left;
	margin: 0 10px 8px 0;
	line-height: 1.4;
}

}


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

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

.volcano_mark_sample {
	width: 100%;
	margin: 10px!important;
	padding-right: 10px;
}

.index_maparea .marker_volcano_level2 {
		width: 8%;
		top: 79%;
		left: 36%;
}
.index_maparea .marker_volcano_level3 {
		width: 6%;
		top: 79%;
		left: 36%;
}

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


}


