/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none !important; }
.login.my-true { display: none !important; }