@media screen and (min-width: 962px) {
    #main {
      width: 76%;
    }
    #aside {
      width: 24%;
    }
  }
  
  #main h2 {
    margin-bottom: 0px;
  }
  
  #main h3 {
    margin: 20px 1em 0px;
  
    border-bottom: 1px solid #5b8bd0;
    width: 13em;
  }
  
  h4 {
    margin: 20px 2em 0px;
  
  }
  
  .container {
    padding-top: 10px;
    padding-bottom: 10px;
  
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, 125px);
    justify-content: center;
  }
  
  .container > * {
    border: 1px solid #ccc;
  }
  
  i {
    font-size: 50px;
  
  }
   
  /* フォーム公開前・終了後 */
  .form-button-end {
    grid-column: span 3;
    height: 100px;
    border-radius: 10px;
    font-size: 20px;
  
    display: flex;
    justify-content: center;
    align-items:center;
  
    color: #FFF;
    background: #5a5a5a;
  }
   
  .form-button-end i{
    text-shadow: 2px 2px 0px #414141;
    font-size: 50px;
    margin: 0px 5px 0px 20px;
  }
  
  /* フォーム公開中 */
  .form-button {
    grid-column: span 3;
    height: 100px;
    border-radius: 10px;
    font-size: 28px;
  
    display: flex;
    justify-content: center;
    align-items:center;
  
    color: #FFF;
    background: #65b8fc;
  }
  
  .form-button i{
    text-shadow: 2px 2px 0px #4287d6;
    font-size: 50px;
    margin: 0px 0px 0px 20px;
  }

  .form-button span{
    margin: 0px 30px 0px 20px;
  }
    
  .title_outer {
    grid-column: span 3;
  
    padding: 0em 0em;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  }

  .title {  
    color: #343744;
    background: #dff9ff;
    padding: 0px 6px;

    font-weight: bold;
}

  .presenter {  
    color: #5d627b;
    background: white;
    margin: 0px 1.5em;
  }

  .details {  

    display: flex;
    justify-content: center;
    align-items:center;

    font-size: 12px;
    color: #5d627b;
    background: white;
    margin: 0px 1.5em;
  }
    