@charset "UTF-8";
/** -----------------------------------
国家ライセンス
-------------------------------------**/
.national-license .about .flight-level{
  width: 100%;
  max-width: 75rem;
  margin: 8rem auto 0;
}
.national-license .about .flight-level table{
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #172da9;
  margin-bottom: 2rem;
}
.national-license .about .flight-level table *:first-child{
  width: 66%;
}
.national-license .about .flight-level table *:not(:first-child){
  width: 17%;
}
.national-license .about .flight-level table th,
.national-license .about .flight-level table td{
  padding: 0.5em 1.2em;
}
.national-license .about .flight-level table thead{
  text-align: center;
}
.national-license .about .flight-level table thead th{
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 168, 241));
  background: -webkit-linear-gradient(0deg, rgb(23, 45, 169), rgb(155, 168, 241));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.national-license .about .flight-level table tbody th{
  font-weight: 400;
}
.national-license .about .flight-level table tbody th span{
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 168, 241));
  color: #fff;
  padding: 0 0.7em;
  margin-right: 0.5em;
  font-size: 0.95em;
}
.national-license .about .flight-level table tbody td{
  text-align: center;
  font-weight: 500;
  font-family: system-ui;
  font-size: 1.2em;
}
.national-license .about .flight-level table tbody td.red{
  color: #f00909;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
}



.national-license .exemption{
  text-align: center;
}
.national-license .exemption .img01{
  max-width: 1000px;
  margin: 8rem auto 0;
  width: 100%;
}
