@charset "utf-8";
/*
 dropdown menu only css
 */


/* wordpressログイン時のメニューバーのズレ修正 */
@media screen and (max-width: 640px) {
  .customize-support .title {
    margin-top: 0;
  }
  .customize-support header, .customize-support main {
    margin-top: 46px !important;
  }
}
@media screen and (min-width: 640px) {
  .customize-support header, .customize-support main {
    margin-top: 32px !important;
  }
}