@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
main {
  color: #333;
  background: transparent;
}
main img {
  width: 100%;
}
main a {
  color: inherit;
}
.c-tag_shopping {
  background-color: #FF4D00!important;
  border: 1px solid #FF4D00!important;
  color: #fff!important;
}
.c-tag_gas {
  background-color: #005DDD!important;
  border: 1px solid #005DDD!important;
  color: #fff!important;
}
.c-tag_reform {
  background-color: #03AF7A!important;
  border: 1px solid #03AF7A!important;
  color: #fff!important;
}
.c-tag_housecleaning {
  background-color: #FFD400!important;
  border: 1px solid #FFD400!important;
  color: #333333!important;
}
.c-tag_kurashiservice {
  background-color: #F4B2BA!important;
  border: 1px solid #F4B2BA!important;
  color: #333333!important;
}

@media screen and (max-width: 767px) {
  .inner_wrap {
    width: 91.47%;
  }
}

@media screen and (min-width: 768px) {
  .inner_wrap {
    width: 100%;
    max-width: calc(1080px + 40px);
    padding: 0 20px;
    margin-inline: auto;
  }
}

/* -----------------------------------------------
article_list
----------------------------------------------- */
.article_list {
  display: grid;
}
.article_list article {
  display: grid;
}
.article_list article a {
  background-color: #fff;
  overflow: hidden;
  display: block;
  height: 100%;
}
.article_list .img img {
  aspect-ratio: 252/190;
  object-fit: cover;
  display: block;
}
.article_list .text time {
  color: #6F6F6F;
  font-weight: 500;
  display: block;
}
.article_list .text h3 {
  font-weight: 500;
}
.article_list .text .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.article_list .text .tag span {
  border-radius: 50vh;
  color: #0039CC;
  border: 1px solid #0039CC;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .article_wrap {
    padding-top: 40px;
  }
  .article_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 17px;
  }
  .article_list article a {
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
  }
  .article_list .text {
    padding: 9px 16px 16px;
  }
  .article_list .text time {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .article_list .text h3 {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ECECEC;
  }
  .article_list .text .tag {
    gap: 4px;
  }
  .article_list .text .tag span {
    padding: 3px 8px;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .article_wrap {
    padding-top: 80px;
  }
  .article_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 24px;
  }
  .article_list article a {
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
  }
  .article_list .text {
    padding: 9px 16px 16px;
  }
  .article_list .text time {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .article_list .text h3 {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ECECEC;
  }
  .article_list .text .tag {
    gap: 4px;
  }
  .article_list .text .tag span {
    padding: 3px 8px;
    font-size: 10px;
  }
}