/* =============================================================
   ogiri.css — ぽぴとぴ大喜利 ページ固有スタイル
   ============================================================= */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

/* Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');


/* =============================================================
   お題ブロック
   ============================================================= */
.ogiri_odai-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ogiri_odai {
  background: #fff;
  width: 600px;
  border-radius: 12px;
  margin: auto;
  padding: 3rem;
  font-size: 1.8vw;
}

.ogiri_odai::before {
  content: "";
  width: 1px;
  height: 30px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

span.odai {
  color: #666;
  font-weight: bold;
  line-height: 1.8;
}


/* =============================================================
   Responsive — Smartphone (max 559px)
   ============================================================= */
@media screen and (max-width: 559px) {
  .ogiri_odai {
    width: 90%;
    border-radius: 12px;
    margin: auto;
    padding: 0.8rem;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .ogiri_odai::before {
    height: 25px;
  }
}
