@charset "utf-8";
/* CSS Document */

.title_box {
	background-color: #0044a6;
}
.title_box h2 {
	padding: 0;
	background: none;
	color: #fff;
}

/*--- ダウンロード一覧 ---*/
.release .content {
	padding-top: 65px;
	padding-bottom: 80px;
}
.release .dl_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.release .dl_list li {
  width: 45%;
}
.release .dl_list li:nth-child(n+3) {
  margin-top: 45px;
}
.release .dl_list .box_link {
  position: relative;
  height: 148px;
  background-color: #b21521;
  border-radius: 10px;
  padding-top: 50px;
}
.release .dl_list .box_link.pt28 {
  padding-top: 28px;
}
.release .dl_list li h3,
.release .dl_list li .txt_name {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
.release .dl_list li .txt_name {
  font-size: 18px;
}
.release .dl_list li .txt_dl {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 161px;
  color: #b21521;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

.release_title {
	font-size: 22px;
	font-weight: bold;
	padding: 6px 24px 8px;	
	background-color: #DDD;
	margin-top:40px
}

.release_link {
	margin:10px 20px;
}
.release_link a{
	text-decoration:underline;
}
.release_link a:hover{
	opacity:.7
}

@media screen and (max-width: 768px) {
  .release_title {
    font-size: 16px;
  }
  .release .dl_list li {
    width: 47.5%;
  }
  .release .dl_list li:nth-child(n+3) {
    margin-top: 5vw;
  }
  .release .dl_list li h3 {
    font-size: 3.2vw;
  }
  .release .dl_list li .txt_name {
    font-size: 2.3vw;
  }
  .release .dl_list li .txt_dl {
    font-size: 12px;
  }
  
}


@media screen and (max-width: 420px) {  
  .release .content {
    padding-top: 10.5vw;
    padding-bottom: 9.6vw;
  }
  .release .dl_list li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .release .dl_list li:nth-child(n+2) {
    margin-top: 5vw;
  }
  .release .dl_list .box_link {
    height: 115px;
    padding-top: 30px;
  }
  .release .dl_list li h3 {
    font-size: 18px;
  }
  .release .dl_list li .txt_name {
    font-size: 14px;
    margin-top: 3px;
  }
  .release .dl_list .box_link.pt28 {
    padding-top: 17px;
  }
  .release .dl_list li .txt_dl {
    width: 140px;
    bottom: 10px;
  }
  
}

