/* ----------------------------------------------------------------------------
LINK
---------------------------------------------------------------------------- */
#sec_link .sec_content {
  background: #F8F6F3 url(../img/common/co_bg_01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 1281px) {
  #sec_link .sec_content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_link .sec_content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec_link .sec_content {
    padding-bottom: 80px;
  }
}

.list_link_wrap {
  margin-top: 70px;
}

.list_link.l_flex {
  flex-wrap: wrap;
}
.list_link .art_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.list_link .art_link .btn_round {
  margin-top: auto;
}
@media screen and (min-width: 1281px) {
  .list_link .art_link {
    width: calc((100% - 60px) / 3);
  }
  .list_link .art_link:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
  .list_link .art_link:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_link .art_link {
    width: calc((100% - 20px) / 2);
  }
  .list_link .art_link:nth-child(even) {
    margin-left: 20px;
  }
  .list_link .art_link:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_link {
    display: block;
  }
  .list_link .art_link {
    width: 100%;
  }
  .list_link .art_link + .art_link {
    margin-top: 20px;
  }
}

.art_link {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #B0974B;
  overflow: hidden;
  padding: 10px 10px 20px;
}
.art_link .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.art_link .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.art_link .thumb.noimage {
  background: #E2DECF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.art_link .thumb.noimage img {
  width: 50%;
  height: auto;
}
.art_link .txt_wrap {
  padding: 20px 10px;
}
.art_link .title {
  color: #024023;
}
.art_link .btn_round {
  margin: auto auto 0;
}
.art_link .contents {
  margin-top: 10px;
}
.art_link .contents p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .art_link .thumb {
    height: 206px;
  }
  .art_link .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .art_link .thumb {
    height: 180px;
  }
  .art_link .title {
    font-size: 16px;
  }
}
