@charset "UTF-8";

#national_license .scroll-hint-container{
  overflow: auto;
  width: 100%;
}
#national_license .license-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#national_license .license-list figure{
  width: 45%;
}
#national_license .license-list figure img{
  object-fit: contain;
  object-position: top left;
}
#national_license .license-list .license-list-body{
  width: 50%;
  line-height: 1.75;
}
#national_license .license-list .license-list-body li{
  margin-top: 0.5em;
}
#national_license .license-list .c-red{
  color: red;
}

#national_license .license-list h4 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}
#national_license .license-list .license-method{
  margin-top: 1.5em;
}

#national_license .license-price-table{
  background: #fff;
  width: 100%;
  min-width: 57rem;
  border: none;
  border-radius: 2rem;
  border-collapse: collapse;
  overflow: hidden;
  margin-top: 2rem;
}
#national_license .license-price-table th,
#national_license .license-price-table td{
  padding: 1em;
}
#national_license .license-price-table th{
  background: #59c12f;
  border-right: 2px solid #fff;
  color: #fff;
}
#national_license .license-price-table td{
  border: 2px solid #f8f6e7;
}
#national_license .license-price-table td span{
  font-size: 0.7em;
}
#national_license .license-price-table td.price{
  font-size: 1.3em;
  font-weight: 700;
  min-width: 20rem;
}


#national_license h5{
  font-size: clamp(1.6rem,2.4vw,2.2rem);
}
@media screen and (max-width: 768px){
  #national_license .license-list figure{
    width: 100%;
  }
  #national_license .license-list .license-list-body{
    width: 100%;
  }
  #national_license .license-list .license-list-body li{
    font-size: 15px;
  }
}
