@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 {
  /* padding: 50px 0; */
}
.main-inner {
  margin: 0 auto;
  /* margin: 50px auto; */
  background-color: #fff;
}
.main-ttl {
  display: inline-block;
  color: #252c7c;
  border-bottom: 2px solid #252c7c;
  font-weight: bold;
  font-size: 40px;
}
.main-cont:nth-child(3n) {
  background: url(../images/sw-bg01.jpg) repeat;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 90px;
}
.main-subsec {
  margin-top: 30px;
}
.main-subsec + .main-subsec {
  margin-top: 80px;
}
.main-subttl {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  padding-left: 35px;
  position: relative;
}
.main-subttl::before {
  content: "！";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  background-color: #222;
  border-radius: 50%;
}
.main-subttl strong {
  /*border-bottom: 4px solid #c0020a;*/
  color: #c0020a;
}


/*=== メインビジュアル ===*/
.mainvisual {
  background: url(../images/sw-bg01.jpg) repeat;
}
.mainvisual-main {
  position: relative;
  padding: 0 10px;
  text-align: center;
}
.mainvisual-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background-color: #db0606;
}
.mainvisual-main img {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1016px) {
  .mainvisual-main::before {
    height: 6.594vw;
  }
}


/*=== お客様へ ===*/
.customers {
  background-color: #252c7c;
}
.customers-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 50px;
}
.customers-sec + .customers-sec {
  margin-top: 30px;
}
.customers-ttl {
  position: relative;
  margin: 0 6%;
  z-index: 1;
}
.customers-ttl span {
  position: relative;
  display: block;
  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-ttl span::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-ttl strong {
  color: #db0606;
  margin-right: 8px;
}
.customers-ttl strong .dots {
  background-image: radial-gradient(circle at center, #db0606 18%, transparent 18%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .2em;
}
.customers-cont {
  margin-top: -30px;
  padding: 60px 20px 20px;
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
}
.customers-cont > *:first-child {
  margin-top: 0;
}
.customers-txt {
  margin-top: 20px;
  font-size: 18px;
}
.customers-txt .bold {
  font-weight: bold;
}
.customers-txt .bg_red {
  background-color: #f93c3c;
  color: #fff;
  font-size: 120%;;
  font-weight: bold;
  letter-spacing: 0.07rem;
  padding: 2px 12px 0;
  margin: 0 6px;
}
.customers-img {
  margin: 25px auto;
  max-width: 530px;
}
.customers-note {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.customers-note a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.customers-note + .customers-note {
  margin-top: 0;
}
.customers-note .pattern-small {
  font-size: 14px;
}
.customers-transition {
  margin-top: 15px;
}
a.customers-btn {
  position: relative;
  display: block;
  max-width: 530px;
  margin: 0 auto;
  padding: 26px 20px 23px 85px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  background-color: #db0606;
  border-radius: 8px;
  box-shadow: 0 4px 6px #ff8d8d;
  transition: 0.1s;
}
a.customers-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/icon_btn02.png) no-repeat 0 / 100% auto;
  transform: translateY(-50%);
}
a.customers-btn:visited {
  color: #fff;
}
a.customers-btn.pattern-purchase {
  padding: 28px 50px 25px;
}
a.customers-btn.pattern-purchase::before {
  content: none;
}
a.customers-btn.pattern-purchase::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 19px;
  background: url(../images/icon_arrow.png) no-repeat 0 / 100% auto;
  height: 35px;
  transform: translateY(-50%);
}
a.customers-btn.recommend_label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  left: -50px;
  width: 148px;
  height: 88px;
  background: url("../images/icon_5.png") no-repeat 0 / 100% auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
a.customers-btn:hover {
  text-decoration: none;
  background-color: #bf0a0a;
}
a.customers-btn span {
  display: block;
  margin-top: 3px;
  font-weight: normal;
  font-size: 16px;
}
.customers-detail {
  max-width: 1060px;
  margin: 25px auto 0;
  padding: 25px 20px 20px;
  background-color: #f4f4f4;
  border-radius: 16px;
}
.customers-subttl {
  display: inline;
  color: #db0606;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #db0606;
}
.customers-list {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  color: #252c7c;
  font-size: 16px;
}
.customers-item {
  margin: 0 10px;
}
.customers-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*=== ネット詐欺対策ソフトとは？ ===*/
.intro {
  padding: 0px 0px;
}
.intro-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.intro-thumb {
  max-width: 420px;
  margin-right: 50px;
}
.intro-cont {
  flex: 1;
}
.intro-ttl {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
}
.intro-txt {
  margin-top: 20px;
  font-size: 18px;
}
.intro-link a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*=== 紹介 ===*/
.introduction {
  margin-top: 70px;
}
.introduction-txt {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.introduction-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.introduction-item {
  width: 100%;
  max-width: 212px;
  margin: 0 10px;
  border: 2px solid #d8d8d8;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px #d8d8d8;
  overflow: hidden;
}
a.introduction-link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
a.introduction-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.introduction-cont {
  padding: 10px 5px 5px;
}
.introduction-lead {
  padding: 12px 5px 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  background-color: #4e5db4;
}
@media screen and (max-width: 909px) {
  .introduction-lead {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
  }
}
.introduction-more {
  position: relative;
  color: #232b35;
  font-size: 17px;
}
.introduction-more::before {
  content: "";
  position: relative;
  top: -2px;
  left: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #333;
}
.introduction-transition {
  margin-top: 40px;
}


/*=== モーダル ===*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal.is-modalShow {
  opacity: 1;
  visibility: visible;
}
.modal-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  max-height: 540px;
  padding: 40px 50px 60px;
  background-color: #fff;
  z-index: 100;
  transform: translate(-50%, -50%);
}
.modal-ttl {
  padding: 8px 20px 6px;
  color: #fff;
  font-size: 20px;
  background-color: #4e5db4;
}
.modal-movie {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 56.25%;
  text-align: center;
}
.modal-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal-cont {
  margin-top: 40px;
  padding: 0 20px;
  line-height: 1.6;
}
.modal-lead {
  font-size: 22px;
}
.modal-txt {
  margin-top: 20px;
}


/*=== ネット上の脅威の変化 ===*/
.pattern-change {
  max-width: 1000px;
  margin: 30px auto 0;
}
.change-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.change-item {
  width: 50%;
}
.change-item:last-child {
  margin-left: 20px;
}
.change-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.change-thumb {
  width: 255px;
  margin-right: 45px;
}
.change-txt {
  flex: 1;
  min-height: 105px;
  font-size: 20px;
}


/*=== 詐欺ウォール検知レポートブログ ===*/
.blog {
  padding: 0 20px 50px;
  text-align: center;
}
.blog a:hover {
  opacity: 0.8;
}

/*=== インストールはこちら ===*/
.main-cont.pattern-install {
  background-color: #252c7c;
}
.install-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 20px;
}
.install-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.install-detail {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 58px;
  padding: 0 22px;
  background-color: #fff442;
}
.install-detail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -44px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: transparent transparent transparent #fff442;
  border-width: 54px 0 54px 44px;
  transform: translateY(-50%);
}
.install-pkg {
  width: 77px;
}
.install-lead {
  margin-left: 20px;
  color: #252c7c;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 2px;
}
.install-lead strong {
  color: #db0606;
  font-size: 115%;
  margin-left: 5px;
}
.install-lead strong .dots {
  background-image: radial-gradient(circle at center, #db0606 18%, transparent 18%);
  background-position: top right 3px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .2em;
}
.install-transition {
  width: calc(100% - 570px - 58px - 20px);
  margin-right: 20px;
}
a.install-btn {
  position: relative;
  display: block;
  padding: 28px 20px 25px 75px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  background-color: #db0606;
  border-radius: 8px;
  box-shadow: 0 4px 6px #ff8d8d;
  transition: 0.1s;
}
a.install-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/icon_btn02.png) no-repeat 0 / 85% auto;
  transform: translateY(-50%);
}
a.install-btn:visited {
  color: #fff;
}
a.install-btn:hover {
  text-decoration: none;
  background-color: #bf0a0a;
}
.install-note {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .install-detail {
    margin-right: 4.833vw;
    padding-left: 1.667vw;
  }
  .install-detail::after {
    right: -3.667vw;
    border-width: 4.5vw 0 4.5vw 3.667vw;
  }
  .install-pkg {
    width: 6.417vw;
  }
  .install-lead {
    margin-left: 1.2vw;
    font-size: 2.0vw;
    letter-spacing: 0.167vw;
  }
  .install-transition {
    width: calc(100% - 50.833vw - 4.833vw - 1.667vw);
    margin-right: 1.667vw;
  }
  a.install-btn {
    padding: 2.333vw 1.667vw 2.083vw 7.083vw;
    font-size: 1.667vw;
    letter-spacing: 0.25vw;
    border-radius: 0.667vw;
  }
  a.install-btn:before {
    left: 1.667vw;
    width: 4.167vw;
    height: 4.167vw;
  }
}


/*=== ネット詐欺対策専用ソフト 詐欺ウォールとは ===*/
.sagiwall_sec {
  max-width: 1000px;
  margin: 40px auto 0;
}
.sagiwall {
  margin-top: 50px;
  text-align: center;
}
.sagiwall-txt {
  margin-top: 80px;
  font-size: 20px;
  text-align: left;
}


/*=== 検知技術 ===*/
.technology {
  max-width: 980px;
  margin: 50px auto 0;
}
.technology-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.technology-item {
  width: calc((100% - 80px) / 3);
  border: 3px solid #d61518;
  border-radius: 10px;
  overflow: hidden;
}
.technology-ttl {
  padding: 6px 6px 4px;
  background-color: #d61518;
}
.technology-ttl span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
}
span.technology-label {
  margin-bottom: 6px;
  padding: 4px;
  font-size: 15px;
  line-height: 1;
  background-color: #2a2626;
  border-radius: 5px;
}
.technology-cont {
  height: 100%;
  padding: 15px 20px 30px;
  background-color: #fff;
}
.technology-cont strong {
  color: #bf0008;
}


/*=== 検知率 ===*/
.rate {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0;
}
.rate-txt {
  flex: 1;
  margin-right: 50px;
  font-size: 20px;
}
.rate-thumb {
  width: 467px;
}


/*=== 検知 ===*/
.main-subsec.pattern-detection {
  max-width: 1000px;
  margin: 30px auto 0;
}
.detection {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.detection-thumb {
  width: 257px;
  margin-right: 45px;
}
.detection-cont {
  flex: 1;
  margin-top: 20px;
}
.detection-lead {
  color: #c0020a;
  font-weight: bold;
  font-size: 22px;
}
.detection-txt {
  margin-top: 30px;
  font-size: 20px;
}


/*=== 2つのソフト ===*/
.appeal {
  background-color: #2f368e;
}
.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-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px 60px;
  text-align: center;
}
.appeal-subttl {
  display: inline;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
.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: 10px 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.pattern-soft {
  margin-top: 80px;
  background-color: transparent;
}
.pattern-soft .customers-cont {
  box-shadow: 0px 5px 5px rgb(0 0 0 / 40%);
}
.customers .customers-ttl .dots {
  display: inline;
  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;
  padding: .2em 0 0;
  margin-right: 0;
}


/*=== よくあるご質問 ===*/
.main-ttl.pattern-faq {
  display: block;
  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-transition {
  margin-top: 40px;
  text-align: right;
}
a.faq-btn {
  position: relative;
  display: inline-block;
  padding: 7px 20px 5px;
  color: #232b35;
  font-size: 14px;
  text-decoration: none;
  background-color: #efeff8;
  border-radius: 3px;
}
.faq-btn::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  right: 0;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-top: 2px solid #5f6b78;
  border-right: 2px solid #5f6b78;
  transform: rotate(45deg);
}
a.faq-btn:visited {
  color: #232b35;
}
a.faq-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*=== ご留意事項 ===*/
.notes {
  max-width: 845px;
  margin: 0 auto;
  padding: 25px 40px 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
.notes-ttl {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.notes-list {
  margin-top: 10px;
  font-size: 16px;
}
.notes-item {
  padding-left: 1em;
  text-indent: -1em;
}
.notes-note {
  padding-left: 1em;
  font-size: 14px;
}


/*=== 詐欺ウォール フッター ===*/
.inquiry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.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-ttl {
    display: block;
    font-size: 26px;
    line-height: 1.4;
  }
  .main-cont:nth-child(3n) {
    background-size: 25% auto;
  }
  .main-section {
    padding: 35px 20px;
  }
  .main-subsec {
    margin-top: 15px;
  }
  .main-subsec + .main-subsec {
    margin-top: 40px;
  }
  .main-subttl {
    font-size: 20px;
  }
  .main-subttl strong {
    border-width: 1px;
  }
.main-subttl::before {
  top: 1px;
  left: 4px;
  width: 24px;
  height: 24px;
  font-size: 18px;
}
  /*=== メインビジュアル ===*/
  .mainvisual-main::before {
    /* height: 38px; */
    height: 10.133vw;
  }
  /*=== お客様へ ===*/
  .customers-inner {
    padding: 30px 10px 35px;
  }
  .customers-sec + .customers-sec {
    margin-top: 23px;
  }
  .customers-ttl {
    margin: 0;
  }
  .customers-ttl span {
    padding: 14px 20px 10px;
    font-size: 20px;
  }
  .customers-ttl span::after {
    bottom: -14px;
    border-width: 14px 11px 0 11px;
  }
  .customers-cont {
    margin-top: -15px;
    padding: 40px 20px 20px;
    border-radius: 8px;
  }
  .customers-txt {
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
  }
  .customers-note {
    margin-top: 15px;
    font-size: 13px;
    text-align: left;
  }
  .customers-note .pattern-small {
    font-size: 13px;
  }
  a.customers-btn {
    padding: 21px 30px 18px 55px;
    font-size: 18px;
  }
  a.customers-btn:before {
    width: 25px;
    height: 25px;
  }
    a.customers-btn.recommend_label::before {
        background: url("../images/icon_5.png") no-repeat 0 / 75% auto;
        top: 18px;
        left: -26px;
    }
  a.customers-btn.pattern-purchase {
    padding: 21px 50px 18px;
  }
  a.customers-btn.pattern-purchase::after {
    width: 10px;
  }
  a.customers-btn span {
    font-size: 13px;
  }
  .customers-detail {
    padding: 25px 10px 20px;
    border-radius: 8px;
  }
  .customers-subttl {
    font-size: 20px;
  }
  .customers-list {
    margin: 20px -10px 0;
    font-size: 13px;
  }
  .customers-item {
    margin: 0 8px;
  }
  /*=== ネット詐欺対策ソフトとは？ ===*/
  .intro {
    padding: 0px 10px;
  }
  .intro-inner {
    display: block;
    margin: 0 auto;
   text-align: center;
  }
  .intro-thumb {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .intro-ttl {
    font-size: 24px;
  }
  .intro-detail {
    margin-top: 20px;
  }
  .intro-txt {
    flex: 1;
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
  /*=== 紹介 ===*/
  .introduction {
    margin-top: 25px;
  }
  .introduction-txt {
    font-size: 14px;
  }
  .introduction-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .introduction-item {
    width: calc((100% - 10px) / 2);
    max-width: 100%;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 1.5px 3px #d8d8d8;
  }
  .introduction-item:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
  .introduction-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0px 5px;
  }
  .introduction-lead {
    min-height: auto;
    padding: 12px 5px 8px;
    color: #fff;
    font-size: 13px;
  }
  .introduction-icon {
    width: 50px;
    max-width: 50px;
    margin-right: 10px;
  }
  .introduction-more {
    font-size: 12px;
  }
  .introduction-more::before {
    top: 0;
    left: 0;
  }
  .introduction-transition {
    margin-top: 30px;
  }
  /*=== モーダル ===*/
  .modal-inner {
    width: calc(100% - 20px);
    max-height: 400px;
    padding: 25px 10px;
  }
  .modal-ttl {
    font-size: 16px;
  }
  .modal-cont {
    margin-top: 20px;
    padding: 0 10px;
  }
  .modal-lead {
    font-size: 16px;
  }
  .modal-txt {
    margin-top: 5px;
  }
  /*=== ネット上の脅威の変化 ===*/
  .pattern-change {
    margin: 15px auto 0;
  }
  .change-list {
    display: block;
    padding: 0 16.764%;
  }
  .change-item {
    width: 100%;
  }
  .change-item:last-child {
    margin: 20px 0 0;
  }
  .change-thumb {
    width: 128px;
    margin-right: 10px;
  }
  .change-txt {
    font-size: 14px;
  }
  /*=== 詐欺ウォール検知レポートブログ ===*/
  .blog {
    padding: 0 10px 37px;
  }
  /*=== インストールはこちら ===*/
  .install {
    padding: 30px 10px;
  }
  .install-inner {
    padding: 10px 10px 24px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
  }
  .install-container {
    display: block;
  }
  .install-detail {
    display: block;
    margin-right: 0;
    padding: 15px 10px 10px;
    border-radius: 50px;
  }
  .install-detail::after {
    top: auto;
    bottom: -14px;
    left: 0;
    right: 0;
    border-color: #fff442 transparent transparent transparent;
    border-width: 14px 11px 0 11px;
    transform: initial;
  }
  .install-pkg {
    width: 62px;
  }
  .install-lead {
    font-size: 16px;
    line-height: 1.4;
  }
  .install-transition {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  a.install-btn {
    margin: 15px auto 10px;
    padding: 21px 30px 18px 55px;
    font-size: 18px;
    border-radius: 8px;
  }
  a.install-btn:before {
    left: 20px;
    width: 40px;
    height: 40px;
  }
  .install-cont {
    display: flex;
  }
  .install-note {
    flex: 1;
    margin: 8px 0 0 10px;
    color: #232b35;
    font-size: 13px;
    text-align: left;
  }
  /*=== ネット詐欺対策専用ソフト 詐欺ウォールとは ===*/
  .main-subttl.pattern-sagiwall {
    font-size: 18px;
  }
  .sagiwall {
    margin-top: 25px;
    padding: 0 10px;
    text-align: center;
  }
  .sagiwall-thumb {
    max-width: 335px;
    margin: 0 auto;
  }
  .sagiwall-txt {
    margin-top: 20px;
    font-size: 14px;
  }
  /*=== 検知技術 ===*/
  .technology {
    margin: 15px auto 0;
  }
  .technology-list {
    display: block;
    margin-top: 20px;
  }
  .technology-item {
    width: 100%;
    border-width: 2px;
  }
  .technology-item:not(:first-child) {
    margin-top: 20px;
  }
  .technology-ttl {
    padding: 8px 6px 5px;
    text-align: center;
  }
  .technology-ttl span {
    font-size: 18px;
  }
  span.technology-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 20px;
    font-size: 14px;
  }
  .technology-cont {
    padding: 15px 16px;
  }
  /*=== 検知率 ===*/
  .rate {
    display: block;
    margin-top: 15px;
  }
  .rate-txt {
    margin-right: 0;
    font-size: 14px;
  }
  .rate-thumb {
    width: auto;
    margin-top: 15px;
    padding: 0 17.325%;
  }
  /*=== 検知 ===*/
  .main-subsec.pattern-detection {
    margin: 15px auto 0;
  }
  .detection {
    display: block;
    margin-top: 10px;
  }
  .detection-thumb {
    width: auto;
    margin-right: 0;
    padding: 0 31.835%;
  }
  .detection-cont {
    margin-top: 15px;
  }
  .detection-lead {
    font-size: 14px;
  }
  .detection-txt {
    margin-top: 10px;
    font-size: 14px;
  }
  /*=== 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-inner {
    padding: 30px 10px 35px;
  }
  .appeal-subttl {
    font-size: 18px;
  }
  .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: 10px 10px 20px;
  }
  .soft-txt {
    margin-top: 10px;
  }
  .soft-plus {
    margin-left: 0;
    margin-right: -5px;
    font-size: 24px;
    box-shadow: none;
  }
  .customers.pattern-soft {
    margin-top: 32px;
  }
  /*=== よくあるご質問 ===*/
  .main-ttl.pattern-faq {
    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;
  }
  .faq-transition {
    margin-top: 20px;
  }
  a.faq-btn {
    font-size: 13px;
  }
  /*=== ご留意事項 ===*/
  .notes {
    padding: 15px 10px 20px;
  }
  .notes-ttl {
    font-size: 18px;
  }
  .notes-list {
    margin-top: 5px;
    font-size: 14px;
  }
  .notes-note {
    font-size: 13px;
  }
  /*=== 詐欺ウォール フッター ===*/
  .inquiry {
    display: block;
    padding: 35px 10px;
    text-align: center;
  }
  .inquiry-list {
    display: block;
    margin-top: 25px;
  }
  .inquiry-item {
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
  }
}