@charset "utf-8";
/* ============== 共通 =================== */
.container-wrap {
  min-width: auto;
}
#contents {
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  color: #444;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
}
#contents .inner {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
}
.display-sp {
  display: none;
}
.display-pc {
  display: block;
}
a {
  color: #2473b3;
  text-decoration: underline;
}
/* 終了テキスト */
.end_text {
  color: #FF1D1D;
  font-size: 180%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.ly-block {
  width: 92%;
  max-width: 780px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
/* ============== MV =================== */
.mv-wrap {
  margin-bottom: 40px;
}
.end .mv-wrap {
  margin-bottom: 20px;
}
.mv {
  background: #01b286;
}
.mv-date {
  background: #fffaa9;
  padding: 12px 10px 11px;
}
.mv img, .mv-date img {
  margin: auto;
}
/* ================= ボタン周り ====================== */
.btn-entry {
  text-align: center;
  padding: 0 15px;
}
.btn-lead {
  margin: 12px 0;
}
.btn-entry img {
  margin: 0 auto;
}
.btn-entry-link {
  font-size: 0;
}
.btn-entry-link a {
  display: inline-block;
}
.btn-entry-link a:hover {
  opacity: 0.85;
  transition: .15s;
}
.btn-entry-note {
  margin-top: 12px;
}
/* ================= 参加方法 ====================== */
.sec-box.entry {
  margin-top: 40px;
}
.entry-sec {
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 780px;
}
.step-unit {
  position: relative;
  z-index: 1;
  width: calc((100% - 30px)/3);
  max-width: 250px;
  background: #f3f3f3;
  border-radius: 10px;
}
.step-att {
  font-size: 11px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  width: 88%;
  margin: auto;
  line-height: 1.4;
  padding-bottom: 8px;
}
.step-unit + .step-unit {
  margin-left: 15px;
}
.step-unit-ttl {
  position: absolute;
  left: -5px;
  top: -15px;
  z-index: 100;
}
.entry-note {
  margin-top: 15px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
/* att
=============================*/
.att_wrap {
  margin: 3.5% auto;
}
.att {
  text-align: left;
  font-size: 14px;
}
.att_item_ttl {
  margin: 30px 0 10px;
  font-size: 22px;
  padding-left: 30px;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
}
.att_item_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #01b286;
  border-radius: 50%;
}
.att_item_inner p {
  margin: 10px auto;
}
.att_item_img img {
  margin: 15px auto;
}
.att_sub-list {
  margin-top: 10px;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em
}
.att_sub-list li > ul, .att_sub-list li > ol {
  margin-left: 1em;
  line-height: 1.7;
}
.att_sub-list li > ul + ul, .att_sub-list li > ol + ol {
  margin-top: 5px;
}
/* ================= SP ====================== */
@media screen and (max-width: 767px) {
  /* ============== 共通 =================== */
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  #contents {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .end_text {
    font-size: 150%;
  }
  /* ============== MV =================== */
  .mv-wrap {
    margin-bottom: 5%;
  }
  .end .mv-wrap {
  margin-bottom: 20px;
}
  .mv-date {
    padding: 16px 5px 15px;
  }
  .mv-date img {
    width: 95%;
  }
  /* ================= ボタン周り ====================== */
  .btn-lead {
    margin: 12px 0;
  }
  .btn-entry-link {
    width: 90%;
    margin: 0 auto;
  }
  .btn-entry-link a:hover {
    opacity: 1;
    transition: none;
  }
  .btn-entry-note {
    margin-top: 5%;
    line-height: 1.9;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  /* ================= 参加方法 ====================== */
  .sec-box.entry {
    margin-top: 11%;
  }
  .entry-sec {
    display: block;
    max-width: 100%;
  }
  .step-unit {
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
  }
  .step-unit + .step-unit {
    margin-left: 0;
    margin-top: 10%;
  }
  .step-unit-ttl {
    width: 60px;
  }
  .step-att {
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 7.2%;
  }
  .entry-note {
    line-height: 1.8;
    font-size: 14px;
  }
  /* att
=============================*/
  .att_wrap {
    margin: 12.5% auto 10%;
  }
  .att {
    text-align: left;
    font-size: 14px;
  }
  .att_item_ttl {
    margin: 20px 0 10px;
    font-size: 20px;
  }
  .att_item_inner p {
    margin: 10px auto;
  }
  .att_item_img img {
    margin: 10px auto;
  }
  .att_sub-list {
    margin-top: 10px;
    line-height: 1.8;
  }
  .att_sub-list li > ul, .att_sub-list li > ol {
    line-height: 1.8;
  }
}