/* screen - menu-pmi */
@media(min-width:1200px){
  .menu-pmi {
    align-items: flex-start;
    display: flex;
    height: 64px;
    min-width: 100%;
  }

  .menu-pmi .menu-header {
    align-items: center;
    background-color: var(--white);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--tiara);
    border-top-style: solid;
    border-top-width: 1px;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    position: relative;
    width: 100%;
  }

  .menu-pmi .frame-3967 {
    gap: 16px;
    justify-content: center;
    width: calc(100% - 40px)!important;
    justify-content: left;
  }

  .menu-pmi .separator {
    height: 1px;
    position: relative;
    transform: rotate(-90deg);
    width: 32px;
    margin-right: -16px;
    margin-left: -16px;
  }

  .menu-pmi .line-109 {
    height: 32px;
    left: 16px;
    position: absolute;
    top: -16px;
    transform: rotate(90deg);
    width: 1px;
  }

  .menu-pmi .header-voice-1 {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 4px;
    height: 64px;
    justify-content: space-around;
    padding: 0px 8px;
    position: relative;
  }

  .menu-pmi .frame {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    justify-content: left;
  }
}