/*@mixin font-size($size: 24, $base: 10) {
  font-size: ($size / $base) * 1rem;
}*/
/* cleafix
------------------------------------------------------------ */
.u_cf {
  *zoom: 1;
}

.u_cf:after {
  display: block;
  clear: both;
  content: "";
}

/***************************************************
  news.css
***************************************************/
/* #news.index
------------------------------------------------------------ */
#news.index #section01,
#news.index #section-interlude {
  margin-top: 192px;
  margin-top: 12rem;
  margin-bottom: 160px;
  margin-bottom: 10rem;
}

#news.index #section01 .u_container.message_box,
#news.index #section-interlude .u_container.message_box {
  max-width: 768px;
  padding-right: 88px;
  padding-right: 5.5rem;
  padding-left: 88px;
  padding-left: 5.5rem;
  border: double #ca5237 7px;
  border-radius: 1.5rem;
}

#news.index #section01 .text,
#news.index #section-interlude .text {
  letter-spacing: .25em;
  line-height: 2.5;
}

#news.index #section01 .notice,
#news.index #section-interlude .notice {
  margin: 40px auto;
  margin: 2.5rem auto;
  padding: 32px;
  padding: 2.0rem;
  border-radius: 1.5rem;
  background: #ca5237;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
}

#news.index #section01 h2,
#news.index #section-interlude h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 96px auto 32px;
  margin: 6.0rem auto 2.0rem;
  font-size: 36px;
  font-size: 2.25rem;
}

#news.index #section01 h2 hr,
#news.index #section-interlude h2 hr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-color: #000;
}

#news.index #section01 h2 .subtext,
#news.index #section-interlude h2 .subtext {
  margin-left: 16px;
  margin-left: 1.0rem;
}

#news.index #section01 h2 .subtext small,
#news.index #section-interlude h2 .subtext small {
  font-size: 70%;
}

#news.index #section01 .newprice_table,
#news.index #section-interlude .newprice_table {
  margin-bottom: 96px;
  margin-bottom: 6.0rem;
  margin-left: -64px;
  margin-left: -4.0rem;
}

#news.index #section01 .news-copyrights,
#news.index #section-interlude .news-copyrights {
  margin: 96px auto;
  margin: 6.0rem auto;
  text-align: center;
}

#news.index #section01 .news-copyrights img,
#news.index #section-interlude .news-copyrights img {
  width: 308px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  #news.index #section01,
  #news.index #section-interlude {
    margin: 6rem 2.0rem;
  }
  #news.index #section01 .u_container.message_box,
  #news.index #section-interlude .u_container.message_box {
    padding-right: 1.0em;
    padding-left: 1.0em;
  }
  #news.index #section01 .c_title01,
  #news.index #section-interlude .c_title01 {
    font-size: 1.8rem;
  }
  #news.index #section01 .text,
  #news.index #section-interlude .text {
    padding: 0 1rem;
    letter-spacing: 0;
    line-height: 2;
  }
  #news.index #section01 .text br,
  #news.index #section-interlude .text br {
    display: none;
  }
  #news.index #section01 .notice,
  #news.index #section-interlude .notice {
    margin: 2.5rem auto;
    padding: 1.0rem;
    font-size: 1.2em;
  }
  #news.index #section01 h2,
  #news.index #section-interlude h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4.0rem auto 2.0rem;
    font-size: 1.2em;
  }
  #news.index #section01 h2 hr,
  #news.index #section-interlude h2 hr {
    display: none;
  }
  #news.index #section01 .newprice_table,
  #news.index #section-interlude .newprice_table {
    margin-bottom: 4.0rem;
    margin-left: -1.0rem;
  }
  #news.index #section01 .news-copyrights,
  #news.index #section-interlude .news-copyrights {
    margin: 3.0rem auto;
  }
  #news.index #section01 .news-copyrights img,
  #news.index #section-interlude .news-copyrights img {
    width: 180px;
  }
}

/*# sourceMappingURL=maps/news.css.map */
