<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
Media Index
========================================================================== */
.index-list_wrap {
  margin: 38px -27px -4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .index-list_wrap {
    margin: 0;
    overflow: visible;
  }
}
.index-list {
  float: left;
  width: 308px;
  margin-left: 27px;
  margin-bottom: 4px;
}
.index-list a {
  color: #222222;
}
.index-list a:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .index-list {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 36px;
  }
}
.index-list_inner {
  -webkit-box-shadow: 0 0 8px rgba(4, 0, 0, 0.08);
          box-shadow: 0 0 8px rgba(4, 0, 0, 0.08);
}
.index-list_inner figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index-list_inner {
    margin-top: 15px;
  }
}
.index-list_text {
  position: relative;
  padding: 16px 25px 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-list_text p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .index-list_text {
    padding: 16px 15px 54px;
  }
  .index-list_text p {
    font-size: 1.4rem;
  }
}
.index-list_arrow {
  position: absolute;
  margin: 0;
  padding-right: 34px;
  font-size: 1.2rem;
  color: #222222;
  bottom: 24px;
  right: 25px;
}
.index-list_arrow:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background: url(/media/img/index_img04.png) 0 0 no-repeat;
  background-size: auto auto;
  background-size: 25px 4px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mod-btn_list.opt-pcLeft {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mod-btn_list.opt-pcLeft {
    text-align: center;
  }
}
.index-video {
  text-align: center;
}
.index-video a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.index-video video {
  width: 100%;
}</pre></body></html>