@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


.logoutfooter-whitebar {
  padding: 90px 160px; }
  .logoutfooter__copyright {
    height: 30px;
    background-color: #036CB6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    text-align: center; }

@media screen and (min-width: 769px) {
  .sp {display: none !important; }

}

@media screen and (max-width: 768px) {
  .pc {display: none !important; }
  
  .logoutfooter-whitebar {
    padding: 40px 20px;
  }
  
  .logouttop-whitebar__inner2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  
  .logouttop-whitebar__logo2 {
    margin-bottom: 20px;
  }
  
  .logouttop-whitebar__rightwrap {
    width: 100%;
    display: block;
  }
  
  .logouttop-usermenu2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
  }
  
  .logouttop-usermenu__item2 {
    margin: 0;
    padding: 0;
  }
  
  .logouttop-usermenu__item2 a {
    font-size: 14px;
    margin: 8px 10px;
  }

  .logoutfooter__copyright {
    font-size: 10px;
    height: 15px;
  }
}
