#vave_list .postlists .flex > .textbox h4 {
  font-size: 2rem;
}
#vave_list .postlists .flex > .textbox h4 + div {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #vave_list .postlists .flexwrap {
    width: 100%;
  }
}

#vave-detail_lead .flex {
  background: rgba(19, 140, 173, 0.1);
  border-radius: 1rem;
  padding: 1.5em;
  align-items: center;
}
#vave-detail_lead .flex .imagebox picture {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #vave-detail_lead .flex .imagebox {
    width: 100%;
    margin-bottom: 2rem;
  }
  #vave-detail_lead .flex .textbox {
    width: 100%;
  }
}/*# sourceMappingURL=vave.css.map */