@charset "utf-8";
/* ==========================================
#contents
  #contents_inner
    #contents_main
      #contents_main_inner
        #main　キービジュアル
        #right_side　ニュース
    #side　メニュー
========================================== */



  #right_side {
    max-width: 260px;
    margin: 0 auto;
  }

@media screen and (min-width: 900px){
  body {
    min-width: 1290px;
  }

  #contents_inner {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    width: 1290px;
    justify-content: space-between;
  }

  #contents_main {
    flex-grow: 2;
  }

  #side {
    max-width: 305px;
    width: 100%;
  }

  #contents_main_inner {
    display: flex;
    justify-content: space-between;
  }

  #main {
    width: 100%;
    max-width: 700px;
  }

  #right_side {
    width: 260px;
  }
}

#footer {
  background: url(../../../../images/main/assets/bg_grange_red.jpg);
  position: relative;
}

#footer::after {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: 
  url(../../../../images/main/assets/bg_logo.png) bottom left/180px;
  opacity: 0.2;
}

#footer_inner {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.copyrights {
  margin-top: 20px !important;
}

.navList li a,
.navList li a {
  background-position: bottom left !important;
}

.navList li a.fir_crt,
.navList li a:hover {
  background-position: top left !important;
}