@charset "utf-8";

.pagelist{
  display:flex;
  justify-content: space-between;
  background:#F9F9F9;
  padding:0 20px; 
  margin-bottom: 30px;
}

.pagelist ul{
  width: 30%;
  border-right:1px dotted #000;
  padding:0 10px; 
  margin-bottom:20px;
}

.pagelist ul li a:hover {
  color: #ad0000;
}


.pagelist ul:first-child{
  border-left: 1px dotted #000;
}

.content .anzen_ttl {
  border-left: solid 5px #ad0000;
  font-size: 1.614286em;
  background-color: #fff;
}

.content .box_list {
  display: flex;
  padding: 0;
  margin: 30px 0;
}

.flex_wrap{
  flex-wrap: wrap;
}

.content .box_list li {
  width: 460px;
  background-image: none;
}

.meeting_ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #a0a0a0;
}

.content .meeting_subttl {
font-size: 1.285714em;
font-weight: bold;
padding: 0 10px;
}

.meeting_btn a {
  text-decoration: none;
  background-color: #dcdcdc;
  background-image: url(https://www.maff.go.jp/j/shared_new/shared/images/icon_arrow2.png);
  background-position: 93% 50%;
  padding: 10px 50px 10px 21px;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s;
}

.meeting_btn a:hover {
  background-color: #696969;
  color: #fff;
}


@media (max-width:959px) {

}

@media (max-width: 767px) {
  .content .box_list {
    display: block;
    padding-right: 30px;
  }

  .content .box_list img {
    width: 100%;
  }

  .content .box_list li {
    width: 100%;
  }

  .pagelist{
    display:block;
    padding-bottom: 20px;
    padding-top: 5px;
  }

  .pagelist ul {
    width: 100%;
    border-right: none;
    margin-bottom: -10px;
  }

  .pagelist ul:first-child {
    border-left: none;
  }

  .meeting_ttl {
    display: block;
    border-bottom: none;

}

}
