@charset "UTF-8";

/*
  情報セキュリティ用CSS
 */

.sub-section {
  display: flex;
  flex-direction: column;
}

.certification-description > :first-child {
  margin-top: 0;
}

.certification-description .list_angle-mark > li:last-child {
  margin-bottom: 0;
}

.certification-img {
  display: block;
  line-height: 0;
  margin: calc(40px - 24px) auto 0;
  width: calc(8px * 25);
}

.certification-img a:hover {
  opacity: 0.7;
}

/* table */

.table-default {
  margin-top: 40px;
}

.table-data .description {
  margin: 24px 0 0;
}

@media screen and (min-width: 769px) {
  .sub-section {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .certification-description {
    width: 620px;
  }

  .certification-description > :last-child {
    margin-bottom: 0;
  }

  .certification-img {
    text-align: center;
    margin: 0;
    width: 300px;
  }

  .certification-img img {
    width: auto;
  }
}