<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.product.guard .hero-main {
  height: 377px;
  background-image: url(/img/product/guard/index_hero_01_pc.jpg)
}

@media (max-width: 767px) {
  body.product.guard .hero-main {
    height: 285px;
    background-image: url(/img/product/guard/index_hero_01_sp.jpg)
  }
}

body.product.guard .hero-main .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

body.product.guard .hero-main .title span {
  color: #111;
  font-size: 28px
}

@media (max-width: 767px) {
  body.product.guard .hero-main .title span {
    font-size: 19px
  }
}

body.product.guard .hero-main .title img {
  width: 442px;
  margin-top: 20px
}

@media (max-width: 767px) {
  body.product.guard .hero-main .title img {
    width: 286px;
    margin-top: 10px
  }
}

body.product.guard .contents-anchor {
  position: relative;
  background: url(/img/product/guard/index_img_01_pc.png) center/cover;
  height: 800px;
  padding-top: 71px
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor {
    height: auto;
    padding: 47px 0 25px;
    background: url(/img/product/guard/index_img_01_sp.png) center/cover
  }
}

body.product.guard .contents-anchor .text {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.84615;
  text-align: center
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .text {
    margin: 0 -5px;
    font-size: 19px;
    line-height: 1.84211
  }
}

body.product.guard .contents-anchor .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 39px -19px -40px
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 22px 0 0
  }
}

body.product.guard .contents-anchor .item {
  width: 33.33%;
  padding: 0 19px 40px
}

body.product.guard .contents-anchor .mt30 {
  margin-top: 30px;
}

body.product.guard .contents-anchor .item .cap-research {
  font-size: 1.2rem;
  padding-left: 20px;
  margin-top: 5px;
}

body.product.guard .contents-anchor .item .cap-research span {
  margin-left: -12px;
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .item {
    width: 100%;
    padding: 0
  }

  body.product.guard .contents-anchor .item+li {
    margin-top: 16px
  }
}

body.product.guard .contents-anchor .item:last-child .card {
  display: block;
  padding: 18px 33px
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .item:last-child .card {
    padding: 25px 20px 25px 30px
  }
}

body.product.guard .contents-anchor .item:last-child .more {
  display: block;
  font-size: 20px;
  text-align: left
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .item:last-child .more {
    font-size: 18px
  }
}

body.product.guard .contents-anchor .item:last-child .more:after {
  top: 2px
}

body.product.guard .contents-anchor .card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 30px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(28, 18, 11, 0.07);
  box-shadow: 0 10px 20px 0 rgba(28, 18, 11, 0.07);
  background-color: #fff;
  color: #333;
  text-align: center
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .card {
    height: auto;
    padding: 20px 20px 13px 37px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(28, 18, 11, 0.07);
    box-shadow: 0 5px 10px 0 rgba(28, 18, 11, 0.07)
  }
}

body.product.guard .contents-anchor .inner {
  margin-bottom: 30px
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0
  }
}

body.product.guard .contents-anchor .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

body.product.guard .contents-anchor .logo img {
  width: 110px
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .logo img {
    width: 65px
  }
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .unit {
    display: flex;
    align-items: center;
  }
}

body.product.guard .contents-anchor .symbol {
  position: absolute;
  top: 15px;
  left: 5%;
  width: 14%;
}

body.product.guard .contents-anchor .symbol .symbol-caption {
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .symbol .symbol-caption {
    flex-shrink: 0;
    text-align: left;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .symbol {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 10px;
    width: 34px;
  }
}

body.product.guard .contents-anchor .logo span {
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold
}

body.product.guard .contents-anchor .title {
  color: #111;
  font-size: 28px;
  font-weight: bold
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .title {
    font-size: 21px;
    text-align: left;
  }
}

body.product.guard .contents-anchor .mark {
  margin-top: 10px
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .mark {
    margin-top: 0;
    width: 90px
  }
}

body.product.guard .contents-anchor .more {
  position: relative;
  display: inline-block;
  margin-top: auto;
  padding-right: 17px;
  color: #1374c7;
  font-weight: bold;
  line-height: 1
}

@media (max-width: 767px) {
  body.product.guard .contents-anchor .more {
    height: 1em;
    padding-right: 0
  }

  body.product.guard .contents-anchor .more span {
    display: none
  }
}

body.product.guard .contents-anchor .more:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1374c7;
  border-bottom: 2px solid #1374c7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

body.product.guard .contents-inner {
  display: block
}

body.product.guard .contents-main {
  padding-top: 0 !important
}

.sec-guard {
  padding: 90px 0 80px
}

@media (max-width: 767px) {
  .sec-guard {
    padding: 60px 0
  }
}

.sec-guard:nth-of-type(2) {
  background-color: #fafafa
}

.sec-guard .l-inner {
  max-width: 905px
}

.sec-guard .unit {
  position: relative;
}

@media (max-width: 767px) {
  .sec-guard .unit {
    display: flex;
    align-items: center;
  }
}

.sec-guard .symbol-01--cap {
  left: 20%;
  top: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sec-guard .symbol-01--cap .symbol-caption {
  font-size: 1rem
}

.sec-guard .symbol-01,
.sec-guard .symbol-02 {
  position: absolute;
  top: 0;
}

.sec-guard .symbol-01 {
  left: 20%;
}

.sec-guard .symbol-02 {
  left: 10%;
}

@media (max-width: 767px) {

  .sec-guard .symbol-01,
  .sec-guard .symbol-02 {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 30px;
  }
}

.sec-guard .symbol-01 img,
.sec-guard .symbol-02 img {
  width: 100px;
}

@media (max-width: 767px) {

  .sec-guard .symbol-01 img,
  .sec-guard .symbol-02 img {
    width: 60px;
  }
}

.sec-guard .header {
  position: relative;
  padding-bottom: 15px;
  text-align: center
}

@media (max-width: 767px) {
  .sec-guard .header {
    text-align: left
  }
}

.sec-guard .header:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 2px;
  background-color: #0068e2
}

@media (max-width: 767px) {
  .sec-guard .header:after {
    left: auto;
    right: auto;
    width: 37px
  }
}

.sec-guard .header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 767px) {
  .sec-guard .header .logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.sec-guard .header .logo img {
  width: 134px
}

@media (max-width: 767px) {
  .sec-guard .header .logo img {
    width: 100px
  }
}

.sec-guard .header .logo span {
  margin-left: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1
}

@media (max-width: 767px) {
  .sec-guard .header .logo span {
    margin-left: 5px;
    font-size: 18px
  }
}

.sec-guard .header .heading {
  margin-top: 7px;
  font-size: 45px;
  font-weight: bold
}

@media (max-width: 767px) {
  .sec-guard .header .heading {
    font-size: 33px
  }
}

.sec-guard .description {
  margin-top: 21px
}

.sec-guard .description p {
  font-size: 20px;
  line-height: 1.9;
  text-align: center
}

@media (max-width: 767px) {
  .sec-guard .description p {
    display: none
  }

  .sec-guard .description p.show {
    display: block;
    font-size: 16px;
    line-height: 1.6875;
    text-align: left
  }

  .sec-guard .description p br {
    display: none
  }
}

.sec-guard .description p.note {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1
}

.sec-guard .description ul {
  display: none
}

@media (max-width: 767px) {
  .sec-guard .description ul {
    display: block
  }
}

.sec-guard .description li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.6875
}

.sec-guard .description li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #0068e2
}

.sec-guard__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -15px 0
}

@media (max-width: 767px) {
  .sec-guard__row {
    display: block;
    margin: 35px 0 0
  }
}

.sec-guard__col {
  width: 50%;
  padding: 0 15px
}

@media (max-width: 767px) {
  .sec-guard__col {
    width: 100%;
    padding: 0
  }

  .sec-guard__col+div {
    margin-top: 30px
  }
}

.sec-guard__col .title-col {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px
}

@media (max-width: 767px) {
  .sec-guard__col .title-col {
    font-size: 18px;
    line-height: 1.27778
  }
}

.sec-guard__col .title-col span {
  display: block;
  font-size: 14px;
  line-height: 26px
}

@media (max-width: 767px) {
  .sec-guard__col .title-col span {
    font-size: 14px;
    line-height: 1.76923
  }
}

.sec-guard__col .title-col span.sub {
  display: inline;
  font-size: 18px
}

.sec-guard__col figure {
  margin-top: 10px
}

.sec-guard__col figure img {
  width: 100%
}

.sec-guard__col figure p {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  .sec-guard__col figure p {
    margin-top: 11px
  }
}

.sec-guard__col figure p span {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1
}

@media (max-width: 767px) {
  .sec-guard__col figure p span {
    font-size: 16px
  }
}

.sec-guard__col figure figcaption {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1
}

@media (max-width: 767px) {
  .sec-guard__col figure figcaption {
    margin-top: 12px;
    font-size: 12px
  }
}

.sec-guard .note {
  margin-top: 24px;
  font-size: 14px
}

.sec-guard .txt-important {
  margin-top: 32px;
  color: #f00;
  font-size: 20px;
  font-weight: bold;
  text-align: center
}

@media (max-width: 767px) {
  .sec-guard .txt-important {
    margin-top: 21px;
    font-size: 16px;
    line-height: 2.13333
  }
}

.sec-guard .txt-important em {
  font-size: 32px;
  font-weight: bold
}

@media (max-width: 767px) {
  .sec-guard .txt-important em {
    display: block;
    font-size: 24px;
    line-height: 1.33333
  }
}

.sec-guard section {
  margin-top: 50px;
  padding: 48px 50px;
  border-radius: 10px;
  background-color: #fafafa
}

@media (max-width: 767px) {
  .sec-guard section {
    margin-top: 30px;
    padding: 30px 19px;
    border-radius: 5px
  }
}

.sec-guard section+section {
  margin-top: 40px
}

@media (max-width: 767px) {
  .sec-guard section+section {
    margin-top: 20px
  }
}

.sec-guard section h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  text-align: center
}

@media (max-width: 767px) {
  .sec-guard section h3 {
    font-size: 25px
  }
}

.sec-guard section .point {
  margin-top: 10px
}

.sec-guard section .point li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0
}

@media (max-width: 767px) {
  .sec-guard section .point li {
    display: block;
    padding: 13px 0
  }
}

.sec-guard section .point li+li {
  border-top: 1px solid #ddd
}

.sec-guard section .point li:last-child {
  padding-bottom: 0
}

.sec-guard section .point li p {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 136px;
  color: #0068e2;
  font-size: 26px;
  font-weight: bold
}

@media (max-width: 767px) {
  .sec-guard section .point li p {
    font-size: 20px
  }
}

.sec-guard section .point li span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold
}

@media (max-width: 767px) {
  .sec-guard section .point li span {
    margin-top: 4px;
    font-size: 13px
  }
}

.sec-guard section .point li span em {
  color: #0068e2;
  font-weight: bold
}

.sec-guard section .point li span br {
  display: none
}

@media (max-width: 767px) {
  .sec-guard section .point li span br {
    display: inline
  }
}

.sec-guard section .safety {
  margin-top: 12px
}

@media (max-width: 767px) {
  .sec-guard section .safety {
    margin-top: 18px
  }
}

.sec-guard section .safety li {
  position: relative;
  padding: 21px 0 21px 27px;
  font-size: 22px;
  font-weight: bold
}

@media (max-width: 767px) {
  .sec-guard section .safety li {
    padding: 11px 0 11px 12px;
    font-size: 18px;
    line-height: 1.5
  }
}

.sec-guard section .safety li:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #0068e2
}

@media (max-width: 767px) {
  .sec-guard section .safety li:before {
    margin-top: 0;
    top: 20px;
    left: 1px;
    width: 6px;
    height: 6px
  }
}

.sec-guard section .safety li+li {
  border-top: 1px solid #ddd
}

.sec-guard section .safety+table {
  margin-top: 15px
}

@media (max-width: 767px) {
  .sec-guard section .safety+table {
    display: none
  }
}

.sec-guard section .sp {
  display: none;
  margin-top: 25px
}

@media (max-width: 767px) {
  .sec-guard section .sp {
    display: block
  }
}

.sec-guard section .sp table {
  margin-top: 0
}

.sec-guard section .sp table+table {
  margin-top: 10px
}

.sec-guard section .sp+.caption {
  margin-top: 10px;
  font-size: 12px
}

@media (max-width: 767px) {
  .sec-guard section .sp+.caption {
    font-size: 10px
  }
}

@media (max-width: 767px) {
  .sec-guard .data-pc {
    margin-top: 18px !important
  }
}

.sec-guard .data-pc figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  padding: 3px 0
}

.sec-guard .data-pc img {
  width: 94.25%
}

.sec-guard .data-pc+p {
  margin-top: 13px;
  font-size: 14px;
  letter-spacing: 0
}

@media (max-width: 767px) {
  .sec-guard .data-pc+p {
    margin-top: 10px;
    font-size: 12px
  }
}

.box-guard {
  margin-top: 44px;
  padding: 60px 60px 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(28, 18, 11, 0.1);
  box-shadow: 0 5px 30px 0 rgba(28, 18, 11, 0.1)
}

@media (max-width: 767px) {
  .box-guard {
    margin-top: 22px;
    padding: 24px 20px 20px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(28, 18, 11, 0.1);
    box-shadow: 0 3px 15px 0 rgba(28, 18, 11, 0.1)
  }
}

.box-guard__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left
}

@media (max-width: 767px) {
  .box-guard__header {
    display: block
  }
}

.box-guard__header figure {
  width: 235px
}

@media (max-width: 767px) {
  .box-guard__header figure {
    width: 86px;
    margin: 0 auto
  }
}

.box-guard__header p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77778
}

@media (max-width: 767px) {
  .box-guard__header p {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.61538;
    text-align: center;
    letter-spacing: 0
  }
}

.box-guard .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 465px;
  height: 48px;
  border-radius: 24px;
  background-color: #0068e2;
  color: #fff;
  font-size: 20px
}

@media (max-width: 767px) {
  .box-guard .button {
    width: 100%;
    font-size: 18px
  }
}

.box-guard .button::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  background: url(/img/common/icon/ico_target_04.svg) no-repeat center center;
  background-size: 15px 15px
}

.box-guard .button-wrap {
  margin-top: 72px
}

@media (max-width: 767px) {
  .box-guard .button-wrap {
    margin-top: 25px
  }
}

.box-guard__main {
  font-size: 16px;
  line-height: 1.75
}

.box-guard__main p {
  margin-top: 30px;
  font-weight: bold
}

@media (max-width: 767px) {
  .box-guard__main p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6
  }
}

.box-guard__main li {
  display: table
}

@media (max-width: 767px) {
  .box-guard__main li {
    font-size: 13px;
    line-height: 1.84615
  }
}

.box-guard__main li:before {
  display: table-cell;
  content: 'ãƒ»'
}

.table-guard {
  margin-top: 8px;
  width: 100%
}

.table-guard thead th {
  height: 44px;
  background-color: #00b2e2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71429;
  text-align: center
}

@media (max-width: 767px) {
  .table-guard thead th {
    height: 33px;
    font-size: 11px
  }
}

.table-guard thead th+th {
  border-left: 1px solid #fff
}

.table-guard thead th:last-child {
  border-right: 1px solid #00b2e2
}

.table-guard tbody td {
  padding: 9px 0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.71429;
  text-align: center
}

@media (max-width: 767px) {
  .table-guard tbody td {
    padding: 7px 0;
    font-size: 11px
  }
}

.table-guard tbody td:last-child {
  border-right: 1px solid #ccc
}

.table-guard tbody td em {
  font-weight: bold;
  line-height: 1.42857
}

.guard-example__title {
  margin-top: 45px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1
}

@media (max-width: 767px) {
  .guard-example__title {
    margin-top: 30px;
    font-size: 20px;
    text-align: left
  }
}

.guard-example__title+* {
  margin-top: 20px
}

.guard-example__body {
  margin-top: 20px;
  padding: 20px 20px 18px;
  background-color: #dbeff5
}

@media (max-width: 767px) {
  .guard-example__body {
    padding: 15px
  }
}

.sec-guard__col .guard-example__body {
  margin-top: 25px;
  padding: 15px
}

.guard-example__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

@media (max-width: 767px) {
  .guard-example__row {
    margin: 0 -6px -14px
  }
}

.sec-guard__col .guard-example__row {
  margin-bottom: -18px
}

.guard-example__col {
  width: 33.33%;
  padding: 0 10px
}

@media (max-width: 767px) {
  .guard-example__col {
    width: 50%;
    padding: 0 6px 14px
  }
}

.sec-guard__col .guard-example__col {
  width: 50%;
  padding-bottom: 18px
}

.sec-guard__col .guard-example__col figure {
  margin-top: 0
}

.guard-example__col figure img {
  width: 100%
}

.guard-example__col figcaption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1
}

@media (max-width: 767px) {
  .guard-example__col figcaption {
    margin-top: 7px;
    font-size: 10px
  }
}

.sec-guard__col .guard-example__col figcaption {
  margin-top: 8px
}

.sec-guard-product {
  padding: 75px 0;
  background-color: #fafafa
}

@media (max-width: 767px) {
  .sec-guard-product {
    padding: 50px 0
  }
}

.sec-guard-product .ttl-02 {
  font-size: 26px;
  text-align: center
}

@media (max-width: 767px) {
  .sec-guard-product .ttl-02 {
    text-align: left
  }

  .sec-guard-product .ttl-02+* {
    margin-top: 30px
  }
}

.guard-video .guard-video__title {
  margin-top: 75px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1
}

@media (max-width: 767px) {
  .guard-video .guard-video__title {
    margin-top: 50px;
    font-size: 20px;
    text-align: left
  }
}

.guard-video .guard-video__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guard-video .guard-video__item {
  width: 24%;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .guard-video .guard-video__item {
    width: 48%;
    margin-top: 20px;
  }
}

.guard-video .guard-video__item a {
  position: relative;
  display: block;
}

.guard-video .guard-video__item img {
  width: 100%;
  height: auto;
}

.guard-video .guard-video__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  border: 0.05em solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
}

.guard-video .guard-video__icon::before {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid #fff;
  content: "";
}</pre></body></html>