.map-box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.map-img {
	z-index: 1;
	width: 100%;
	max-width: 100%;
}

.list__item {
	cursor: pointer;
	cursor: hand;
}

.list__earthquake:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 10px;
}

.list__earthquake .txt_detail {
	font-weight: 600;
	line-height: 1em;
	margin-bottom: .1em;
}

.list__earthquake .txt_follow {
	font-weight: 600;
	color: #999;
	font-size: 14px;
}

#main .tit-01 img {
	vertical-align: text-top;
}

#b-list {
	margin-bottom: 20pt;
}

.error {
	margin-bottom: 10px;
}

.shindo {
	margin-bottom: 0 !important;
}

.dl-area {
	margin-bottom: 1em;
}

.banner-content,.banner-content .sectiontitle {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.banner-content .sectiontitle .title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  flex: 1;
  gap: 5px;
  color: #101010;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px
}

.banner-content .sectiontitle .title::-webkit-scrollbar {
  display: none
}

.banner-content .banner {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 5px;
  max-width: 350px
}

.banner-content .banner img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden
}

.banner-content .banner .title {
  display: flex;
  align-items: center;
  flex: 1;
  color: #101010;
  font-size: 13px;
  line-height: 13px
}

.banner-content .banner .title::-webkit-scrollbar {
  display: none
}

.banner-content .banner .title:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 3px;
  background-image: url(https://gvs.weathernews.jp/onebox/img/header/icon_external.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0
}