.main__4 {
  padding: 30px 0;
  padding-right: 9px;
}
.main__4__wrap {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}
.main__4__wrap__left {
  flex: 1;
  padding: 0 10px;
}
.main__4__wrap__left__title {
  margin-bottom: 20px;
}
.main__4__wrap__left__title p {
  text-align: center;
}
.main__4__wrap__left__title p:first-child {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.main__4__wrap__left__title p:last-child {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.main__4__wrap__left__wrap__list {
  display: flex;
  border-bottom: 1px solid rgb(200, 200, 200);
  padding: 4px 0;
}
.main__4__wrap__left__wrap__list:first-child {
  border-top: 1px solid rgb(200, 200, 200);
}
.main__4__wrap__left__wrap__list__left {
  width: 100px;
  font-size: 15px;
  line-height: 24px;
  height: 54px;
}
.main__4__wrap__left__wrap__list__left__date {
  padding-bottom: 2px;
}
.main__4__wrap__left__wrap__list__left__category {
  padding: 0 4px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid black;
}
.main__4__wrap__left__wrap__list__right {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}
.main__4__wrap__left__wrap__list__right p {
  color: black;
  display: inline-block;
}
.main__4__wrap__left__wrap__list__right p:hover {
  text-decoration: underline;
}
.main__4__wrap__right {
  flex: 1;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .main__4__wrap {
    flex-flow: column;
  }
  .main__4__wrap__left {
    width: 100%;
  }
  .main__4__wrap__right {
    max-width: none;
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-top: 10px;
  }
}