<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#simple-security .visualArea {
  background: #fff url(/assets/img/bg_cr_edr.png) no-repeat right top;
}
#simple-security p &gt; a {
  text-decoration: underline;
}
#simple-security .sec01 {
  padding-bottom: 80px;
  padding-top: 40px;
}
#simple-security .sec01 .textArea p span {
  vertical-align: super;
  font-size: 0.6em;
}
#simple-security .sec01 .textAreaWrap {
  display: flex;
  justify-content: space-between;
}
#simple-security .sec01 .textAreaWrap .textArea {
  width: 600px;
}
#simple-security .sec01 .imgArea {
  width: 388px;
}

@media only screen and (max-width: 768px) {
  #simple-security .sec01 {
    padding-bottom: 60px;
    padding-top: 0;
  }
  #simple-security .sec01 .textAreaWrap {
    display: block;
  }
  #simple-security .sec01 .textAreaWrap .textArea {
    width: auto;
  }
  #simple-security .sec01 .imgArea {
    display: none;
  }
}

#simple-security .sec02 {
  padding: 80px 0 100px;
  background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray03.jpg) no-repeat top right;
}
#simple-security .sec02 .movieArea {
  text-align: center;
}
#simple-security .sec02 .bottomBox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#simple-security .sec02 .bottomBox .box {
  flex: 0 0 320px;
  background-color: #fff;
  padding: 26px;
}
#simple-security .sec02 .bottomBox .box .headBox {
  margin-bottom: 25px;
}
#simple-security .sec02 .bottomBox .box .headBox .title {
  color: #595955;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 700;
  text-align: center;
}
#simple-security .sec02 .bottomBox .box .headBox .img {
  margin-bottom: 10px;
    text-align: center;
}
#simple-security .sec02 .bottomBox .box .textArea ul li {
  margin-bottom: 8px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  position: relative;
}
#simple-security .sec02 .bottomBox .box .textArea ul li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/2021/icon_check_circle_yellow.svg) no-repeat top right;
  background-size: 14px;
  position: absolute;
  top: 2px;
  left: 0;
}
#simple-security .sec02 .bottomBox .box .textArea ul li span {
  vertical-align: super;
  font-size: 0.6em;
}
@media only screen and (max-width: 768px) {
  #simple-security .sec02 {
    background-size: 75%;
    padding: 40px 0 60px;
  }
  #simple-security .sec02 .bottomBox {
    display: block;
  }
  #simple-security .sec02 .bottomBox .box {
    margin-bottom: 30px;
  }
  #simple-security .sec02 .bottomBox .box .headBox {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }
  #simple-security .sec02 .bottomBox .box .headBox .title {
    display: table-cell;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
  }
  #simple-security .sec02 .bottomBox .box .headBox .img {
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
  }
}

#simple-security .sec03 {
  background: #262a32 url(/assets/img/bg_line_hexagon_dark_01.jpg) no-repeat top left;
    color: #fff;
}
#simple-security .sec03 .bgWrap {
  padding: 80px 0;
}
#simple-security .sec03 .title {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
#simple-security .sec03 .bgWrap .boxArea {
  display: flex;
  justify-content: space-between;
  width: 964px;
  margin: 0 auto;
  align-items: center;
}
#simple-security .sec03 .bgWrap .boxArea .boxLeft {
  background-color: #fff;
  width: 400px;
}
#simple-security .sec03 .bgWrap .boxArea .boxLeft .subtitle {
  background-color: #EBEBEB;
  color: #595955;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 700;
  text-align: center;
  padding: 13px 0;
}
#simple-security .sec03 .bgWrap .boxArea .boxRight {
  background-color: #fff;
  width: 400px;
}
#simple-security .sec03 .bgWrap .boxArea .boxRight .subtitle {
  background-color: #F6BD03;
  color: #595955;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 700;
  text-align: center;
  padding: 13px 0;
}
#simple-security .sec03 .bgWrap .boxArea .boxBlock {
  padding-bottom: 32px;
}
#simple-security .sec03 .bgWrap .boxArea dl {
  padding: 24px;
}
#simple-security .sec03 .bgWrap .boxArea dt {
  color: #595955;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 700;
  margin-bottom: 10px;
}
#simple-security .sec03 .bgWrap .boxArea .boxLeft dd {
  color: #595955;
  padding-left: 15px;
  background: transparent url(/assets/img/icon_circle_gray.svg) no-repeat top 12px left 0;
  background-size: 6px;
}
#simple-security .sec03 .bgWrap .boxArea .boxRight dd {
  color: #595955;
  padding-left: 15px;
  background: transparent url(/assets/img/icon_circle_yellow.svg) no-repeat top 12px left 0;
  background-size: 6px;
}
@media only screen and (max-width: 768px) {
  #simple-security .sec03 {
    background-size: 50%;
  }
  #simple-security .sec03 .bgWrap {
    padding: 50px 0 70px;
    background-size: 50%;
  }
  #simple-security .sec03 .title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  #simple-security .sec03 .bgWrap .boxArea {
    display: block;
    width: auto;
  }
  #simple-security .sec03 .bgWrap .boxArea .boxLeft {
    width: auto;
  }
  #simple-security .sec03 .bgWrap .boxArea .boxRight {
    width: auto;
  }
  #simple-security .sec03 .bgWrap .boxArea .arrow {
    text-align: center;
    margin: 10px 0;
  }
}

#simple-security .sec04 {
  padding: 80px 0;
}
#simple-security .sec04 .subtitle {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
#simple-security .sec04 .boxWrap {
  display: flex;
  justify-content: space-between;
}
#simple-security .sec02 .bottomBox .box .headBox .subtitleArea {
  height: 50px;
  display: grid;
  place-items: center;
}
#simple-security .sec04 .boxWrap .box {
  width: calc((1030px - 75px) / 3);
  background-color: #262a32;
  color: #fff;
  position: relative;
}
#simple-security .sec04 .boxWrap .box p {
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
}
#simple-security .sec04 .boxWrap .box p span {
  font-weight: 500;
}
#simple-security .sec04 .costArea {
  margin-bottom: 60px;
}
#simple-security .sec04 .questionArea {
  align-items: center;
}
#simple-security .sec04 .questionArea .box {
  text-align: center;
  height: 70px;
  display: grid;
  place-items: center;
}
#simple-security .sec04 .questionArea .box::after {
  content: '';
  display: block;
  width: 52px;
  height: 126px;
  background: url(/assets/img/bg_simple-security_downarrow.png) no-repeat top left;
  position: absolute;
  bottom: -132px;
  left: 50%;
  margin-left: -19px;
}
#simple-security .sec04 .AnswerArea .box {
  border: 2px solid #F6BD03;
  background-color: #fff;
  padding: 20px 22px;
}
#simple-security .sec04 .AnswerArea .box li{
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  color: #595955;
}
#simple-security .sec04 .AnswerArea .box li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/2021/icon_check_circle_yellow.svg) no-repeat top right;
  background-size: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}
#simple-security .sec04 .separate {
  margin: 40px 0;
  position: relative;
}
#simple-security .sec04 .separate .title {
  margin: 0 auto;
  width: 880px;
  height: 60px;
  background-color: #F6BD03;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #595955;
  line-height: 60px;
  border: 3px solid #fff;
}
#simple-security .sec04 .separate .title img {
  margin-right: 8px;
}
#simple-security .sec04 .incidentArea .boxWrap .box {
  width: calc((1030px - 75px) / 4);
  background-color: #262a32;
  color: #fff;
  position: relative;
}
#simple-security .sec04 .incidentArea .AnswerArea .box {
  border: 2px solid #F6BD03;
  background-color: #fff;
  padding: 16px;
}
#simple-security .sec04 .incidentArea .AnswerArea .box p {
  font-size: 14px;
  line-height: 1.6;
  color: #595955;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #simple-security .sec04 {
    padding: 40px 0 40px;
  }
  #simple-security .sec04 .boxWrap .box {
    margin-bottom: 15px;
    width: auto;
  }
  #simple-security .sec04 .separate .title {
    margin: 0;
    padding: 16px 0;
    width: auto;
    height: auto;
    line-height: 1.4;
  }
  #simple-security .sec04 .subtitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #simple-security .sec04 .boxWrap {
    display: block;
  }
  #simple-security .sec04 .questionArea .box::after {
    content:none;
  }
  #simple-security .sec04 .questionArea .box:last-child:after {
    content:'';
    display: block;
    width: 52px;
    height: 126px;
    background: url(/assets/img/bg_simple-security_downarrow.png) no-repeat top left;
    position: absolute;
    bottom:-140px;
    left: 50%;
    margin-left: -19px;
  }
  #simple-security .sec04 .incidentArea .boxWrap .box {
    width: auto;
    margin-bottom: 15px;
  }
}

#simple-security .sec05 {
  padding: 80px 0;
  background-color: #f7f7f7;
}
#simple-security .sec05 .imgArea {
  text-align: center;
}
#simple-security .sec05 .imgArea .img01 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #simple-security .sec05 {
    padding: 40px 0 60px;
  }
}
</pre></body></html>