@import url("/info/wp-content/themes/northlink/style.css");

.cpCont th, .cpCont td {
    padding: 15px 0;
    text-align: left;
  }

h2.cpTtl {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: rgb(82, 185, 199);
    padding-bottom: 24px;
  }
  
  h2.cpTtl p {
    font-size: 12px;
    font-weight: 600;
    color: rgb(170, 170, 170);
  }

.cpCont table {
    width: 100%;
    font-size: 14px;
  }
  
  .cpCont tr {
    display: grid;
  }

  .cpCont th {
    font-size: 16px;
    font-weight: 600;
}

.cpCont td {
    font-size: 12px;
}

  .cpCont {
    padding: 0 30px;
  }

  .group {
    padding-top: 30px;
}

.about {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.about a {
    width: 31.3%;
    text-align: center;
    margin: 0 auto;
}

.about a img {
    filter: brightness(0) invert(0);
}

.about a img {
    max-height: 38px;
}

@media screen and (min-width: 821px) {
    .cpCont table {
        margin-top: 40px;
      }
      
      .cpCont th {
        vertical-align: baseline;
        width: 100px;
      }
      
      .cpCont td {
        font-size: 16px;
        vertical-align: top;
      }
      .cpCont {
        max-width: 820px;
        margin: 0 auto;
      }
      h2.cpTtl {
        font-size: 36px;
      }
      h2.cpTtl p {
        font-size: 16px;
      }
      .about a img {
        max-height: 80px;
    }
    .cpCont tr {
        display: block;
    }
    .cpCont th,  .cpCont td {
        padding: 24px;
    }
    
}