/*
 * pmarkアイコン 2026-03 追加
 */

.footer__pmark {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pmark--link:hover {
  opacity: 0.7;
}

.pmark--img {
  /* display: inline-block; */
  vertical-align: middle;
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .pmark--img {
    margin-right: 24px;
    /* スクロール時のナビゲーション干渉回避 */
  }

  .footer__pmark {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}