:root {
  --baceFontColor: #333333;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#top_img {
  width: 100%;
  aspect-ratio: 5/2;
  background: url(grp/top_img.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_img {
    width: 100%;
    aspect-ratio: 3/2;
    background: url(grp/top_imgs.jpg);
    background-size: cover;
    background-position: center center;
  }
}

#breadcrumb {
  display: none;
}

#katudou_article ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#katudou_article ul li:nth-of-type(-n+4) a {
  display: block;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #77B82B;
  background: white;
  height: 100%;
}
#katudou_article ul li:nth-of-type(-n+4) a figure {
  border-radius: 10px;
  overflow: hidden;
}
#katudou_article ul li:nth-of-type(-n+4) a figcaption {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 10px auto 0 auto;
  font-weight: 600;
  color: #77B82B;
}
#katudou_article ul li:nth-of-type(-n+4) a p {
  margin: 5px auto 0 auto;
  text-align: left;
  color: #333333;
}
#katudou_article ul li:nth-of-type(-n+4) a:hover {
  background: #f9fed3;
}
#katudou_article ul li:last-child {
  align-self: start;
  align-items: center;
  grid-column: 2/4;
  border: 3px solid #fb426b;
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
}
#katudou_article ul li:last-child div h2 {
  color: #fb426b;
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 600;
}
#katudou_article ul li:last-child div p {
  text-align: left;
  margin: 10px auto 0 auto;
}
#katudou_article ul li:last-child div aside {
  margin: 20px auto 0 auto;
}
#katudou_article ul li:last-child div aside a {
  display: inline-block;
  background: #fb426b;
  padding: 0.3em 0.7em;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-family: "Arial";
  font-weight: 600;
  color: white;
  border-radius: 10px;
}
#katudou_article ul li:last-child div aside a svg {
  vertical-align: middle;
  margin: 0 0.3em 0 0;
  height: 1em;
  width: auto;
  fill: white;
}
#katudou_article ul li:last-child div aside a:hover {
  background: #d30432;
}
@media screen and (max-width: 768px) {
  #katudou_article ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #katudou_article ul li:last-child {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 480px) {
  #katudou_article ul {
    display: block;
  }
  #katudou_article ul li {
    margin-top: 20px;
  }
  #katudou_article ul li figure {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
  }
  #katudou_article ul li:last-child {
    margin: 20px auto 0 auto;
    display: block;
  }
  #katudou_article ul li:last-child figure {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */