<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#core-suite .visualArea {
  background: #fff url(/assets/img/bg_cr_edr.png) no-repeat right top;
}

#core-suite .sec01 {
  padding-bottom: 80px;
}
#core-suite .sec01 .boxWrap {
  display: flex;
  justify-content:space-between;
}
#core-suite .sec01 .headline sup {
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 3px;
  line-height: 1;
}
#core-suite .sec01 .textArea {
  width: 500px;
}
#core-suite .sec01 .productArea {
  width: 460px;
}
#core-suite .sec01 .product {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
#core-suite .sec01 .productArea .head {
  padding: 20px 30px;
  color: #595955;
  background-color: #F6BD03;
}
#core-suite .sec01 .productArea .head .sub{
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
#core-suite .sec01 .productArea .head .title {
  font-size: 2.6rem;
  line-height: 1.6;
}
#core-suite .sec01 .productArea .body {
  padding: 20px 30px 30px;
}
#core-suite .sec01 .productArea .body .title {
  margin-bottom: 10px;
}
#core-suite .sec01 .productArea .body .productList {
  margin-left: 30px;
  line-height: 1.8;
}
#core-suite .sec01 .productArea .body .productList div {
  position: relative;
  margin-bottom: 20px;
}
#core-suite .sec01 .productArea .body .productList div::before {
  content: '';
  display: block;
  width: 14px;
  height: 17px;
  background: url(/assets/img/2021/bullet_hexiagon.svg) no-repeat top left;
  background-size: 14px;
  position: absolute;
  top:8px;
  left:-25px;
}
#core-suite .sec01 .productArea .body .productList div:last-child {
  margin-bottom: 0;
}
#core-suite .sec01 .productArea .body .productList dt {
  font-size: 1.8rem;
  font-weight: 700;
}
#core-suite .sec01 .productArea .body .productList dd .notice {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6;
  display: block;
}

#core-suite .sec02 {
  background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray02.jpg) no-repeat top 0 right -300px;
  padding: 70px 0;
}
#core-suite .sec02 .boxWrap {
  margin-top: 70px;
  display: flex;
  justify-content:space-between;
}
#core-suite .sec02 .box{
  padding: 0 30px 20px;
  width: 320px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
#core-suite .sec02 .box .head {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom:2px solid #e0e0e0;
}
#core-suite .sec02 .box .head .num {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  background-color: #F6BD03;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #595955;
}
#core-suite .sec02 .box .head h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #595955;
}
#core-suite .sec02 .box .body .detailList {
  padding-left: 20px;
}
#core-suite .sec02 .box .body .detailList li {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.6;
}

#core-suite .valuationCore {
  padding: 70px 0 100px;
  background: #fff url(/assets/img/2021/bg-valuationArea-white.jpg) no-repeat top right;
}
#core-suite .valuationCore .imageArea {
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
}

#core-suite .sec03 {
  background: #262a32 url(/assets/img/2021/bg_line_hexagon_dark_01.jpg) no-repeat top right;
  color: #fff;
}
#core-suite .sec03 .bgWrap {
  padding: 70px 0 100px;
  background: transparent url(/assets/img/2021/bg_line_hexagon_dark_02.jpg) no-repeat bottom left;
}
#core-suite .sec03 .headline {
  margin-bottom: 65px;
  text-align: center;
}
#core-suite .sec03 .headline::after {
  content: none;
}
#core-suite .sec03 .box {
  margin-bottom: 80px;
}
#core-suite .sec03 .box:last-child {
  margin-bottom: 0;
}
#core-suite .sec03 .box .title {
  margin-bottom: 45px;
  padding-top: 80px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#core-suite .sec03 .box .title::before {
  content:'';
  display: block;
  width: 60px;
  height: 70px;
  background: url(/assets/img/2021/core_hexiagon.svg) no-repeat top left;
  background-size: 60px;
  position: absolute;
  top:0;
  left:50%;
  margin-left: -30px;
}
#core-suite .sec03 .pointArea {
  margin: 0 auto 40px;
  padding: 25px 0;
  width: 830px;
  border:2px solid #F6BD03;
  position: relative;
  text-align: center;
}
#core-suite .sec03 .pointArea .point {
  width: 64px;
  height: 24px;
  background-color: #F6BD03;
  text-align: center;
  font-size: 1.8rem;
  line-height: 24px;
  position: absolute;
  top:-12px;
  left:50%;
  margin-left: -32px;
  color: #595955;
}
#core-suite .sec03 .pointArea .text {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
#core-suite .sec03 .solutionArea table{
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  color: #252527;
}
#core-suite .sec03 .solutionArea table th {
  padding: 15px 20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
#core-suite .sec03 .solutionArea table th.solution {
  width: 190px;
  background-color: #F6BD03;
  color: #595955;
}
#core-suite .sec03 .solutionArea table th.attack {
  background-color: #ccc;
  color: #595955;
}
#core-suite .sec03 .solutionArea table th.head {
  font-size: 14px;
  text-align: left;
  border: 1px solid #e4e4e4;
}
#core-suite .sec03 .solutionArea table td{
  border: 1px solid #e4e4e4;
  text-align: center;
}
#core-suite .sec03 .solutionArea table td {
  padding: 15px 20px;
}
#core-suite .sec03 .solutionArea table td img {
  margin-right: 10px;
}
#core-suite .sec03 .edrArea {
  margin: 0 auto;
  padding: 30px 0;
  width: 830px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
}
#core-suite .sec03 .edrArea .textarea{
  width: 450px;
}
#core-suite .sec03 .edrArea .imageArea{
  width: 350px;
}
#core-suite .sec03 .edrArea .catch {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}
#core-suite .sec03 .edrArea .productName {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
}
#core-suite .sec03 .edrArea .pointList li {
  margin-bottom: 5px;
}
#core-suite .sec03 .edrArea .pointList li::before {
  content:'';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/2021/bullet_circlecheck.svg) no-repeat top left;
  background-size: 20px;
  margin-right:15px;
  position: relative;
  top:5px;
}
#core-suite .sec03 .attackArea {
  margin: 0 auto;
  padding: 30px;
  width: 830px;
  background-color: #4f535a;
}
#core-suite .sec03 .attackArea .textarea{
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
#core-suite .sec03 .attackArea .attackTitle {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
#core-suite .sec03 .attackArea .attackList li{
  list-style-type: disc;
  list-style-position: inside;
}


#core-suite .sec04 {
  padding: 80px 0;
  background: url(/assets/img/2021/bg_line_hexagon_white_01.jpg) no-repeat top right;
}
#core-suite .sec04 .box {
  margin-top: 60px;
}
#core-suite .sec04 .typeTitle {
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #595955;
  border-bottom: 1px solid #ccc;
}
#core-suite .sec04 .productRow {
  padding: 40px 0 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
#core-suite .sec04 .productRow .head {
  width: 370px;
}
#core-suite .sec04 .productRow .head h4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#core-suite .sec04 .productRow .body {
  width: 630px;
}
#core-suite .sec04 .productRow .body .notice{
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6;
}
#core-suite .sec04 .productRow .funcList {
  margin-bottom: 20px;
}
#core-suite .sec04 .productRow .funcList div {
  margin-bottom: 20px;
}
#core-suite .sec04 .productRow .funcList dt {
  font-weight: 700;
}

#core-suite .sec05 {
  padding: 80px 0 120px;
  background-color: #f7f7f7;
}
#core-suite .sec05 .notice {
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6;
}
#core-suite .sec05 .modelList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#core-suite .sec05 .typeTitle {
  margin: 30px 0 40px;
  padding-bottom: 5px;
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#core-suite .sec05 .typeTitle span {
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: normal;
}
#core-suite .sec05 .modelList .box {
  flex: 0 0 480px;
  margin-bottom: 40px;
}

#core-suite .sec05 .modelList .box .title {
  background: #F6BD03;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 8px 5px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.28571;
  color: #595955;
}

#core-suite .sec05 .modelList .box .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #F6BD03 transparent transparent transparent;
}

#core-suite .sec05 .modelList .box ul li {
  border: 2px solid #ccc;
  display: table;
  width: 100%;
  padding: 12px 0;
  margin-top: 24px;
  position: relative;
  background-color: #fff;
}

#core-suite .sec05 .modelList .box ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4px;
  height: 16px;
  background: #343434;
}

#core-suite .sec05 .modelList .box ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 16px;
  height: 4px;
  background: #343434;
}

#core-suite .sec05 .modelList .box ul li:first-child:before, #core-suite .sec05 .modelList .box ul li:first-child:after {
  display: none;
}

#core-suite .sec05 .modelList .box ul li .icon {
  display: table-cell;
  width: 75px;
  text-align: center;
  vertical-align: middle;
}

#core-suite .sec05 .modelList .box ul li .textArea {
  display: table-cell;
  vertical-align: middle;
}

#core-suite .sec05 .modelList .box ul li .textArea .item {
  padding-right: 10px;
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: 700;
}

#core-suite .sec05 .modelList .box .textArea .item sup,
#core-suite .sec05 .modelList .box .textArea .item span {
  font-weight: normal;
  font-size: 1.2rem;
}

#core-suite .sec05 .modelList .box ul li .textArea .term {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
}

#core-suite .sec05 .modelList .box .notice {
  margin: 10px 0 0 0;
  font-size: 1.2rem;
  color: #999;
  line-height: 1.6;
}


@media only screen and (max-width: 768px) {
  #core-suite .visualArea {
  }

  #core-suite .sec01 {
    padding-bottom: 40px;
  }
  #core-suite .sec01 .boxWrap {
    display: block;
  }
  #core-suite .sec01 .headline sup {
    font-size: 1.2rem;
  }
  #core-suite .sec01 .textArea {
    width: auto;
  }
  #core-suite .sec01 .productArea {
    width: auto;
  }
  #core-suite .sec01 .product {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  }
  #core-suite .sec01 .productArea .head {
    padding: 15px 20px;
  }
  #core-suite .sec01 .productArea .head .title {
    font-size: 2rem;
  }
  #core-suite .sec01 .productArea .body {
    padding: 20px 20px 30px;
  }

  #core-suite .sec02 {
    background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray02.jpg) no-repeat top 0 right -200px;
    background-size: 100%;
    padding: 40px 0;
  }
  #core-suite .sec02 .boxWrap {
    margin-top: 50px;
    display: block;
  }
  #core-suite .sec02 .box{
    margin-bottom: 20px;
    padding: 0 20px 20px;
    width: auto;
  }

  #core-suite .valuationCore {
    padding: 60px 0;
    background-size: 50%;
  }
  #core-suite .valuationCore .imageArea {
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
  }

  #core-suite .sec03 {
    background-size: 50%;
  }
  #core-suite .sec03 .bgWrap {
    padding: 40px 0;
    background-size: 50%;
  }
  #core-suite .sec03 .headline {
    margin-bottom: 30px;
  }
  #core-suite .sec03 .box {
    margin-bottom: 40px;
  }
  #core-suite .sec03 .box .title {
    margin-bottom: 30px;
    padding-top: 80px;
    font-size: 1.8rem;
  }
  #core-suite .sec03 .box .title::before {
    /* width: 50px;
    height: 58.33px;
    background-size: 50px;
    margin-left: -15px; */
  }
  #core-suite .sec03 .pointArea {
    margin: 0 0 40px;
    padding: 20px;
    width: auto;
    text-align: left;
  }
  #core-suite .sec03 .solutionArea .spScrollArea {
    overflow: scroll;
  }
  #core-suite .sec03 .solutionArea table{
    width: 800px;
  }
  #core-suite .sec03 .solutionArea table th {
    font-size: 1.6rem;
  }
  #core-suite .sec03 .solutionArea table th.solution {
    width: calc(1200px / 5);
  }
  #core-suite .sec03 .solutionArea table th.attack {
    width: calc(1200px / 5);
  }

  #core-suite .sec03 .edrArea {
    margin: 0 auto;
    padding: 30px 0;
    width: auto;
    display: block;
  }
  #core-suite .sec03 .edrArea .textarea{
    width: auto;
  }
  #core-suite .sec03 .edrArea .imageArea{
    width: auto;
  }
  #core-suite .sec03 .edrArea .productName {
    font-size: 1.8rem;
  }
  #core-suite .sec03 .edrArea .pointList {
    margin-bottom: 20px;
  }
  #core-suite .sec03 .attackArea {
    margin: 0 auto;
    padding: 30px;
    width: auto;
  }
  #core-suite .sec03 .attackArea .textarea{
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
  }
  #core-suite .sec03 .attackArea .attackTitle {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  #core-suite .sec03 .attackArea .attackList li{
    list-style-type: disc;
    list-style-position: inside;
  }

  #core-suite .sec04 {
    padding: 40px 0;
    background-size: 50%;
  }
  #core-suite .sec04 .box {
    margin-top: 40px;
  }
  #core-suite .sec04 .typeTitle {
    font-size: 1.6rem;
  }
  #core-suite .sec04 .productRow {
    padding: 30px 0 10px;
    display: block;
  }
  #core-suite .sec04 .productRow .head {
    width: auto;
  }
  #core-suite .sec04 .productRow .head h4 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  #core-suite .sec04 .productRow .body {
    width: auto;
  }

  #core-suite .sec05 {
    padding: 40px 0 80px;
  }
  #core-suite .sec05 .typeTitle {
    margin: 30px 0 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  #core-suite .sec05 .type:last-child .typeTitle {
    margin: 40px 0 20px;
  }
  #core-suite .sec05 .modelList {
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  #core-suite .sec05 .modelList .box {
    flex: 0 0 auto;
    margin: 30px 0 0;
  }
  
  #core-suite .sec05 .modelList .box:first-child {
    margin-top: 10px;
  }
  #core-suite .sec05 .modelList .box .title {
    font-size: 1.5rem;
    line-height: 1.28571;
  }
  #core-suite .sec05 .modelList .box ul li .textArea {
    display: table-cell;
    vertical-align: middle;
  }
  #core-suite .sec05 .modelList .box ul li .textArea .item{
    font-size: 1.5rem;
  }

  #core-suite .sec05 .typeTitle span {
    display: block;
  }


}
</pre></body></html>