@charset "UTF-8";

@media screen and (max-width: 767.9px) {
/* 画⾯サイズが767pxまではここを読み込む */

  section#lead img{
    width: 100%;
  }
  .ly-main {
    margin: 1.6rem 0;
  }
  .ly-contents {
    margin: 1.6rem auto;
  }
  h2 {
    position: relative;
    background-image: url("../img/smp/h2_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 2rem;
    color: #333;
    padding-left: 2.5rem;
    padding-top: 0.3rem;
    text-align: left;
  }
  h2:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 24px;
    background-color: #939393;
    display: block;
    left: 12px;
    top: 50%;
    margin-top: -12px;
  }
  .container {
    padding: 1.6rem;
  }
  
  /* lead */
  #lead .reception_period {
    background-color: #0e4464;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
  }
  
  /* movie */
  #movie .container {
    text-align: center;
  }
  #movie .check_box {
    border: 1px solid #876528;
    color: #876528;
    background: #fff;
    border-radius: 0.3rem;
    margin: 1rem auto 1.6rem;
    padding: 1.6rem; 
    position: relative;
    display: block;
  }
  #movie .check_box:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border: solid 1px #876528;
    display: block;
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -1rem;
  }
  #movie .check_box p:first-child {
    text-align: left;
    padding-left: 2rem;
  }
  #movie .check_mark {
    position: absolute;
    left: 1rem;
    top: 0.8rem;
  }
  
  /* summary  */
  #summary .link-arrow {
    margin: 1.6rem 0;
  }
  
  /* disclamer  */
  #disclamer .box-border {
    margin: 0 1rem;
  }
  #disclamer .box-border + .box-border {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 768px) , print {
/* 画⾯サイズが768pxからと印刷時はここを読み込む */

  img{
    max-width: 100%;
  }
  .ly-contents {
    margin: 16px auto;
  }
  h1 {
    margin-bottom: 0;
  }
  h2 {
    position: relative;
    background-image: url("../img/h2_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 30px;
    color: #333;
    padding-left: 35px;
  }
  h2:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 34px;
    background-color: #939393;
    display: block;
    left: 15px;
    top: 50%;
    margin-top: -17px;
  }
  .container {
    padding: 16px;
  }
  
  /* lead */
  #lead {
    margin-bottom: 32px;
  }
  #lead .reception_period {
    background-color: #0e4464;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px;
  }
  
  /* movie */
  #movie .container {
    text-align: center;
  }
  #movie .check_box {
    text-align: left;
    border: 1px solid #876528;
    color: #876528;
    background: #fff;
    border-radius: 3px;
    margin: 10px auto 16px;
    padding: 16px; 
    position: relative;
    width: 300px;
    display: block !important;
  }
  #movie .check_box:before {
    content: "";
    width: 16px;
    height: 16px;
    border: solid 1px #876528;
    display: block;
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -10px;
  }
  #movie .check_box p:first-child {
    padding-left: 86px;
  }
  #movie .check_mark {
    position: absolute;
    left: 70px;
    top: 8px;
  }
  
  /* schedule */
  #schedule .container {
    text-align: center;
  }
  #schedule .note-text {
    display: inline-block;
    margin: 16px auto 0;
  }
  
  /* summary */
  #summary .table_container {
    padding: 0 16px;
  }
  #summary .link-arrow {
    margin: 16px 0;
  }
  
  /* disclamer  */
  #disclamer .box-border + .box-border {
    margin-top: 32px;
  }
}