@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : add.css
Description : イベント
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.archive .event {
  margin-top: 5rem;
  width: 100%;
}
.archive .event dl {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.archive .event dl dt {
  width: 25%;
  flex-shrink: 0;
  margin-right: 3rem;
  padding: 0.2em 0.6em;
  font-size: 90%;
  color: #fff;
  background: #ff0101;
}
.archive .event dl dd {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  */
  font-size: 110%;
  font-weight: 500;
}
.archive .event a {
  color: #0278e6;
}
.archive .event a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .archive .event {
    flex-shrink: 0;
    width: 95%;
  }
  .archive .event dl dt {
    width: 22%;
    font-size: 100%;
  }
  .archive .event dl dd {
    font-size: 120%;
  }
  .archive h3 {
    font-size: 185%;
    line-height: 1.5;
  }
}
.no-border {
  width: 100%;
  border: none !important;
  margin: 0 auto 3rem;
}

@media screen and (min-width: 768px) {
  .no-border {
    width: 50%;
  }
}/*# sourceMappingURL=add.css.map */