@charset "UTF-8";
/*--------------------------------------------------
変数定義
--------------------------------------------------*/
/*--------------------------------------------------
map型(key: value)でブレークポイントを定義する。
--------------------------------------------------*/
/*------------------------------
参加登録
--------------------------------*/
section {
  padding: 0 10px;
}

.article_1 {
  margin: 20px 0 40px;
}
.article_1 p {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
}

/*期間*/
.period {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 4rem;
}
.period span {
  font-size: 2.5rem;
}

.period_2, .period_3 {
  display: inline-block;
}
@media screen and (max-width: 420px) {
  .period_2, .period_3 {
    text-indent: 4.1em;
  }
}

.period_3 {
  text-indent: 0;
}

.period_4 {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 4rem;
}
.period_4 span {
  font-size: 2.4rem;
}

/*懇親会場所*/
.place_block {
  padding-left: 20px;
  border-left: 4px solid #24592C;
}
@media screen and (max-width: 420px) {
  .place_block {
    font-size: 80%;
    line-height: 1.5em;
  }
}

.place_flex {
  display: flex;
  flex-wrap: nowrap;
}
.place_flex dt {
  width: 3em;
}
.place_flex dd {
  margin-left: 0;
  flex: 1;
}
