
.top-notice-box{
  margin: 1em 0;
  text-align: center;
  background: #EEE;
  padding:1.2em 1em;
}

.top-notice-box.isType2{
  background: #FFF;
}

@media screen and (max-width: 46em){
  
  .top-notice-box.isType2 br{
    display: none;
  }
}
.top-notice-box a{
  font-size: 16px;
}
.top-notice-box a em{
  font-style: normal;
}

@media screen and (max-width: 46em){
  .top-notice-box{
  }
  .top-notice-box a{
    font-size: 12px;
  }
}


