<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}

.breadcrumb {
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
  background: #fff;
  color: #000;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #888;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
}

.annotation-area {
  background: #fff;
  color: #797979;
  padding: 40px 0;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

.wrap {
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
}

.tit {
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #1D2A56;
  margin-bottom: 20px;
  padding: 10px;
}

.image {
  position: relative;
}
.image .annotation {
  position: absolute;
  bottom: -15px;
  right: 0;
  text-align: right;
  font-size: 10px;
  line-height: 1.6;
}
.image .annotation.white {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}
.image .annotation.left {
  left: 10px;
  right: auto;
}

.equipment-link {
  display: flex;
  flex-wrap: wrap;
  font-family: "RyuminPro", serif;
}

.equipment-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
  padding: 10px 2.5vw;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  background-color: #fefcf7;
  border-left: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}

.equipment-link a.current {
  color: #fff;
  background-color: #868076;
}

.equipment-link--2 a {
  width: 50%;
}

.equipment-link--3 a {
  width: 33.33%;
}

.equipment-link--4 a {
  width: 25%;
}

.equipment-link--5 a {
  width: 20%;
}

.equipment-link a::before {
  content: "\f105";
  position: absolute;
  left: calc(2.5vw - 15px);
  top: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #808081;
  transform: translateY(-50%);
}

.equipment-link a.current::before {
  color: #fff;
}

.equipment-link a:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  left: calc(2.5vw - 19px);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 3px solid #808081;
  border-bottom: 3px solid #808081;
  width: 8px;
  height: 8px;
}

.equipment-link a.current:after {
  border-color: #fff;
}

.equipment-link a::before {
  display: none;
}

.tit-img {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.tit-img .mini {
  font-size: 1.6rem;
  border-bottom: none;
}
.tit-img.mini {
  font-size: 1.6rem;
}

.lead {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.lead span {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 5px;
}
.lead span sup {
  vertical-align: super;
  font-size: 5.5px;
}
.lead .mb30 {
  margin-bottom: 30px;
}

.caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  .equipment-link a {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 1024px) {
  .sections .tit-img {
    font-size: 2rem;
  }
  .sections .tit-img.pt22 {
    padding-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .equipment-link a {
    padding: 10px 25px;
    font-size: 1.75vw;
  }
  .equipment-link--4 a {
    width: 50%;
  }
  .equipment-link--5 a {
    width: 33.33%;
  }
  .equipment-link a::before {
    left: 10px;
  }
  .sections .tit {
    margin-bottom: 30px;
  }
  .sections .tit:before, .sections .tit:after {
    content: none;
  }
}
@media screen and (max-width: 639px) {
  .equipment-link a {
    width: 100% !important;
    height: 13.33vw;
    font-size: 4vw;
  }
  .equipment-link a::before {
    left: 6vw;
  }
  .equipment-link a:after {
    left: 6vw;
  }
  .caption {
    max-width: 100%;
  }
}/*# sourceMappingURL=equipment.css.map */</pre></body></html>