/* =============================================================================
   SECTIONS
   ========================================================================== */
.section_title {
    margin: 5px auto 5px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}
.section_sub_title {
    margin: 0px auto 0px auto;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px;
}

.c1{ color: #222222; } /* Dark */
.c2{ color: #006838; } /* Green */
.c3{ color: #fff; }
.c4{ color: #fff; text-shadow: 0 0 10px #333;}
.c5{ color: #006173; } /* Teal */
.c6{ color: #143534; } /* Dark Green */

.footer_logo{
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 30px;
  max-width: 180px;
}

.narrowish{
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: block;
}

.header_jumper:before{
  display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
  pointer-events: none;
}

.nr_wrapper{
    text-align: center;
    padding: 20px 0;
  }
  .nr_img{
    max-width: 125px;
  }
  .nr_text{
    color: #999;
  }
 
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .footer_logo{
    margin-top: 0;
    max-width: 200px;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}