@charset "utf-8";
/*
 set break point
 */
/*
 Width / Height Settings
 */
/*
 SP Liquid Value
 */
/*
 PC Liquid Value
 */
/*
 Line Height
 */
@media screen and (max-width: 750px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   case_sp.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*------------------------------------------------------------------------------------------
   *
   *
   max-width : 750px
   *
   *
   ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
   *
   #kv
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #top_desc
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   article
   *
   -------------------------------------------------- */
  #kv {
    position: relative;
  }
  #title_wrap {
    padding-top: 8vw;
    padding-left: 21.33333vw;
    margin-bottom: 6.66667vw;
  }
  #title_wrap .ttl {
    margin-bottom: 2.66667vw;
  }
  #title_wrap .ttl img {
    width: 13.6vw;
    height: 1.86667vw;
  }
  #title_wrap h2 {
    margin-bottom: 2vw;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 0.12em;
  }
  #title_wrap .sub {
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #top_desc {
    padding-left: 21.33333vw;
    margin-bottom: 8vw;
  }
  #top_desc p {
    line-height: 1.6em;
    text-align: left;
  }
  article {
    overflow: hidden;
  }
  article .head .ph {
    width: 100%;
    height: 53.33333vw;
    margin-bottom: 10.66667vw;
    position: relative;
  }
  article .head .ph .cap {
    display: block;
    color: #fff;
    position: absolute;
    bottom: 2.66667vw;
    left: 2.66667vw;
    z-index: 2;
  }
  article .head .title {
    padding-left: 8vw;
    margin-bottom: 10.66667vw;
  }
  article .head .inner {
    text-align: left;
  }
  article .head .inner h3 {
    margin-bottom: 4vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.33333em;
  }
  article .head .inner p {
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  article .head .inner .h {
    display: inline-block;
    padding-bottom: 2.66667vw;
    margin-bottom: 4.66667vw;
    position: relative;
  }
  article .head .inner .h:after {
    content: '';
    width: 100%;
    height: 0.53333vw;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  article .btm {
    margin: 0 auto;
    padding: 8vw;
    padding-bottom: 16vw;
    background-color: #f5f5f1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  article.a2 .btm {
    padding-bottom: 9.33333vw;
  }
  article .btm .desc {
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  article .btm .desc p {
    margin-bottom: 1.65em;
    line-height: 1.6875em;
  }
  article .btm .desc p span {
    position: relative;
    line-height: 0;
    box-shadow: 0 0 0 5.33333vw #fff88a inset;
    outline: 0.26667vw solid #fff88a;
  }
  article .btm .desc p:last-child {
    margin-bottom: 0;
  }
  article .btm .ph {
    margin-bottom: 6.66667vw;
  }
  article .btm .ph p {
    position: relative;
  }
  #list {
    margin: 0 auto;
    padding-bottom: 8.66667vw;
    background-color: #e8e8e1;
    position: relative;
  }
  #list .col {
    padding-top: 18.66667vw;
    padding-left: 16vw;
    padding-right: 16vw;
    text-align: left;
    overflow: hidden;
  }
  #list .col h4 {
    margin-bottom: 5.33333vw;
    display: table;
    padding-bottom: 2.4vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    border-bottom: 0.53333vw solid #000;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #list .col dt, #list .col th {
    font-weight: bold;
  }
  #list .col th {
    line-height: 1.4em;
    display: block;
  }
  #list .col td {
    padding-bottom: 5.33333vw;
    line-height: 1.4em;
    display: block;
  }
  #list .col td span {
    display: block;
    text-indent: -0.5em;
  }
  #list .col dt {
    line-height: 1.55556em;
  }
  #list .col dd {
    line-height: 1.55556em;
    margin-bottom: 1.5em;
  }
}
/* -------------------------------------------------- */
