.on_sp-min {
  display: none;
}
@media only screen and (max-width:425px) {
  .on_sp-min {
    display: block;
  }
}

#license .fv__inner {
  background: url("../images/license/top_bg.jpg") top center/100% no-repeat;
}

.container {
  width: 1560px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width:1024px) {
  .container {
    width: 525px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.license-sec01 .col {
  grid-template-columns: repeat(2, 1fr);
}
.license-sec02 .col {
  grid-template-columns: 1.5fr 1fr;
}

.col {
  display: grid;
  margin-top: 80px;
  gap: 50px;
}
@media only screen and (max-width:1024px) {
  .col {
    display: block;
    margin-top: 0px;
  }
}
@media only screen and (max-width:1024px) {
  .col-item {
    margin-top: 30px;
  }
}
.col-item-title {
  border-bottom: 1px solid #969696;
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width:1024px) {
  .col-item-title {
    padding: 0 20px 10px 20px;
  }
}
.col-item-title .ja {
  color: #004d82;
  font-size: 40px;
}
@media only screen and (max-width:1024px) {
  .col-item-title .ja {
    font-size: 19px;
  }
}
@media only screen and (max-width:1024px) {
  .col-item-title .en {
    font-size: 13px;
  }
}
.col-item-list {
  padding: 20px 20px 0 20px;
}
@media only screen and (max-width:1024px) {
  .col-item-list {
    padding: 0 20px 0px 20px;
  }
}
@media only screen and (max-width:1024px) {
  .col-item-list li {
    margin-top: 10px;
  }
}
@media only screen and (max-width:1024px) {
  .col-item-list li small {
    display: block;
  }
}
.col-item-txt p {
  padding: 20px 20px 0 20px;
}
@media only screen and (max-width:1024px) {
  .col-item-txt p {
    padding: 10px 20px 0 20px;
  }
}/*# sourceMappingURL=license.css.map */