@import url('./common.css');

#award {
  .mote{
   width: calc(330 / 768 * 100%);
   margin: 0 auto;
   display: table;
   @media screen and (min-width: 769px) {
 width: calc(330 / 1440 * 100%);
   }
  }
  .list{
   .lead{
    font-size: clamp(16px, 0.38vw + 14.59px, 20px);
    font-weight: 700;
    margin-bottom: calc(15 / 1440 * 100%);
   }
   .text{
    margin-bottom: calc(50 / 1440 * 100%);
   }
   .table-basic{
    margin-bottom: calc(39 / 1440 * 100%);
   }
  }
}