@charset "UTF-8";
/** -----------------------------------
国家ライセンス
-------------------------------------**/
.national-license section h4:first-of-type{
  margin-top: 0;
}
.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;
}
.national-license .about .price-table-wrap{
  max-width: 800px;
  margin: 4rem auto 0;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
  .national-license .about .flight-level{
    margin-top: 4rem;
  }
  .national-license .about .flight-level table{
    font-size: 1.4rem;
  }
  .national-license .about .flight-level table th,
  .national-license .about .flight-level table td{
    padding: 0.2em 0.5em
  }
}



.national-license .recommendation{
  text-align: center;
}
.national-license .recommendation .school-wrap{
  padding: 4rem;
  border-radius: 20px;
  border: 3px solid #172da9;
  text-align: justify;
  word-break: break-all;
  max-width: 1000px;
  margin: 4rem auto 0;
  box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
}
.national-license .recommendation .school-wrap .flex-container{
  /*margin-bottom: 4rem;*/
}
.national-license .recommendation .school-wrap .flex-container .img{
  width: 35%;
}
.national-license .recommendation .school-wrap .flex-container .title{
  width: 60%;
}
.national-license .recommendation .school-wrap .flex-container .title a{
  text-align: left;
}
.national-license .recommendation .school-wrap .flex-container .title .school-name{
  color: #172da9;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1em;
  display: inline-block;
  text-decoration: underline;
}
.national-license .recommendation .school-wrap .flex-container .title p{
  line-height: 1.5;
  font-size: 1.5rem;
}
.national-license .recommendation .school-wrap .flex-container .title .map{
  margin-top: 2em;
  padding-left: 2em;
  position: relative;
}
.national-license .recommendation .school-wrap .flex-container .title .map::before{
  position: absolute;
  content: "";
  width: 2em;
  height: 1.2em;
  background-image: url(../images/map-icon.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.national-license .recommendation .school-wrap h5{
  font-size: 1.6rem;
  color: #172da9;
  font-weight: 700;
  padding-left: 0.7em;
  border-left: 5px solid;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  .national-license .recommendation p{
    text-align: justify;
    word-break: break-all;
  }
  .national-license .recommendation .school-wrap .flex-container .img{
    width: 100%;
    margin-bottom: 2rem;
  }
  .national-license .recommendation .school-wrap .flex-container .title{
    width: 100%;
  }
}
@media screen and (max-width: 570px){
  .national-license .recommendation .school-wrap{
    padding: 2rem;
  }
  .national-license .recommendation .school-wrap .flex-container .title .school-name{
    font-size: 1.8rem;
  }
}
