@charset "UTF-8";
/*--------------------------------------------------
変数定義
--------------------------------------------------*/
/*--------------------------------------------------
map型(key: value)でブレークポイントを定義する。
--------------------------------------------------*/
/*--------------------------
開催概要
---------------------------*/
.overview_contents {
  width: 100%;
  border-bottom: 1px solid #F3F3F3;
}
.overview_contents dt {
  width: 7em;
  height: 24px;
  padding: 0 1em;
  background-color: #24592C;
  border-radius: 12px;
  text-align-last: justify;
  color: white;
  line-height: 26px;
  margin-bottom: 10px;
}
.overview_contents dd {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .overview_contents dd {
    margin-left: 1em;
  }
}

.text-narrow-left {
  width: 9em !important;
  transform: scale(0.8, 1) !important;
  transform-origin: top left !important;
}
