@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
@import url(/common/css/reset.css);
@import url(/common/css/style.v3.css?20220510);
@import url(/common/css/header.v2.css?20230718);
@import url(/common/css/footer.css?20221031);
@import url(/common/css/layout.v2.css?20221219);
@import url(/common/css/smph/layout.v2.css?20220106);
.font-size-40 {
  font-size: clamp(26px, 4vw, 40px);
}

.font-size-32 {
  font-size: clamp(24px, 3.2vw, 32px);
}

.font-size-30 {
  font-size: clamp(24px, 3vw, 30px);
}

.font-size-26 {
  font-size: clamp(22px, 2.6vw, 26px);
}

.font-size-22 {
  font-size: clamp(21px, 2.6vw, 22px);
}

.font-size-24 {
  font-size: clamp(20px, 2.4vw, 24px);
}

.font-size-20 {
  font-size: clamp(18px, 2vw, 20px);
}

.font-size-18 {
  font-size: clamp(16px, 1.8vw, 18px);
}

.font-size-16 {
  font-size: clamp(14px, 1.6vw, 16px);
}

.font-size-15 {
  font-size: clamp(14px, 1.5vw, 15px);
}

.font-size-12 {
  font-size: 12px;
}

body {
  overflow-x: hidden;
}

#main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  font-size: 16px;
}
#main p {
  margin-bottom: 1em;
  line-height: 1.75;
}
#main figure img {
  max-width: 100%;
  height: auto;
}
#main figure figure {
  display: inline-block;
}
#main img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
  word-wrap: break-word;
}

cite {
  font-size: 0.8125rem;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

#main {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  #main {
    max-width: 1024px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: clamp(20px, 4.0404040404vw, 40px);
}

.mt50 {
  margin-top: clamp(25px, 5.0505050505vw, 50px);
}

.mt60 {
  margin-top: clamp(30px, 6.0606060606vw, 60px);
}

.mt80 {
  margin-top: clamp(40px, 8.0808080808vw, 80px);
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: clamp(20px, 4.0404040404vw, 40px);
}

.ml10 {
  margin-left: 10px;
}

.pt60 {
  padding-top: clamp(30px, 6.0606060606vw, 60px);
}

.pb60 {
  padding-bottom: clamp(60px, 6.0606060606vw, 60px);
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pt40 {
  padding-top: clamp(20px, 4.0404040404vw, 40px);
}

.pt110 {
  padding-top: clamp(80px, 11.1111111111vw, 110px);
}

.pb10 {
  padding-bottom: 10px;
}

.pb50 {
  padding-bottom: clamp(40px, 5.0505050505vw, 50px);
}

.pb110 {
  padding-bottom: clamp(80px, 11.1111111111vw, 110px);
}

.font-size-14, .scroll-helper {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: clamp(17px, 1.8181818182vw, 18px);
}

.font-size-20 {
  font-size: clamp(18px, 2.0202020202vw, 20px);
}

.font-size-24 {
  font-size: clamp(21px, 2.4242424242vw, 24px);
}

.font-size-30 {
  font-size: clamp(26px, 3.0303030303vw, 30px);
}

.text-white {
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .sp_p10 {
    padding-left: 10px;
  }
}
.lineHeight-16 {
  line-height: 1.6;
}

.vertical-align-middle {
  vertical-align: middle;
}

#contents ol.note.mb0, #contents ul.note.mb0 {
  margin-bottom: 0;
}

ol.note-counter {
  counter-reset: listnum;
}

ol.note-counter li::before {
  counter-increment: listnum;
  content: "※" counter(listnum);
  margin-right: 0.5em;
}

.gap-12, #footer_banner ul {
  gap: 12px;
}

.col4, #footer_banner ul li {
  width: calc((100% - 24px) / 3);
}
@media screen and (max-width: 1023px) {
  .col4, #footer_banner ul li {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 767px) {
  .col4, #footer_banner ul li {
    width: 100%;
  }
}

@media screen and (max-width: 1010px) {
  .sp_pr20 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1010px) {
  .sp_pl20 {
    padding-left: 20px;
  }
}

.justify-content-center, #footer_banner ul {
  justify-content: center;
}

ul.sub_menu2 {
  display: block;
  padding-top: 2px;
  position: relative;
  background: #0B61B7;
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  ul.sub_menu2 {
    display: none;
  }
}
ul.sub_menu2 li {
  display: inline-block;
  min-height: 35px;
  padding-left: 8px;
  padding-right: 5px;
}

ul.sub_menu2 li:nth-last-of-type(1) a {
  display: inline-block;
  color: #FFF;
  line-height: 30px;
  text-indent: 25px;
  background: url(/bs/common/images/visual/vicon_contact_dll.png) no-repeat -2px 5px;
}

ul.sub_menu2 li:nth-last-of-type(2) a {
  display: inline-block;
  color: #FFF;
  line-height: 30px;
  text-indent: 27px;
  background: url(/bs/common/images/visual/vicon_trial_dll.png) no-repeat 0 5px;
}

ul.sub_menu2 li:nth-last-of-type(3) a {
  display: inline-block;
  color: #FFF;
  line-height: 30px;
  text-indent: 25px;
  background: url(/bs/common/images/visual/vicon_dll.png) no-repeat -2px 5px;
}

ul.sub_menu2 li:nth-last-of-type(4) a, ul.sub_menu2 li.ebook a {
  display: inline-block;
  color: #FFF;
  line-height: 30px;
  text-indent: 25px;
  background: url(/bs/common/images/visual/vicon_ebook.png) no-repeat -2px 5px;
}

ul.sub_menu2 li a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.event {
  display: none;
}

#footer_banner {
  display: block !important;
  background-color: #ebf0f0;
  text-align: center;
}
#footer_banner ul {
  max-width: 1030px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
#footer_banner ul li {
  background: none;
}
#footer_banner ul li img {
  width: 100%;
  height: auto;
}

#footer_banner ul {
  overflow: hidden;
}
#footer_banner img {
  max-width: 100%;
}

.main-visual h1 {
  max-width: 990px;
}
.main-visual h1 img {
  max-width: 100%;
}
@media screen and (min-width: 1801px) {
  .main-visual {
    width: 100vw;
    height: 31.1111111111vw;
    background: url(/bs/z-filter/common/images/mv_z-filter-pc.webp) no-repeat top center/contain;
  }
  .main-visual h1 {
    margin: 0 auto !important;
    text-align: left;
    padding: 5.5555555556vw 0 0 1.1111111111vw !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1800px) {
  .main-visual {
    width: 100vw;
    height: 560px;
    background: url(/bs/z-filter/common/images/mv_z-filter-pc.webp) no-repeat top center/auto 560px;
  }
  .main-visual h1 {
    margin: 0 auto !important;
    text-align: left;
    padding: 100px 0 0 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .main-visual {
    height: 56.5656565657vw;
    background: url(/bs/z-filter/common/images/mv_z-filter-pc.webp) no-repeat top center/auto 56.5656565657vw;
  }
  .main-visual h1 {
    margin: 0 auto !important;
    text-align: left;
    padding: 10.101010101vw 0 0 2.0202020202vw !important;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    width: 100vw;
    height: 148.7179487179vw;
    background: url(/bs/z-filter/common/images/mv_z-filter-sp.webp) no-repeat top center/contain;
  }
  .main-visual h1 {
    margin: 0 auto !important;
    text-align: center;
    padding: 12.0512820513vw 0 0 0 !important;
  }
  .main-visual h1 img {
    width: 71.7948717949vw;
  }
}

.headline-2 {
  background: linear-gradient(to right, var(--color-main-blue) 0%, var(--color-main-blue) 24px, #b5cfe9 24px, #b5cfe9 100%) transparent no-repeat bottom left/88px 4px;
}

.headline-3 {
  padding: 10px 22px;
  background: linear-gradient(to right, var(--color-main-blue) 0%, var(--color-main-blue) 16px, #b5cfe9 16px, #b5cfe9 100%) #f2f2f2 no-repeat top left/32px 4px;
}

.headline-4 {
  padding: 0 0 8px 0;
  background: linear-gradient(to right, var(--color-main-blue) 0%, var(--color-main-blue) 32px, #dedede 32px, #dedede 100%) transparent no-repeat bottom left/100% 2px;
}

.security_function_list a {
  line-height: 1.5;
  display: block;
  border-radius: 4px;
  padding: 15px 16px 15px 58px;
  color: #212121;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g id="b"><circle id="c" cx="15" cy="15" r="15" style="fill:%23fff;"/><path d="M11,13.5l4,4,4-4" style="fill:none; stroke:%230b61b7; stroke-width:2px;"/></g></svg>') #E2E4E6 no-repeat center left 16px/30px 30px;
}
.security_function_list a span {
  display: block;
}
.security_function_list a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.security-issues {
  padding-top: clamp(45px, 8.7890625vw, 90px);
  padding-bottom: clamp(45px, 8.7890625vw, 90px);
  background: linear-gradient(to bottom, #F9FBFC, #ffffff 23%);
}
.security-issues .col12 {
  max-width: 1030px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.security-issues-list {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-height: 390px;
  height: 39.3939393939vw;
  margin-right: auto;
  margin-left: auto;
  background: url(/bs/z-filter/common/images/security-issues-list_pc.webp) no-repeat top center/contain;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .security-issues-list {
    width: 100%;
    max-height: inherit;
    height: auto;
    aspect-ratio: 780/684;
    background: url(/bs/z-filter/common/images/security-issues-list_sp.webp) no-repeat top center/contain;
  }
}

.security-solution {
  background: url(/bs/z-filter/common/images/ico-arrow.svg) no-repeat top center/auto auto, linear-gradient(135deg, #0164BC, #02B7FF) no-repeat top 1px center/auto auto;
}
@media screen and (max-width: 767px) {
  .security-solution {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.security-solution-list {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 929px;
  margin-right: auto;
  margin-left: auto;
  background: url(/bs/z-filter/common/images/security-solution-list_pc.webp) no-repeat top center/contain;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .security-solution-list {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    height: auto;
    aspect-ratio: 990/929;
    background: url(/bs/z-filter/common/images/security-solution-list_pc.webp) no-repeat top center/contain;
  }
}
@media screen and (max-width: 767px) {
  .security-solution-list {
    width: 100%;
    height: auto;
    aspect-ratio: 780/2828;
    background: url(/bs/z-filter/common/images/security-solution-list_sp.webp) no-repeat top left/contain;
  }
}

.security_function .col12 {
  max-width: 1030px;
  margin: 0 auto;
  padding: 20px;
}

.z-filter-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-filter-price .d-flex figure {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .z-filter-price .d-flex figure {
    flex-flow: column;
  }
}
.z-filter-price .d-flex figure img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .z-filter-price .d-flex figure figcaption {
    text-align: left;
  }
}
@media screen and (min-width: 1800px) {
  .z-filter-price {
    width: 100vw;
    height: 202px;
    background: url(/bs/z-filter/common/images/z-filter-price_bg_pc.webp) no-repeat top center/100% auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1799px) {
  .z-filter-price {
    width: 100%;
    height: 11.2222222222vw;
    padding: 20px;
    background: url(/bs/z-filter/common/images/z-filter-price_bg_pc.webp) no-repeat top center/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .z-filter-price {
    width: 100%;
    height: 66.6666666667vw;
    padding: 20px;
    background: url(/bs/z-filter/common/images/z-filter-price_bg_sp.webp) no-repeat top center/contain;
  }
}

.scroll-helper {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll-helper {
    display: block;
    margin-left: 10px;
    padding-left: 45px;
    margin-bottom: 4px;
    min-height: 24px;
    background: url(/common/images/icon/ico-scroll.svg) no-repeat top left/42px 24px;
  }
}

.table-wrap {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}
.table-wrap * {
  box-sizing: border-box;
}
@media screen and (max-width: 1030px) {
  .table-wrap table {
    min-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .table-wrap {
    width: auto;
    overflow: auto;
    white-space: nowrap;
  }
  .table-wrap table {
    min-width: 767px;
  }
}

.z-filter-plan {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
.z-filter-plan table {
  border: none;
}
.z-filter-plan table thead th {
  background-color: #4B647B;
  vertical-align: middle;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.5;
  border: 1px solid #ffffff;
  border-right: none;
  padding: 13px 10px;
}
.z-filter-plan table thead th .additional-note {
  display: block;
  margin-top: 2px;
}
.z-filter-plan table thead th:first-child {
  border-left: none;
}
.z-filter-plan table thead th:last-child {
  border-right: none;
}
.z-filter-plan table thead .price {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 4px;
  color: #4B647B;
}
.z-filter-plan table tbody th {
  padding: 13px 10px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #cfd6d8;
  border-left: 1px solid #cfd6d8;
  font-size: clamp(14px, 1.5vw, 15px);
}
.z-filter-plan table tbody td {
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #cfd6d8;
  border-left: 1px solid #cfd6d8;
}
.z-filter-plan table tbody td:last-child {
  border-right: 1px solid #cfd6d8;
}
.z-filter-plan table tbody tr:nth-child(odd) th, .z-filter-plan table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.z-filter-plan table tbody tr:nth-child(even) th, .z-filter-plan table tbody tr:nth-child(even) td {
  background: #f8f9f9;
}

table.radius-table {
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
}
table.radius-table thead tr:first-child > th:first-child {
  border-radius: 4px 0 0 0;
}
table.radius-table thead tr:first-child > th:last-child {
  border-radius: 0 4px 0 0;
}
table.radius-table tbody tr:last-child > th:first-child {
  border-radius: 0 0 0 4px;
}
table.radius-table tbody tr:last-child > td:last-child {
  border-radius: 0 0 4px 0;
}

.contact {
  background: #dfe9f4;
  text-align: center;
}
.contact .contact h2 {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 10px 0;
  text-align: center;
  line-height: 1.6em;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0b61b7;
}
.contact .d-flex {
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .contact .d-flex {
    gap: 4%;
  }
  .contact .d-flex li {
    width: 48%;
    max-width: 232px;
  }
  .contact .d-flex li img {
    max-width: 100%;
  }
}