/* ポータルメニューが2段になる場合 */
@media screen and (min-width: 768px) and (max-width: 1535px) {
  body.login #wrapper {
  }
}
