img {
  max-width: 100%;
  height: auto;
}

.sp-display {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp-display {
    display: block;
  }
}

#contents {
  border-bottom: 1px solid #ebebeb;
}

.alertKV {
  position: relative;
  width: 100%;
}

.alert #pankuzu {
  max-width: 1080px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 100px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .alert #pankuzu {
    display: none;
  }
}

.alertBody {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 90px;
  box-sizing: border-box;
  float: none;
}
@media screen and (max-width: 640px) {
  .alertBody {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
}

#contents .alertList {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  #contents .alertList {
    margin-top: 30px;
  }
}
#contents .alertList > ul {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #contents .alertList > ul {
    flex-direction: column;
    gap: 10px;
  }
}
#contents .alertList > ul > li {
  border-bottom: #6A6A6A solid 5px;
  padding-bottom: 14px;
  width: 330px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #contents .alertList > ul > li {
    border: #6A6A6A solid 1px;
    border-radius: 5px;
    width: 100%;
    font-size: 20px;
    padding-bottom: 0;
  }
}
#contents .alertList > ul > li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #contents .alertList > ul > li a {
    padding: 9px 20px;
  }
}
#contents .alertList img.map {
  width: 24px;
  height: 32px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #contents .alertList img.map {
    width: 20px;
    height: 26px;
    margin-right: 17px;
  }
}
#contents .alertList img.alert {
  width: 36px;
  height: 32px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #contents .alertList img.alert {
    width: 27px;
    height: 24px;
    margin-right: 13px;
  }
}
#contents .alertList img.observe {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #contents .alertList img.observe {
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }
}

#contents .alertList > ul > li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 16px;
  height: 40px;
  background-image: url(../img/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  #contents .alertList > ul > li::after {
    width: 12px;
    height: 24px;
    right: 12px;
  }
}

.alertLiveMap .titleMap {
  text-align: center;
  background-color: rgba(217, 242, 228, 0.9490196078);
  padding: 10px 0;
  border-radius: 8px;
  font-size: 3.2rem;
  margin-top: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .alertLiveMap .titleMap {
    font-size: 2.4rem;
    margin-top: 30px;
  }
}
.alertLiveMap .titleMap::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 32px;
  top: 4px;
  background: url(../img/icon_map02.png) no-repeat 0 0;
  background-size: contain;
  margin-right: 18px;
}
@media screen and (max-width: 640px) {
  .alertLiveMap .titleMap::before {
    width: 19px;
    height: 25px;
    margin-right: 8px;
  }
}
.alertLiveMap .titleMap span {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .alertLiveMap .titleMap span {
    font-size: 1.6rem;
  }
}
.alertLiveMap .alertAreaIndicatorTitle {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .alertLiveMap .alertAreaIndicatorTitle {
    font-size: 1.8rem;
  }
}
.alertLiveMap p {
  font-size: 1.8rem;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .alertLiveMap p {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
.alertLiveMap p img {
  display: inline-block;
  width: 22px;
  padding: 0 0.5em;
  vertical-align: text-bottom;
  height: 27px;
  object-fit: contain;
  object-position: center;
}
.alertLiveMap div {
  margin-inline: auto;
  text-align: center;
}
.alertLiveMap div a {
  color: #10a6f1 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  width: fit-content;
  margin-left: auto;
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .alertLiveMap div a {
    font-size: 1.5rem;
  }
}
.alertLiveMap div img {
  display: inline-block;
  width: 18px;
  padding: 0 0.5em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 640px) {
  .alertLiveMap div img {
    width: 15px;
  }
}

.alertMap {
  width: 100%;
  height: 680px;
  border-width: 0;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .alertMap {
    height: 462px;
  }
}

.titleAlert {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .titleAlert {
    font-size: 2.4rem;
  }
}
.titleAlert::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 38px;
  height: 34px;
  top: 4px;
  background: url(../img/icon_alert02.png) no-repeat 0 0;
  background-size: contain;
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .titleAlert::before {
    width: 27px;
    height: 24px;
  }
}
.titleAlert span {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .titleAlert span {
    font-size: 1.6rem;
  }
}

.alertArea {
  background-color: #ffee00;
  border-radius: 8px;
  margin-top: 60px;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .alertArea {
    padding: 20px 15px 15px;
  }
}
.alertArea .alertAreaBox {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 30px;
  padding: 32px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaBox {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    padding: 20px 15px;
  }
}
.alertArea .alertAreaBox li {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaBox li {
    flex-direction: column;
    gap: 8px;
  }
}
.alertArea .alertAreaBox li .alertDay {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaBox li .alertDay {
    font-size: 2rem;
  }
}
.alertArea .alertAreaBox li .alertText {
  flex: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaBox li .alertText {
    font-size: 1.5rem;
  }
}
.alertArea .alertAreaBox li .alertText div {
  margin-bottom: 1em;
}
.alertArea .alertAreaBox li .alertText div:last-child {
  margin-bottom: 0;
}
.alertArea .alertAreaBox li .alertText .high-alert-level {
  color: #cc0000;
}
.alertArea .alertAreaBox li .alertText .alert-level {
  color: #c25400;
}
.alertArea .asantePress {
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 24px;
  padding: 32px;
}
@media screen and (max-width: 640px) {
  .alertArea .asantePress {
    margin-top: 12px;
    padding: 20px 15px;
  }
}
.alertArea .asantePress .asantePressTitle {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertArea .asantePress .asantePressTitle {
    font-size: 1.6rem;
  }
}
.alertArea .asantePress .asantePressBox {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .alertArea .asantePress .asantePressBox {
    margin-top: 24px;
  }
}
.alertArea .asantePress .asantePressBox p {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .alertArea .asantePress .asantePressBox p {
    font-size: 1.4rem;
  }
}
.alertArea .asantePress .asantePressBox .signature {
  text-align: right;
}
.alertArea .alertAreaReport {
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 24px;
  padding: 32px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaReport {
    margin-top: 12px;
    padding: 20px 15px;
  }
}
.alertArea .alertAreaReport .alertAreaReportTitle {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaReport .alertAreaReportTitle {
    font-size: 1.6rem;
  }
}
.alertArea .alertAreaReport .alertAreaReportTitle .date_range {
  font-size: smaller;
}
.alertArea .alertAreaReport .alertAreaReportBox {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaReport .alertAreaReportBox {
    margin-top: 24px;
  }
}
.alertArea .alertAreaReport .alertAreaReportBox > ul {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #cc0000;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1%;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaReport .alertAreaReportBox > ul {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.alertArea .alertAreaReport .alertAreaReportBox > ul li {
  margin-bottom: 0.4em;
  width: 32%;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaReport .alertAreaReportBox > ul li {
    width: auto;
  }
}
.alertArea .alertAreaIndicator {
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 24px;
  padding: 32px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator {
    margin-top: 12px;
    padding: 20px 15px;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorTitle {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorTitle {
    font-size: 1.8rem;
  }
}
.alertArea .alertAreaIndicator a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox {
    margin-top: 24px;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox.box01 {
  margin-top: 10px;
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox > h4 {
  font-size: 2.4rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox > h4 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox > p {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox > p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox > div {
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox > div {
    margin-inline: 0;
    text-align: left;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox > div a {
  color: #10a6f1 !important;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox > div a {
    font-size: 1.5rem;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox > div a img {
  display: inline-block;
  width: 18px;
  padding: 0 0.5em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox > div a img {
    width: 15px;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox *:last-child {
  margin-bottom: 0;
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox {
  background-color: #FFF1F1;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 16px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox {
    flex-direction: column;
    padding: 20px 20px;
    gap: 20px;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox > h5 {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox > h5 {
    font-size: 2.4rem;
    padding-left: 12px;
    padding-right: 12px;
    min-width: 5em;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox > ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox > ul > li {
  width: 165px;
  color: #e76400;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox > ul > li {
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox > ul > li.caution {
  background-color: #FFEE00 !important;
  border: #E4D501 solid 1px;
  color: #000;
  padding: 8px 0;
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox > ul > li.warning {
  background-color: #FFC002 !important;
  border: #E6AD00 solid 1px;
  color: #000;
  padding: 8px 0;
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv .indicatorBox > ul > li.tightSecurity {
  background-color: #E50012 !important;
  border: #C2000F solid 1px;
  color: #fff;
  padding: 8px 0;
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 {
  display: block;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox {
  background-color: #FFF1F1;
  box-sizing: border-box;
  border: #E50012 solid 1px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox {
    margin-bottom: 8px;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > h5 {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > h5 {
    font-size: 2em;
    padding-left: 12px;
    padding-right: 12px;
    min-width: 5em;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li {
  width: 165px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li {
    font-size: 1.2rem;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li[class*=Group] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: auto;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li[class*=Group] {
    flex-direction: column;
    margin-top: 10px;
    align-items: normal;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li[class*=Group] > p {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li[class*=Group] > p {
    font-size: 1.6rem;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li.cautionGroup > span.caution {
  background-color: #FFEE00 !important;
  border: #E4D501 solid 1px;
  color: #000;
  padding: 8px 0;
  width: 165px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li.cautionGroup > span.caution {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 8px 0 8px 15px;
    font-size: 2rem;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li.warningGroup > span.warning {
  background-color: #FFC002 !important;
  border: #E6AD00 solid 1px;
  color: #000;
  padding: 8px 0;
  width: 165px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li.warningGroup > span.warning {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 8px 0 8px 15px;
    font-size: 2rem;
  }
}
.alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li.tightSecurityGroup > span.tightSecurity {
  background-color: #E50012 !important;
  border: #C2000F solid 1px;
  color: #fff;
  padding: 8px 0;
  width: 165px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertArea .alertAreaIndicator .alertAreaIndicatorBox .alertAreaIndicatorLv02 .indicatorBox > ul > li.tightSecurityGroup > span.tightSecurity {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 8px 0 8px 15px;
    font-size: 2rem;
  }
}

.alertObserve .titleMap {
  text-align: center;
  background-color: rgba(217, 242, 228, 0.9490196078);
  padding: 10px 0;
  border-radius: 8px;
  font-size: 3.2rem;
  margin-top: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .alertObserve .titleMap {
    font-size: 2.4rem;
  }
}
.alertObserve .titleMap::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  top: 8px;
  background: url(../img/icon_observe.png) no-repeat 0 0;
  background-size: contain;
  margin-right: 18px;
}
@media screen and (max-width: 640px) {
  .alertObserve .titleMap::before {
    width: 31px;
    height: 31px;
    margin-right: 8px;
  }
}
.alertObserve .titleMap span {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .alertObserve .titleMap span {
    font-size: 1.6rem;
  }
}
.alertObserve .alertObserveTitle {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .alertObserve .alertObserveTitle {
    font-size: 1.8rem;
  }
}
.alertObserve .alertAreaIndicatorLv {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .alertObserve .alertAreaIndicatorLv {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.alertObserve .alertAreaIndicatorLv .indicatorBox {
  background-color: #FFF1F1;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .alertObserve .alertAreaIndicatorLv .indicatorBox {
    margin-bottom: 8px;
  }
}
.alertObserve .alertAreaIndicatorLv .indicatorBox > h5 {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 640px) {
  .alertObserve .alertAreaIndicatorLv .indicatorBox > h5 {
    font-size: 1.2rem;
    padding-left: 12px;
    padding-right: 12px;
    min-width: 5em;
  }
}
.alertObserve .alertAreaIndicatorLv .indicatorBox > ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.alertObserve .alertAreaIndicatorLv .indicatorBox > ul > li {
  width: 165px;
  color: #e76400;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertObserve .alertAreaIndicatorLv .indicatorBox > ul > li {
    font-size: 1.2rem;
  }
}
.alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea {
  display: flex;
  gap: 80px;
  padding: 30px 90px;
}
@media screen and (max-width: 640px) {
  .alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea {
    flex-direction: column;
    gap: 20px;
    padding: 0 0;
  }
}
.alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea div {
  flex: 1;
}
.alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea div a {
  text-align: left;
  margin-left: 0;
  line-height: 1.6;
}
.alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea .mapNumber {
  line-height: 4rem;
}
@media screen and (max-width: 640px) {
  .alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea .mapNumber {
    line-height: 3rem;
  }
}
.alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea .mapNumber span {
  background-color: #FFC002;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 7px;
  margin-left: 2rem;
  height: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea .mapNumber span {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
.alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea .mapNumber > ul > li {
  display: flex;
  align-items: center;
}
.alertObserve .alertAreaIndicatorLv .indicatorBox .mapArea img {
  width: 100%;
}
.alertObserve p {
  font-size: 1.8rem;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .alertObserve p {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
.alertObserve p img {
  display: inline-block;
  width: 22px;
  padding: 0 0.5em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 640px) {
  .alertObserve p img {
    width: 20px;
  }
}
.alertObserve div {
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .alertObserve div {
    margin-inline: 0;
    text-align: left;
  }
}
.alertObserve div a {
  color: #10a6f1 !important;
  display: flex;
  align-items: center;
  text-align: right;
  font-size: 1.8rem;
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .alertObserve div a {
    font-size: 1.5rem;
  }
}
.alertObserve div img {
  display: inline-block;
  width: 18px;
  padding: 0 0.5em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 640px) {
  .alertObserve div img {
    width: 15px;
  }
}

.alertWeatherMap {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .alertWeatherMap {
    margin-top: 32px;
  }
}
.alertWeatherMap .alertWeatherMapTitle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #359c00;
  border-bottom: #359c00 solid 3px;
  padding: 13px 0;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .alertWeatherMap .alertWeatherMapTitle {
    height: 56px;
    font-size: 2rem;
  }
}
.alertWeatherMap .alertWeatherMapTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  background: url(../img/icon_sun02.png) no-repeat 0 0;
  background-size: contain;
  line-height: 1;
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  .alertWeatherMap .alertWeatherMapTitle::before {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    top: 0px;
  }
}
.alertWeatherMap .alertWeatherMapCol02 {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .alertWeatherMap .alertWeatherMapCol02 {
    margin-top: 24px;
  }
}
.alertWeatherMap .alertWeatherMapCol02 > figure {
  margin: 0;
  padding: 0;
  width: calc((100% - 14px) / 2);
}
@media screen and (max-width: 640px) {
  .alertWeatherMap .alertWeatherMapCol02 > figure {
    width: calc((100% - 4px) / 2);
  }
}
.alertWeatherMap > p {
  font-size: 1.8rem;
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .alertWeatherMap > p {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
.alertWeatherMap > p .alertTxtLink {
  color: #10a6f1 !important;
}
.alertWeatherMap .alertWeatherMapLink {
  display: flex;
  list-style: none;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 640px) {
  .alertWeatherMap .alertWeatherMapLink {
    margin: 16px 0 0 0;
    display: block;
  }
}
.alertWeatherMap .alertWeatherMapLink > li {
  font-size: 1.8rem;
  margin-right: 24px;
}
@media screen and (max-width: 640px) {
  .alertWeatherMap .alertWeatherMapLink > li {
    font-size: 1.5rem;
    margin-right: 8px;
    margin-bottom: 5px;
  }
  .alertWeatherMap .alertWeatherMapLink > li:last-child {
    margin-bottom: 0;
  }
}
.alertWeatherMap .alertWeatherMapLink > li a {
  color: #10a6f1 !important;
}

.contactTitle {
  text-align: center;
  color: #e76400;
  font-size: 3.2rem;
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .contactTitle {
    line-height: 1.2;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.contactTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  top: 2px;
  background: url(../img/icon_search.png) no-repeat 0 0;
  background-size: contain;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .contactTitle::before {
    display: block;
    width: 28px;
    height: 28px;
    left: calc(50% - 14px);
    padding-bottom: 12px;
  }
}

.ctaWrapper {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .ctaWrapper {
    margin-top: 30px;
  }
}

.contactList {
  display: flex;
  gap: 16px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contactList {
    flex-direction: column;
    margin-top: 16px;
  }
}
.contactList li {
  flex: 1;
}

.contactFormButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 132px;
  background-color: #e76400;
  border-radius: 8px;
  box-shadow: 0 8px 0 0 #c25400;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .contactFormButton a {
    height: auto;
    padding: 16px 8px;
  }
}
.contactFormButton a:hover {
  color: inherit !important;
}

.contactTelButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 132px;
  background-color: #359c00;
  box-shadow: 0 6px 0 0 #359c00;
  border-radius: 8px;
  text-decoration: none !important;
  padding-top: 2px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contactTelButton a {
    height: auto;
    padding: 16px 8px;
    pointer-events: inherit;
  }
}

.contactButtonMain {
  color: #ffee00;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .contactButtonMain {
    font-size: 2rem;
  }
}

.contactTelButton .contactButtonMain {
  line-height: 1;
}

.contactButtonText {
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .contactButtonText {
    font-size: 1.2rem;
  }
}

.contactImage {
  width: 316px;
}
@media screen and (max-width: 640px) {
  .contactImage {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.titlePhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #359c00;
  border-radius: 8px;
  height: 68px;
  text-align: center;
  color: #ffffff;
  font-size: 3rem;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .titlePhoto {
    height: 56px;
    font-size: 2.4rem;
    margin-top: 32px;
  }
}
.titlePhoto::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  top: -2px;
  background: url(../img/icon_picture.png) no-repeat 0 0;
  background-size: contain;
  line-height: 1;
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  .titlePhoto::before {
    width: 24px;
    height: 24px;
  }
}

.photoArea {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .photoArea {
    margin-top: 16px;
  }
}

.photoArea h3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.photoArea h3 .areaName {
  font-size: 2.4rem;
  font-weight: bold;
  color: #359c00;
}
.photoArea h3 a.areaLink {
  color: #10a6f1 !important;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .photoArea h3 a.areaLink {
    font-size: 1.5rem;
  }
}
.photoArea h3 a.areaLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url(../img/icon_check02.png) no-repeat 0 0;
  background-size: contain;
  line-height: 1;
  margin-left: 4px;
}
@media screen and (max-width: 640px) {
  .photoArea h3 a.areaLink::after {
    width: 16px;
    height: 16px;
  }
}

.photoArea + .photoArea {
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}

.photoArea ul {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .photoArea ul {
    flex-direction: column;
    margin-top: 24px;
  }
}

.photoArea ul li {
  flex: 1;
  text-align: center;
}

.photoArea li p {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .photoArea li p {
    font-size: 1.8rem;
  }
}

.photoArea ul li img {
  max-height: 328px;
}
@media screen and (max-width: 640px) {
  .photoArea ul li img {
    max-width: 100%;
    text-align: center;
    object-fit: cover;
  }
}

.photoArea.photoListArea h3 {
  font-size: 3.2rem;
}

.photoArea.photoListArea ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}
@media screen and (max-width: 640px) {
  .photoArea.photoListArea ul {
    display: flex;
    flex-direction: column;
  }
}

.photoArea.photoListArea h3 .areaLink::after {
  top: 2px;
  width: 16px;
  height: 16px;
}

.newPhotoLink {
  text-align: right;
  margin-top: 40px;
}

.newPhotoLink a {
  color: #10a6f1 !important;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .newPhotoLink a {
    font-size: 1.5rem;
  }
}
.newPhotoLink a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_check02.png) no-repeat 0 0;
  background-size: contain;
  line-height: 1;
  margin-left: 4px;
}

.alertKVLink {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.alertKVLink a {
  position: absolute;
  display: flex;
  width: 129px;
  height: 40px;
  top: 24px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  color: #359c00 !important;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1150px) {
  .alertKVLink a {
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .alertKVLink a {
    top: 8px;
    left: 12px;
    width: 84px;
    height: 23px;
    font-size: 1.1rem;
  }
}
.alertKVLink a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  top: 0;
  background: url(../img/icon_check01.png) no-repeat 0 0;
  background-size: contain;
  line-height: 1;
  margin-left: 4px;
}
@media screen and (max-width: 640px) {
  .alertKVLink a::after {
    top: 0;
    width: 11px;
    height: 11px;
  }
}

.orange {
  color: #E76400;
}

.textCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
@media screen and (max-width: 640px) {
  .textCenter {
    flex-direction: column;
    text-align: center;
  }
}

.alertTitleBefore {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 48px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .alertTitleBefore {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.alertTitleBefore::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 88%;
  background-color: #359C00;
}

.heatmapContainer {
  position: relative;
}
@media screen and (max-width: 640px) {
  .heatmapContainer {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.heatmapContainer img {
  width: 100%;
  margin: 15px 0 0;
}
@media screen and (max-width: 640px) {
  .heatmapContainer img {
    width: 200%;
    max-width: inherit;
  }
}
.heatmapContainer .scrollHint {
  display: none;
}
@media screen and (max-width: 640px) {
  .heatmapContainer .scrollHint {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 1rem;
    width: auto;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    pointer-events: none;
  }
  .heatmapContainer .scrollHint.hidden {
    opacity: 0;
  }
}

.alertMapContainer {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .alertMapContainer {
    flex-direction: column;
    gap: 0;
  }
}

.alertMapBox p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .alertMapBox p {
    margin-top: 20px;
  }
}
.alertMapBox img {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .alertMapBox img {
    margin-top: 10px;
  }
}

.textAlign {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .textAlign {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .sp_indent {
    display: block;
    margin-left: 1em;
  }
}
#alertmap,
#alert,
#observe {
  padding-top: 40px;
  margin-top: -40px;
}

@media screen and (max-width: 640px) {
  #alertmap {
    scroll-margin-top: 10px;
  }
  #alert,
  #observe {
    padding-top: 20px;
    margin-top: -20px;
  }
}