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

/* -- 下層ページ 共通 -------------------------------------- */

.w__40 img {
  padding: 20px;
}

@media screen and (max-width:1100px) {
  .w__40 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.mt160 {
  margin-top: 160px;
}

.spttl {
  display: none;
}

@media screen and (max-width:1100px) {
  .spttl {
    display: block;
    font-weight: bold;
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .mt160 {
    margin-top: 10px;
  }
}

/* ===== ソリューションリンクボタン（テンプレート） ===== */

.cycle-wrap {
  position: relative;
}

.cycle {
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 30px;
  position: relative;
}

.cycle_bk01 {
  background: #C00;
}

.cycle_bk02 {
  background: #F90;
}

.cycle_bk03 {
  background: #0795b9;
}

.cycle_bk04 {
  background: #036;
}

.cycle_bk05 {
  background: #269402;
}

.cycle ul li a {
  position: relative;
}

.cycle ul li a:hover:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #FFF;
  bottom: 8px;
  left: -25px;
  width: 20px;
}

.result01, .result02, .result03, .result04, .result05 {
  width: 150px;
  height: 150px;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}

.cycle:hover+.result01 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(255, 65, 65, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(255, 65, 65, 0.7), rgba(255, 255, 255, 0));
}

.cycle:hover+.result02 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(255, 174, 15, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(255, 174, 15, 0.5), rgba(255, 255, 255, 0));
}

.cycle:hover+.result03 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(37, 212, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(37, 212, 255, 0.5), rgba(255, 255, 255, 0));
}

.cycle:hover+.result04 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(19, 63, 183, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(19, 63, 183, 0.5), rgba(255, 255, 255, 0));
}

.cycle:hover+.result05 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(194, 231, 8, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(194, 231, 8, 0.5), rgba(255, 255, 255, 0));
}

.result01 {
  position: absolute;
  top: 0px;
  left: -45%;
}

.result02 {
  position: absolute;
  top: 25%;
  left: -23%;
}

.result03 {
  position: absolute;
  top: 53%;
  left: -33%;
}

.result04 {
  position: absolute;
  top: 53%;
  left: -57%;
}

.result05 {
  position: absolute;
  top: 25%;
  left: -67%;
}

@media screen and (max-width:1100px) {
  .w__40 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .cycle:hover+.result01, .cycle:hover+.result02, .cycle:hover+.result03, .cycle:hover+.result04, .cycle:hover+.result05, .result01, .result02, .result03, .result04, .result05 {
    display: none;
  }
  .cycle {
    margin-left: 0px;
  }
}

/* ===== ソリューションリンクボタン（003） ===== */

.cycle-wrap {
  position: relative;
}

.cycle003 {
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 30px;
  position: relative;
}

.cycle003_bk00 {
  background: #903;
}

.cycle003_bk01 {
  background: #C00;
}

.cycle003_bk02 {
  background: #F90;
}

.cycle003_bk03 {
  background: #0795b9;
}

.cycle003_bk04 {
  background: #036;
}

.cycle003_bk05 {
  background: #269402;
}

.cycle003_bk06 {
  background: #FC0;
}

.cycle003 ul li a {
  position: relative;
}

.cycle003 ul li a:hover:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #FFF;
  bottom: 8px;
  left: -25px;
  width: 20px;
}

.result003-01, .result003-02, .result003-03, .result003-04, .result003-05 {
  width: 150px;
  height: 150px;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}

.cycle003:hover+.result01 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(255, 65, 65, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(255, 65, 65, 0.7), rgba(255, 255, 255, 0));
}

.cycle003:hover+.result02 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(255, 174, 15, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(255, 174, 15, 0.5), rgba(255, 255, 255, 0));
}

.cycle003:hover+.result03 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(37, 212, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(37, 212, 255, 0.5), rgba(255, 255, 255, 0));
}

.cycle003:hover+.result04 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(19, 63, 183, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(19, 63, 183, 0.5), rgba(255, 255, 255, 0));
}

.cycle003:hover+.result05 {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(rgba(194, 231, 8, 0.5), rgba(255, 255, 255, 0));
  background-image: radial-gradient(rgba(194, 231, 8, 0.5), rgba(255, 255, 255, 0));
}

.result003-01 {
  position: absolute;
  top: 0px;
  left: -45%;
}

.result003-02 {
  position: absolute;
  top: 25%;
  left: -23%;
}

.result003-03 {
  position: absolute;
  top: 53%;
  left: -33%;
}

.result003-04 {
  position: absolute;
  top: 53%;
  left: -57%;
}

.result003-05 {
  position: absolute;
  top: 25%;
  left: -67%;
}

@media screen and (max-width:1100px) {
  .w__40 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .cycle003:hover+.result003-01, .cycle003:hover+.result003-02, .cycle003:hover+.result003-03, .cycle003:hover+.result003-04, .cycle003:hover+.result003-05, .result003-01, .result003-02, .result003-03, .result003-04, .result003-05 {
    display: none;
  }
  .cycle003 {
    margin-left: 0px;
  }
}

/* 005 見出し
-------------------------------------*/

h4.ttl_s05 {
  position: relative;
}

h4.ttl_s05:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #900611, #900611 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #900611, #900611 2px, #fff 2px, #fff 4px);
}

/* 003 セキュリティインシデント対応ソリューション
-------------------------------------*/

.flow dl {
  margin-bottom: 20px;
}

.flow dt {
  clear: left;
  float: left;
  width: 35%;
  padding: 10px 0 10px 5px;
  display: flex;
  align-items: center;
  background: #15c;
  color: #fff;
  font-weight: bold;
  margin-right: 30px;
  position: relative;
}

.flow dd {
  margin-left: 36%;
  font-size: 14px;
}

.flow dt::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 6px solid transparent;
  border-top: 7px solid #15c;
}

.flow dt.non::after {
  content: none;
}

@media screen and (max-width:768px) {
  .flow dt {
    width: 100%;
    margin-right: 0;
  }
  .flow dd {
    margin-left: 0;
    width: 100%;
  }
  .flow dt::after {
    content: none;
  }
}</pre></body></html>