@charset "shift_jis";
/* Updated 2026/07/07.ht */

#wrap .notice-wrapCnt01 .glyphAttention01 > span:before {
  top: 0.2em;
  width: 25px;
  height: 22px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
  #wrap .notice-wrapCnt01 .glyphAttention01 > span:before {
    top: 0.1em !important;
    width: 22px;
    height: 19px;
  }
}

.notice-wrapCnt01 {
  max-width: 1320px;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 46px;
}
.notice-wrapCnt01 .notice-txt01 {
  font-size: 20px;
  color: #C83030 !important;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .notice-wrapCnt01 {
    padding: 0 12px;
  }
  .notice-wrapCnt01 .notice-txt01 {
    font-size: 16px;
  }
}