html{
    height: 100%;
    }
body{
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    background-image: url(/parts/back.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container{
    min-height: 100vh;
    height: 100%; /* for IE11 */
    display: flex;
    flex-direction: column;
}

.wrapper{
    flex: 1;
    display: flex;
    margin: 0 auto;   
}

.contents{
    flex: 1;  
}
.right{
    width: 25%;
    margin-left: 1%;
}


    
/*お知らせ*/
#wrapper {
    height: 200px;
    width: 100%;
    overflow-y: scroll;
  }

 

  .an4-fadeleft {
    background-color:#fdb4eb;
    margin-bottom: 10px;
    font-weight: bold;
    animation-name: fadeleft;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.an4-back{
    background-color: #f3c4ed;
}


.any-button-sub{
    text-align: center;
}

.any-button-main{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 10px;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    background-color: #fdb4eb;
    cursor: pointer;
    border: none;
   outline: 2px;
   outline-style: solid;
   outline-color: black;
    transition: 0.5s;
}

.any-button-main:hover {
    background-color: #f3c4ed;
    border: #fdb4eb;
    outline: 2px;
    outline-style: solid;
    outline-color: black;
  }

ul {
    list-style: none;
    padding: 0;
}

.category {
    border: 2px fdb4eb solid;
    border-radius: 10px;
    width: fit-content;
    margin: 0;
    margin-right: 0.5em;
    background: #fdb4eb;
}