.licenseArea01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .licenseArea01 {
    margin-bottom: 45px;
  }
}

.licenseArea01 .topTxt01 {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .licenseArea01 .topTxt01 {
    margin-bottom: 25px;
  }
}

.licenseArea01 .licenseList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .licenseArea01 .licenseList01 {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
}

.licenseArea01 .licenseList01 li {
  max-width: 300px;
  width: 49%;
}

.licenseArea01 .licenseList01 li:not(:nth-last-child(-n+2)) {
  margin-bottom: 15px;
}
