@charset "UTF-8";

.dl_list.hide li:nth-child(n+3){display:none;}
.col2.is-btn-hidden {
  display: none;
}
.btn-more{
  border-top: 1px solid #8a8a8a;
  text-align: center;
}
.btn-more button{
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  max-width: 500px;
  width: 100%;
  background-color: #8a8a8a;
  border-radius: 0 0 6px 6px;
  color: #fff !important;
  text-decoration: none;
}
.btn-more button::after{
  content: "＋";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-color: #fff;
  border-radius: 20px;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.btn-more.hide{
  display: none;
}
@media(max-width:768px){
  .btn-more button{
    width: 50%;
  }
}