@charset "UTF-8";
/*
========================================
記事一覧デザイン
========================================
*/
.m_articledesign article a .image-gr {
  position: relative;
}
.m_articledesign article a .image-gr .image {
  width: 100%;
  aspect-ratio: 1/0.75;
}
.m_articledesign article a .image-gr .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m_articledesign article a .image-gr .image .noimage {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 16px;
  border: solid 1px #ddd;
  background-color: #CC292B;
}
.m_articledesign article a .image-gr .category {
  position: absolute;
  top: 0;
  right: 8px;
  margin-top: 8px;
  display: flex;
}
.m_articledesign article a .image-gr .category li {
  padding: 2px 8px;
  margin-left: 4px;
  font-size: 1.3rem;
  border: solid 1px;
  color: #fff;
  background-color: #C60021;
}
.m_articledesign article a .txt-gr {
  margin-top: 8px;
  width: 100%;
}
.m_articledesign article a .txt-gr time {
  font-size: 1.3rem;
  color: #000;
}
.m_articledesign article a .txt-gr .title {
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}
.m_articledesign article a .txt-gr .desc {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
}
.m_articledesign article a .txt-gr .tags {
  margin-top: 8px;
  color: #505050;
  font-size: 1.2rem;
}

.b_articles--4 .m_articledesign {
  margin-top: 32px;
  width: 23%;
  margin-left: 2.2%;
}
.b_articles--4 .m_articledesign:first-of-type, .b_articles--4 .m_articledesign:nth-of-type(4n+1) {
  margin-left: 0;
}
.b_articles--4 .m_articledesign:nth-of-type(1), .b_articles--4 .m_articledesign:nth-of-type(2), .b_articles--4 .m_articledesign:nth-of-type(3), .b_articles--4 .m_articledesign:nth-of-type(4) {
  margin-top: 0;
}
.b_articles--3 .m_articledesign {
  margin-top: 32px;
  width: 31%;
  margin-left: 2.2%;
}
.b_articles--3 .m_articledesign:first-of-type, .b_articles--3 .m_articledesign:nth-of-type(3n+1) {
  margin-left: 0;
}
.b_articles--3 .m_articledesign:nth-of-type(1), .b_articles--3 .m_articledesign:nth-of-type(2), .b_articles--3 .m_articledesign:nth-of-type(3) {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .m_articledesign article a .image-gr {
    position: relative;
  }
  .m_articledesign article a .image-gr .image {
    width: 100%;
    aspect-ratio: 1/0.75;
  }
  .m_articledesign article a .image-gr .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m_articledesign article a .image-gr .image .noimage {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 16px;
    border: solid 1px #ddd;
    background-color: #CC292B;
  }
  .m_articledesign article a .image-gr .category {
    position: absolute;
    top: 0;
    right: 8px;
    margin-top: 8px;
    display: flex;
  }
  .m_articledesign article a .image-gr .category li {
    padding: 2px 8px;
    margin-left: 4px;
    font-size: 1.3rem;
    border: solid 1px;
    color: #fff;
    background-color: #C60021;
  }
  .m_articledesign article a .txt-gr {
    margin-top: 8px;
  }
  .m_articledesign article a .txt-gr time {
    font-size: 1.1rem;
  }
  .m_articledesign article a .txt-gr .title {
    margin-top: 2.4px;
    font-size: 1.3rem;
  }
  .m_articledesign article a .txt-gr .desc {
    margin-top: 4px;
    font-size: 1.1rem;
  }
  .m_articledesign article a .txt-gr .tags {
    margin-top: 4px;
    font-size: 1rem;
  }
  .b_articles {
    justify-content: space-between;
  }
  .b_articles--4 .m_articledesign {
    margin-top: 32px;
    width: 48.5%;
    margin-left: 0;
  }
  .b_articles--4 .m_articledesign:first-of-type, .b_articles--4 .m_articledesign:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .b_articles--4 .m_articledesign:nth-of-type(1), .b_articles--4 .m_articledesign:nth-of-type(2), .b_articles--4 .m_articledesign:nth-of-type(3), .b_articles--4 .m_articledesign:nth-of-type(4) {
    margin-top: 16px;
  }
  .b_articles--4 .m_articledesign:nth-of-type(1), .b_articles--4 .m_articledesign:nth-of-type(2) {
    margin-top: 0;
  }
  .b_articles--3 .m_articledesign {
    margin-top: 32px;
    width: 48.5%;
    margin-left: 0;
  }
  .b_articles--3 .m_articledesign:first-of-type, .b_articles--3 .m_articledesign:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .b_articles--3 .m_articledesign:nth-of-type(1), .b_articles--3 .m_articledesign:nth-of-type(2), .b_articles--3 .m_articledesign:nth-of-type(3), .b_articles--3 .m_articledesign:nth-of-type(4) {
    margin-top: 16px;
  }
  .b_articles--3 .m_articledesign:nth-of-type(1), .b_articles--3 .m_articledesign:nth-of-type(2) {
    margin-top: 0;
  }
}/*# sourceMappingURL=m_artcilcedesign.css.map */