<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
.acti-tooltip-goto-fun.acti-loaded input {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.acti-sidewrap .acti-opener,
.chooseNoteType a,
.menuDiv div,
.innerLink,
.outerLink,
.buttons button,
.acti-toolbar-opener {
  cursor: pointer;
}
.acti-toolbar-opener {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.acti-sidewrap .acti-opener {
  width: 60px;
  right: -60px;
}
.acti-sidewrap .acti-opener a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding-top: 0;
}

ul.acti-button-bar {
  margin-bottom: 40px;
}
.acti-scroll-pane .scrollbar {
  width: 13px;
}
.acti-scroll-pane .track {
  padding: 0;
  background-color: #cccccc;
}
.acti-scroll-pane .thumb .end,
.acti-scroll-pane .thumb {
  background-color: #095ca8;
}

.acti-global-nav01 {
  width: 100%;
}
.acti-toolbar-closer {
  top: 16px;
}
.acti-global-nav01 ul li {
  margin-left: 10px;
  margin-right: 0;
}
.acti-global-nav01 ul li:nth-of-type(n+6) {
  margin-left: 15px;
}
.acti-tooltip-goto-fun.acti-loaded {
  margin-left: 0;
}

.acti-tooltip-goto-fun.acti-loaded input {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.acti-tooltip-goto-fun.acti-loaded span {
  font-size: 16px;
  font-weight: bold;
}

.acti-toolbar-block .acti-toolbar-opener {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 821px) {
  .acti-tooltip-goto-fun.acti-loaded div {
    height: auto;
    padding: 8px 14px;
    line-height: 1em;
    font-weight: bold;
  }
}

@media screen and (max-width: 820px) {
  .acti-tooltip-goto-fun.acti-loaded {
    display: block;
    height: auto;
    margin-right: 0;
    padding: 20px 0 10px;
  }
  .acti-tooltip-goto-fun.acti-loaded input {
    top: 0;
    width: 70px;
    height: 50px;
    padding: 10px;
  }
  .acti-tooltip-goto-fun.acti-loaded span {
    top: 3px;
  }
  .acti-tooltip-goto-fun.acti-loaded div {
    display: inline-block;
    top: 0;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .acti-toolbar-closer {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .acti-global-nav01 ul li:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .acti-menu-main li {
    margin-right: 0;
  }
  .acti-global-nav01 ul li:nth-of-type(n+8) {
    display: none;
  }
  .acti-tooltip-goto-fun.acti-loaded {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .acti-tooltip-goto-fun input {
    position: static;
    width: 80px;
    height: auto;
    padding: 14px 10px;
    font-size: 18px;
  }
  .acti-tooltip-goto-fun span {
    position: static;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .acti-tooltip-goto-fun div {
    position: static;
    padding: 14px 20px;
    font-size: 18px;
  }
  .acti-overlay-bar.acti-opened + script + div .acti-sidewrap {
    width: calc(100% - 60px);
  }
  ul.acti-button-bar li:last-of-type {
    display: none;
  }
  ul.acti-button-bar li:nth-of-type(3),
  ul.acti-button-bar li:nth-of-type(3) a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .acti-scroll-pane .viewport {
    width: auto;
  }
}
</pre></body></html>