<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*=== グローバルナビ ===*/
.gnav {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #fff;
  background-color: #252c7c;
  z-index: 100;
}
.gnav.is-fixed {
  position: fixed;
  top: 0;
}
.gnav-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.gnav-list {
  display: flex;
  width: 100%;
}
.gnav-item {
  width: 100%;
  max-width: 220px;
}
a.gnav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
}
a.gnav-link:visited {
  color: #fff;
}
a.gnav-link:hover {
  text-decoration: none;
  background-color: #666ba3;
}
.gnav-transition {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
}
a.gnav-btn {
  position: relative;
  width: 100%;
  padding: 9px 10px 7px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #db0606;
  border-radius: 8px;
}
a.gnav-btn::after {
  content: "";
  position: relative;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border: 7px solid transparent;
  border-left: 12px solid #fff;
}
a.gnav-btn:visited {
  color: #fff;
}
a.gnav-btn:hover {
  text-decoration: none;
  background-color: #bf0a0a;
  transition: 0.15s;
}


/*=== メインエリア ===*/
.main-inner {
  background-color: #fff;
}
.main-cont:nth-child(2n) {
  background: url("../images/sec_bg_001.jpg") repeat;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 90px;
}
.main-ttl {
  color: #252c7c;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
}
.main-ttl &gt; span {
  display: inline-block;
  border-bottom: 2px solid #252c7c;
}
.main-subsec {
  max-width: 1000px;
  margin: 50px auto 0;
}
.main-subttl {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.main-subttl::before {
  content: "！";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  background-color: #222;
  border-radius: 50%;
}
.main-subttl span {
  color: #c0020a;
}
.main-column {
  display: flex;
  max-width: 1000px;
  margin: 50px auto 0;
}
.main-thumb {
  margin-top: 40px;
  text-align: center;
}
.main-txt {
  font-size: 20px;
}
.main-txt + .main-txt {
  margin-top: 10px;
}
.main-txt span {
  font-weight: bold;
}
.main-note {
  font-size: 13px;
}


/*=== ご購入はこちら ===*/
.purchase {
  margin-top: 45px;
}
a.purchase-btn {
  display: block;
  position: relative;
  max-width: 530px;
  margin: 0 auto;
  padding: 28px 50px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  background-color: #db0606;
  border-radius: 8px;
  box-shadow: 0 4px 6px #ff8d8d;
  transition: 0.1s;
}
a.purchase-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -25px;
  left: -50px;
  width: 148px;
  height: 88px;
  background: url("../images/reco_ic_001.png") no-repeat 0 / 100% auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
a.purchase-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 19px;
  height: 35px;
  background: url("../images/arrow_ic_001.png") no-repeat 0 / 100% auto;
  transform: translateY(-50%);
}
a.purchase-btn:visited {
  color: #fff;
}
a.purchase-btn:hover {
  text-decoration: none;
  background-color: #bf0a0a;
}
.purchase-note {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 14px;
  text-align: center;
  text-indent: -1em;
}
.purchase-note + .purchase-note {
  margin-top: 0;
}


/*=== ネット詐欺対策ソフトとは？ ===*/
.intro .main-section {
  padding: 50px 20px 65px;
}
.intro-column {
  position: relative;
  min-height: 250px;
}
.intro .main-ttl {
  width: calc(100% - 420px - 50px);
  margin-left: auto;
  font-size: 34px;
}
.intro-thumb {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 420px;
}
.intro-txt {
  width: calc(100% - 420px - 50px);
  margin-top: 25px;
  margin-left: auto;
  font-size: 18px;
}
.intro-lead {
  margin-top: 50px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}


/*=== 検知率 ===*/
.rate-thumb {
  flex-shrink: 0;
  margin-left: 30px;
}


/*=== 検知 ===*/
.detection .main-subttl {
  padding-left: 0;
  text-align: center;
}
.detection .main-subttl::before {
  content: none;
}
.detection .main-thumb {
  margin-top: 15px;
}
.detection .main-txt {
  margin-top: 30px;
}


/*=== 2つのソフト ===*/
.appeal {
  background-color: #2f368e;
}
.appeal .main-section {
  max-width: 100%;
  padding: 0;
}
.appeal-ttl {
  position: relative;
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  line-height: 1.6;
  background-color: #db0606;
}
.appeal-ttl::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: #db0606 transparent transparent transparent;
  border-width: 24px 10px 0 10px;
}
.appeal .main-subsec {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px 100px;
  text-align: center;
}
.appeal-subttl {
  display: inline;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
/*=== soft ===*/
.soft {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 35px auto 0;
}
.soft-bg {
  padding: 15px;
}
.soft-bg.pattern-sagiwall {
  background: linear-gradient(to bottom, #fdcf37, #eb7d04);
  box-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
}
.soft-item {
  max-width: 320px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
}
.pattern-sagiwall .soft-item {
  background-color: #eaeaea;
  box-shadow: none;
}
.soft-detail {
  padding: 5px 22px 20px;
}
.soft-txt {
  margin-top: 10px;
  text-align: left;
}
.soft-plus {
  display: flex;
  align-items: center;
  margin-left: 15px;
  color: #fff;
  font-size: 70px;
  text-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
}


/*=== お客様へ ===*/
.customers {
  margin-top: 80px;
}
.customers-ttl {
  position: relative;
  margin: 0 6%;
  z-index: 1;
}
.customers-balloon {
  display: block;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 17px 10px 12px;
  color: #252c7c;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  background-color: #fff442;
  border-radius: 50px;
}
.customers-balloon::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: #fff442 transparent transparent transparent;
  border-width: 18px 15px 0 15px;
}
.customers-balloon span {
  margin-right: 4px;
  color: #db0606;
}
.customers-balloon span.dots {
  display: inline;
  position: relative;
  top: -2px;
  padding: .2em 0 0;
  color: #db0606;
  background-image: radial-gradient(circle at center, #db0606 18%, transparent 18%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
}
.customers-cont {
  margin-top: -30px;
  padding: 60px 20px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
}
.customers-txt {
  font-size: 20px;
}
.customers-txt span {
  font-weight: bold;
}
.customers-txt .type-label {
  margin: 0 6px;
  padding: 2px 12px 0;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.07rem;
  background-color: #f93c3c;
}
.customers-thumb {
  margin-top: 30px;
}


/*=== よくあるご質問 ===*/
.faq.main-cont {
  background: #fff;
}
.faq .main-ttl {
  color: #232b35;
  padding-left: 20px;
  border-bottom: 2px solid #0897a8;
  font-weight: normal;
  font-size: 26px;
}
.faq-item {
  margin-top: 35px;
}
.faq-question,
.faq-answer {
  display: flex;
  justify-content: space-between;
}
.faq-answer {
  margin-top: 30px;
}
.faq-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  background-color: #419ac3;
}
.faq-answer .faq-icon {
  background-color: #c35341;
}
.faq-question_cont {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
  background-color: #f2f8fb;
}
.faq-answer_cont {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
  background-color: #fcf6f5;
}
.faq-answer_cont a:hover {
  text-decoration: none;
  opacity: 0.8;
}


/*=== 詐欺ウォール フッター ===*/
.inquiry {
  border-top: 1px solid #efefef;
  background-color: #fff;
}
.inquiry-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.inquiry-logo {
  width: 90px;
}
.inquiry-list {
  display: flex;
  color: #252c7c;
  font-size: 13px;
}
.inquiry-item {
  padding-left: 20px;
}
.inquiry-item a {
  text-decoration: none;
}
.inquiry-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}


@media only screen and (max-width: 768px) {
  /*=== グローバルナビ ===*/
  .gnav {
    height: 87px;
  }
  .gnav.is-fixed {
    position: static;
  }
  .gnav.is-fixed + * {
    margin-top: 0 !important;
  }
  .gnav-inner {
    padding: 0;
  }
  a.gnav-link {
    justify-content: center;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
  }
  .gnav-transition {
    width: calc((100% + 20px) / 4);
    min-width: 85px;
    margin-right: 10px;
  }
  a.gnav-btn {
    padding: 8px 12px 8px 5px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 4px;
  }
  a.gnav-btn::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 2px;
    display: block;
    margin-left: 0;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
    transform: translateY(-50%);
  }
  /*=== メインエリア ===*/
  .main-cont:nth-child(2n) {
    background-size: 25% auto;
  }
  .main-section {
    padding: 35px 10px;
  }
  .main-ttl {
    font-size: 26px;
    line-height: 1.4;
  }
  .main-ttl &gt; span {
    display: block;
  }
  .main-subsec {
    margin-top: 15px;
  }
  .main-subttl {
    font-size: 20px;
  }
  .main-subttl::before {
    top: 1px;
    left: 4px;
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
  .main-subttl span {
    color: #c0020a;
  }
  .main-column {
    display: block;
    margin-top: 15px;
  }
  .main-thumb {
    max-width: 550px;
    margin: 20px auto 0;
  }
  .main-txt {
    font-size: 14px;
  }
  /*=== ご購入はこちら ===*/
  .purchase {
    margin-top: 25px;
  }
  a.purchase-btn {
    padding: 21px 50px 18px;
    font-size: 18px;
  }
  a.purchase-btn::before {
    top: -18px;
    left: -26px;
    width: 110px;
    height: 65px;
  }
  a.purchase-btn::after {
    width: 10px;
  }
  .purchase-note {
    margin-top: 15px;
    font-size: 13px;
    text-align: left;
  }
  /*=== ネット詐欺対策ソフトとは？ ===*/
  .intro .main-section {
    padding: 35px 10px;
  }
  .intro .main-ttl {
    width: 100%;
    font-size: 24px;
  }
  .intro-thumb {
    position: relative;
    margin: 20px auto 0;
  }
  .intro-txt {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  .intro-lead {
    margin-top: 30px;
    font-size: 16px;
  }
  /*=== 検知率 ===*/
  .rate-thumb {
    margin: 20px 0 0;
    text-align: center;
  }
  /*=== 検知 ===*/
  .detection .main-subttl {
    max-width: 550px;
    margin: 0 auto;
  }
  .detection .main-txt {
    margin-top: 20px;
  }
  /*=== 2つのソフト ===*/
  .appeal-ttl {
    padding: 25px 10px 20px;
    font-size: 23px;
    line-height: 1.4;
  }
  .appeal-ttl::after {
    bottom: -15px;
    border-width: 15px 15px 0 15px;
  }
  .appeal .main-subsec {
    padding: 30px 10px 35px;
  }
  .appeal-subttl {
    font-size: 18px;
  }
  /*=== soft ===*/
  .soft {
    justify-content: center;
    margin-top: 20px;
  }
  .soft-bg {
    padding: 7px;
  }
  .soft-bg.pattern-sagiwall {
    box-shadow: none;
  }
  .soft-item {
    box-shadow: none;
  }
  .soft-detail {
    padding: 5px 10px 20px;
  }
  .soft-txt {
    margin-top: 10px;
  }
  .soft-plus {
    margin-left: 0;
    margin-right: -5px;
    font-size: 24px;
    box-shadow: none;
  }


  /*=== お客様へ ===*/
  .customers {
    margin-top: 32px;
  }
  .customers-ttl {
    margin: 0;
  }
  .customers-balloon {
    padding: 14px 20px 10px;
    font-size: 20px;
  }
  .customers-balloon::after {
    bottom: -14px;
    border-width: 14px 11px 0 11px;
  }
  .customers-balloon span.dots {
    top: -1px;
    padding: 0.05em 0 0;
  }
  .customers-cont {
    margin-top: -15px;
    padding: 40px 10px 20px;
    border-radius: 8px;
  }
  .customers-txt {
    font-size: 14px;
    text-align: left;
  }
  .customers-txt .type-label {
    font-size: 17px;
  }
  .customers-thumb {
    max-width: 550px;
    margin: 25px auto 0;
  }


  /*=== よくあるご質問 ===*/
  .faq.main-cont {
    background: #fff;
  }
  .faq .main-ttl {
    color: #232b35;
    padding-left: 20px;
    border-bottom: 2px solid #0897a8;
    font-weight: normal;
    font-size: 26px;
  }
  .faq-item {
    margin-top: 35px;
  }
  .faq-question,
  .faq-answer {
    display: flex;
    justify-content: space-between;
  }
  .faq-answer {
    margin-top: 30px;
  }
  .faq-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    background-color: #419ac3;
  }
  .faq-answer .faq-icon {
    background-color: #c35341;
  }
  .faq-question_cont {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    background-color: #f2f8fb;
  }
  .faq-answer_cont {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    background-color: #fcf6f5;
  }
  .faq-answer_cont a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  /*=== よくあるご質問 ===*/
  .faq .main-ttl {
    padding-left: 0;
    border-width: 1px;
    font-size: 18px;
  }
  .faq-item {
    margin-top: 20px;
  }
  .faq-answer {
    margin-top: 10px;
  }
  .faq-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .faq-question_cont {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .faq-answer_cont {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .faq-answer_cont a {
    word-break: break-all;
  }
  /*=== 詐欺ウォール フッター ===*/
  .inquiry-inner {
    display: block;
    padding: 35px 10px;
    text-align: center;
  }
  .inquiry-logo {
    margin: 0 auto;
  }
  .inquiry-list {
    display: block;
    margin-top: 25px;
  }
  .inquiry-item {
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
  }
}</pre></body></html>