/* -----------------------------------------  FOOTER  ----------------------------------------- */

.wrapper-g {
  width: 100%;
  height: auto;
  padding: 15px 0px;

}

.wrapper-g h3 {
  margin-bottom: 20px;
}


@media only screen and (max-width: 800px) {
  .wrapper-g  {
    padding: 40px 0 0 0;     
    
  }
}

@media only screen and (max-width: 800px) {
  .wrapper-g h3  {
    padding-top: 20px;   
    margin: 10px 0 10px 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .wrapper-g h4  {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .wrapper-g h5  {
   margin-top: 5px;
  }
}

.wrapper-g .button {
  margin-top: 20px;
  padding: 10px;
}

@media only screen and (max-width: 800px) {
  .wrapper-g .button  {
    margin-top: 20px;
    padding: 10px;   
  }
}



.footer-menu {
  cursor: pointer;
  height: 100%;
  max-width: 1600px;
  transition: 0.1s ease-in;
  padding: 0;
  display: inline;
  
}

.footer-menu ul {
  text-align: right;
  padding: 20px 0 20px 0;
  line-height: 10px;
  
}

.footer-menu li {
  margin-left: 0px;
  color: white;
}

.footer-menu a {
  padding: 0;
  text-decoration: none;
  font-size: 12px;
  color: #071209;
  display: inline;
  transition: 0.3s;
  color: rgb(128, 128, 128);
}
.footer-menu ul li {
  font-weight: 200;
  line-height: 14px;
  display: inline;
  margin-bottom: 40px;
  margin-left: 10px;
  color: white;

}

.footer-menu a:hover {
text-decoration: underline;
cursor: pointer;
color: rgb(255, 255, 255);

}
.footer-menu ul ul li {
font-weight: 500;
font-size: 12px;
line-height: 28px;
color: #071209;
padding: 0 0 50px 0;
text-align: right;

}

#myfootermenu2 {
padding-top: 200px;
}

.footer-menu-lvl-2 {
cursor: pointer;
height: 100%;
max-width: 1600px;
transition: 0.1s ease-in;
display: inline;
letter-spacing: 0.2px;

}
.footer-menu-lvl-2 a {
text-decoration: none;
font-size: 12px;
color: #B0BAB4;
display: inline;
transition: 0.3s;
}
.footer-menu-lvl-2 ul li {
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #B0BAB4;
padding-right: 10px;
display: inline;
}

.footer-menu-lvl-2 ul li:hover {
text-decoration: underline;
}

.disclaimer-wrapper {
height: 160px;
width: 100%;
}

.disclaimers {
font-size: 12px;
line-height: 14px;
font-family: "Nunito", sans-serif;
font-weight: 200;
margin: 20px 0 40px 0;
color: #B0BAB2;
}

.disclaimers:hover {
text-decoration: underline;
}

.disclaimer-wrapper ul {
  margin-bottom: 10px;
}

.disclaimer-wrapper .content {
  margin-top: 10px;
}

.footer h3 {
  margin: 15px 0 30px 0;
}

.white-size {
  font-size: 24px;
  color: white;
}

@media only screen and (max-width: 800px) {
  .white-size  {
    font-size: 18px;
  }
}

.footer-content {

  background-color: #071209;
}


@media only screen and (max-width: 800px) {
  .footer-content  {
    padding: 20px 20px 40px 20px;
  }
}

.reiwa {
  float: left;
  height: auto; 
  padding: 6px 12px 0 0; 
  opacity: 0.4;
  width: 100px;
  height: auto;
  cursor: pointer;

}

.reiwa:hover {
  opacity: 1;
  transition: ease 0.3s;
}

.footer-border {
  border-bottom: 1px solid #585858;
  margin: 40px 0 20px 0;
}