/* CSS Document */

  .profile-index{width: 12%;}
  .company-index{width: 20%;}
  .company-table-text{font-size: 1.1rem;}
  .company-table-profile-text{font-size: 0.9rem;}
  @media (min-width: 320px) {
    .company-table-text{font-size: 1.0rem;}
    .company-table-profile-text{font-size: 0.9rem;}
}
  @media (min-width : 636px ){
    .company-table-text{font-size: 1.05rem;}
    .company-table-profile-text{font-size: 0.75rem;}
}
  /* Tablet landscape and bigger */
  @media (min-width: 960px) {
    .company-table-text{font-size: 1.1rem;}
     .company-table-profile-text{font-size: 0.8rem;}
}
  /* Desktop and bigger */
  @media (min-width: 1200px) {
    .company-table-text{font-size: 1.1rem;}
    .company-table-profile-text{font-size: 1.1rem;}
}

.uk-card .enkaku-img{margin-top: 0px;}
.uk-card .enkaku-img p{font-size:0.8rem; margin-top: 5px;line-height: 1.2;}