@charset "UTF-8";
/** -----------------------------------
国家ライセンス
-------------------------------------**/
.underwater-license .about .purpose{
  width: 100%;
  max-width: 75rem;
  margin: 8rem auto 0;
}
.underwater-license .about .purpose table{
  width: 100%;
  padding: 4rem 4rem;
  border-radius: 1rem;
  background: #e4eaff;
}
.underwater-license .about .purpose table th,
.underwater-license .about .purpose table td{
  padding: 0.5em 0;
}
.underwater-license .about .purpose table thead th{
  text-align: center;
  font-size: 2rem;
  padding-bottom: 1.5em;
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 216, 241));
  background: -webkit-linear-gradient(0deg, rgb(23, 45, 169), rgb(155, 216, 241));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.underwater-license .about .purpose table tbody th{
  vertical-align: baseline;
}
.underwater-license .about .purpose table tbody th span{
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 168, 241));
  color: #fff;
  padding: 0 0.7em;
  font-weight: 400;
  margin-right: 1em;
}
.underwater-license .about .purpose table tbody td{
  line-height: 1.75;
}

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


.underwater-license .curriculum{
  background: #fff;
  border-radius: 1rem;
  padding: 4rem 4rem;
  gap:4rem;
  justify-content: flex-start;
}
.underwater-license .curriculum .flex-item{
  width: calc(25% - 3rem);
  line-height: 2;
}
.underwater-license .curriculum .flex-item h5{
  font-size: 1.6rem;
  font-weight: 700;
}
.underwater-license .curriculum .flex-item ul li{
  font-size: 1.4rem;
}
