.pd-list{
  list-style: none outside;
  margin-bottom: 20px;
  padding: 0;
}

.pd-list .box1 {
  width: 100%;
    padding: 0.5em 1em;
    margin: 1em 0 2.5em 0;
    border: solid 2px #505050;
}
.pd-list .box1 p {
    margin: 0; 
    padding: 0;
}

.pd-list .item {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #fff;
  border-bottom: dotted 2px #444444;
  padding: 15px 15px;
}

.pd-list .item .date{
  margin: 0;
  width: 100%;
  min-width: 100px;
  font-size: 12px;
  color: #c6c6c6;
  font-weight:bold;
  margin-bottom: 30px;
  text-align:left;
}

.pd-list .item .sub_date{
  margin: 0;
  min-width: 100px;
  font-size: 11px;
  color: #c6c6c6;
  font-weight:bold;
  margin-bottom: 20px;
  text-align:left
}

.pd-list .item .txt{
  width: 100%;
  margin-left: 5px;
  text-align: left;
  margin-bottom: 20px;
}

.pd-list .item a:hover .txt{
  color: #00F;
}

.pd-list .item ul {
  padding-left: 0;
  width: 100%;
  display: flex;
  text-align: center;
}

.pd-list .item ul li a {
  line-height: 180%;
}

.pd-list .item ul li a img{
  width: 100%;
  height: auto;
}

.pd-list .item ul li {
  width: 50%;
  list-style:none;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
  line-height: 110%;
  margin-bottom: 15px;
  font-size: 1rem;
}




.pd-list_last{
  list-style: none outside;
  padding: 0;
}


.pd-list_last .item {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #fff;
  padding: 15px 15px;
}

.pd-list_last .item .date{
  margin: 0;
  width: 100%;
  min-width: 100px;
  font-size: 12px;
  color: #c6c6c6;
  font-weight:bold;
  margin-bottom: 30px;
  text-align:left;
}

.pd-list_last .item .sub_date{
  margin: 0;
  min-width: 100px;
  font-size: 11px;
  color: #c6c6c6;
  font-weight:bold;
  margin-bottom: 20px;
  text-align:left
}

.pd-list_last .item .txt{
  width: 100%;
  margin-left: 5px;
  margin-bottom: 20px;
  text-align: left;
}

.pd-list_last .item a:hover .txt{
  color: #00F;
}

.pd-list_last .item ul {
  padding-left: 0;
  width: 100%;
  display: flex;
  text-align: center;
}

.pd-list_last .item ul li a {
  line-height: 180%;
}

.pd-list_last .item ul li a img{
  width: 100%;
  height: auto;
}

.pd-list_last .item ul li {
  width: 50%;
  list-style:none;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
  line-height: 110%;
  margin-bottom: 15px;
  font-size: 1rem;
}





/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
body{
  margin: 20px;
}