
.newsbox{
  background-color: #fff;
  margin: 0;
  padding: 0;

}

  #news-section {
   
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 10px;
  }

  #news-section a {
    width: 100%;
    max-width: 700px;
    text-decoration: none;
    color: inherit;
    display: block;
  }

  
  #news-section .animated-box {
     border-top: 1px solid #ddd;
  padding: 1px 0;
  margin: 1px;
  display: flex;
  gap: 5px;
  font-size: 14px;
}

  
  #news-section .animated-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }

 
  .camp-box {
    display: flex;
    align-items: left;
    text-align: left;
   
   
  }

  .camping {
   width: 95px;
   margin: 2px;
  padding: 5px;
          font-size: 13px;
            background-color: #c01f17;
           text-align: center;
            border-radius: 10px;
            
            
  
}
  

  .date {
    font-size: 13px;
    color: #161616;
    text-align: left;
  }
  .osirase {
   width: 95px;
   margin: 3px;
  padding: 4px;
           font-size: 15px;
            background-color: #f5edd4;
            border-radius: 10px;
            align-items: center;
            text-align: center;
  }

@media screen and (max-width: 600px) {
  .open-accountbutton {
    width: 90%;
  }
}