<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sp {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}

#sysGuide_nav {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 30px 15px;
  background-color: #E8F6F2;
}
#sysGuide_nav .sysGuide_nav_ttl {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  letter-spacing: normal;
}
.sysGuide_nav_lst {
  display: flex;
}
.sysGuide_nav_itm {
  position: relative;
  width: 32.6%;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sysGuide_nav_itm + .sysGuide_nav_itm {
  margin-left: 1.1%;
}
.sysGuide_nav_itm.current::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 15px 0 15px;
  border-color: #e9c71b transparent transparent transparent;
}
.sysGuide_nav_itm a {
  position: relative;
  display: block;
  height: 100%;
  padding: 46px 10px 12px;
  color: #037566;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: normal;
  background-color: #fff;
  border-radius: 6px;
}
.sysGuide_nav_itm.current a {
  pointer-events: none;
}
.sysGuide_nav_itm a:hover {
  text-decoration: none;
}
.sysGuide_nav_itm a span {
  margin-left: 4px;
  font-size: 16px;
  letter-spacing: normal;
}
.sysGuide_nav_itm a::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.sysGuide_nav_itm a::after {
  content: '';
  position: absolute;
  display: block;
  width: 95.5%;
  height: 85%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid #E9C71B;
  border-radius: 6px;
  opacity: 0;
  transition: opacity .2s;
}
.sysGuide_nav_itm.current a::after,
.sysGuide_nav_itm a:hover::after {
  opacity: 1;
}
.sysGuide_nav_itm.feature a::before {
  width: 24px;
  height: 20px;
  top: 15px;
  background-image: url(../img/leaf/select-guide/ic_feature.svg);
}
.sysGuide_nav_itm.scale a::before {
  width: 34px;
  height: 27px;
  top: 12px;
  background-image: url(../img/leaf/select-guide/ic_scale.svg);
}
.sysGuide_nav_itm.fit a::before {
  width: 32px;
  height: 32px;
  top: 8px;
  background-image: url(../img/leaf/select-guide/ic_fit.svg);
}

/*Coming soon*/
/* #sysGuide_nav__fixed .sysGuide_nav_lst .sysGuide_nav_itm.fit a,
#sysGuide_nav .sysGuide_nav_lst .sysGuide_nav_itm.fit a {
  pointer-events: none;
}
#sysGuide_nav__fixed .sysGuide_nav_lst .sysGuide_nav_itm.fit a::after,
#sysGuide_nav .sysGuide_nav_lst .sysGuide_nav_itm.fit a::after {
  content: 'Coming soon';
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  opacity: 1;
} */

@media screen and (max-width: 768px) {
  #sysGuide_nav {
    margin-top: 30px;
    padding: 20px 5px 30px;
  }
  #sysGuide_nav .sysGuide_nav_ttl {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .sysGuide_nav_itm.current::after{
    border-width: 8px 18.5px 0 18.5px;
  }
  #sysGuide_nav .sysGuide_nav_itm a,
  #sysGuide_nav .sysGuide_nav_itm a span {
    font-size: 14px;
    letter-spacing: normal;
  }
  .sysGuide_nav_itm a {
    padding: 46px 0 12px;
  }
  #sysGuide_nav .sysGuide_nav_itm a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .sysGuide_nav_itm a span {
    margin-left: 0;
  }
  #sysGuide_nav .sysGuide_nav_itm a span {
    display: block;
  }
  .sysGuide_nav_itm a::after {
    width: 90%;
    height: 90%;
  }
  .sysGuide_nav_itm.feature a::before {
    width: 21px;
    height: 17px;
    top: 18px;
  }
  .sysGuide_nav_itm.scale a::before {
    width: 30px;
    height: 23px;
    top: 15px;
  }
  .sysGuide_nav_itm.fit a::before {
    width: 26px;
    height: 28px;
    top: 12px;
  }
}
@media screen and (max-width: 350px) {
  #sysGuide_nav .sysGuide_nav_itm a,
  #sysGuide_nav .sysGuide_nav_itm a span {
    font-size: 4vw;
  }
}


#sysGuide_nav__fixed {
  position: fixed;
  display: none;
  width: 100vw;
  min-width: 1240px;
  padding: 10px;
  margin: 0 calc(50% - 50vw);
  left: 0;
  background-color: rgba(194, 229, 219, 0.67);
  z-index: 99999;
}
#sysGuide_nav__fixed .sysGuide_nav_lst {
  width: 980px;
  margin: auto;
  padding: 0 15px;
}
#sysGuide_nav__fixed .sysGuide_nav_itm {
  border-radius: 6px;
  background-color: #fff;
}
#sysGuide_nav__fixed .sysGuide_nav_itm a {
  padding: 8px 10px 8px 40px;
  transition: opacity .2s;
}
#sysGuide_nav__fixed .sysGuide_nav_itm.fit a {
  background-color: #FFFFE4;
}
#sysGuide_nav__fixed .sysGuide_nav_itm a:hover {
  opacity: 0.6;
}
#sysGuide_nav__fixed .sysGuide_nav_itm a::before {
  top: 0;
  bottom: 0;
  right: auto;
}
#sysGuide_nav__fixed .sysGuide_nav_itm.feature a::before {
  left: 25px;
}
#sysGuide_nav__fixed .sysGuide_nav_itm.scale a::before {
  left: 40px;
}
#sysGuide_nav__fixed .sysGuide_nav_itm.fit a::before {
  left: 40px;
}
#sysGuide_nav__fixed .sysGuide_nav_itm.current::after {
  display: none;
}
#sysGuide_nav__fixed .sysGuide_nav_itm a::after {
  width: 96%;
  height: 80%;
}
@media screen and (max-width: 768px) {
  #sysGuide_nav__fixed.sp {
    display: block;
    position: static;
    width: 100%;
    min-width: 100%;
    margin: 40px 0 0;
    padding: 20px 2.5%;
  }
  .sysGuide_scale_chart_wrap + #sysGuide_nav__fixed.sp {
    margin: 0;
  }
  #sysGuide_nav__fixed.sp .sysGuide_nav_lst {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  #sysGuide_nav__fixed.sp .sysGuide_nav_itm {
    width: 100%;
  }
  #sysGuide_nav__fixed.sp .sysGuide_nav_itm + .sysGuide_nav_itm {
    margin-top: 12px;
    margin-left: 0;
  }
  #sysGuide_nav__fixed.sp .sysGuide_nav_itm a::after {
    width: 97%;
  }
}
@media screen and (max-width: 350px) {
  #sysGuide_nav__fixed.sp .sysGuide_nav_itm a {
    padding: 2.1vw 2.6vw 2.1vw 10.6vw;
    font-size: 5.3vw;
  }
  #sysGuide_nav__fixed.sp .sysGuide_nav_itm a span {
    font-size: 4.2vw;
  }
  #sysGuide_nav__fixed.sp .sysGuide_nav_itm.feature a::before {
    width: 5.6vw;
    height: 4.533vw;
    left: 6.6vw;
  }
  #sysGuide_nav__fixed.sp .sysGuide_nav_itm.scale a::before {
    width: 8vw;
    height: 6.133vw;
    left: 10.6vw;
  }
  #sysGuide_nav__fixed.sp .sysGuide_nav_itm.fit a::before {
    width: 6.933vw;
    height: 7.467vw;
    left: 10.6vw;
  }
}</pre></body></html>