/* =======================================================
common
======================================================= */
@media screen and (width <= 750px) {
  .c-article-outer {
    padding-top: 0;
  }
}
/* =======================================================
hyoka
======================================================= */
.ly-hyoka {
  padding-top: 40px;
}

.bl-hyoka-ttl {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(41/28);
  text-align: center;
}
.bl-hyoka-intro {
  margin-bottom: 40px;
  line-height: calc(26/17);
  text-align: center;
}

@media screen and (width <= 750px) {
  .ly-hyoka {
    padding-top: 64px;
  }
  .bl-hyoka-ttl {
    font-size: 40px;
    line-height: calc(59/40);
  }
  .bl-hyoka-intro {
    line-height: calc(125/84);
  }
}