.mypage.my-false{
  display:none;
}

@media screen and (min-width: 960px) {
  .fs-l-account__cont{
    flex-basis: 35%;
  }

  .fs-body-my-top .fs-p-accountInfo {
    flex-basis: auto;
  }
}

/* ▼ LINE追従バナー ▼ */

.line-fixed{
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 99999;
  display: block;
}

.line-fixed img{
  display: block;
  width: 150px;
  height: auto;
}

@media screen and (max-width:768px){

.line-fixed img{
    width: 30px !important;
    height: auto !important;
}