/* 正式メール表記の2行分だけを既存77pxボタン内へ収める。元CSSは変更しない。 */
@media (min-width:761px) {
  [data-component="bottom-contact"] .bottom-contact-actions .is-mail small {
    top:54px;
    line-height:10px;
  }
}
