.un_wpGetConts {
  padding: 20px;
  display: flex;
}
.un_wpGetConts .un_wpGetConts_post {
  width: calc((100% - 30px) / 4);
  border: 1px solid #ccc;
  padding: 5px;
  color: #222;
  text-decoration: none;
  box-sizing: border-box;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.un_wpGetConts .un_wpGetConts_post:first-child {
  margin-left: 0;
}
.un_wpGetConts .un_wpGetConts_post .un_wpGetConts_post_title {
  font-size: 13px;
}
.un_wpGetConts .un_wpGetConts_post:hover .un_wpGetConts_post_title {
  text-decoration: underline;
  color: var(--dekiruGreen);
}
.un_wpGetConts .un_wpGetConts_post .un_wpGetConts_post_date {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  color: #666;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.un_wpGetConts .un_wpGetConts_post .un_wpGetConts_post_img {
  width: 100%;
  height: 180px;
}
.un_wpGetConts .un_wpGetConts_post .un_wpGetConts_post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.un_wpGetConts .un_wpGetConts_post .un_wpGetConts_post_img img[src="/common/img/dummy/dekirukun.png"],
.un_wpGetConts .un_wpGetConts_post .un_wpGetConts_post_img img[src="/smp/common/img/dummy/dekirukun.png"] {
  border-top: 1px solid #dfdfdf;
}

.blog .el_hdg2,
.voice .el_hdg2 {
  margin-top: 40px;
}
.productDetail .un_wp_post_products {
  padding: 0;
  border: none;
}
.un_wpGetCodeCaution {
  text-align: right;
  padding: 10px 10px 0;
}

@media screen and (max-width: 640px) {
  .un_wpGetConts {
    padding: 0;
    flex-wrap: wrap;
  }
  .un_wpGetConts .un_wpGetConts_post {
    width: 50%;
    margin-left: 0;
    border-left: none;
  }

  .un_wpGetConts .un_wpGetConts_post:nth-child(n+3) {
    border-top: none;
  }

  .un_wpGetConts .un_wpGetConts_post:nth-child(2n) {
    border-right: none;
  }
  .un_wpGetConts .un_wpGetConts_post .un_wpGetConts_post_title {
    line-height: 1.2em;
    margin-top: 5px;
  }
  .un_wpGetConts .un_wpGetConts_post .un_wpGetConts_post_img {
    margin-bottom: 5px;
  }
  .un_wpGetConts .un_wpGetConts_post .un_wpGetConts_post_img img {
    height: 100% !important;
    margin: 0 auto;
  }
  .un_wpGetConts + .el_btn3_wrapper {
    margin-top: 10px;
    padding: 0 10px;
  }

  .productDetail .un_wp_post_products {
    width: 100%;
    padding: 0;
  }
  #content_frame .productDetail tbody td.un_wp_post_products {
    width: 100%;
    padding: 0;
  }
}
