#plan {
  margin: 0 0 100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #plan {
    grid-template-columns: 1fr;
  }
}
#plan a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#plan article {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #plan article {
    grid-template-columns: 0.8fr 2fr;
  }
}
#plan article h4 {
  font-family: "Marcellus", serif;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  #plan article h4 {
    font-size: 40px;
  }
}
#plan article h4 small {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #plan article h4 small {
    margin-top: 3px;
  }
}
#plan article h4 span {
  font-size: 14px;
  margin: 10px 0 0 0;
  display: block;
  font-family: "Noto Sans JP";
}
#plan article figure {
  padding: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #plan article figure {
    flex-direction: column;
    align-items: flex-start;
  }
}
#plan article figure img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #plan article figure img {
    width: 70%;
  }
}
#plan article figure figcaption .data {
  font-family: "Arsenal", sans-serif;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 20px 0;
  border-radius: 5px;
}
#plan article figure figcaption dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  #plan article figure figcaption dl {
    flex-direction: column;
  }
}
#plan article figure figcaption dl dt {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #plan article figure figcaption dl dt {
    font-size: 14px;
  }
}
#plan article figure figcaption dl dt {
  font-family: "Arsenal", sans-serif;
}
#plan article figure figcaption dl dt strong {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #plan article figure figcaption dl dt strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #plan article figure figcaption dl dt strong small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
  }
}
#plan article.color_navy {
  background-color: #0E285E;
}
#plan article.color_navy .data {
  background-color: #3e537e;
}
#plan article.color_green {
  background-color: #0a4c3b;
}
#plan article.color_green .data {
  background-color: #3b7062;
}
#plan article.limited_page {
  display: grid;
  grid-template-columns: 1fr;
}
#plan article.limited_page .limited_page_inner {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #plan article.limited_page .limited_page_inner {
    grid-template-columns: 0.8fr 2fr;
  }
}
#plan article.limited_page .link_limited {
  padding: 10px 0;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  text-align: center;
  text-decoration: none;
}/*# sourceMappingURL=plan.css.map */