@charset "UTF-8";
.important-notices {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .important-notices .wrap {
    padding: 0px;
  }
}
.important-notices .wrap .content {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 3px 9px 0px rgba(31, 31, 31, 0.21);
  padding: 0px 10px;
  margin-top: 11px;
}
@media screen and (min-width: 1025px) {
  .important-notices .wrap .content {
    padding: 0px 40px 2px;
  }
}
.important-notices .wrap .content dl {
  background: #fff;
  position: relative;
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .important-notices .wrap .content dl {
    padding: 9px 40px 9px 12px;
  }
}
.important-notices .wrap .content dl:last-child {
  border: 0 none;
}
.important-notices .wrap .content dl i {
  font-size: 22px;
  position: absolute;
  right: 18px;
  top: 18px;
  color: #00822D;
}
@media screen and (max-width: 767px) {
  .important-notices .wrap .content dl i {
    font-size: 20px;
    right: 14px;
    top: 12px;
    bottom: 0;
    height: 16px;
  }
}
.important-notices .wrap .content dl.active i {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.important-notices .wrap .content dl:last-child {
  margin-bottom: 0;
}
.important-notices .wrap .content dl:not(.active) dt {
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}
.important-notices .wrap .content dl dt {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  min-height: 3vh;
  max-height: 100vh;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .important-notices .wrap .content dl dt {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .merit01 .important-notices h2, .merit01 .important-notices h3 {
    margin-bottom: 0px;
    position: relative;
    left: 38%;
    transform: translateX(-10%);
  }
}
@media (max-width: 767px) {
  .merit01 .important-notices h2, .merit01 .important-notices h3 {
    left: 32%;
    transform: translateX(-20%);
    }
}
/*# sourceMappingURL=dbg-tournament.css.map */