@charset "UTF-8";

/* 広告container */
.banner-container {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .banner-container {
    margin-top: 0;
    width: 96%;
    margin: auto;
  }
}

/* 文字：広告 */
.banner-top-div {
  text-align: center;
  padding-bottom: 15px;
}
.caption-p-font {
  display: inline;
  font-weight: 700;
  font-size: 3rem;
}
.caption-p-1 {
  display: inline;
  vertical-align: super;
  margin-right: 20px;
}
.caption-p-2 {
  display: inline;
  vertical-align: super;
  margin-left: 20px;
}

/*  広告グループdiv */
.relate-ad {
  max-width: 1160px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media only screen and (max-width:1024px) {
  .relate-ad {
    justify-content: space-between;
  }
}
.relate-ad li {
  width: 280px;
  height: 75px;
  margin-top: 12.5px;
  margin-left: 12.5px;
}
@media only screen and (max-width:1024px) {
  .relate-ad li {
    width: calc(50% - 7px);
    height: initial;
  }
}
.relate-ad li:nth-child(1),
.relate-ad li:nth-child(5) {
  margin-left: 0px;
}
@media only screen and (max-width:1024px) {
  .relate-ad li:nth-child(3) {
    margin-left: 0px;
  }
}
.relate-ad a {
  width: 100%;
  height: 100%;
  display: block;
}
.relate-ad a img {
  width: 100%;
  height: 100%;
  border: 1px solid rgb(217, 217, 217);
}

/* 防災画面右側のリンクバナー */
.s-bnrList {
  padding-bottom: 20px;
}
.s-bnrList_item:not(:first-of-type) {
  margin-top: 10px;
}
.s-bnrList_item img {
  width: 100%;
}