@charset "UTF-8";

#mv_un{
  background: url(../images/qualifications/img_uqa_index_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #mv_un{
    background: url(../images/qualifications/img_uqa_index_mv_sp.png);
    background-size: cover;
    height: auto;
    margin-bottom:0;
  }
  #mv_un .mv_txt {
    bottom: 160px;
    max-width: 290px;
  }
  #mv_un:after {
    content: none;
    bottom:0;
  }
}

/* rel_licence */
#rel_licence{
  padding:50px 0
}

.qua_key{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:15px;
  margin-bottom:50px;
  font-size: 10px;
  & span{
    margin-right:20px;
  }
  & > div{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    & a{
      background: #f0f0f0;
      padding:5px 10px;
      border-radius: 20px;
      font-weight: bold;
    }
  }
}
#rel_licence .sec_ttl:before{
  background: var(--c-blue02);
}
#rel_licence h2{
  color:var(--c-blue01);
  font-size: 32px;
  text-align:center;
  letter-spacing: 0.4em;
  font-weight: 500;
  margin-bottom:40px;
}
.lice_wrap{
  margin-bottom: 60px;
}
.lice_box{
  display: flex;
  justify-content: center;
  width: fit-content;
  flex-wrap: wrap;
  gap:20px;
  margin: auto;
}
.lice_box a{
  border:solid 1px var(--c-blue01);
  padding:25px 20px;
  padding-right:35px;
  border-radius: 20px;
  min-height: 180px;
  background: #fff;
  max-width: 280px;
  width:100%;
}
.lice_box a:after{
  right: 10px;
  left: auto;
}
.lice_box h3{
  color:var(--c-blue01);
  margin-bottom:10px;
  line-height: 1.38;
}
.lice_box p{
  font-size: 12px;
  margin-bottom:10px;
  line-height: 1.5;
}
.lice_box .list_gray{
  justify-content: flex-start;
    flex-wrap: wrap;
}
.list_gray > a, .list_gray > li{
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #rel_licence {
    padding: 40px 0 80px;
  }
  #rel_licence .sec_ttl {
    margin-bottom: 30px;
  }
  #rel_licence h2{
    font-size: 24px;
    margin-bottom:10px;
  }
  .qua_key{
    flex-wrap: wrap;
    gap:10px;
    margin-bottom:40px;
    & span{
      margin-right:0px;
    }
    & > div{
      justify-content: center;
      & a{
        background: #f0f0f0;
        padding:2px 10px;
      }
    }
  }
  .lice_box {
    flex-direction: column;
    grid-template-columns: 1fr;
  }


  #rel_licence h3 {
    font-size: 16px;
    margin-bottom:10px;
  }
  .lice_box a {
    padding: 20px;
    padding-right: 40px;
    border-radius: 20px;
    min-height: auto;
    max-width: 100%;
  }
  .lice_wrap {
    margin-bottom: 70px;
  }
  .lice_wrap:last-of-type{
    margin-bottom: 0px;
  }
  .lice_box a:after {
    right: 15px;
    left: auto;
  }
}
/* licence end */

.bread_wrap{
  background: #FFF8DB;
}
