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

/*=== メインエリア ===*/
.main {
  padding-bottom: 50px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.main-inner {
  margin: 0 auto 50px;
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.main-ttl {
  padding: 0 calc(70px + 35px);
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 5px;
}
.main-ttl span {
  display: inline-block;
  position: relative;
}
.main-ttl span::before,
.main-ttl span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 8px;
  background-color: #000;
  transform: translateY(-50%);
}
.main-ttl span::before {
  left: calc(100% + 35px);
}
.main-ttl span::after {
  right: calc(100% + 35px);
}


/*=== メインビジュアル ===*/
.mainvisual {
  background-color: #f7f7f7;
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}


/*=== 導入部分 ===*/
.intro .main-section {
  max-width: 980px;
  padding-top: 10px;
  text-align: center;
}
.intro-thumb {
  padding: 0 20px;
}
.intro-lead {
  margin-top: 70px;
  color: #d90000;
  font-size: 34px;
  letter-spacing: 5px;
}
.intro-line {
  padding: 10px 0;
  background: linear-gradient(transparent 40%, #f7cbcb 40%, #f7cbcb 100%, transparent 100%);
}
.intro-lead .type-em {
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .intro-lead {
    font-size: 28px;
  }
  .intro-lead .type-em {
    font-size: 33px;
  }
}
.intro-logo {
  margin-top: 80px;
}
.intro-txt {
  margin-top: 85px;
  font-size: 22px;
  text-align: left;
}


/*=== 家族を守る ===*/
.summary .main-section {
  max-width: 980px;
}
.summary-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 10px;
  background-color: #f7f7f7;
}
.summary-icon {
  flex-shrink: 0;
  margin-right: 60px;
}
.summary-ttl {
  font-weight: bold;
  font-size: 55px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .summary-ttl {
    font-size: 50px;
  }
}
.summary-cont {
  background: url(../images/summary_bg_001.png) no-repeat top 25px center / 95% auto;
}
.summary-txt {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 2.7;
  text-shadow: 1px 1px 1px #fff,
               -1px 1px 1px #fff,
               1px -1px 1px #fff,
               -1px -1px 1px #fff,
               1px 0 1px #fff,
               0 1px 1px #fff,
               -1px 0 1px #fff,
               0 -1px 1px #fff;
}


/*=== フィッシングサイトの検知イメージ ===*/
.about .main-section {
  max-width: 980px;
}


/*=== 主な特長 ===*/
.feature-list {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.feature-item {
  width: calc((100% - (50px * 3)) / 4);
}
.feature-cont {
  margin-top: 25px;
}
.feature-lead {
  min-height: 77px;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}
.feature-txt {
  margin-top: 15px;
  font-size: 22px;
}


/*=== 特許と第三者評価 ===*/
.patent .main-section {
  max-width: 980px;
  padding-bottom: 110px;
}
.patent-column {
  display: flex;
  margin-top: 70px;
}
.patent-column + .patent-column {
  margin-top: 120px;
}
.patent-thumb {
  flex-shrink: 0;
  max-width: 350px;
  margin-right: 80px;
}
.patent-subttl {
  padding-left: 20px;
  border-left: 7px solid #000;
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
}
.patent-txt {
  margin-top: 40px;
  font-size: 22px;
}


/*=== 対策 ===*/
.detail {
  background-color: #f7f6f6;
}
.detail .main-section {
  position: relative;
  padding-top: 20px;
  z-index: 1;
}
.detail .main-section::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 690px;
  height: 130px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: -1;
  transform: translateX(-50%);
}
.detail-ttl {
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
}
.detail-ttl .type-em {
  font-size: 36px;
}
.detail-head {
  margin-top: 70px;
  padding: 40px 10px 30px;
  text-align: center;
  background-color: #fcffc5;
}
.detail-main {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
}
.detail-main .type-highlight {
  color: #d90000;
}
.detail-main sup {
  font-size: 25px;
}
.detail-note {
  margin-top: 20px;
  color: #d90000;
  font-size: 18px;
}
.detail-note span {
  border-bottom: 1px solid #d90000;
}
.detail-inner {
  background-color: #fff;
  padding: 50px 10px 60px;
}
.detail-column {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.detail-cont {
  margin-right: 60px;
}
.detail-lead {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.4;
}
.detail-txt {
  margin-top: 20px;
  font-size: 18px;
}
.detail-thumb {
  flex-shrink: 0;
}



/*=== フッターコンテンツ ===*/
.footcontents {
  padding: 70px 0 80px;
  background-color: #252c7c;
}
.footcontents-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footcontents-sec {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.footcontents-sec:not(:first-child) {
  margin-top: 40px;
}
.footcontents-ttl {
  padding: 18px 10px;
  color: #252c7c;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  background-color: #efeff8;
}


/*=== おすすめ ===*/
.recommend {
  padding: 25px 10px 30px;
  line-height: 1.4;
}
.recommend-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend-balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 103px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background-color: #c9020a;
  border-radius: 50%;
}
.recommend-ttl {
  width: calc(100% - 103px - 10px);
  max-width: 670px;
  color: #252c7c;
  font-weight: bold;
  font-size: 38px;
}
.recommend-list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.recommend-item {
  width: 100%;
  max-width: 107px;
  margin: 0 5px;
  padding: 5px 0 7px;
  color: #252c7c;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  background-color: #efeff8;
  border-radius: 20px;
}
.recommend-price {
  max-width: 404px;
  margin: 20px auto 0;
}
.recommend-btn {
  position: relative;
  max-width: 900px;
  margin: 12px auto 0;
}
.recommend-btn a {
  display: block;
  padding: 18px 10px 20px;
  color: #232b35;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  background-color: #fff100;
  border-radius: 5px;
  box-shadow: 0 6px 0 #a59c00;
  transition: 0.1s;
}
.recommend-btn a:visited {
  color: #232b35;
}
.recommend-btn a:hover {
  text-decoration: none;
  background-color: #ede000;
}
.recommend-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #232b35;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.recommend-note {
  margin-top: 17px;
  padding-left: 1em;
  font-size: 16px;
  text-align: center;
  text-indent: -1em;
}
.recommend-note + .recommend-note {
  margin-top: 5px;
}
.recommend-notice {
  max-width: 900px;
  margin: 15px auto 0;
  padding: 20px 40px 20px 55px;
  background-color: #fefcd9;
}
.recommend-notice_lead {
  position: relative;
  padding: 0 0 5px 5px;
  border-bottom: 2px dashed #c3bc00;
  font-weight: bold;
  font-size: 20px;
}
.recommend-notice_lead::before {
  content: "！";
  position: absolute;
  top: 0;
  left: -34px;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  background-color: #c3bc00;
  border-radius: 50%;
}
.recommend-notice_txt {
  margin-top: 12px;
  padding-left: 5px;
}


/*=== お問い合わせ ===*/
.inquiry {
  padding: 25px 10px 30px;
  text-align: center;
}
.inquiry-ttl {
  font-weight: bold;
  font-size: 22px;
}
.inquiry-number {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 30px 4px;
  font-weight: bold;
  font-size: 20px;
  background-color: #efeff8;
}
.inquiry-detail {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.4;
}


@media screen and (max-width: 768px) {
  .main {
    padding: 0 0 55px;
  }
  .main-inner {
    margin: 0 auto 40px;
  }
  .main-section {
    max-width: 100%;
    padding: 35px 10px;
  }
  .main-ttl {
    padding: 0 calc(35px + 15px);
    font-size: 24px;
  }
  .main-ttl span::before,
  .main-ttl span::after {
    width: 35px;
    height: 3px;
  }
  .main-ttl span::before {
    left: calc(100% + 15px);
  }
  .main-ttl span::after {
    right: calc(100% + 15px);
  }
  /*=== メインビジュアル ===*/
  .mainvisual-main {
    max-width: 550px;
    padding: 0;
  }
  /*=== 導入部分 ===*/
  .intro-thumb {
    max-width: 550px;
    margin: 0 auto;
    padding: 0;
  }
  .intro-lead {
    margin-top: 30px;
    font-size: 20px;
  }
  .intro-line {
    padding: 0;
  }
  .intro-lead .type-em {
    font-size: 24px;
  }
  .intro-logo {
    max-width: 500px;
    margin: 40px auto 0;
  }
  .intro-txt {
    margin-top: 40px;
    font-size: 16px;
  }
  /*=== 家族を守る ===*/
  .summary-icon {
    max-width: 55px;
    margin-right: 20px;
  }
  .summary-ttl {
    font-size: 24px;
  }
  .summary-cont {
    padding-top: 10px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .summary-txt {
    font-size: 18px;
    line-height: 2.2;
  }
  /*=== フィッシングサイトの検知イメージ ===*/
  .about-thumb {
    max-width: 550px;
    margin: 0 auto;
  }
  /*=== 主な特長 ===*/
  .feature-list {
    display: block;
    max-width: 550px;
    margin: 40px auto 0;
  }
  .feature-item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .feature-item:not(:first-child) {
    margin-top: 30px;
  }
  .feature-point {
    flex-shrink: 0;
    max-width: 120px;
    margin-right: 20px;
  }
  .feature-cont {
    margin-top: 0;
  }
  .feature-lead {
    min-height: auto;
    font-size: 20px;
    text-align: left;
  }
  .feature-txt {
    font-size: 16px;
  }
  /*=== 特許と第三者評価 ===*/
  .patent .main-section {
    padding-bottom: 60px;
  }
  .patent-column {
    display: block;
    position: relative;
    max-width: 550px;
    margin: 40px auto 0;
  }
  .patent-column + .patent-column {
    margin-top: 60px;
  }
  .patent-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    margin: 0;
    overflow: hidden;
  }
  .patent-subttl {
    display: flex;
    align-items: center;
    width: calc(100% - 120px - 20px);
    min-height: 120px;
    margin-left: auto;
    padding-left: 0;
    border-left: none;
    font-size: 20px;
    text-align: left;
  }
  .patent-subttl span {
    padding-left: 15px;
    border-left: 3px solid #000;
  }
  .patent-txt {
    margin-top: 20px;
    font-size: 16px;
  }
  /*=== 対策 ===*/
  .detail .main-section::before {
    width: 550px;
    height: 90px;
  }
  .detail-ttl {
    font-size: 18px;
  }
  .detail-ttl .type-em {
    font-size: 22px;
  }
  .detail-head {
    margin-top: 40px;
    padding: 20px 10px;
  }
  .detail-main {
    font-size: 18px;
  }
  .detail-main sup {
    font-size: 16px;
  }
  .detail-note {
    margin-top: 15px;
    font-size: 14px;
  }
  .detail-inner {
    padding: 30px 10px 40px;
  }
  .detail-column {
    display: block;
  }
  .detail-cont {
    margin-right: 0;
  }
  .detail-lead {
    font-size: 18px;
  }
  .detail-txt {
    margin-top: 20px;
    font-size: 14px;
  }
  .detail-thumb {
    margin-top: 30px;
    text-align: center;
  }
  /*=== フッターコンテンツ ===*/
  .footcontents {
    padding: 40px 0;
  }
  .footcontents-inner {
    padding: 0 10px;
  }
  .footcontents-sec:not(:first-child) {
    margin-top: 20px;
  }
  .footcontents-ttl {
    padding: 14px 10px;
    font-size: 14px;
  }
  /*=== おすすめ ===*/
  .recommend {
    padding: 15px 10px 30px;
  }
  .recommend-balloon {
    width: 64px;
    height: 64px;
    font-size: 10.5px;
    line-height: 1.5;
  }
  .recommend-ttl {
    width: calc(100% - 64px - 10px);
    max-width: 320px;
    font-size: 18px;
  }
  .recommend-list {
    margin-top: 12px;
  }
  .recommend-item {
    max-width: 80px;
    margin: 0 2px;
    padding: 4px 0 3px;
    font-size: 13px;
  }
  .recommend-price {
    max-width: 244px;
  }
  .recommend-btn {
    margin-top: 15px;
  }
  .recommend-btn a {
    padding: 12px 10px 10px;
    font-size: 18px;
    box-shadow: 0 4px 0 #a59c00;
  }
  .recommend-btn a::after {
    right: 15px;
    width: 11px;
    height: 14px;
  }
  .recommend-note {
    margin-top: 12px;
    font-size: 13px;
  }
  .recommend-note + .recommend-note {
    margin-top: 2px;
  }
  .recommend-notice {
    max-width: 100%;
    padding: 18px 10px 15px;
  }
  .recommend-notice_lead {
    padding: 0 0 10px 32px;
    border-width: 1px;
    font-size: 13px;
  }
  .recommend-notice_lead::before {
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
  .recommend-notice_txt {
    margin-top: 15px;
    padding-left: 20px;
    font-size: 11px;
    line-height: 1.7;
  }
  /*=== お問い合わせ ===*/
  .inquiry {
    padding: 18px 10px 25px;
  }
  .inquiry-ttl {
    font-size: 13px;
  }
  .inquiry-number {
    margin-top: 15px;
    padding: 5px 10px 2px;
    font-size: 16px;
  }
  .inquiry-detail {
    margin-top: 8px;
    font-size: 12px;
  }
  .inquiry-txt:not(:first-child) {
    margin-top: 10px;
  }
}
</pre></body></html>