@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : outline.css
Description : 開催概要
===================================================================== */
/* ========================================================
    submv
======================================================== */
.submv_img {
  background-image: url(../images/outline/submv_bg01_sp.png);
}
@media screen and (min-width: 768px) {
  .submv_img {
    background-image: url(../images/outline/submv_bg01_pc.png);
  }
}

/* ========================================================
    outline
======================================================== */
.outline {
  position: relative;
  width: 100%;
  padding: 18rem 0 24rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .outline {
    padding: 7.8125vw 0 9.375vw 0;
  }
}
.outline_column {
  position: relative;
  width: 92vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .outline_column {
    width: 62.5vw;
  }
}
.outline_text {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2.4rem;
  border: 0.2rem solid #000000;
}
@media screen and (min-width: 768px) {
  .outline_text {
    margin-top: 1.2rem;
  }
}
.outline_text:first-child {
  margin-top: 0;
}
.outline_text > dt {
  width: 100%;
  padding: 0.8rem 4rem;
  color: #ffffff;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .outline_text > dt {
    width: 9em;
    padding: 1.8rem 1.5625vw;
    font-size: 2.2rem;
  }
}
.outline_text > dd {
  width: 100%;
  padding: 2.4rem 4rem;
  color: #000000;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .outline_text > dd {
    width: calc(100% - 9em);
    padding: 1.8rem 2.0833333333vw;
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=outline.css.map */