@charset "utf-8";
/* グローバルメニュー
======================== */
@media screen and (max-width:1199px) {
  #wrapper{
      overflow-y: hidden;
  }
}


/*========================

=========================*/
#side {
    flex-shrink: 0;
    position: relative;
    z-index: 0;
    padding: 0 0 2em;
}

#main i {
    display: block;
    margin-bottom: 1.7em;
}
#contents_inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: url(../../images/main/tz/bg.jpg)top left / auto  no-repeat,#FFFBEF;
    background-attachment: fixed;
}
@media screen and (min-width: 1200px){
    #contents_inner {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        min-height: 100vh;
    }
    #side {
        width: 300px;
    }
}
@media screen and (min-width: 1600px){
    #side {
        width: 400px;
    }
}
@media screen and (max-width:1599px){
  #side {
    padding: 0;
}
}

@media screen and (max-width:1199px){
  #side {
    z-index: 99;
    position:relative;
  }
}


/* NEWマーク
======================== */
.newItem{
  position:relative;
}
#layout4 .newItem::before {
  content:" NEW";
  background: #c80f19;
  color: #fafafa;
  font-weight: 900;
  font-size: 1.1rem;
  padding: 1em 0.6em;
  margin: 0 .0em 0 0;
  position: absolute;
  top: 0.5em;
  right:0.3em;
  z-index: 1;
  font-size:1rem;
  border-radius:10rem;
}


/* バナーユニット
======================== */

[id^="bnu_001_"]>p img {
    width: 100%;
}
[id^="bnu_001_"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px;
    padding: 30px 0;
}

#bnu_001_t img {
    height: auto;
    max-width: 100%;
}

#bnu_001_t p {
    margin: 1.6rem 1rem;
}

dl.gray dt {background: #777;}
.gray,dl.gray dd {color: #777;}