/* NewStartedロゴはakinauロゴより横幅が広いため、ヘッダーレイアウト崩れを防ぐため幅を明示制御 */
@media screen and (min-width: 769px) {
  .p-newstarted .l-header__logo {
    width: 160px;
  }
  .p-newstarted .l-header {
    padding: 16px 25px;
  }
}

@media screen and (max-width: 768px) {
  .p-newstarted .l-header__logo {
    width: 120px;
  }
  .l-header {
    padding: 12px 4% 12px;
  }
}

@media screen and (min-width: 769px) {
  .l-header__contact {
    width: 176px;
    height: auto;
    top: 114px;
    right: -26px;
  }
  .l-header__contact a:nth-child(n + 2) {
    margin-top: -1px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__contact {
    top: 13px;
    display: flex;
    justify-content: space-between;
    width: 115px;
    height: 30px;
  }
  .l-header__contact a {
    background: transparent;
  }
  .l-header__contact a img {
    width: 30px;
  }
}
