@import 'common.css';

  .container notification-container content {
    padding-bottom: 150px; 
  }
  @media (max-width: 768px) {
  body {
padding-top: 0px;
padding-bottom: 200px;
}
  .m-header-logo {
    display: block;
    margin: 0 auto;
    height: 40px; 
    width: auto; 
    margin-bottom: 10px;
    margin-top: 10px;
  }
.mobile-header {
      background-color: #333;
height:60px;
}
    .header-bar {
      display: none; 
    }

    .footer-bar {
      display: none; 
    }

    .mobile-footer {
      display: flex; 
      flex-direction: row; 
      justify-content: space-around; 
      align-items: center;
      padding: 10px 0; 
      background-color: #333;
      color: white;
      height: 90px; 
      position: fixed; 
      bottom: 0; 
      left: 0;
      z-index: 1000; 
  max-width: 100%; 

    }

    
    .mobile-footer .footer-item {
      display: flex;
      flex-direction: column; 
      justify-content: center;
      align-items: center;
      padding: 5px;
      background-color: #444;
      border-radius: 0px; 
      width: 100px; 
      height: 90px; 
      text-align: center;
    }

    .mobile-footer .footer-item .icon {
      font-size: 1.8rem; 
    }

    .mobile-footer .footer-item .text {
      font-size: 0.5rem; 
      margin-top: 5px; 
    }

    
    .mobile-footer .footer-item a {
      color: white;
      text-decoration: none;
    }
.content {
    padding-bottom: 200px;
}
  }


  @media (min-width: 769px) {
    .mobile-footer {
      display: none; 
    }
  .mobile-header {
    display: none; 
  }
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding-top: 120px; 
  }
  }
  .container-fluid content {
    padding-bottom: 500px; 
  }

  
  .btn-back {
    background-color: #007bff;
    color: white;
    font-size: 1.1rem;
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;

   
    position: fixed;
    bottom: 120px;  
    right: 20px;   
    z-index: 9999; 
  }

  .btn-back i {
    margin-right: 8px;
    font-size: 1.4rem;
  }

 
  .btn-back:hover {
    background-color: #0056b3;
    transform: scale(1.03); 
  }


  .btn-back:focus {
    outline: none;
  }

  .btn-back:active {
    transform: scale(0.98);
  }

  @media (max-width: 768px) {
    .btn-back {
      font-size: 1rem;
      padding: 10px 20px;
    }
  }

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.notification-document-meta {
  align-items: center;
  border-bottom: 1px solid #e5e8f0;
  color: #6b7280;
  display: flex;
  font-size: .85rem;
  gap: 12px;
  margin: 8px 0 18px;
  padding-bottom: 12px;
}

.notification-document .notification-rich-content {
  color: #202850;
  font-size: 14px;
  line-height: 1.7;
}

.notification-rich-content {
  overflow-wrap: anywhere;
}

.notification-rich-content img,
.legacy-notification-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 6px;
}

.notification-rich-content .ql-align-center img,
.notification-rich-content img.ql-align-center {
  margin-left: auto;
  margin-right: auto;
}

.notification-rich-content .ql-align-right img,
.notification-rich-content img.ql-align-right {
  margin-left: auto;
  margin-right: 0;
}

.notification-rich-content blockquote {
  margin: 1rem 0;
  padding: .5rem 1rem;
  border-left: 4px solid #adb5bd;
  color: #495057;
}

.notification-rich-content .ql-align-center { text-align: center; }
.notification-rich-content .ql-align-right { text-align: right; }
.notification-rich-content .ql-align-justify { text-align: justify; }

.badge-category {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 3px;
  color: white;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1;
}

.badge-category.イベント {
  background-color: orange;
}

.badge-category.重要 {
  background-color: red;
}

.badge-category.メンテナンス {
  background-color: blue;
}

.badge-category.告知 {
  background-color: green;
}

.badge-category.プライズ {
  background-color: yellow;
  color: black;
}

.badge-category.アップデート {
  background-color: pink;
  color: black;
}

.badge-category.バグ情報 {
  background-color: black;
}

.badge-category.あなた宛て {
  background-color: red;
}

.footer-bar {
  background-color: black;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin-top: auto;
}

.footer-links a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bar img {
  height: 40px;
  margin-right: 15px;
  margin-left: 20px;
}

.footer-bar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 577px) and (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}
