.sec_organ__content .stories_list {
  padding: 10px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ACACAC; }
  .sec_organ__content .stories_list a {
    display: flex;
    gap: 20px; }

@media screen and (max-width: 768px) {
  .sec_organ__content .stories_list a {
    flex-direction: column;
    gap: 10px; } }
    .sec_organ__content .stories_list a figure {
      max-width: 225px;
      margin: 0;
      padding: 0; }

@media screen and (max-width: 768px) {
  .sec_organ__content .stories_list a figure {
    margin: 0 auto; } }
      .sec_organ__content .stories_list a figure img {
        width: 100%;
        height: auto; }
    .sec_organ__content .stories_list a div {
      font-size: 20px;
      font-weight: bold; }
      .sec_organ__content .stories_list a div span {
        color: #939393;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.025em;
        line-height: 25px;
        display: flex;
        align-items: center;
        gap: 5px; }
        .sec_organ__content .stories_list a div span::before {
          width: 14px;
          height: 14px;
          top: 0;
          left: 0;
          background-image: url(../../images/organ/icon__cal__1x.png);
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          content: "";
          display: block; }
    .sec_organ__content .stories_list a:hover {
      text-decoration: none; }
      .sec_organ__content .stories_list a:hover div span {
        color: #939393; }
