<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 information

// file name  :  gallery.css
// style info :  スタイル指定
=================================================================== */
/* -----------------------------------------------------
 equipWrap
----------------------------------------------------- */
.row {
  display: flex;
  flex-wrap: wrap;
}
.row &gt; * {
  float: none !important;
}
.equipWrap {
  background: #efefef;
  padding: 90px 0;
}
.equipWrap h3 {
  font-size: 30px;
  color: var(--primary-color);
  font-weight: normal;
}
.equipWrap .equipBox div:nth-child(-n+6) {
  margin-bottom: 50px;
}
.equipWrap h4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.equipWrap h4:has(+ p) {
  border-bottom: #ddd 1px solid;
}
.equipWrap h4 .st {
  font-size: 15px;
  font-weight: normal;
}
.equipWrap h4 .st.long {
  font-size: 22px;
}
.equipWrap h4 .num {
  font-size: 36px;
  font-family: 'Bellefair', serif !important;
}
.equipWrap p {
  margin-top: 10px;
  font-size: 11px;
}
@media only screen and (max-wih4h: 1200px) {
  .equipWrap .equipBox div {
    margin-bottom: 50px !important;
  }
  .equipWrap .equipBox div:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-wih4h: 991px) {
  .equipWrap {
    padding: 60px 0;
  }
}



@media screen and (max-wih4h: 1200px) {
}
@media screen and (max-wih4h: 991px) {
}
@media screen and (max-wih4h: 767px) {
}
@media screen and (max-wih4h: 420px) {
}</pre></body></html>