<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider .slick-slide {
  height: inherit;
}

#slider .slick-slide img {
  width: 100vw;
  max-width: none;
}

#slider .slider-image {
  position: relative;
}

#slider .slider-image .text {
  padding: 10px;
  position: absolute;
  right: 230px;
  bottom: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

#slider .slider-image .text img.banner {
  max-width: 100%;
  width: inherit;
  margin: inherit;
}

#slider .slider-image.slick-active .text {
  transition: all 1500ms 1s ease-in-out;
  opacity: 1;
}

.post_sns {
  display: flex;
  margin-top: 50px;
}

.post_sns .post-list_top {
  width: 600px;
}

.post_sns .post-list_top h2 {
  margin-top: 0px;
}

.post_sns .post-list_top .post-list {
  border-bottom: double 4px;
  width: 550px;
  height: 400px;
  margin: 30px 10px;
}

.post_sns .post-list_top .post-list .blog-item {
  margin: 5px 0;
}

.post_sns .post-list_top .more_button {
  width: 219px;
  height: auto;
}

.post_sns .sns {
  text-align: right;
}

.top_menu {
  background-image: url("../00_bg.png");
  background-size: cover;
  margin-top: 100px;
}

.top_menu .content-top-menu {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
}

.top_menu .content-top-menu div {
  width: 300px;
  margin: 0 auto;
}

.top_menu .content-top-menu div img {
  width: 296px;
  height: auto;
}

.top_menu .content-top-menu div h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.top_menu .content-top-menu div hr {
  margin-top: 5px;
}

.top_menu .content-top-menu div p {
  font-size: 0.8em;
}
</pre></body></html>