
    .commonTable th{
      width:30%;
    }
    .notice-section{
      width:100%;
      margin:0 auto;
    }
    .notice-banner{
      width:96%;
      max-width:94.8rem;
      margin:4.8rem auto 0;
      background:#fff;
      border:.3rem solid #0E69E2;
      border-radius:1.6rem;
      padding:2.4rem;
    }
    .notice-banner > h2{
      width:100%;
      font-size:2.2rem;
      display:inline-flex;
      align-items: center;
    }
    .notice-banner > h2 > span:nth-of-type(1){
      display:inline-flex;
      align-items: center;
      margin-right:.4rem;
    }
    .notice-banner > h2 > span:nth-of-type(1) > img{
      width:2.2rem;
      height:2.2rem;
    }
    .notice-banner .commonButton{
      margin:1.6rem 0 0 auto;
      max-width:none;
      width:22rem;
      display:block
    }
    @media(max-width:768px){
      .notice-banner{
        width:calc(100% - 3.2rem);
        padding:1.6rem;
      }
      .notice-banner > h2{
        font-size:1.8rem;
        align-items:flex-start;
      }
      .notice-banner > h2 > span:nth-of-type(1){
        width:2.2rem;
      }
      .notice-banner > h2 > span:nth-of-type(1) > img{
        margin-top:.2rem;
      }
      .notice-banner > h2 > span:nth-of-type(2){
        width:calc(100% - 2.2rem);
      }
      .notice-banner .commonButton{
        width:100%;
        margin:1.6rem auto 0;
      }
    }