@charset "utf-8";
/*
 set break point
 */
/*
 Width / Height Settings
 */
/*
 SP Liquid Value
 */
/*
 PC Liquid Value
 */
/*
 Line Height
 */
@media screen and (max-width: 750px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   story_sp.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 750px
   *
   *
   ------------------------------------------------------------------------------------------ */
  #content_inner {
    margin: 0 auto;
    padding: 16vw 8vw 8vw 8vw;
    box-sizing: border-box;
  }
  #content_inner h2 {
    margin-bottom: 8vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12em;
  }
  #content_inner dt {
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.6875em;
  }
  #content_inner dd {
    letter-spacing: 0.12em;
    margin-bottom: 1.5em;
    line-height: 1.5em;
  }
}
/* -------------------------------------------------- */
