.ncgbt-cover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigf193Aw9Kf-ZqbOEQN_MCT0faa9psbiLj_uZJDFPHPOnSusugQNftKDDOiAjnFJlGy2IT_xGFuuFPZwglSW6KpqBq-d-ovYFpDlN7es3JkMWlXJ7zz2O1uG1SXB1GH0MO37agbSbJ1XvjxAeXH26yXgujDkfmp1rbpg-0ZN3iMr4juYoE7NaKsdSpS-c/s16000/ciel.webp) no-repeat center center;
    background-position: 100% 40% !important;
    background-size: cover !important;
height: 202px;
  }

p.ncgbt-cover-desc {
padding-top:40px;
color: #fcd88a; font-size: 40px; text-align: left; margin-left: 40px;


}

p.ncgbt-cover-desc-sub {
color: white; font-size: 23px; text-align: left; margin-left: 40px;

}

.downloadList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0;
  text-align:center;

}
  


.downloadList li {
  list-style: none;
     
        border: 1px solid rgb(218, 218, 218);

  padding: 20px;
  box-sizing: border-box;
margin-top:10px !important;

}

.downloadList li dl {
  display: block;
  gap: 20px;
  align-items: center;
}

.downloadList li dl dt img {
  width: 128px;
  height: 128px;
  border-radius: 17px;
}

.downloadList li dl dd.tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.downloadList li dl dd.txt01,
.downloadList li dl dd.txt02 {
  font-size: 14px;
  color: #8a8a8a;
  text-align: center;
  display: block; 
  margin-top: 4px;
}


.downloadList li dl dd.btn {
  margin-top: 10px;
}

.downloadList li dl dd.btn a {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
 background: #b5bdca;
  color: #000;
font-weight:bold;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  padding: 0 20px 0px 20px;
}

.downloadList li dl dd.btn a:hover {
  background: #9ba7bb;  
   transition-duration: 0.8s;
}
  
  .downloadList p {
    font-weight:bold;
    font-size:24px;
    margin-top:10px;
  }