<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body#hojin #header .is-disp-kojin {
  display: none;
}

.iraisho_square {
  border: 1px solid #333;
}
.link-button .iraisho_square {
  font-size: 2.0rem; 
}
@media print, screen and (min-width: 768px) {
  body#hojin .gnav-primary {
    background-color: #1176cc;
  }
  body#hojin .gnav-list &gt; li.is-hojin &gt; a {
    color: #1176cc;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
  }
  body#hojin .gnav-list &gt; li.is-hojin &gt; a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background-color: #fff;
  }
  body#hojin .gnav-list-v3 &gt; li &gt; a:hover,
  body#hojin .gnav-list-v3 &gt; li.is-active &gt; a,
  body#hojin .gnav-list-v4 &gt; li &gt; a:hover {
    color: #1176cc;
    border-color: #1176cc;
  }
  body#hojin .nav_head {
    background-color: #1176cc;
  }
  body#hojin .nav_head &gt; a {
    padding: 14px 15px 14px 15px;
    color: #fff;
    text-decoration: none;
  }
  body#hojin .nav_head &gt; a:hover {
    text-decoration: underline;
  }
  body#hojin .nav_category.stage1 &gt; li.is-current &gt; a,
  body#hojin .nav_category.stage1 &gt; li.is-open &gt; a {
    background-color: #d7ecff;
  }
  body#hojin .nav_category.stage2 &gt; li.is-current &gt; a,
  body#hojin .nav_category.stage2 &gt; li.is-open &gt; a,
  body#hojin .nav_category.stage3 &gt; li.is-current &gt; a,
  body#hojin .nav_category.stage3 &gt; li.is-open &gt; a {
    background-color: #f1fbff;
  }
  body#hojin .nav_category.stage1 &gt; li.is-current &gt; a::after,
  body#hojin .nav_category.stage1 &gt; li.is-open &gt; a::after {
    border-color: #1176cc;
  }
  body#hojin .sidebar-login {
    border: 4px solid #1176cc;
  }
  body#hojin .sidebar-login_btn &gt; a::before {
    background-image: url(/common_img/com_sprite03_02.png);
  }
  body#hojin .Footer {
    border-top: 3px solid #7bbe40;
  }
  body#hojin .Footer::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #0bb2ec;
  }
}
@media screen and (max-width: 767px) {
  body#hojin .Footer {
    border-top: 3px solid #7bbe40;
  }
  body#hojin .Footer::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #0bb2ec;
  }
}
</pre></body></html>