[hidden] {
  display: none !important;
}
main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50vh;
  margin-top: 60px; /* ヘッダーの高さ分の余白を追加 */
  flex-direction: column;
}


header {
  display: flex;
  justify-content: space-between; /* 左右に要素を配置 */
  align-items: center;
  padding: 10px;
  width: 100%;
}

nav {
  width: 100%;
}

/* .max をフレックスボックスにして右寄せ */
.max {
  display: flex;
  justify-content: flex-end; /* 右端に配置 */
  align-items: center;
  width: 100%;
}

.headericon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

/* アイコンの見た目調整 */
.headericon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.TDNheader {
  position: fixed; /* 固定する */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* 高めの値に設定 */
}

.leftmenu {
  padding-top: 500px;
}
@media screen and (min-width: 1025px) {
  .kizi {
    padding-left:10px;
  }
}