.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* ビューポート全体の高さ */
}

.page-content {
  flex: 1;
}

header {
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}

footer {
  padding: 10px;
  border-top-style: solid;
  border-top-color: #dddddd;
}

.no-js .hide-if-no-js {
    display: none;
  }
  
  .no-js .show-if-no-js {
    display: block;
    font-size: large;
    padding: 20px;
  }
  
  .js .show-if-no-js {
    display: none;
  }

  .global-padding {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon-globe {
    display: inline-block;
    width: 30px;
    height: 30px;
    /* Add background image */
    background-image: url('/static/images/icons/ph--globe.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 4px;
  }

  .icon-menu {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/static/images/icons/vaadin--menu_2.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 14px;
    margin-top: 10px;
  }

  .lang-container {
    justify-content: left;
  }

  .lang-selecter {
    max-width: 160px;
  }

  .andows-logo-text {
    padding-left: 12px;
  }

  .user-logo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    background-color: aquamarine;
  }

  .user-logo-container {
    display: flex;
    justify-content: right;
  }

  .pankuzu {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .modal-nav-menu {
    font-size: 0.8em;
    display: flex;
  }

  .menu-column-divider {
    border-right: solid;
    border-right-width: thin;
    border-right-color: rgb(200, 200, 200);
  }

  .menu-column {
    flex: 30%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .menu-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top-width: thin !important;
    border-top-color: rgb(200, 200, 200) !important;
    border-top: solid;
    opacity: 1;
  }

  #andows-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .nav-item-head {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  .nav-item {
    padding-left: 12px;
  }