@charset "utf-8";

#bnu_005_t {
  position: relative;
  padding: 3.0em 2vw 0em;
  background: #fff;
}

h2.specialBannerTitle {
  font-family: 'Coda', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 3rem;
  margin: 0 0 0.1em;
  text-align: center;
  color: #000;
}

#bnu_005_t .specialBannerWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#bnu_005_t .specialBannerWrapper>p {
  width: 48%;
  margin-right: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width:1279px) {
  #bnu_005_t .specialBannerWrapper {
  }

  #bnu_005_t .specialBannerWrapper>p {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 1.5em;
  } 
}


@media screen and (max-width:767px) {
  #bnu_005_t {
    background: #FF6F00;
    padding: 0 8vw 0em;
  }

  .specialBannerWrapper {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .specialBannerWrapper>p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .specialBannerWrapper>p:nth-child(4),
  .specialBannerWrapper>p:nth-child(5) {
    width: 100%;
  }

  h2.specialBannerTitle {
    font-size: 3rem;
    text-align: center;
    color: #fff;
  }
}

@media screen and (max-width:767px) and (min-width:500px) {
  h2.specialBannerTitle {
    font-size: 3.8rem;
  }
}