@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans CJK JP Thin';
  font-style: normal;
  font-weight: 100;
  src: url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.otf") format("opentype"); }
@font-face {
  font-family: 'Noto Sans CJK JP Light';
  font-style: normal;
  font-weight: 200;
  src: url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.otf") format("opentype"); }
@font-face {
  font-family: 'Noto Sans CJK JP DemiLight';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/NotoSansJP-DemiLight.woff2") format("woff2"), url("fonts/NotoSansJP-DemiLight.woff") format("woff"), url("fonts/NotoSansJP-DemiLight.otf") format("opentype"); }
@font-face {
  font-family: 'Noto Sans CJK JP Regular';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'Noto Sans CJK JP Medium';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.otf") format("opentype"); }
@font-face {
  font-family: 'Noto Sans CJK JP Bold';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'Noto Sans CJK JP Black';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.otf") format("opentype"); }
#securityz {
  position: relative;
  overflow: hidden;
  color: #333333;
  font-family: 'Noto Sans CJK JP Light', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 23px; }

@media (min-width: 801px) {
  #securityz {
    font-size: 16px;
    line-height: 35px; } }
#securityz * {
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none; }

@media (max-width: 800px) {
  #securityz .pc {
    display: none; } }
@media (min-width: 801px) {
  #securityz .sp {
    display: none; } }
@media (min-width: 330px) {
  #securityz .sp2 {
    display: none; } }
#securityz img {
  height: auto;
  vertical-align: bottom; }

@media (max-width: 800px) {
  #securityz img {
    max-width: 100%; } }
#securityz .section {
  padding: 40px 0; }

@media (min-width: 801px) {
  #securityz .section {
    padding: 60px 0; } }
#securityz .wrap {
  max-width: 1000px;
  margin: 0 auto; }

#securityz .section-head {
  background: url(../images/common/bg-head-page-l.png) left center no-repeat, url(../images/common/bg-head-page-r.png) right center no-repeat, linear-gradient(-45deg, #00baff 25%, #43deff 75%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans CJK JP Bold', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-style: italic;
  text-align: center;
  height: 100px; }

@media (max-width: 800px) {
  #securityz .section-head {
    background-size: 65%, 65%, 100%;
    background-position: -25% center, 125% center, center center; } }
@media (min-width: 801px) {
  #securityz .section-head {
    height: 200px; } }
#securityz .section-head .head-page {
  font-size: 28px;
  line-height: 1; }

@media (min-width: 801px) {
  #securityz .section-head .head-page {
    font-size: 46px; } }
#securityz .head-section {
  position: relative;
  display: inline-block;
  font-family: 'Noto Sans CJK JP Bold', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-style: italic;
  text-align: center;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 24px;
  padding: 0 15px; }

@media (min-width: 801px) {
  #securityz .head-section {
    font-size: 32px;
    line-height: 1;
    min-width: 320px;
    padding: 0 30px; } }
#securityz .head-section::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  display: block;
  background: url(../images/common/bg-stripe.png);
  width: 100%;
  height: 20px; }

@media (min-width: 801px) {
  #securityz .head-section::after {
    bottom: -16px;
    height: 30px; } }
#securityz .head-section span {
  position: relative;
  z-index: 2; }

#securityz .button-blue, #securityz .button-blue-border {
  position: relative;
  background-color: #00baff;
  color: #fff;
  border: 2px solid #00baff;
  display: block;
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  font-size: 13px;
  line-height: 1;
  width: 92%;
  height: 40px;
  margin: 0 auto;
  padding: 12px 0; }

@media (min-width: 801px) {
  #securityz .button-blue, #securityz .button-blue-border {
    font-size: 18px;
    line-height: 1;
    width: 240px;
    height: 60px;
    padding: 19px 0; } }
#securityz .button-blue::after, #securityz .button-blue-border::after {
  width: 10px;
  height: 17px;
  background: url(../images/common/button-arrow-white.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) scale(0.5); }

@media (min-width: 801px) {
  #securityz .button-blue::after, #securityz .button-blue-border::after {
    right: 20px;
    transform: translate(0, -50%); } }
@media (min-width: 801px) {
  #securityz .button-blue:hover, #securityz .button-blue-border:hover {
    background-color: #fff;
    color: #00baff; }

  #securityz .button-blue:hover::after, #securityz .button-blue-border:hover::after {
    background-image: url(../images/common/button-arrow-blue.svg); } }
#securityz .button-blue span, #securityz .button-blue-border span {
  display: inline-block;
  position: absolute;
  top: calc(50% + -1px);
  left: 50%;
  transform: translate(-50%, -50%); }

#securityz .button-blue-border {
  border-color: #fff; }

#securityz .button-black {
  position: relative;
  background-color: #333333;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  transition: .2s; }

@media (min-width: 801px) {
  #securityz .button-black {
    font-size: 20px;
    height: 60px; } }
#securityz .button-black::after {
  width: 10px;
  height: 17px;
  background: url(../images/common/button-arrow-white.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%); }

@media (max-width: 800px) {
  #securityz .button-black::after {
    right: 10px;
    transform: translate(0, -50%) scale(0.5); } }
@media (min-width: 801px) {
  #securityz .button-black:hover {
    background-color: #fff;
    color: #333333;
    border: 2px solid #333333; }

  #securityz .button-black:hover::after {
    background-image: url(../images/common/button-arrow-black.svg); } }
#securityz .section-application {
  background: url(../images/common/bg-stripe.png);
  padding: 20px 0 25px; }

@media (min-width: 801px) {
  #securityz .section-application {
    padding: 60px 0 65px; } }
#securityz .section-application .application-information {
  background-color: #fff;
  margin: 0 0 20px;
  padding: 20px; }

@media (min-width: 801px) {
  #securityz .section-application .application-information {
    text-align: center;
    margin: 0 0 40px;
    padding: 30px 0; } }
#securityz .section-application .application-information strong {
  color: #00baff;
  display: block;
  font-family: 'Noto Sans CJK JP Bold', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-style: italic;
  text-align: center;
  letter-spacing: 3px;
  font-size: 21px;
  line-height: 1; }

@media (min-width: 801px) {
  #securityz .section-application .application-information strong {
    font-size: 32px; } }
#securityz .section-application .application-information p {
  font-size: 12px;
  line-height: 23px;
  padding: 15px 0 0; }

@media (min-width: 801px) {
  #securityz .section-application .application-information p {
    font-size: 16px;
    line-height: 35px;
    padding: 20px 0 0; } }
#securityz .button-application {
  position: relative;
  background-color: #00baff;
  color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  box-shadow: 0 5px 0 #008cc0;
  transition: .2s; }

@media (min-width: 801px) {
  #securityz .button-application {
    font-size: 30px;
    line-height: 1;
    height: 100px; } }
#securityz .button-application:hover {
  box-shadow: 0 0 0 #008cc0;
  transform: translateY(5px); }

#securityz .button-application::after {
  width: 10px;
  height: 17px;
  background: url(../images/common/button-arrow-white.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%) scale(0.5); }

@media (min-width: 801px) {
  #securityz .button-application::after {
    right: 40px;
    transform: translate(0, -50%); } }
#securityz .button-application img {
  vertical-align: middle;
  height: 30px;
  margin: 0 10px 0 0; }

@media (min-width: 801px) {
  #securityz .button-application img {
    height: 45px;
    margin: 0 20px 0 0; } }
#securityz .section-content {
  font-size: 14px;
  line-height: 24px; }

#securityz .section-content .content-nav {
  position: relative;
  margin: 0 auto 20px; }

@media (min-width: 801px) {
  #securityz .section-content .content-nav {
    width: 100%;
    margin-bottom: 40px; } }
#securityz .section-content .content-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

#securityz .section-content .content-nav ul li {
  display: block; }

@media (max-width: 800px) {
  #securityz .section-content .content-nav ul li {
    width: 48.6%;
    margin: 0 0 10px; } }
#securityz .section-content .content-nav ul li a {
  background-color: #fff;
  display: block;
  position: relative;
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  height: 90px;
  margin: 0 1px; }

@media (min-width: 801px) {
  #securityz .section-content .content-nav ul li a {
    font-size: 14px;
    line-height: 20px;
    height: 110px; } }
#securityz .section-content .content-nav ul li a span {
  background-color: #333333;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  width: 100%;
  height: 50px; }

@media (min-width: 801px) {
  #securityz .section-content .content-nav ul li a span {
    height: 60px; } }
#securityz .section-content .content-nav ul li a::after {
  width: 17px;
  height: 10px;
  background: url(../images/common/arrow-content-nav-black.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0); }

@media (min-width: 801px) {
  #securityz .section-content .content-nav ul li a::after {
    bottom: 20px; } }
#securityz .section-content .content-nav ul li a:hover span {
  background-color: #00baff; }

#securityz .section-content .content-nav ul li a:hover::after {
  background-image: url(../images/common/arrow-content-nav-blue.svg); }

#securityz .section-content .content-box .box-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00baff;
  color: #fff;
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  text-align: center;
  height: 50px;
  font-size: 14px;
  line-height: 1.3; }

@media (min-width: 801px) {
  #securityz .section-content .content-box .box-head {
    font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    height: 60px;
    font-size: 20px; } }
#securityz .section-content .content-box .box-head span {
  display: block; }

#securityz .section-content .content-box .box-body {
  background-color: #fff;
  padding: 40px 30px; }

#securityz .section-content .content-box .box-body .box-lead {
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  display: block;
  color: #00baff;
  font-size: 15px;
  margin: 0 0 15px; }

@media (min-width: 801px) {
  #securityz .section-content .content-box .box-body .box-lead {
    font-size: 18px;
    margin: 0 0 40px; } }
@media (min-width: 801px) {
  #securityz .section-content .content-box .box-body .box-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }

  #securityz .section-content .content-box .box-body .box-description .box-text {
    display: block;
    width: 50%; }

  #securityz .section-content .content-box .box-body .box-description .box-image {
    display: block;
    width: 50%;
    text-align: center; } }
#securityz .content-lead {
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 24px;
  line-height: 1; }

#securityz .content-subhead {
  text-align: center;
  padding: 40px 0 50px; }

@media (min-width: 801px) {
  #securityz .content-subhead {
    padding: 60px 0 70px; }

  #securityz .wrap .content-box {
    margin: 0 5px 0 5px; } }
@media (max-width: 800px) {
  #securityz {
    padding: 50px 0 0; }

  #securityz .wrap {
    padding: 0 4%; }

  #securityz .header-nav .secz-nav-button {
    background-color: #00baff;
    color: #fff;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    display: inline-block;
    border-radius: 4px;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
    width: 145px;
    padding: 0 10px; }

  #securityz .header-nav .secz-nav-button .secz-nav-icon {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 13px; }

  #securityz .header-nav .secz-nav-button .secz-nav-icon i {
    background-color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    transition: .2s; }

  #securityz .header-nav .secz-nav-button .secz-nav-icon i:nth-of-type(1) {
    top: 0; }

  #securityz .header-nav .secz-nav-button .secz-nav-icon i:nth-of-type(2) {
    top: 5px; }

  #securityz .header-nav .secz-nav-button .secz-nav-icon i:nth-of-type(3) {
    top: 10px; }

  #securityz .header-nav .secz-nav-button dt {
    transition: .2s; }

  #securityz .header-nav .secz-nav-button dt:hover {
    opacity: .6; }

  #securityz .header-nav [type='checkbox'] {
    display: none; }

  #securityz .header-nav [type='checkbox']:checked ~ .secz-nav-button {
    position: fixed; }

  #securityz .header-nav [type='checkbox']:checked ~ .secz-nav-button i:nth-of-type(1) {
    transform: translateY(4px) rotate(-315deg); }

  #securityz .header-nav [type='checkbox']:checked ~ .secz-nav-button i:nth-of-type(2) {
    opacity: 0; }

  #securityz .header-nav [type='checkbox']:checked ~ .secz-nav-button i:nth-of-type(3) {
    transform: translateY(-6px) rotate(315deg); }

  #securityz .header-nav [type='checkbox']:checked ~ .secz-nav-bg {
    left: 0; }

  #securityz .header-nav [type='checkbox']:checked ~ .header-nav-body {
    visibility: visible;
    left: 0; }

  #securityz .header-nav .secz-nav-bg {
    background-color: #fff;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    transition: .2s; }

  #securityz .header-nav .header-nav-body {
    position: fixed;
    z-index: 100;
    top: 50px;
    left: 100%;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    opacity: 1;
    transition: .3s; }

  #securityz .header-nav .header-nav-body > .wrap {
    padding: 0; }

  #securityz .header-nav li a {
    position: relative;
    display: block;
    background-color: #00baff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    margin: 0 0 2px;
    padding: 0 4%; }

  #securityz .header-nav li a::after {
    width: 10px;
    height: 17px;
    background: url(../images/common/button-arrow-white.svg) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(0, -50%) scale(0.5); } }
@media (min-width: 801px) {
  #securityz .header-nav {
    position: relative; }

  #securityz .header-nav #secz-nav, #securityz .header-nav .secz-nav-button, #securityz .header-nav .secz-nav-bg {
    display: none; }

  #securityz .header-nav::after {
    content: '';
    display: block;
    border-bottom: 5px solid #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%; }

  #securityz .header-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  #securityz .header-nav ul li {
    display: block;
    width: 100%; }

  #securityz .header-nav ul li a {
    display: block;
    color: #333333;
    border-bottom: 5px solid #aaaaaa;
    font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    height: 105px;
    margin: 0 1px;
    padding: 40px 0 0;
    transition: .2s; }

  #securityz .header-nav ul li a:hover {
    color: #00baff;
    border-bottom-color: #00baff; }

  #securityz .header-nav ul li.current a {
    color: #00baff;
    border-bottom-color: #00baff; } }
#securityz.page-home .home-kv {
  background: url(../images/common/bg-head-page-l.png) left top no-repeat, url(../images/common/bg-head-page-r.png) right bottom no-repeat, linear-gradient(-45deg, #00baff, #43deff);
  overflow: hidden; }

@media (max-width: 800px) {
  #securityz.page-home .home-kv {
    background-size: 45%, 45%, 100%; } }
@media (min-width: 801px) {
  #securityz.page-home .home-kv {
    min-width: 1000px;
    height: 450px; } }
#securityz.page-home .home-kv .wrap {
  position: relative; }

#securityz.page-home .home-kv .wrap .home-kv-content {
  position: relative; }

@media (max-width: 800px) {
  #securityz.page-home .home-kv .wrap .home-kv-content {
    text-align: center; } }
#securityz.page-home .home-kv .wrap .home-kv-content .kv-txt {
  margin: 30px 0 0; }

@media (min-width: 801px) {
  #securityz.page-home .home-kv .wrap .home-kv-content .kv-txt {
    position: absolute;
    top: 70px;
    left: 0; } }
@media (max-width: 800px) {
  #securityz.page-home .home-kv .wrap .home-kv-content .kv-txt img {
    height: 64px; } }
#securityz.page-home .home-kv .wrap .home-kv-content .kv-txt h1 {
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans CJK JP Light', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  margin: 15px 0; }

@media (min-width: 801px) {
  #securityz.page-home .home-kv .wrap .home-kv-content .kv-txt h1 {
    font-size: 24px;
    line-height: 40px;
    margin: 30px 0 0; } }
#securityz.page-home .home-kv .wrap .home-kv-content .kv-img {
  width: 100%;
  margin: 0 0 25px; }

@media (min-width: 801px) {
  #securityz.page-home .home-kv .wrap .home-kv-content .kv-img {
    position: absolute;
    top: 20px;
    right: -140px;
    width: auto; } }
#securityz.page-home .section01 {
  position: relative;
  overflow: hidden; }

@media (min-width: 801px) {
  #securityz.page-home .section01 {
    min-width: 1000px; } }
#securityz.page-home .section01 .wrap {
  position: relative; }

@media (min-width: 801px) {
  #securityz.page-home .section01 .wrap {
    height: 423px; } }
#securityz.page-home .section01 .wrap .about-head {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100%; }

@media (min-width: 801px) {
  #securityz.page-home .section01 .wrap .about-head {
    top: 140px; } }
#securityz.page-home .section01 .wrap .about-head .head-kv {
  position: relative;
  z-index: 2;
  color: #00baff;
  font-family: 'Noto Sans CJK JP Thin', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-style: italic;
  letter-spacing: 4px;
  font-size: 35px;
  line-height: 1; }

@media (min-width: 801px) {
  #securityz.page-home .section01 .wrap .about-head .head-kv {
    font-size: 70px;
    margin: 0 0 20px; } }
@media (max-width: 800px) {
  #securityz.page-home .section01 .wrap .about-head .head-section {
    margin: 15px 0 0 19%; } }
@media (max-width: 800px) {
  #securityz.page-home .section01 .wrap img {
    width: 170%;
    max-width: 170%;
    margin: 0 -35%; } }
@media (min-width: 801px) {
  #securityz.page-home .section01 .wrap img {
    position: absolute;
    bottom: 0;
    right: -310px; } }
#securityz.page-home .section02 {
  background-color: #00baff;
  padding: 0 0 30px; }

@media (min-width: 801px) {
  #securityz.page-home .section02 {
    padding: 0 0 60px; } }
@media (max-width: 800px) {
  #securityz.page-home .section02 .wrap {
    padding: 0; } }
#securityz.page-home .section02 p {
  background-color: #fff;
  padding: 30px 4%;
  margin: 0 0 30px; }

@media (min-width: 801px) {
  #securityz.page-home .section02 p {
    padding: 40px 0;
    margin: 0 0 40px;
    text-align: center; } }
#securityz.page-home .section03 {
  background-color: #f2f2f2;
  text-align: center; }

#securityz.page-home .section03 p {
  text-align: left;
  margin: 25px 0 0; }

@media (min-width: 801px) {
  #securityz.page-home .section03 p {
    text-align: center;
    margin: 50px 0 0; } }
#securityz.page-home .section03 .service-nav {
  margin: 20px 0; }

@media (min-width: 801px) {
  #securityz.page-home .section03 .service-nav {
    margin: 40px 0; } }
#securityz.page-home .section03 .service-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

@media (max-width: 800px) {
  #securityz.page-home .section03 .service-nav ul {
    flex-wrap: wrap; } }
#securityz.page-home .section03 .service-nav ul li {
  display: block;
  background-color: #fff;
  width: 48.5%;
  margin: 0 0 10px; }

@media (min-width: 801px) {
  #securityz.page-home .section03 .service-nav ul li {
    width: 16%;
    margin: 0; } }
#securityz.page-home .section03 .service-nav ul li strong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00baff;
  color: #fff;
  line-height: 18px;
  height: 50px; }

@media (min-width: 801px) {
  #securityz.page-home .section03 .service-nav ul li strong {
    font-size: 14px;
    line-height: 20px;
    height: 60px; } }
#securityz.page-home .section03 .service-nav ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; }

@media (min-width: 801px) {
  #securityz.page-home .section03 .service-nav ul li span {
    height: 160px; } }
#securityz.page-home .section03 .service-nav ul li span img {
  fill: #000; }
@media (max-width: 800px) {
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service01"] {
    height: 14vw; }
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service02"] {
    height: 16vw; }
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service04"] {
    height: 15.75vw; }
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service05"] {
    height: 14.625vw; }
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service06"] {
    height: 12.125vw; }
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service08"] {
    height: 12.875vw; }
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service09"] {
    height: 12.25vw; }
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service10"] {
    height: 11.75vw; }
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service11"] {
    height: 13.625vw; }
  #securityz.page-home .section03 .service-nav ul li span [src*="icon-service12"] {
    height: 12.625vw; } }

#securityz.page-home .section03 .service-v2-nav {
  margin: 20px 0 0; }

@media (min-width: 801px) {
  #securityz.page-home .section03 .service-v2-nav {
    margin: 40px 0 0; } }
#securityz.page-home .section03 .service-v2-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

@media (max-width: 800px) {
  #securityz.page-home .section03 .service-v2-nav ul {
    flex-wrap: wrap; } }
#securityz.page-home .section03 .service-v2-nav ul li {
  display: block;
  background-color: #fff;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 20px; }

@media (min-width: 801px) {
  #securityz.page-home .section03 .service-v2-nav ul li {
    width: 49.6%;
    margin: 0; } }
#securityz.page-home .section03 .service-v2-nav ul li strong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00baff;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  height: 50px; }

@media (min-width: 801px) {
  #securityz.page-home .section03 .service-v2-nav ul li strong {
    font-size: 24px;
    height: 60px; } }
#securityz.page-home .section03 .service-v2-nav ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px; }

@media (min-width: 801px) {
  #securityz.page-home .section03 .service-v2-nav ul li span {
    height: 98px; } }
#securityz.page-home .section03 .service-v2-nav ul li p {
  margin: 20px 4%; }

@media (min-width: 801px) {
  #securityz.page-home .section04 .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; } }
#securityz.page-home .section04 .wrap .content-box {
  background-color: #f2f2f2; }

@media (min-width: 801px) {
  #securityz.page-home .section04 .wrap .content-box {
    width: 49.6%; } }
@media (max-width: 800px) {
  #securityz.page-home .section04 .wrap .content-box + .content-box {
    margin: 20px 0 0; } }
#securityz.page-home .section04 .wrap .content-box a[href*='install']::before {
  width: 39px;
  height: 26px;
  background: url(../images/home/icon-install.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  margin: 2px 20px 0 0; }

@media (max-width: 800px) {
  #securityz.page-home .section04 .wrap .content-box a[href*='install']::before {
    margin: 2px 5px 0 0;
    transform: scale(0.7); } }
#securityz.page-home .section04 .wrap .content-box a[href*='faq']::before {
  width: 24px;
  height: 22px;
  background: url(../images/home/icon-faq.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  margin: 2px 20px 0 0; }

@media (max-width: 800px) {
  #securityz.page-home .section04 .wrap .content-box a[href*='faq']::before {
    margin: 2px 5px 0 0;
    transform: scale(0.7); } }
#securityz.page-home .section04 .wrap .content-box a[href*='https://securityz.jp/notice/']::before {
  width: 39px;
  height: 26px;
  background: url(../images/home/Bell.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  margin: 2px 20px 0 0; }

@media (max-width: 800px) {
  #securityz.page-home .section04 .wrap .content-box a[href*='https://securityz.jp/notice/']::before {
    margin: 2px 5px 0 0;
    transform: scale(0.7); } }
@media (min-width: 801px) {
  #securityz.page-home .section04 .wrap .content-box a:hover[href*='install']::before {
    background-image: url(../images/home/icon-install-black.svg); }

  #securityz.page-home .section04 .wrap .content-box a:hover[href*='faq']::before {
    background-image: url(../images/home/icon-faq-black.svg); }

  #securityz.page-home .section04 .wrap .content-box a:hover[href*='https://securityz.jp/notice/']::before {
    background-image: url(../images/home/Bell_black.svg); } }
#securityz.page-home .section04 .wrap .content-box p {
  padding: 15px 20px; }

@media (min-width: 801px) {
  #securityz.page-home .section04 .wrap .content-box p {
    text-align: center;
    padding: 30px 20px; } }
#securityz.page-faq .content-faq {
  padding: 0 0 60px; }

#securityz.page-faq .content-faq dl {
  font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 14px;
  line-height: 21px; }

@media (min-width: 801px) {
  #securityz.page-faq .content-faq dl {
    font-size: 20px;
    line-height: 1; } }
#securityz.page-faq .content-faq dl + dl {
  margin: 5px 0 0; }

#securityz.page-faq .content-faq dl label {
  display: block;
  cursor: pointer; }

#securityz.page-faq .content-faq dl dt {
  position: relative;
  display: block;
  background-color: #00baff;
  color: #fff;
  transition: .2s;
  width: 100%;
  padding: 0 30px 0 0; }

@media (min-width: 801px) {
  #securityz.page-faq .content-faq dl dt {
    padding: 0 60px 0 0; } }
#securityz.page-faq .content-faq dl dt i {
  border-right: 1px solid #fff;
  display: table-cell;
  font-style: normal;
  text-align: center;
  vertical-align: top;
  width: 50px;
  min-height: 50px;
  padding: 15px 0; }

@media (min-width: 801px) {
  #securityz.page-faq .content-faq dl dt i {
    width: 60px;
    min-height: 60px;
    padding: 20px 0; } }
#securityz.page-faq .content-faq dl dt span {
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  display: table-cell;
  padding: 15px; }

@media (max-width: 800px) {
  #securityz.page-faq .content-faq dl dt span {
    font-size: 14px;
    line-height: 21px; } }
@media (min-width: 801px) {
  #securityz.page-faq .content-faq dl dt span {
    padding: 20px; } }
@media (min-width: 801px) {
  #securityz.page-faq .content-faq dl dt:hover {
    opacity: .6; } }
#securityz.page-faq .content-faq dl dt::after {
  width: 17px;
  height: 10px;
  background: url(../images/common/arrow-down-white.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 15px;
  right: 10px; }

@media (min-width: 801px) {
  #securityz.page-faq .content-faq dl dt::after {
    top: 20px;
    right: 20px; } }
#securityz.page-faq .content-faq dl dd {
  overflow: hidden;
  display: block;
  background-color: #f2f2f2;
  width: 100%;
  max-height: 0;
  transition: .5s; }

#securityz.page-faq .content-faq dl dd i {
  display: table-cell;
  font-style: normal;
  text-align: center;
  vertical-align: top;
  width: 50px;
  min-height: 50px;
  padding: 15px 0; }

@media (min-width: 801px) {
  #securityz.page-faq .content-faq dl dd i {
    width: 60px;
    min-height: 60px;
    padding: 20px 0; } }
#securityz.page-faq .content-faq dl dd span {
  font-family: 'Noto Sans CJK JP Light', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  display: table-cell;
  font-size: 12px;
  line-height: 21px;
  padding: 15px; }

@media (min-width: 801px) {
  #securityz.page-faq .content-faq dl dd span {
    padding: 20px;
    font-size: 16px;
    line-height: 30px; } }
#securityz.page-faq .content-faq dl [type='checkbox'] {
  display: none; }

#securityz.page-faq .content-faq dl [type='checkbox']:checked ~ dt:after {
  transform: rotate(180deg); }

#securityz.page-faq .content-faq dl [type='checkbox']:checked ~ dd {
  transition: 1s;
  max-height: 1000px; }

#securityz.page-about .head-page {
  font-size: 24px;
  padding: 10px 0 0; }

@media (min-width: 801px) {
  #securityz.page-about .head-page {
    font-size: 40px; } }
#securityz.page-about .head-page img {
  vertical-align: middle;
  height: 35px; }

@media (min-width: 801px) {
  #securityz.page-about .head-page img {
    height: auto; } }
#securityz.page-about .section-lead {
  padding: 30px 0; }

@media (min-width: 801px) {
  #securityz.page-about .section-lead {
    text-align: center;
    padding: 40px 0; } }
#securityz.page-about .section-content {
  background-color: #f2f2f2; }

#securityz.page-about .section-content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px; }

@media (min-width: 801px) {
  #securityz.page-about .section-content .wrap {
    padding-bottom: 60px; } }
#securityz.page-about .section-content .content-box {
  background-color: #fff;
  width: 100%;
  margin: 10px 0 0; }

@media (min-width: 801px) {
  #securityz.page-about .section-content .content-box {
    width: 49.6%;
    margin: 8px 0 0; }

  #securityz.page-about .section-content .content-box:nth-of-type(4) .box-image img {
    left: calc(50% + 35px); } }
#securityz.page-about .section-content .content-box .box-head {
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif; }

@media (min-width: 801px) {
  #securityz.page-about .section-content .content-box .box-head {
    font-size: 18px; }

  #securityz.page-about .section-content .content-box .box-body {
    padding: 0 30px 40px; } }
@media (max-width: 800px) {
  #securityz.page-about .section-content .content-box .box-body {
    padding: 0 20px 20px; }

  #securityz.page-about .section-content .content-box .box-image {
    text-align: center;
    margin: 0 0 5vw; }

  #securityz.page-about .section-content .content-box .box-image img {
    width: auto;
    height: 110px; }
  #securityz.page-about .section-content .content-box .box-image [src*="img01"] {
    height: 27.125vw; }
  #securityz.page-about .section-content .content-box .box-image [src*="img02"] {
    height: 26.875vw; }
  #securityz.page-about .section-content .content-box .box-image [src*="img07"] {
    height: 14.75vw; }
  #securityz.page-about .section-content .content-box .box-image [src*="img04"] {
    height: 26.25vw; }
  #securityz.page-about .section-content .content-box .box-image [src*="img05"] {
    height: 28.625vw; }
  #securityz.page-about .section-content .content-box .box-image [src*="img06"] {
    height: 24vw; } }
@media (min-width: 801px) {
  #securityz.page-about .section-content .content-box .box-image {
    position: relative;
    height: 170px;
    margin: 0 0 30px; }

  #securityz.page-about .section-content .content-box .box-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%) scale(0.5); } }
#securityz.page-about .section-content .content-box .box-icon {
  display: flex;
  justify-content: flex-end;
  margin-right: -20px;
  padding: 10px; }

@media (min-width: 801px) {
  #securityz.page-about .section-content .content-box .box-icon {
    margin-right: -30px; } }
@media (max-width: 800px) {
  #securityz.page-about .section-content .content-box .box-icon [src*="icon-safe"] {
    width: 13.25vw; }
  #securityz.page-about .section-content .content-box .box-icon [src*="icon-id"] {
    width: 10.5vw; } }
#securityz.page-about .section-content .content-box .box-icon li + li {
  margin-left: 10px; }

#securityz.page-key .section-content {
  background-color: #f2f2f2;
  padding: 0 0 40px; }

@media (min-width: 801px) {
  #securityz.page-key .section-content {
    padding: 0 0 60px; } }
@media (min-width: 801px) {
  #securityz.page-key .section-content .content-nav {
    width: 83.2%; } }
@media (min-width: 801px) {
  #securityz.page-key .section-content .content-nav li {
    width: 19.2%; } }
#securityz.page-key .section-content .content-box + .content-box {
  margin: 10px 0 0; }

@media (min-width: 801px) {
  #securityz.page-key .section-content .content-box + .content-box {
    margin: 40px 0 0; } }
@media (max-width: 800px) {
  #securityz.page-key .section-content .content-box .box-body {
    padding: 20px;
    font-size: 12px;
    line-height: 23px; }

  #securityz.page-key .section-content .content-box .box-image {
    text-align: center;
    margin: 20px 0 0; }

  #securityz.page-key .section-content .content-box img {
    width: auto; }

  #securityz.page-key .section-content .content-box [src*="img01"] {
    height: 33.375vw; }

  #securityz.page-key .section-content .content-box [src*="img02"] {
    height: 29.625vw; }

  #securityz.page-key .section-content .content-box [src*="img03"] {
    height: 25.625vw; }

  #securityz.page-key .section-content .content-box [src*="img04"] {
    height: 23.5vw; }

  #securityz.page-key .section-content .content-box [src*="img05"] {
    height: 15.25vw; } }
@media (min-width: 801px) {
  #securityz.page-key .section-content .content-box .box-image {
    position: relative; }

  #securityz.page-key .section-content .content-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%) scale(0.5); } }
#securityz.page-key .information-key {
  background-color: #fff;
  margin: 0 0 20px;
  padding: 20px; }

@media (min-width: 801px) {
  #securityz.page-key .information-key {
    text-align: center;
    margin: 0 0 40px;
    padding: 30px 0; } }
#securityz.page-key .information-key strong {
  color: #00baff;
  display: block;
  font-family: 'Noto Sans CJK JP Bold', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-style: italic;
  text-align: center;
  letter-spacing: 3px;
  font-size: 21px;
  line-height: 1; }

@media (min-width: 801px) {
  #securityz.page-key .information-key strong {
    font-size: 32px; } }
#securityz.page-key .information-key p {
  font-size: 12px;
  line-height: 23px;
  padding: 15px 0 0; }

@media (min-width: 801px) {
  #securityz.page-key .information-key p {
    font-size: 16px;
    line-height: 35px;
    padding: 20px 0 0; } }
#securityz.page-safe .section-content {
  background-color: #f2f2f2;
  padding: 0 0 40px; }

@media (min-width: 801px) {
  #securityz.page-safe .section-content {
    padding: 0 0 60px; } }
@media (min-width: 801px) {
  #securityz.page-safe .section-content .content-nav {
    width: 83.2%; } }
@media (min-width: 801px) {
  #securityz.page-safe .section-content .content-nav li {
    width: 19.2%; } }
#securityz.page-safe .section-content .content-box + .content-box {
  margin: 10px 0 0; }

@media (min-width: 801px) {
  #securityz.page-safe .section-content .content-box + .content-box {
    margin: 40px 0 0; } }
@media (max-width: 800px) {
  #securityz.page-safe .section-content .content-box .box-body {
    padding: 20px;
    font-size: 12px;
    line-height: 23px; }

  #securityz.page-safe .section-content .content-box .box-image {
    text-align: center;
    margin: 20px 0 0; }

  #securityz.page-safe .section-content .content-box img {
    width: auto; }

  #securityz.page-safe .section-content .content-box:nth-of-type(1) img {
    height: 81px; }

  #securityz.page-safe .section-content .content-box:nth-of-type(2) img {
    height: 125px; }

  #securityz.page-safe .section-content .content-box:nth-of-type(3) img {
    height: 95px;
    margin: 0 0 0 10px; }

  #securityz.page-safe .section-content .content-box:nth-of-type(4) img {
    height: 170px; }

  #securityz.page-safe .section-content .content-box:nth-of-type(5) img {
    height: 80px;
    margin: 0 0 0 35px; }

  #securityz.page-safe .section-content .content-box:nth-of-type(6) img {
    height: 70px; } }
@media (min-width: 801px) {
  #securityz.page-safe .section-content .content-box .box-image {
    position: relative; }

  #securityz.page-safe .section-content .content-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%) scale(0.5); }

  #securityz.page-safe .section-content .content-box:nth-of-type(3) img {
    left: calc(50% + 10px); }

  #securityz.page-safe .section-content .content-box:nth-of-type(4) img {
    top: 25%; }

  #securityz.page-safe .section-content .content-box:nth-of-type(5) img {
    left: calc(50% + 20px); } }
#securityz.page-safe .information-key {
  background-color: #fff;
  margin: 0 0 20px;
  padding: 20px; }

@media (min-width: 801px) {
  #securityz.page-safe .information-key {
    text-align: center;
    margin: 0 0 40px;
    padding: 30px 0; } }
#securityz.page-safe .information-key strong {
  color: #00baff;
  display: block;
  font-family: 'Noto Sans CJK JP Bold', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-style: italic;
  text-align: center;
  letter-spacing: 3px;
  font-size: 21px;
  line-height: 1; }

@media (min-width: 801px) {
  #securityz.page-safe .information-key strong {
    font-size: 32px; } }
#securityz.page-safe .information-key p {
  font-size: 12px;
  line-height: 23px;
  padding: 15px 0 0; }

@media (min-width: 801px) {
  #securityz.page-safe .information-key p {
    font-size: 16px;
    line-height: 35px;
    padding: 20px 0 0; } }
#securityz.page-vpn .section-content {
  background-color: #f2f2f2;
  padding: 0 0 40px; }

@media (min-width: 801px) {
  #securityz.page-vpn .section-content {
    padding: 0 0 60px; } }
@media (min-width: 801px) {
  #securityz.page-vpn .section-content .content-nav {
    width: 66.4%; } }
@media (min-width: 801px) {
  #securityz.page-vpn .section-content .content-nav li {
    width: 24.1%; } }
#securityz.page-vpn .section-content .content-box + .content-box {
  margin: 10px 0 0; }

@media (min-width: 801px) {
  #securityz.page-vpn .section-content .content-box + .content-box {
    margin: 40px 0 0; } }
@media (max-width: 800px) {
  #securityz.page-vpn .section-content .content-box .box-body {
    padding: 20px;
    font-size: 12px;
    line-height: 23px; }

  #securityz.page-vpn .section-content .content-box .box-image {
    text-align: center;
    margin: 20px 0 0; }

  #securityz.page-vpn .section-content .content-box img {
    width: auto; }

  #securityz.page-vpn .section-content .content-box:nth-of-type(1) img {
    height: 80px; }

  #securityz.page-vpn .section-content .content-box:nth-of-type(2) img {
    height: 120px; }

  #securityz.page-vpn .section-content .content-box:nth-of-type(3) .box-image {
    margin: 0; }

  #securityz.page-vpn .section-content .content-box:nth-of-type(3) img {
    height: 108px;
    margin: 0 0 0 15px; }

  #securityz.page-vpn .section-content .content-box:nth-of-type(4) img {
    height: 95px; } }
@media (min-width: 801px) {
  #securityz.page-vpn .section-content .content-box .box-image {
    position: relative; }

  #securityz.page-vpn .section-content .content-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%) scale(0.5); }

  #securityz.page-vpn .section-content .content-box:nth-of-type(2) img, #securityz.page-vpn .section-content .content-box:nth-of-type(3) img, #securityz.page-vpn .section-content .content-box:nth-of-type(4) img {
    top: calc(50% + -30px); }

  #securityz.page-vpn .section-content .content-box:nth-of-type(5) img {
    top: 0;
    left: 60%; } }
#securityz.page-install .lead-install {
  border: 2px solid #00baff;
  margin: 40px 0 15px;
  padding: 18px; }

@media (min-width: 801px) {
  #securityz.page-install .lead-install {
    border-width: 4px;
    margin: 60px 0;
    padding: 50px; } }
#securityz.page-install .lead-install strong {
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  color: #f00;
  display: block;
  font-size: 16px;
  line-height: 24px; }

@media (min-width: 801px) {
  #securityz.page-install .lead-install strong {
    font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    text-align: center;
    font-size: 20px;
    line-height: 1; } }
#securityz.page-install .lead-install p {
  font-size: 12px;
  line-height: 23px;
  margin: 15px 0 20px; }

@media (min-width: 801px) {
  #securityz.page-install .lead-install p {
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    margin: 30px 0 40px; } }
#securityz.page-install .install-list {
  padding: 0 0 7.5vw; }
  @media (min-width: 801px) {
    #securityz.page-install .install-list {
      padding: 0 0 40px; } }
  #securityz.page-install .install-list:last-of-type {
    padding: 0 0 10vw; }
    @media (min-width: 801px) {
      #securityz.page-install .install-list:last-of-type {
        padding: 0 0 60px; } }

#securityz.page-install .install-list .wrap {
  background-color: #00baff;
  padding: 0 0 0 2.5vw; }
  @media (max-width: 800px) {
    #securityz.page-install .install-list .wrap {
      margin: 0 3.75vw; } }
  @media (min-width: 801px) {
    #securityz.page-install .install-list .wrap {
      padding: 0 0 0 20px; } }

#securityz.page-install .install-list .list-head {
  padding: 3.75vw 0 3.75vw 1.25vw; }
  @media (min-width: 801px) {
    #securityz.page-install .install-list .list-head {
      padding: 20px 0 20px 5px; } }
  @media (max-width: 800px) {
    #securityz.page-install .install-list .list-head [src*="head-safe"] {
      height: 9.5vw; }
    #securityz.page-install .install-list .list-head [src*="head-id"] {
      height: 9vw; } }

#securityz.page-install .install-list dl {
  font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1.25vw solid #fff;
  border-left: 1.25vw solid #fff; }
  #securityz.page-install .install-list dl:first-of-type {
    border-top: 1.25vw solid #fff; }
  #securityz.page-install .install-list dl:last-of-type {
    border-bottom: none; }
  @media (min-width: 801px) {
    #securityz.page-install .install-list dl {
      border-width: 5px;
      font-size: 20px;
      line-height: 1; }
      #securityz.page-install .install-list dl:first-of-type {
        border-width: 5px; } }

#securityz.page-install .install-list dl label {
  display: block;
  cursor: pointer; }

#securityz.page-install .install-list dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #00baff;
  color: #fff;
  transition: .2s;
  width: 100%;
  padding: 0 30px 0 0; }

@media (min-width: 801px) {
  #securityz.page-install .install-list dl dt {
    padding: 0 60px 0 0; } }
#securityz.page-install .install-list dl dt i {
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50px;
  min-height: 50px; }

@media (min-width: 801px) {
  #securityz.page-install .install-list dl dt i {
    width: 60px;
    min-height: 60px; } }
#securityz.page-install .install-list dl dt i::before {
  content: '';
  display: block;
  background-color: #fff;
  width: 20px;
  height: 3px; }

#securityz.page-install .install-list dl dt i::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 20px;
  height: 3px; }

#securityz.page-install .install-list dl dt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  padding: 15px; }

@media (max-width: 800px) {
  #securityz.page-install .install-list dl dt span {
    font-size: 14px;
    line-height: 21px; } }
@media (min-width: 801px) {
  #securityz.page-install .install-list dl dt span {
    width: calc(100% + -60px);
    padding: 20px; } }
@media (min-width: 801px) {
  #securityz.page-install .install-list dl dt:hover {
    opacity: .6; } }
#securityz.page-install .install-list dl dd {
  display: block;
  font-family: 'Noto Sans CJK JP Light', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 12px;
  line-height: 18px; }

@media (min-width: 801px) {
  #securityz.page-install .install-list dl dd {
    font-size: 16px;
    line-height: 20px; } }
#securityz.page-install .install-list dl dd ul li {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: .5s;
  background-color: #f2f2f2;
  display: block; }

#securityz.page-install .install-list dl dd ul li:nth-of-type(2n+1) {
  background-color: #fff; }

#securityz.page-install .install-list dl dd ul li a {
  position: relative;
  transition: .2s;
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 15px 15px 15px 65px; }

@media (min-width: 801px) {
  #securityz.page-install .install-list dl dd ul li a {
    padding: 20px 20px 20px 80px; } }
#securityz.page-install .install-list dl dd ul li a::after {
  width: 10px;
  height: 17px;
  background: url(../images/common/button-arrow-black.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) scale(0.6); }

#securityz.page-install .install-list dl dd ul li a:hover {
  background-color: #333333;
  color: #fff; }

#securityz.page-install .install-list dl dd ul li a:hover::after {
  background-image: url(../images/common/button-arrow-white.svg); }

#securityz.page-install .install-list dl [type='checkbox'] {
  display: none; }

#securityz.page-install .install-list dl [type='checkbox']:checked ~ dt i::after {
  display: none; }

#securityz.page-install .install-list dl [type='checkbox']:checked ~ dd ul li {
  transition: 1s;
  max-height: 200px; }

#securityz .install-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

#securityz .install-nav ul li {
  display: block;
  width: 100%; }

@media (max-width: 800px) {
  #securityz .install-nav ul li:nth-of-type(n+2) a {
    border-top: none; } }
@media (min-width: 801px) {
  #securityz .install-nav ul li {
    width: 50%; }

  #securityz .install-nav ul li:nth-of-type(n+3) a {
    border-top: none; }

  #securityz .install-nav ul li:nth-of-type(2n) a {
    border-left: none; } }
#securityz .install-nav ul li a {
  color: #333333;
  border: 1px solid #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: .2s;
  font-size: 12px;
  line-height: 1;
  height: 50px;
  padding: 0 10px; }

@media (min-width: 801px) {
  #securityz .install-nav ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0 30px; } }
#securityz .install-nav ul li a::after {
  width: 10px;
  height: 17px;
  background: url(../images/common/button-arrow-black.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) scale(0.6); }

#securityz .install-nav ul li a:hover {
  background-color: #333333;
  color: #fff; }

#securityz .install-nav ul li a:hover::after {
  background-image: url(../images/common/button-arrow-white.svg); }

#securityz .install-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #00baff;
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 16px;
  line-height: 1;
  height: 50px;
  margin: 20px 0; }

@media (min-width: 801px) {
  #securityz .install-head {
    justify-content: flex-start;
    border-width: 4px;
    font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    font-size: 20px;
    height: 60px;
    margin: 40px 0;
    padding: 0 30px; } }
#securityz .install-notice {
  margin: 20px 0; }

@media (min-width: 801px) {
  #securityz .install-notice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0; } }
#securityz .install-notice .notice-head {
  font-family: 'Noto Sans CJK JP DemiLight', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 15px;
  line-height: 1; }

@media (min-width: 801px) {
  #securityz .install-notice .notice-head {
    font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    font-size: 20px;
    padding: 2px 0 0 30px; } }
#securityz .install-notice .notice-text {
  font-size: 12px;
  line-height: 23px; }

@media (min-width: 801px) {
  #securityz .install-notice .notice-text {
    font-size: 16px;
    line-height: 30px; } }
#securityz .install-flow {
  margin: 40px 0; }

@media (min-width: 801px) {
  #securityz .install-flow {
    margin: 60px 0; } }
#securityz .install-flow li {
  border-left: 5px solid #f2f2f2;
  padding: 5px 0 5px 10px; }

@media (min-width: 801px) {
  #securityz .install-flow li {
    border-left-width: 10px;
    padding: 10px 0 10px 15px; } }
#securityz .install-flow li + li {
  margin: 20px 0 0; }

@media (min-width: 801px) {
  #securityz .install-flow li + li {
    margin: 40px 0 0; } }
#securityz .install-flow .install-flow-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 23px; }

@media (min-width: 801px) {
  #securityz .install-flow .install-flow-text {
    font-size: 16px;
    line-height: 30px; } }
#securityz .install-flow .install-flow-text i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: block;
  font-style: normal;
  font-size: 18px; }

@media (min-width: 801px) {
  #securityz .install-flow .install-flow-text i {
    font-size: 24px; } }
#securityz .install-flow .install-flow-text span {
  display: block;
  margin: 0 0 0 5px; }

@media (min-width: 801px) {
  #securityz .install-flow .install-flow-text span {
    margin: 0 0 0 10px; } }
#securityz .install-flow .install-flow-text2 {
  font-size: 16px;
  margin: 30px 20px 0 10px; }

@media (max-width: 801px) {
  #securityz .install-flow .install-flow-text2 {
    font-size: 18px; } }
@media (min-width: 801px) {
  #securityz .install-flow .install-flow-text2 {
    margin: 30px 0 0 35px; } }
#securityz .install-flow .install-flow-text2 + .install-flow-image {
  margin-top: 10px; }

#securityz .install-flow .emphasis {
  font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 20px;
  margin: 0 0 0 10px; }

@media (min-width: 801px) {
  #securityz .install-flow .emphasis {
    margin: 0 0 0 30px; } }
#securityz .install-flow .emphasis2 {
  font-family: 'Noto Sans CJK JP Medium', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 16px;
  margin: 30px 0 0 10px; }

@media (min-width: 801px) {
  #securityz .install-flow .emphasis2 {
    margin: 30px 0 0 30px; } }
#securityz .install-flow .install-flow-image {
  text-align: center;
  margin: 30px 20px 0 10px; }

@media (min-width: 801px) {
  #securityz .install-flow .install-flow-image {
    margin: 30px 30px 0 0; } }
#securityz .install-flow .install-flow-image img {
  border: 1px solid #aaaaaa; }

@media (min-width: 801px) {
  #securityz .install-flow .install-flow-image img {
    max-width: 600px; } }
#securityz .install-flow .install-flow-table {
  margin: 30px 20px 0 10px; }

@media (min-width: 801px) {
  #securityz .install-flow .install-flow-table {
    margin: 30px 30px 0 0; } }
#securityz .install-flow .install-flow-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto; }

@media (min-width: 801px) {
  #securityz .install-flow .install-flow-table table {
    max-width: 600px; } }
#securityz .install-flow .install-flow-table .function-table1 {
  max-width: 800px; }

#securityz .install-flow .install-flow-table .function-table1 td {
  width: 30%; }

#securityz .install-flow .install-flow-table .function-table2 {
  max-width: 800px;
  table-layout: fixed; }

#securityz .install-flow .install-flow-table .function-table2 td {
  width: 18%; }

#securityz .install-flow .install-flow-table .function-table2 td {
  width: 18%; }

#securityz .install-flow .install-flow-table .function-table2 span {
  color: #cc3300; }

#securityz .install-flow .install-flow-table th,
#securityz .install-flow .install-flow-table td {
  padding: 10px;
  border: 1px solid #aaa; }

#securityz .install-flow .install-flow-table .function-table2 td {
  width: 28%;
  padding: 10px;
  border: 1px solid #aaa; }

#securityz .install-flow .install-flow-table th {
  width: 30%;
  background-color: #f2f2f2; }

#securityz .install-flow .install-flow-table .function-table3 th {
  width: 15%;
  padding: 0px 0px 0px 25px; }

#securityz .install-flow .install-flow-table .function-table3 td {
  width: 0%; }

#securityz .install-flow .install-flow-table .title th {
  width: 30%;
  color: #FFF;
  text-align: center;
  background-color: #666; }

#securityz .install-flow .install-flow-table .function-table2 .title th {
  width: 18%; }

#securityz .install-flow .install-flow-table .subtitle {
  text-align: center; }

#securityz .install-flow .install-flow-table .subtitle-exception {
  border: 1px solid #aaa;
  text-align: center; }

#securityz .install-flow .install-flow-table .subtitle-exception th {
  width: 30%;
  border: none;
  background-color: #f2f2f2; }

#securityz .install-flow .install-flow-table .cel {
  width: 0%;
  background-color: #FFF; }

#securityz .install-flow .install-flow-table .function-table1 .cel-text {
  width: 55%; }

#securityz .install-flow .install-flow-table .cel-dot {
  width: 95%;
  text-align: center; }

#securityz .install-flow .install-flow-table .child-cel {
  text-align: center; }

#securityz .note {
  width: 85%;
  margin-left: 60px;
  margin-top: 10px; }

#securityz .note-mark {
  color: #cc3300; }

@media (max-width: 801px) {
  #securityz .install-flow .install-flow-table {
    overflow: scroll; } }
@media (max-width: 801px) {
  #securityz .install-flow .install-flow-table th {
    padding: 7px; } }
@media (max-width: 801px) {
  #securityz .install-flow .install-flow-table .function-table1 {
    width: 220%; } }
@media (max-width: 801px) {
  #securityz .install-flow .install-flow-table .function-table1 td {
    width: 30%; } }
@media (max-width: 801px) {
  #securityz .install-flow .install-flow-table .function-table2 {
    width: 280%; } }
@media (max-width: 801px) {
  #securityz .install-flow .install-flow-table .function-table3 {
    width: 220%; } }
@media (max-width: 801px) {
  #securityz .install-flow .install-flow-table .function-table3 td {
    width: 12%; } }
@media (max-width: 801px) {
  #securityz .install-flow .install-flow-table .function-table3 .cel-text {
    width: 100%; } }
@media (max-width: 801px) {
  #securityz .install-flow .install-flow-table .function-table4 {
    width: 220%; } }
@media (max-width: 801px) {
  #securityz .note {
    margin-left: 20px; } }
@media (max-width: 801px) {
  #securityz .note .install-flow-text {
    font-size: 14px; } }
#securityz .section-pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  width: 100%; }

#securityz .section-pagetop .wrap {
  position: relative; }

#securityz .section-pagetop .button-pagetop {
  background-color: #00baff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 4%;
  width: 40px;
  height: 40px; }

@media (min-width: 801px) {
  #securityz .section-pagetop .button-pagetop {
    right: -40px; } }
#securityz .section-pagetop .button-pagetop img {
  width: 10px; }

footer {
  text-align: center;
  font-family: 'Noto Sans CJK JP Light', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
  color: grey; }
