<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main h3.factoring_attention_ttl::before {
  content: none;
}

#main h3.lending_attention_ttl::before {
  content: none;
}

#main h3.impersonal_attention_ttl::before {
  content: none;
}

#main a.underline {
  text-decoration: underline;
}

#main a.blue {
  color: #0067c0;
}

#main p.source_link {
  font-size: 1.2rem;
}

#main .factoring_attention p.red_large {
  font-size: 1.7rem;
  color: #ce0023;
}

@media screen and (max-width: 750px) {
  #main .select_btn {
    margin: 0.5em 0 2em 1.33333vw;
  }
  .select_btn a {
    text-align: center;
    font-size: 3.2vw;
    display: inline-block;
    padding: 1.6vw 2.133vw;
    border: 0.36666vw solid #00549d;
    border-radius: 4vw;
    text-decoration: none;
    position: relative;
    line-height: 1;
    transition: border-color 0.3s ease, transform 0.2s cubic-bezier(0.23, 1, 0.58, 1);
    box-sizing: border-box;
    color: #00549d;
    margin-left: 1.6vw;
    margin-top: 1.6vw;
    /* max-width: 59vw;
    min-width: 37.6vw; */
    white-space: nowrap;
    overflow: hidden;
  }
  #main .select_btn a:hover {
    border-color: #0b549d;
    transform: scale(1.05);
  }
  .index-flex-container .item {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 164px;
  }
  .index-flex-container .item .page-name {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.8rem;
    margin-bottom: 6px;
    padding-left: 23px;
  }
  .index-flex-container .item:first-child .page-name {
    min-height: 11vw;
  }
  .index-flex-container .item:nth-child(4) .page-name {
    min-height: 15vw;
  }
  .index-flex-container .item:nth-child(5) .page-name {
    min-height: 5vw;
  }
  .index-flex-container .item:nth-child(8) .page-name {
    min-height: 19vw;
  }
  #main h3 {
    font-size: 7.04vw;
    padding-left: 3.2vw;
    margin: 2.13vw 0;
    line-height: 1.2;
    position: relative;
  }
  #main h3.title:before {
    width: 13.33vw;
    height: 0.6666vw;
    background: #00549d;
    margin-top: 7.36vw;
    margin-left: 3.733333vw;
  }
  #main h3:before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 0.8vw;
    top: 4%;
    height: 100%;
    background-color: #0b549d;
    border-radius: 0.4vw;
  }
  #main .factoring_attention p.red_large {
    font-size: 1.5rem;
    color: #ce0023;
  }
  #main .crime_explain_content {
    padding: 0 3.2vw;
  }
  #main .impersonal_attention p.red_large {
    font-size: 1.6rem;
    color: #ce0023;
  }
}
@media screen and (min-width: 751px) {
  #main h3 {
    font-size: 3.3rem;
    padding-left: 24px;
    margin: 1em 0;
    line-height: 1.2;
    position: relative;
  }
  #main .title h3:after {
    width: 96px;
    margin-top: 24px;
    content: "";
    display: block;
    width: 64px;
    height: 5px;
    border-radius: 30px;
    background: #00549d;
    margin-top: 16px;
  }
  #main h3:before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 6px;
    top: 4%;
    height: 100%;
    background-color: #0b549d;
    border-radius: 3px;
  }
  #main h3.title:before {
    width: 100px;
    height: 5px;
    background: #00549d;
    margin-top: 50px;
    margin-left: 28px;
  }
  #main .select_btn {
    margin: 32px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 0 50px;
  }
  #main .select_btn a {
    text-align: center;
    font-size: 1.5rem;
    display: inline-block;
    border: 2px solid #00549d;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    line-height: 1;
    transition: border-color 0.3s ease, transform 0.2s cubic-bezier(0.23, 1, 0.58, 1);
    margin-left: 9px;
    margin-top: 12px;
    box-sizing: border-box;
    color: #00549d;
    padding: 12px 16px;
    max-width: 255px;
    min-width: 252px;
    flex: 200px;
    white-space: nowrap;
    overflow: hidden;
  }
  #main .select_btn a.active {
    background-color: #0b549d;
    border-color: #0b549d;
    color: #fff;
  }
  #main .select_btn a:hover {
    border-color: #0b549d;
    transform: scale(1.05);
  }
  #main p {
    margin-bottom: 1em;
  }
  #main h3.impersonal_attention :before {
    content: none;
  }
  #main h3.impersonal_attention_ttl::before {
    content: none;
  }
  #main h3.lending_attention_ttl::before {
    content: none;
  }
  .index-flex-container .item {
    min-height: 350px;
  }
}
.select_btn a.active {
  background-color: #0b549d;
  border-color: #0b549d;
  color: #fff;
}

.item-inner {
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=page.css.map */</pre></body></html>