h2 {
  padding: 30px 0 0 2vw;
  margin-bottom: 0;
  text-align: left;
}
h4 {
  padding: 0 0 0 2vw;
  margin: 0 0 30px;
  text-align: left;
  font-weight: 500;
}
.list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.list-item {
  background-color: #FFF;
  list-style: none;
  width: calc(50% - 10px);
  margin-right: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(128, 128, 128, 0.1);
  opacity: 1;
  transition: all .3s;
}
.list-item a {
	display: block;
	width: 100%;
}
.list-item:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
  opacity: 0.6;
  cursor: pointer;
}
.list-item:nth-child(2n) {
  height: 100%;
  margin-right: 0;
}
.list-item:nth-child(n + 3) {
  margin-top: 20px;
}
.list-item_wrap {
  display: flex;
  width: 100%;
}
.left {
  width: 50%;
  padding: 2vw;
}
.img-wrap {
  width: 100%;
  height: auto;
  background-color: #888;
  border: 1px solid #bbb;
}
.right {
  color: #1e1e1e;
  width: 50%;
  padding: 2vw 2vw 2vw 0;
}
.number-type_wrap {
  display: flex;
  font-weight: 600;
  margin-bottom: 30px;
}
.number {
  font-size: 20px;
  width: 50%;
  border-left: solid 7px #E72D30;
  font-weight: 600;
  margin: 0;
  padding-left: 3%;
  text-align: left;
}
.type-digital {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.type-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.type-digital p {
  color: #f6f8f9;
  width: 50%;
  background-color: #238A58;
  font-size: 16px;
  margin: 0.2vw 0 0.2vw auto;
  text-align: center;
}
.type-pdf p {
  color: #f6f8f9;
  width: 50%;
  background-color: #CC1B1E;
  font-size: 16px;
  margin: 0.2vw 0 0.2vw auto;
  text-align: center;
}
h3 {
  font-size: 16px;
  text-align: left;
}
.ymd {
  font-size: 16px;
  font-weight: 500;
}
.ymd2 {
  font-size: 12px;
  /*margin-left: -0.6em;*/
  line-height: 1.0em;
}
.comment {
  text-align: left;
  font-size: 0.8em;
  
  /*font-weight: 600;*/
}
.list-item a .comment {
	line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .number {
    font-size: 18px;
    width: 50%;
    border-left: solid 7px #E72D30;
    font-weight: 600;
    margin: 0;
    padding-left: 3%;
    text-align: left;
  }
  .type-digital {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .type-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .type-digital p {
    color: #f6f8f9;
    width: 60%;
    background-color: #238A58;
    font-size: 14px;
    margin: 0.2vw 0 0.2vw auto;
    text-align: center;
  }
  .type-pdf p {
    color: #f6f8f9;
    width: 60%;
    background-color: #CC1B1E;
    font-size: 14px;
    margin: 0.2vw 0 0.2vw auto;
    text-align: center;
  }
  h3 {
    font-size: 14px;
    text-align: left;
  }
  .ymd {
    font-size: 14px;
    font-weight: 500;
  }
  .comment {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 820px) {
  h2 {
    font-size: 22px;
  }
  .list-wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 2vw;
  }
  .list-item {
    background-color: #FFF;
    list-style: none;
    width: 100%;
    margin-right: 0;
  }
  .list-item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .number {
    font-size: 18px;
    width: 50%;
    border-left: solid 7px #E72D30;
    font-weight: 600;
    margin: 0;
    padding-left: 3%;
    text-align: left;
  }
  .left {
    width: 50%;
    padding: 3vw;
  }
  .right {
    color: #1e1e1e;
    width: 50%;
    padding: 3vw 3vw 3vw 0;
  }
  .type-digital {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .type-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .type-digital p {
    color: #f6f8f9;
    width: 50%;
    background-color: #238A58;
    font-size: 14px;
    margin: 0.2vw 0 0.2vw auto;
    text-align: center;
  }
  .type-pdf p {
    color: #f6f8f9;
    width: 50%;
    background-color: #CC1B1E;
    font-size: 14px;
    margin: 0.2vw 0 0.2vw auto;
    text-align: center;
  }
  h3 {
    font-size: 16px;
    text-align: left;
  }
  .ymd {
    font-size: 16px;
    font-weight: 500;
  }
  .comment {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 485px) {
  h2 {
    font-size: 20px;
  }
  .br {
    display: block;
  }
  .list-wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .list-item {
    background-color: #FFF;
    list-style: none;
    width: 100%;
    margin-right: 0;
  }
  .list-item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .number {
    font-size: 16px;
    width: 50%;
    border-left: solid 7px #E72D30;
    font-weight: 600;
    margin: 0;
    padding-left: 3%;
    text-align: left;
  }
  .left {
    width: 50%;
    padding: 5vw;
  }
  .right {
    color: #1e1e1e;
    width: 50%;
    padding: 5vw 5vw 5vw 0;
  }
  .number-type_wrap {
    margin-bottom: 15px;
  }
  .type-digital {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .type-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .type-digital p {
    color: #f6f8f9;
    width: 60%;
    background-color: #238A58;
    font-size: 12px;
    margin: 0.2vw 0 0.2vw auto;
    text-align: center;
  }
  .type-pdf p {
    color: #f6f8f9;
    width: 60%;
    background-color: #CC1B1E;
    font-size: 12px;
    margin: 0.2vw 0 0.2vw auto;
    text-align: center;
  }
  h3 {
    font-size: 14px;
    text-align: left;
  }
  .ymd {
    font-size: 14px;
    font-weight: 500;
  }
  .comment {
    font-size: 14px;
    text-align: left;
  }
}