  .out-header {
    position: relative;
    background-color: #455D33;
    height: 41px;
  }

  .out-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .out-header__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: fit-content;
    padding: 9px 0;
  }

  .out-header__list li {
    width: 160px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    border-right: 1px solid #B4B4B4;
    justify-content: center;
    align-items: center;
  }

  .out-header__list li:first-child {
    border-left: 1px solid #B4B4B4;
  }

  .out-header__list li a {
    color: #fff;
    font-size: 15px;
  }