@charset "utf-8";

.oshirase-cover {
  display: flex;
  background: #2392ed;
  padding: 4px;
  margin: auto;
  border-radius: 25px;
  height: 35px;
  width: 83%
}

.oshirase-cover .news {
  margin: -10px;
  padding: 3px 20px 5px 30px;
  color: rgb(241, 241, 40);
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.bx-wrapper ul {
  width: 100%;
}

.bx-wrapper li {
  padding: 0px 20px;
  color: #ffffff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

/*ニュース1行の周りの余白*/

/*日付*/
.oshirase-slider span {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 10px;
  color: #e1f2fd;
}