@charset "UTF-8";

body {
  padding-top: 50px;
}

.nav-header {
  width: 100%;
  background: #1558BB;
  height: 50px;
  padding: 0 1.5%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter","Noto Sans JP","Helvetica",sans-serif;
  color: #fff;
  font-weight: normal;
}

.mediumblue {
  background: mediumblue;
}

.c-header-1 {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-header-1 .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  width: 100%;
}

.c-header-1 .flex-start {
  justify-content: flex-start;
}

.c-header-1 .headfix {
  margin: 0px;
  white-space: nowrap;
  z-index: 999;
}

.c-header-1 .version {
  font-size: 13px;
  white-space: nowrap;
  text-align: left;
  margin-left: 10px;
}

.c-header-1 .menu .item {
  font-size: 13px;
  color: #fff;
  margin: 2px;
  padding: 2px;
}

.c-header-1 .menu .item a:visited {
  color: inherit;
}

.c-header-2 {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
  white-space: wrap;
  font-size: 12px;
}

.c-header-2-row {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: flex-end;
  white-space: wrap;
  font-size: 12px;
}

.c-header-2-row .item{
  margin: auto 5px auto;
}

.nav-header .c-header-1 .logo {
  width: 160px;
  margin-right: 10px;
}

.nav-header .c-header-1 .logo img {
  width: 160px;
  height: auto;
}

.attachement {
  display: inline-block;
  padding: 0 5%;
  border: none;
  border-radius: 4px;
  background-color: #1558BB;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}
