@media screen and (min-width: 900px) {
  p.mitchellhirai-release {
    text-align: center;
    font-size: 2em;
    color: #fff;
    border: 2px red solid;
    font-weight: bold;
    padding: 10px;
    background-color: red;
    letter-spacing: 10px;
  }
  .mitchellhirai-flex {
    display: flex;
  }
  .mitchellhirai-flex p {
    padding: 10px;
  }
  .mitchellhirai-flex p.mitchellhirai-red {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #c3272a;
    margin: 10px 10px 0 0;
    color: #fff;
  }
  .mitchellhirai-flex p.mitchellhirai-blue {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #00235d;
    margin: 10px 10px 0 0;
    color: #fff;
  }
  .mitchellhirai-flexbox2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .mitchellhirai-flexbox2 p {
    width: 40%;
    padding: 0 5% 0 0;
    font-size: 1.25em;
  }
  #contentsBox p.mitchellhirai-kikusui img {
    height: 50px;
  }
}
@media screen and (max-width: 899px) {
  p.mitchellhirai-release {
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    border: 2px red solid;
    font-weight: bold;
    padding: 10px;
    background-color: red;
    letter-spacing: 10px;
  }
  p.mitchellhirai-red {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #c3272a;
    margin: 10px 10px 0 0;
    color: #fff;
    padding: 10px;
  }
  p.mitchellhirai-blue {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #00235d;
    margin: 10px 10px 0 0;
    color: #fff;
    padding: 10px;
  }
  .mitchellhirai-flexbox2 {
    width: 100%;
    display: block;
  }
  #contentsBox p.mitchellhirai-kir-event {
    font-size: 1.6em;
    padding: 15px 0 0 0;
  }
  #contentsBox p.mitchellhirai-92 {
    width: 92%;
  }
  #contentsBox p.mitchellhirai-kikusui img {
    height: 50px;
  }
}/*# sourceMappingURL=2024mitchellhirai.css.map */