@charset "UTF-8";
.display-none {
  display: none !important; }

@media screen and (max-width: 320px) {
  .display-none-sss {
    display: none !important; } }
@media screen and (max-width: 480px) {
  .display-none-ss {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .display-none-s {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .display-none-l {
    display: none !important; } }
@media screen and (min-width: 1300px) {
  .display-none-ll {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  .display-none-m {
    display: none !important; } }

html {
  font-size: 62.5%; }

body {
  color: #231823;
  -webkit-font-smoothing: antialiased;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (min-width: 769px) {
  html {
    min-width: 1000px; } }

@font-face {
  font-family: 'ShinGoPro';
  src: url("../fonts/A-OTF-ShinGoPro-Regular.otf") format("truetype"); }
@font-face {
  font-family: 'ShinGoPro_b';
  src: url("../fonts/A-OTF-ShinGoPro-Bold.otf") format("truetype"); }
@font-face {
  font-family: 'RoGSanSrf';
  src: url("../fonts/RoGSanSrfStd-Bd.otf") format("truetype"); }
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DINMedium.ttf") format("truetype"); }
.shinGoPro {
  font-family: 'ShinGoPro'; }

.shinGoPro_b {
  font-family: 'ShinGoPro_b'; }

.roGSanSrf {
  font-family: 'RoGSanSrf'; }

.din {
  font-family: 'DIN'; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

ul.circle {
  list-style-type: circle;
}

ul.square {
  list-style-type: square;
}
ol.num {
  list-style-type: upper-roman;
}

img {
  width: 100%; }

@media screen and (max-width: 768px) {
  img {
    max-width: 100%; } }
  }

p.lead {
   font-size: 1.3rem;
   line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
  p.lead {
   font-size: 1.2rem;
   line-height: 2.5rem;
  }}

p.large {
    font-size: 20px;
    font-weight: bold;
    line-height: 180%;}
    @media screen and (max-width: 768px) {
      p.large {
        font-size: 16px;
        padding: 0 10px; } }

.middle {
  display: block;
  text-align: left;
  @media screen and (max-width: 768px) {
    margin:  0 20%;
  }
  @media screen and (min-width: 768px) {
    width: 80%
    margin:  0 auto;
  }
}


    @media screen and (min-width: 768px) {
      section.std-width {
        width: 80%;
        min-width: 500px;
        display: block;
        margin: 10px auto;} }
    @media screen and (max-width: 768px) {
      section.std-width {
        width:95%;
        margin: 10px auto;
      } }

  @media screen and (max-width: 768px) {
  .img_center{
   display: inline;
   text-align: center;
   padding: 10px auto;
   width: 80%;
    }
  }
  @media screen and (min-width: 768px) {
  .img_center{
     display: inline;
     text-align: center;
     padding: 15px auto;
     width: 60%;
     max-width: 720px;
    }
  }

  @media screen and (max-width: 768px) {
  .img_center_wide{
   display: inline;
   text-align: center;
   padding: 10px auto;
   width: 90%;
    }
  }
  @media screen and (min-width: 768px) {
  .img_center_wide{
     display: inline;
     text-align: center;
     padding: 15px auto;
     width: 80%;
     max-width: 720px;
    }
  }

  @media screen and (max-width: 768px) {
  .img_center_narrow{
   display: inline;
   text-align: center;
   padding: 10px auto;
   width: 50%;
    }
  }
  @media screen and (min-width: 768px) {
  .img_center_narrow{
     display: inline;
     text-align: center;
     padding: 15px auto;
     width: 35%;
     min-width: 240px;
     max-width: 720px;
    }
  }

.demandBtn {
  width: 485px;
  padding: 10px 0;
  background-color: #00ab8a;
  display: block;
  color: #fff;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .demandBtn--style--inSticky {
    font-size: 20px;
    padding: 6px 0;
    width: 320px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .demandBtn--style--inSticky {
        margin: 8px auto 0 !important;
        font-size: 12px !important; }
        .demandBtn--style--inSticky span {
          width: 20px !important; }
        .demandBtn--style--inSticky img {
          height: 12px;
          width: auto !important; } }
  @media screen and (max-width: 768px) {
    .demandBtn {
      width: 92%;
      font-size: 16px;
      display: block;
      margin: 0 auto; } }
  .demandBtn span {
    width: 52px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.text__orange {
  color: #de6d00;
  font-weight: bold; }

.text__blue {
  color: #0E4F76;
  font-weight: bold; }

.text__green {
  color: #004C5E;
  font-weight: bold; }

.text__yellow {
  color: #FAC300;
  font-weight: bold; }

.text__white {
  color: #FFF;
  font-weight: bold; }

.text__bold {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none; } }

.spOnly {
  display: none; }
  @media screen and (max-width: 768px) {
    .spOnly {
      display: block; } }

.header .sliderWrap {
  position: relative;
  margin-top: 200px;
  /*&:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000),linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000);
    background-position: 0 0, 2px 2px;
    background-size: 4px 4px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
  }*/ }
  .header .sliderWrap:before {
    content: "";
    width: 100%;
    box-sizing: border-box;
    border-bottom: 125px #fff solid;
    border-right: 500px transparent solid;
    border-left: 500px transparent solid;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 95; }
    @media screen and (min-width: 1000px) {
      .header .sliderWrap:before {
        border-right: 50vw transparent solid;
        border-left: 50vw transparent solid; } }
    @media screen and (max-width: 768px) {
      .header .sliderWrap:before {
	  	z-index: 0;
        border-bottom: 13vw #fff solid;
        border-right: 50vw transparent solid;
        border-left: 50vw transparent solid; } }

    @media screen and (min-width: 1000px) {
      .header .sliderWrap {
        margin-top: 150px; } }
    @media screen and (max-width: 768px) {
      .header .sliderWrap {
        margin-top: 80px; } }
  .header .sliderWrap img {
    display: block; }
.header__top {
  margin: 0 auto;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 96; }
  .header__top img {
    width: 120px; }
  @media screen and (max-width: 768px) {
    .header__top {
      top: 10px;
      right: 20px; } }
  .header__top img {
    width: 120px; }
    @media screen and (max-width: 768px) {
      .header__top img {
        width: 60px; } }
.header__contents {
  min-width: 1000px;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 96;
  margin: auto; }
  @media screen and (min-width: 1000px) {
    .header__contents {
      top: 15vw; } }
  @media screen and (max-width: 768px) {
    .header__contents {
		z-index: 5;
      transform: translate3d(0px, 0px, 100px);
      min-width: auto;
      position: relative;
      top: 0;
      margin-top: -22vw; } }
 
 
 /*H2にするH1*/
  .header__contents h2 {
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px,#fff 1px -1px 2px, #fff -1px -1px 2px;
    font-weight: bold; }
    @media screen and (min-width: 1000px) {
      .header__contents h2 {
        font-size: 2.4vw;
        margin-bottom: 9.4vw; } }
    @media screen and (max-width: 768px) {
      .header__contents h2 {
        font-size: 14px;
        margin: 12px 0 0 0; } }
    .header__contents h2 span {
      -webkit-text-emphasis: filled dot #de6d00;
      text-emphasis: filled dot #de6d00; }
 /*H2にするH1*/

.lptitle {padding-top: 20px;}

.lptitle img { width: 100%;   margin-bottom:30px;}
      @media screen and (max-width: 768px) {
        .lptitle img {
          margin: 0 auto;} }

.lptitle h2 {
    text-align: center;
    font-size: 26px;
    padding: 0px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px,#fff 1px -1px 2px, #fff -1px -1px 2px;
    font-weight: bold;     
}
    @media screen and (min-width: 1000px) {
        font-size: 2.6vw;
        margin-bottom: 9.4vw;
        }
    @media screen and (max-width: 768px) {
        font-size: 14px;
        margin: 50px 0 0 0; 
        }
    span .dot{
      -webkit-text-emphasis: filled dot #de6d00;
      text-emphasis: filled dot #de6d00; }



  .header__contents .header__logo {
    width: 240px; }
    @media screen and (min-width: 1000px) {
      .header__contents .header__logo {
        width: 24vw;
          z-index: 150;
 } }
    @media screen and (max-width: 768px) {
      .header__contents .header__logo {
        width: 55%;
          z-index: 150;
 } }
.header .demandBtn {
  margin: 100px auto 0 auto; }
  @media screen and (max-width: 768px) {
    .header .demandBtn {
      margin: 30px auto 0 auto; } }
.header__list {
  width: 100%;
  margin: 60px auto 80px auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .header__list {
      margin: 50px auto 60px;
      width: 92%; } }
  .header__list li {
    display: inline-block;
    text-align: left;
    color: #004481;
    margin-right: 10px; }
    .header__list li:last-child {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .header__list li {
        width: 100%;
        float: none;
        margin: 0 auto 25px; } }
    .header__list li img {
      width: 160px;
      float: left; }
      @media screen and (max-width: 768px) {
        .header__list li img {
          width: 50%;
          float: none;
          margin: 0 auto;
          display: block;
          } }
  .header__list__text {
    float: left;
    margin: 20px 0 0 -10px; }
    @media screen and (max-width: 768px) {
      .header__list__text {
        float: none;
        margin: 0;
        text-align: center; } }



 /*H2にするH1*/
    .header__list__text h1 {
      width: 80px;
      margin-bottom: 10px;
      padding-bottom: 3px;
      font-size: 22px;
      font-weight: bold;
      text-align-last: justify;
      background: linear-gradient(transparent 80%, #ffd3b1 80%); }
      @media screen and (max-width: 768px) {
        .header__list__text h1 {
          margin: 0 auto 10px auto; } }
 /*H2にするH1*/          
          
 /*H2にするH1*/
    .header__list__text h2 {
      width: 80px;
      margin-bottom: 10px;
      padding-bottom: 3px;
      font-size: 22px;
      font-weight: bold;
      text-align-last: justify;
      background: linear-gradient(transparent 80%, #ffd3b1 80%); }
      @media screen and (max-width: 768px) {
        .header__list__text h2 {
          margin: 0 auto 10px auto;
          font-size: 36px;
 } }
 /*H2にするH1*/          
                
          
.header__bottom img {
  display: block; }


.partner {
  background-color: #004481;
  text-align: center;
  padding: 35px 0 55px 0; }
  .partner p {
    color: #fff;
    border-bottom: 2px #de6d00 solid;
    display: inline-block;
    margin-bottom: 50px; }
  .partner li {
    display: inline-block;
    margin-right: 100px; }
    .partner li:last-child {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .partner li {
        display: block;
        margin: 0 0 20px 0; } }
    .partner li img {
      width: auto;
      height: 40px; }

.concept1 {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  text-align: center; 
  max-width: 100%;
}
  @media screen and (max-width: 768px) {
    .concept1 {
      padding: 30px 0;
      line-height: 150%; } }

.concept1 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 769px) {
      .concept1 h2 {
        background: linear-gradient(transparent 80%, rgba(222, 109, 0, 0.3) 80%); } }
    @media screen and (max-width: 768px) {
      .concept1 h2 {
        font-size: 18px;
        padding: 0 10px;
        line-height: 150%; } }
    .concept1 h2 span {
      color: #de6d00; }
      @media screen and (max-width: 768px) {
        .concept1 h2 span {
          font-size: 20px; } }

.concept1 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 0.1em; }

    @media screen and (max-width: 768px) {
      .concept1 h2 {
        font-size: 16px;
        padding: 0 10px;
        /*line-height: 150%;*/ } }

.concept1 p {
     font-size:16px; 
}


.concept1 img.c-logo {
  width:25%;
  padding:0 10px;
}

@media only screen and (max-width: 768px) {
  .concept1 img.c-logo 
    width:35%;
    padding:0 10px;
  } 
}


.concept2 {
  background-color: #fff; }
  .concept2__text {
    text-align: center;}
    @media screen and (max-width: 768px) {
      .concept2__text {
        padding: 65px 0 20px 0; } }
    .concept2__text h2 {
      font-size: 28px;
      letter-spacing: 0.1em;
      display: inline-block;
      line-height: 150%;
      border-bottom: 2px #de6d00 solid;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .concept2__text h2 {
          font-size: 14px; } }
    .concept2__text p {
      line-height: 200%; }
      @media screen and (max-width: 768px) {
        .concept2__text p {
          width: 92%;
          } }
.concept3 {
  padding: 35px 15% 50px 15%;
  background-color: #f1f6f9;
  margin-top: -45px;
  transform: skewy(4deg);
  margin-top: -45px; }
  @media screen and (max-width: 768px) {
    .concept3 {
      padding: 60px 4% 65px; } }
  .concept3__box {
    transform: skewy(-4deg); }
    .concept3__box .trouble {
      position: relative;
      z-index: 999; }
      .concept3__box .troubleContents {
        width: 48%;
        border-radius: 30px;
        padding: 0 6% 60px 6%;
        box-sizing: border-box;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .concept3__box .troubleContents {
            width: 80%;
            margin: 200px auto;
            line-height: 150%; }
            .concept3__box .troubleContents:last-child {
              margin: 200px auto 0 auto; } }
        @media screen and (max-width: 480px) {
          .concept3__box .troubleContents {
            width: 100%; } }
        .concept3__box .troubleContents img {
          width: 65%;
          margin: -130px 0 10px 0;
          display: inline-block; }
        .concept3__box .troubleContents h2 {
          font-size: 34px;
          letter-spacing: 0.1em;
          display: inline-block;
          margin-bottom: 35px;
          padding: 0 5px 3px 5px; }
          @media screen and (max-width: 768px) {
            .concept3__box .troubleContents h2 {
              font-size: 22px; } }
        .concept3__box .troubleContents ul {
          text-align: left;
          font-weight: bold;
          list-style-type: disc;
          list-style-position: inside; }
          .concept3__box .troubleContents ul li {
            border-bottom: 1px #ccc solid;
            padding-bottom: 5px;
            margin-bottom: 6px; }
      .concept3__box .trouble .left {
        float: left;
        background-color: #d1e2ea; }
        @media screen and (max-width: 768px) {
          .concept3__box .trouble .left {
            float: none; } }
        .concept3__box .trouble .left h2 {
          color: #004481;
          background: linear-gradient(transparent 80%, #adcbdb 80%); }
        .concept3__box .trouble .left ul {
          list-style-image: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/check_blue.png); }
      .concept3__box .trouble .right {
        float: right;
        background-color: #f3e7db; }
        @media screen and (max-width: 768px) {
          .concept3__box .trouble .right {
            float: none; } }
        .concept3__box .trouble .right h2 {
          color: #de6d00;
          background: linear-gradient(transparent 80%, #f5d4b9 80%); }
        .concept3__box .trouble .right ul {
          list-style-image: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/check_orange.png); }
    .concept3__box .balloon {
      width: 760px;
      margin: 30px auto 0 auto;
      background-color: #004481;
      border-radius: 10px;
      color: #fff;
      text-align: center;
      padding: 24px 0;
      font-size: 22px;
      line-height: 160%;
      box-shadow: 5px 5px 0px rgba(0, 70, 127, 0.1);
      position: relative; }
      @media screen and (max-width: 768px) {
        .concept3__box .balloon {
          width: 100%;
          font-size: 16px; } }
      .concept3__box .balloon:after {
        content: "";
        border-top: 45px transparent solid;
        border-right: 35px transparent solid;
        border-bottom: 45px transparent solid;
        border-left: 35px #004481 solid;
        position: absolute;
        top: -45px;
        left: 205px;
        z-index: 999; }
        @media screen and (max-width: 768px) {
          .concept3__box .balloon:after {
            right: 2px;
            left: auto; } }
.concept4 {
  margin: -94px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .concept4 {
      margin: -30px 0; } }
  .concept4__text {
    width: 400px;
    position: absolute;
    top: 180px;
    right: 25px; }
    @media screen and (min-width: 1000px) {
      .concept4__text {
        top: 20vw;
        right: 10vw; } }
    .concept4__text h2 {
      font-size: 26px;
      line-height: 180%;
      margin-bottom: 10px; }
      .concept4__text h2 .dot {
        -webkit-text-emphasis: filled dot #231823;
        text-emphasis: filled dot #231823; }
.concept5 {
  width: 920px;
  margin: 0 auto;
  padding: 230px 0 180px 0; }
  @media screen and (max-width: 768px) {
    .concept5 {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .concept5 {
      width: 100%; } }
  .concept5__text {
    float: left;
    width: 580px;
    margin-top: 70px; }
    @media screen and (max-width: 768px) {
      .concept5__text {
        float: none;
        width: 90%;
        margin: 70px auto 0 auto;
        text-align: center; } }
    .concept5__text h2 {
      font-size: 42px;
      color: #de6d00;
      text-shadow: 4px 4px 0px rgba(222, 109, 0, 0.2);
      letter-spacing: 0.5em;
      display: inline-block;
      border-bottom: 2px #de6d00 solid;
      padding-bottom: 10px;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .concept5__text h2 {
          font-size: 24px; } }
    .concept5__text h3 {
      font-size: 32px;
      line-height: 180%;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .concept5__text h3 {
          font-size: 22px; } }
      .concept5__text h3 .dot {
        -webkit-text-emphasis: filled dot #231823;
        text-emphasis: filled dot #231823; }
    .concept5__text h4 {
      font-size: 28px;
      margin-bottom: 10px; }
      .concept5__text h4 .blue, .concept5__text h4 .orange {
        color: #fff;
        padding: 3px 10px;
        border-radius: 10px; }
      .concept5__text h4 .blue {
        background-color: #004481;
        margin-right: 5px; }
      .concept5__text h4 .orange {
        background-color: #de6d00;
        margin: 0 5px; }
      @media screen and (max-width: 768px) {
        .concept5__text h4 {
          font-size: 20px; } }
    @media screen and (max-width: 768px) {
      .concept5__text p {
        font-size: 16px; } }
  .concept5__img {
    float: left;
    width: 430px;
    margin-left: -90px; }
    @media screen and (max-width: 768px) {
      .concept5__img {
        float: none;
        width: 90%;
        margin: 50px auto 0 auto;
        display: block; } }
.partner_services_horizon{
  text-align: center;}
.partner_services_horizon li{
  display:inline-block;
  padding: 5px 20px;
}

.peculiarity11 {
  background-color: #fff; }
  .peculiarity__ttl {
    background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/balloon01.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    font-size: 28px;
    color: #fff;
    padding: 43px 0 83px 0;
    line-height: 220%;
    margin-bottom: 120px;
    letter-spacing: 0.1em;
    text-align: center; }
    @media screen and (min-width: 1300px) {
      .peculiarity__ttl {
        padding: 3.3vw 0 6.4vw 0; } }
    @media screen and (max-width: 768px) {
      .peculiarity__ttl {
        font-size: 20px;
        line-height: 150%;
        padding: 30px 4% 45px;
        margin: 0 0 68px; } }
  .peculiarity__subTtl {
    font-size: 26px;
    text-align: center;
    color: #004481;
    margin-top: 80px;
    font-weight: bold;
    line-height: 220%; }
    @media screen and (max-width: 768px) {
      .peculiarity__subTtl {
        margin: 0;
        font-size: 16px;
        padding: 0 4%; } }
    .peculiarity__subTtl .line {
      padding-bottom: 10px;
      border-bottom: 2px #004481 solid; }
    .peculiarity__subTtl .dot {
      -webkit-text-emphasis: filled dot #004481;
      text-emphasis: filled dot #004481; }
  
.peculiarityItem {
    padding: 100px 15% 100px 15%; }
    @media screen and (max-width: 768px) {
      .peculiarityItem {
        padding: 35px 4% 110px;
        } }
    .peculiarityItem__contents__text {
      width: 57%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .peculiarityItem__contents__text {
          width: 100%; } }
      .peculiarityItem__contents__text h2 {
        font-size: 28px;
        letter-spacing: 0.1em;
        line-height: 160%;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .peculiarityItem__contents__text h2 {
            font-size: 20px; } }
      .peculiarityItem__contents__text .number {
        height: 155px;
        position: absolute;
        bottom: -65px;
        right: -25px; }
        @media screen and (max-width: 768px) {
          .peculiarityItem__contents__text .number {
            right: 0; } }
        .peculiarityItem__contents__text .number img {
          width: auto;
          height: 65%;
          }
    .peculiarityItem__contents__img {
      width: 35%; }
      @media screen and (max-width: 768px) {
        .peculiarityItem__contents__img {
          width: 100%;
          margin: 20px 0; } }
    .peculiarityItem__contents .left {
      float: left; }
      @media screen and (max-width: 768px) {
        .peculiarityItem__contents .left {
          float: none; } }
    .peculiarityItem__contents .right {
      float: right; }
      @media screen and (max-width: 768px) {
        .peculiarityItem__contents .right {
          float: none; } }
  .peculiarity .slantingContents {
    background-color: #fff;
    transform: skewy(4deg);
    margin: -45px 0;
    padding: 150px 15%; }
    @media screen and (max-width: 768px) {
      .peculiarity .slantingContents {
        padding: 75px 4% 110px;
        } }
    .peculiarity .slantingContents:last-child {
      padding: 150px 15% 250px 15%; }
      @media screen and (max-width: 768px) {
        .peculiarity .slantingContents:last-child {
          padding: 75px 4% 100px;
          } }
    .peculiarity .slantingContents .peculiarityItem__contents {
      transform: skewy(-4deg); }




.tableContents {
  text-align: center;
  padding-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .tableContents {
      padding-bottom: 0; } }
  .tableContents__ttl {
    background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/balloon01.png) no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 32px;
    color: #fff;
    padding: 57px 0 95px 0;
    margin-bottom: 135px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .tableContents__ttl {
        font-size: 20px;
        line-height: 150%;
        padding: 30px 4% 45px;
        margin: 0 0 68px; } }
    .tableContents__ttl .dot {
      -webkit-text-emphasis: filled dot #fff;
      text-emphasis: filled dot #fff; }
  .tableContents h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .tableContents h2 {
        font-size: 24px;
        margin: 0 4%;
        line-height: 150%; } }
  .tableContents p {
    font-size: 24px;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .tableContents p {
        font-size: 16px;
        margin: 0 4% 40px; } }
  .tableContents .tableBox {
    /* width: 70%; */
    margin: 0 auto 75px auto;
    }
    @media screen and (max-width: 768px) {
      .tableContents .tableBox {
        width: 92%;
        margin: 0 auto;
        overflow: scroll; }
        .tableContents .tableBox img {
          width: 150%;
          max-width: 150%; } }
    @media screen and (max-width: 768px) and (max-width: 480px) {
      .tableContents .tableBox img {
        width: 200%;
        max-width: 200%; } }

    
    .tableContents .tableBox .key_table{
      /* margin-top: 40px; */
      min-width: 850px;
      margin:  0 auto;
    }
    .tableContents .tableBox .key_table tbody{
      display: inline-block;
      box-sizing: border-box;
    }
    .tableContents .tableBox .key_table tbody:first-child{
      padding-top: 2px;
    }
    .tableContents .tableBox .key_table img{
      height: 22px;
      width: 22px;
      display: block;
      margin: 0 auto;
    }
    .tableContents .tableBox .key_table td,th {
      text-align: center;
    }
    .tableContents .tableBox .key_table span{
      font-size: 8px;
      color: gray;
    }
    .tableContents .tableBox .key_table .bg_blue td {
      background-color: #E4ECF3;
    }
    .tableContents .tableBox .key_table .table_col {
      color: rgba(255,255,255,0.7);
      background-color: #004588!important;
      width: 200px;
      background-image: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/table_bg.png);
      background-size:  cover;
      font-size:  14px;
      font-weight:  bold;
      border: 0px;
      line-height: 16px;
      letter-spacing: 1px;
      height: 60px;
    }
    .tableContents .tableBox .key_table tr {
      height: 60px;
      font-weight: 800;
    }
    .tableContents .tableBox .key_table .table_th {
      background-color: white;
      border: 1px solid;
      border-color: gray;
      width: 200px;
      vertical-align:  middle;
      font-weight: 800;
      border-right:  none;
    }
 .tableContents .tableBox .key_table .table_th3 {
      background-color: white;
      width: 200px;
      vertical-align:  middle;
      font-weight: 800;
    }
    .tableContents .tableBox .key_table td {
      background-color: white;
      height: 45px;
      border: 1px solid;
      border-color: gray;
      vertical-align: middle;
      border-right:  none;
    }
    .tableContents .tableBox .key_table .bg_blue {
      background-color: #E4ECF3; 
    }
    .tableContents .tableBox .key_table .border_o {
      border: 4px solid;
      border-radius: 3px;
      border-color: #D26700;
      width: 200px;
      z-index:  4;
      vertical-align: top;
      display: inline-block;
      box-sizing: border-box;
    }
    .tableContents .tableBox .key_table .border_o tr{
      height: auto;
      width: 200px;
      vertical-align: middle;
    }
    .tableContents .tableBox .key_table .border_o th{
      vertical-align: middle;
      height: 58px;
    }
    .tableContents .tableBox .key_table .border_o .th3{
      vertical-align: middle;
      height: 58px;
		border: none;
		      border-color: #fff;

    }
    .tableContents .tableBox .key_table .border_o th > img{
      width: 90%!important;
      height: auto;
      vertical-align:  bottom;
    }
    .tableContents .tableBox .key_table .border_o img{
      width: 30px;
      height: 30px;
    }
    .tableContents .tableBox .key_table .border_o td{
      width: 200px;
      height: 59px;
      vertical-align: middle;
      border-left: none;
      border-right:  none;
      border-bottom:  none;
    }
    .tableContents .tableBox .key_table .bg_o td{
      background-color: #FBEDE0;
    }




  .tableContents .tableText {
    font-size: 12px;
    text-align: left;
    margin-bottom: 35px; }
  .tableContents ul {
    width: 58%;
    margin: 0 auto 35px auto; }
    @media screen and (max-width: 768px) {
      .tableContents ul {
        width: 92%; } }
    .tableContents ul li {
      width: 48%;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      background-color: #de6d00;
      border-radius: 50px;
      text-align: center;
      padding: 20px 0;
      display: inline-block;
      margin: 0 4% 20px 0;
      float: left; }
      @media screen and (max-width: 768px) {
        .tableContents ul li {
          font-size: 12px;
          margin: 5px;
          width: calc(100% - 10px); } }
      @media screen and (min-width: 769px) {
        .tableContents ul li:nth-child(even) {
          margin: 0; } }
  .tableContents h3 {
    display: inline-block;
    font-size: 28px;
    border-bottom: 2px #004481 solid;
    padding-bottom: 12px; }
    @media screen and (max-width: 768px) {
      .tableContents h3 {
        font-size: 24px;
        line-height: 150%; } }
    .tableContents h3 span {
      font-weight: bold;
      -webkit-text-emphasis: filled dot #231823;
      text-emphasis: filled dot #231823; }

.blueBackground {
  padding: 110px 22%; }
  @media screen and (max-width: 768px) {
    .blueBackground {
      padding: 140px 0;
      text-align: center; } }
  .blueBackground__left {
    float: left;
    width: 62%; }
    @media screen and (max-width: 768px) {
      .blueBackground__left {
        width: 92%;
        float: none;
        margin: 0 auto; } }
  .blueBackground .campaign {
    margin-top: 80px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .blueBackground .campaign {
        margin-bottom: 40px;
        margin-top: 20px; } }
    .blueBackground .campaign p {
      margin-top: 20px;
      font-size: 26px;
      color: #de6d00;
      font-style: italic;
      border-bottom: 2px #de6d00 solid;
      display: inline-block;
      line-height: 120%; }
      @media screen and (min-width: 1000px) {
        .blueBackground .campaign p {
          font-size: 2.5vw; } }
    .blueBackground .campaign h1 {
      font-size: 28px;
      color: #fff;
      text-align: left;
      line-height: 150%;
      margin-bottom: 20px; }
      .blueBackground .campaign h1 .dot {
        -webkit-text-emphasis: filled dot #fff;
        text-emphasis: filled dot #fff; }
  .blueBackground__right {
    float: right;
    width: 24%; }
    @media screen and (max-width: 768px) {
      .blueBackground__right {
        float: none;
        width: 36%; } }

.blueBackground__top {
  background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/background01.png) no-repeat;
  background-size: cover;
  background-position: center; }

.blueBackground__bottom {
  background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/background02.jpg) no-repeat;
  background-size: cover;
  background-position: center; }


.demandContents {
  width: 60%;
  margin: 0 auto;
  padding: 70px 0;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .demandContents {
      text-align: center;
      width: 100%;
      padding: 0 4% 70px;
      height: auto; } }
  @media screen and (max-width: 768px) {
    img.middle {
        max-width: 65%;
        display: block;
        margin: 0 auto;
        padding: 0 auto; } }
  .demandContents__box {
    margin-bottom: 50px; }
    .demandContents__box__left {
      float: left;
      font-size: 36px;
      letter-spacing: 0;
      line-height: 180%;
      padding-top: 100px;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .demandContents__box__left {
          float: none;
          font-size: 24px;
          padding-top: 40px; } }
      .demandContents__box__left .dot {
        -webkit-text-emphasis: filled dot #231823;
        text-emphasis: filled dot #231823; }
      .demandContents__box__left .blue {
        color: #004481;
        border-bottom: 2px #004481 solid; }
    .demandContents__box__right {
      float: right;
      width: 42%; }
      @media screen and (max-width: 768px) {
        .demandContents__box__right {
          float: none;
          width: 100%;
          margin: 20px 0; } }
  .demandContents .demandBtn {
    margin: 0 auto; }

.function {
  padding: 100px 0;
  text-align: center;
  background-color: #f1f6f9; }
  @media screen and (max-width: 768px) {
    .function {
      padding: 100px 0 50px; } }
  .function__ttlIcon {
    width: 150px;
    margin: 0 auto 40px auto;
    transform: skewx(8deg);
    background-color: #00467f;
    position: relative; }
    .function__ttlIcon:after {
      content: "";
      transform: skewx(-8deg);
      border-top: 15px transparent solid;
      border-right: 20px transparent solid;
      border-bottom: 15px transparent solid;
      border-left: 20px #00467f solid;
      position: absolute;
      bottom: -15px;
      left: 65px;
      z-index: 99; }
    .function__ttlIcon p {
      transform: skewx(-8deg);
      font-size: 28px;
      font-weight: bold;
      color: #fff;
      padding: 10px 0;
      letter-spacing: 0.1em;
      line-height: 100%;
      position: relative;
      z-index: 999; }
  .function h2 {
    font-size: 32px;
    display: inline-block;
    background: linear-gradient(transparent 80%, rgba(222, 109, 0, 0.3) 80%);
    padding-bottom: 2px;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .function h2 {
        font-size: 16px; } }
  .function p {
    margin-bottom: 30px; }
  .function img {
    width: 65%; }
    @media screen and (max-width: 768px) {
      .function img {
        width: 92%; } }F

.point .anxiety {
  background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/balloon02.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 79px 0 119px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 90px; }
  @media screen and (min-width: 1300px) {
    .point .anxiety {
      padding: 6.1vw 0 9.2vw 0; } }
  @media screen and (max-width: 768px) {
    .point .anxiety {
      padding: 34px 0 53px;
      margin-bottom: 45px; } }
  .point .anxiety h2 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 2px #fff solid;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .point .anxiety h2 {
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 20px; } }
  .point .anxiety ul {
    width: 85%;
    margin: 0 auto; }
    .point .anxiety ul li {
      width: 25%;
      float: left; }
      @media screen and (max-width: 768px) {
        .point .anxiety ul li {
          width: 92%;
          float: none;
          margin: 20px auto; } }
      @media screen and (min-width: 769px) {
        .point .anxiety ul li:nth-child(2) p {
          padding: 12px 0; } }
      .point .anxiety ul li img {
        width: auto;
        height: 115px;
        margin-bottom: 15px; }
      .point .anxiety ul li p {
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 150%; }
.point__ttl {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 180%;
  margin-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .point__ttl {
      font-size: 20px;
      margin: 0 4%; } }
.pointItem {
  width: 65%;
  margin: 0 auto 70px auto;
  border-bottom: 2px #717071 solid;
  padding-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .pointItem {
      width: 92%;
      margin: 0 auto 35px;
      padding-bottom: 35px; } }
  .pointItem:last-child {
    border: none;
    padding: 0;
    margin: 0 auto 85px auto; }
  .pointItem__text {
    width: 52%; }
    @media screen and (max-width: 768px) {
      .pointItem__text {
        width: 100%; } }
    .pointItem__text__ttl {
      border-bottom: 2px #de6d00 solid;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .pointItem__text__ttl {
          margin: 20px 0; } }
      .pointItem__text__ttl img {
        width: 115px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .pointItem__text__ttl img {
            margin: 0 auto 20px auto;
            display: block; } }
      .pointItem__text__ttl h2 {
        font-size: 26px;
        line-height: 150%; }
        @media screen and (max-width: 768px) {
          .pointItem__text__ttl h2 {
            font-size: 16px; } }
  .pointItem__img {
    width: 37%; }
    @media screen and (max-width: 768px) {
      .pointItem__img {
        width: 100%;
        margin: 15px auto; } }
  .pointItem .left {
    float: left; }
    @media screen and (max-width: 768px) {
      .pointItem .left {
        float: none; } }
  .pointItem .right {
    float: right; }
    @media screen and (max-width: 768px) {
      .pointItem .right {
        float: none; } }
  .pointItem .full {
    width: 100%
    text-align: left;
    float: none;
    clear: both;
    }
    @media screen and (max-width: 768px) {
      .pointItem .full{
        width:100%;
        text-align: left;
        float: none;
        clear: both;
      }
  }
 .pointItem__text__ttlfull{
      border-bottom: 2px #de6d00 solid;
      padding-bottom: 15px;
      margin-bottom: 20px;
      width:100%;}
      @media screen and (max-width: 768px) {
      .pointItem__text__ttlfull {
          margin: 20px 0; } }
      .pointItem__text__ttlfull h2 {
        font-size: 26px;
        line-height: 150%; }
        @media screen and (max-width: 768px) {
          .pointItem__text__ttlfull h2 {
            font-size: 16px; } }
 }
}
  .pointItem .spOnly img{
    width: 60%;
    display: block;
    margin:  0 auto;
  }

.introduction {
  text-align: center; }
  .introduction h2 {
    font-size: 32px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .introduction h2 {
        font-size: 20px;
        padding: 0 4% 5px;
        margin-bottom: 50px; } }
  .introduction__top {
    background-color: #004481;
    padding: 200px 0 20px 0;
    margin-bottom: 280px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .introduction__top {
        padding: 20vw 0 0 0;
        margin-bottom: 130px; } }
    @media screen and (max-width: 480px) {
      .introduction__top {
        padding: 20vw 0 4vw 0; }
        .introduction__top h2 {
          margin: 0; } }
    .introduction__top:before {
      content: "";
      width: 100%;
      box-sizing: border-box;
      border-top: 125px #f1f6f9 solid;
      border-right: 500px transparent solid;
      border-left: 500px transparent solid;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (min-width: 1000px) {
        .introduction__top:before {
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid; } }
      @media screen and (max-width: 768px) {
        .introduction__top:before {
          border-top: 13vw #f1f6f9 solid;
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid; } }
    .introduction__top:after {
      content: "";
      width: 100%;
      box-sizing: border-box;
      border-top: 125px #004481 solid;
      border-right: 500px transparent solid;
      border-left: 500px transparent solid;
      position: absolute;
      bottom: -125px;
      left: 0; }
      @media screen and (min-width: 1000px) {
        .introduction__top:after {
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid; } }
      @media screen and (max-width: 768px) {
        .introduction__top:after {
          border-top: 13vw #004481 solid;
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid;
          bottom: -13vw; } }
    .introduction__top h2 {
      color: #fff;
      line-height: 150%; }
      .introduction__top h2 .dot {
        -webkit-text-emphasis: filled dot #fff;
        text-emphasis: filled dot #fff; }
      .introduction__top h2 .line {
        display: inline-block;
        margin-top: 10px;
        border-bottom: 2px #fff solid; }
  .introduction__ttl {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px #de6d00 solid;
    margin-bottom: 100px; }
  .introduction img {
    width: 68%;
    margin: 0 auto 80px auto; }
    @media screen and (max-width: 768px) {
      .introduction img {
        width: 92%;
        margin: 0 auto 40px; } }
  .introduction__bottom {
    width: 68%;
    margin: 0 auto 100px auto;
    text-align: left;
    padding-top: 20px;
    border-top: 2px #de6d00 solid;
    font-size: 12px;
    color: #717071; }
    .introduction__bottom p {
      margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .introduction__bottom {
        width: 92%;
        margin: 0 auto 50px; } }



.product {
  padding-top: 140px; }
  @media screen and (max-width: 768px) {
    .product {
      padding-top: 65px; } }
  .product__ttl {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 90px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .product__ttl {
        font-size: 20px; } }
  .productTop {
    width: 76%;
    margin: 0 auto 80px auto; }
    @media screen and (max-width: 768px) {
      .productTop {
        width: 92%; } }
    @media screen and (max-width: 768px) {
      .product img {
        max-width: 65%;
        display: block;
        margin: 0 auto;
        padding: 0 auto;} }}
    .productTop__left {
      width: 42%;
      padding-right: 8%;
      border-right: 2px #717071 solid;
      float: left; }
      @media screen and (max-width: 768px) {
        .productTop__left {
          width: 100%;
          float: none;
          padding: 0;
          margin: 0 0 25px;
          border: none; } }
    .productTop__right {
      width: 42%;
      float: right; }
      @media screen and (max-width: 768px) {
        .productTop__right {
          width: 100%;
          float: none;
          padding: 0; } }
    .productTop img {
      width: auto;
      margin: 0 auto 50px auto;
      display: block; }
      @media screen and (min-width: 769px) {
        .productTop img {
          height: 270px;
          width: auto !important; } }
    .productTop h2 {
      font-size: 32px;
      color: #004481;
      font-weight: bold;
      letter-spacing: 0.1em;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .productTop h2 {
          font-size: 24px;
          line-height: 150%; } }
      .productTop h2 span {
        color: #231823;
        font-size: 16px;
        display: block;
        margin-bottom: 10px; }
    .productTop p {
      line-height: 130%;
      margin-bottom: 10px; }
      .productTop p span {
        display: inline-block;
        vertical-align: top; }
  .productBottom {
    background-color: #f1f6f9;
    padding: 120px 12%; }
    @media screen and (max-width: 768px) {
      .productBottom {
        padding: 60px 4%; } }
    .productBottom__left {
      width: 33%;
      float: left; }
      @media screen and (max-width: 768px) {
        .productBottom__left {
          float: none;
          width: 100%; } }
    .productBottom__right {
      width: 60%;
      float: right; }
      @media screen and (max-width: 768px) {
        .productBottom__right {
          float: none;
          width: 100%; } }
      .productBottom__right h2 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-bottom: 15px; }
        .productBottom__right h2 span {
          font-size: 14px; }
      .productBottom__right h3 {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 10px; }
      .productBottom__right p {
        line-height: 150%;
        letter-spacing: 0;
        margin-bottom: 40px; }
      .productBottom__right table {
        width: 100%;
        text-align: center;
        box-sizing: border-box; }
        .productBottom__right table tr th {
          width: 33.33%;
          font-weight: normal;
          padding: 10px 0;
          border: 2px #717071 solid; }
        .productBottom__right table tr td {
          font-size: 18px;
          padding: 8px 0;
          border: 2px #717071 solid; }
          .productBottom__right table tr td:last-child {
            font-size: 16px; }

.question {
  width: 55%;
  margin: 100px auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .question {
      width: 92%;
      margin: 50px auto; } }
  .question__ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px #de6d00 solid;
    margin-bottom: 75px; }
    @media screen and (max-width: 768px) {
      .question__ttl {
        font-size: 18px;
        margin: 0 0 35px; } }
  .questionItem {
    text-align: left;
    border-bottom: 4px #f1f6f9 solid;
    padding: 10px 0 4px 75px; }
    @media screen and (max-width: 768px) {
      .questionItem {
        padding: 10px 0 4px 0; } }
    .questionItem:last-child {
      border: none; }
    .questionItem p {
      font-size: 14px; }
      .questionItem p span {
        display: inline-block;
        font-size: 22px;
        color: #004481;
        margin-right: 5px; }
    .questionItem__contents {
      cursor: pointer; }
      .questionItem__contents p {
        float: left;
        width: 95%; }
      .questionItem__contents .arrowIcon {
        float: right;
        color: #717071;
        font-size: 34px; }
        @media screen and (max-width: 768px) {
          .questionItem__contents .arrowIcon {
            font-size: 24px; } }
        .questionItem__contents .arrowIcon .offButton, .questionItem__contents .arrowIcon .onButton {
          display: none; }
        .questionItem__contents .arrowIcon .on {
          display: block; }
    .questionItem__answer {
      display: none; }
      .questionItem__answer p {
        color: #de6d00;
        margin-top: 5px; }
        .questionItem__answer p span {
          color: #de6d00 !important; }


.resolve {
  position: relative;
  text-align: center;
  padding-bottom: 160px; }
  @media screen and (max-width: 768px) {
    .resolve {
      padding-bottom: 50px; } }
  .resolve__ttl {
    background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/balloon01.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    font-size: 28px;
    color: #fff;
    padding: 43px 0 83px 0;
    line-height: 220%;
    margin-bottom: 120px;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 1300px) {
      .resolve__ttl {
        padding: 3.3vw 0 6.4vw 0; } }
    @media screen and (max-width: 768px) {
      .resolve__ttl {
        font-size: 20px;
        padding: 30px 4% 50px;
        margin-bottom: 30px; } }
    .resolve__ttl .dot {
      -webkit-text-emphasis: filled dot #fff;
      text-emphasis: filled dot #fff; }
  .resolve__topText {
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .resolve__topText {
        width: 92%;
        margin: 0 auto; } }
    .resolve__topText__ttl {
      width: 170px;
      margin: -40px auto 25px auto;
      transform: skewx(8deg);
      background-color: #004481;
      position: relative; }
      .resolve__topText__ttl:after {
        content: "";
        transform: skewx(-8deg);
        border-top: 15px transparent solid;
        border-right: 25px transparent solid;
        border-bottom: 15px transparent solid;
        border-left: 25px #004481 solid;
        position: absolute;
        bottom: -15px;
        left: 80px;
        z-index: 999; }
      .resolve__topText__ttl h1 {
        transform: skewx(-8deg);
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        padding: 14px 0;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 768px) {
          .resolve__topText__ttl h1 {
            font-size: 20px; } }
    .resolve__topText p {
      font-size: 26px; }
      @media screen and (max-width: 768px) {
        .resolve__topText p {
          font-size: 16px; } }
      .resolve__topText p .text__orange {
        border-bottom: 2px #de6d00 solid;
        padding-bottom: 8px; }
  .resolve__diagram {
    width: 60%;
    margin: 30px 0; }


.hs_submit > .actions .hs-button{
  border: none;
  box-shadow: none;
}

/*H2にするH1*/
    @media screen and (max-width: 768px) {
      .resolve__diagram {
        width: 100%;
        margin: 25px 0; } }
  .resolve__bottomText {
    width: 60%;
    padding: 50px 0;
    margin: 0 auto;
    background-color: #f1f6f9;
    border-radius: 200px; }
    @media screen and (max-width: 768px) {
      .resolve__bottomText {
        border-radius: 10px;
        width: 90%;
        padding: 2%; } }
    .resolve__bottomText h2 {
      font-size: 30px;
      line-height: 160%;
      letter-spacing: 0.1em;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .resolve__bottomText h2 {
          font-size: 16px;
          margin: 20px 0;
          line-height: 150%; } }
      .resolve__bottomText h2 .dot {
        -webkit-text-emphasis: filled dot #231823;
        text-emphasis: filled dot #231823; }
    .resolve__bottomText p {
      letter-spacing: 0;
      line-height: 220%; }
/*H2にするH1*/

ol.example, ul.example {
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ul.ver2, ol.ver2 {
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 0.5em 0.5em 2em;
  font-weight: bold;
  max-width: 70%;
}

@media screen and (max-width: 768px) {
  ul.ver2, ol.ver2 {  
  max-width: 90%;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
   }
}  

ul.ver2 li, ol.ver2 li {
  line-height: 1.5;
  padding: 0.5em 0;
}


ol.ver3, ul.ver3 {
  padding: 0;
}

ul.ver3 li, ol.ver3 li {
  color: #404040;
  border-left: solid 6px #1f4ca6;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}

ul.ver4, ol.ver4 {
 background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 0.5em;/*ボックス内の余白*/
  border: solid 3px #1f4ca6;/*線の種類 太さ 色*/
}

ul.ver4 li, ol.ver4 li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
  font-weight: bold;
}

ul.ver5, ol.ver5 {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}

ul.ver5 li, ol.ver5 li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

.footer {
  background-color: #f1f6f9;
  text-align: center;
  padding: 24px 0;
  font-size: 12px;
  color: #717071; }

/* Form ÓÃ */
.hbspt-form {
  max-width: 500px;
  margin: 0 auto; }

.hs_submit {
  text-align: center; }

.hs-button {
  width: 30%;
  padding: 10px 0; }

/* stickyHeader */
.stickyHeader {
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  padding: 8px 4% 10px 4%; }
  @media screen and (min-width: 769px) {
    .stickyHeader {
      background: #00467f; } }
  @media screen and (max-width: 768px) {
    .stickyHeader {
      padding: 0; }
      .stickyHeader a {
        display: inline-block;
        width: 33.3333%; } }

.stickyHeader h1 {
  color: #FFF;
  padding: 12.5px 0 12.5px; }
  @media screen and (max-width: 768px) {
    .stickyHeader h2 {
      padding: 0; } }
.stickyHeader a {
  color: #FFF;}
.stickyHeader .stickyLeft {
  float: left; }
  .stickyHeader .stickyLeft img {
    width: auto; }
  @media screen and (max-width: 768px) {
    .stickyHeader .stickyLeft {
      width: 30%; } }

.stickyHeader .stickyRight {
  float: right; }
  @media screen and (max-width: 768px) {
    .stickyHeader .stickyRight {
      width: 70%; } }

.stickyHeader ul {
  float: left;
  font-size: 8px;
  font-size: 0.8rem;
  margin: 20px 0 10px 20px; }

.stickyHeader ul li {
  float: left;
  margin-right: 20px; }

.stickyHeader ul li a {
  color: #1c262f;
  text-decoration: none; }

.stickyTel {
  margin-right: 10px; }

.stickyTel img {
  width: auto;
  vertical-align: middle; }

.stickySpHeader {
  display: table;
  table-layout: fixed;
  width: 100%; }

.stickySpLeft, .stickySpRight {
  display: table-cell;
  width: 50%;
  vertical-align: bottom; }

/* Slide Show ÓÃ */
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.sliderWrap li {
  display: none; }

.show {
  display: block !important;
  animation: show 1s linear 0s; }

/* フォーム */
.hs_cos_wrapper_type_form {
  max-width: 650px; 
  margin: 0 auto; }
.hs_cos_wrapper_type_form .field {
  margin-bottom: 18px;
}
.hs_cos_wrapper_type_form label {
  display: block;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #414141; }
.hs_cos_wrapper_type_form label .hs-form-required {
  color: red; }
.hs_cos_wrapper_type_form input {
  max-width: 500px;
  width: 90%;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1); }
.hs_cos_wrapper_type_form textarea {
  max-width: 500px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1); }

/* フォームボタン 
.hs_submit {
  padding: 40px 0; }

input[type="submit"] {
  -webkit-appearance: none !important; }

.actions input {
  width: 350px !important;
  box-sizing: border-box !important;
  padding: 12px 0 !important;
  background: none !important;
  background-color: #00ab8a !important;
  font-size: 20px !important;
  border: none !important;
  box-shadow: 0 5px 0 #098c71 !important;
  border-radius: 10px !important;
  line-height: 100% !important;
  text-shadow: none !important;
  color: #fff;
  font-weight: bold; }
  .actions input:active {
    -ms-transform: translateY(5px) !important;
    -webkit-transform: translateY(5px) !important;
    transform: translateY(5px) !important;
    box-shadow: none !important; }
  @media screen and (max-width: 768px) {
    .actions input {
      width: 100% !important; } }
*/

/*# sourceMappingURL=index.css.map */
.mb50{
	margin-bottom: 50px;
}
.mt50{
	margin-top: 50px;
}

.pdng050{
	width:80%;	
}


.section .section__inner {
  max-width: 1010px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


/*------------------------------------------------------*/
/*  自治体L
  ヘッダー */
/*------------------------------------------------------*/
.pubfacility-header {padding-top: 20px; margin-bottom: 30px;}

.pubfacility-header img { width: 100%;   margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .lptitle img {
          margin: 0 auto;} }

.pubfacility-header h2 {
    text-align: center;
    font-size: 28px;
    padding: 0px;
    margin-bottom: 30px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px,#fff 1px -1px 2px, #fff -1px -1px 2px;
    font-weight: bold;     
}

    @media screen and (max-width: 768px) {
      .pubfacility-header h2 {
        font-size: 18px;
        margin: 20px 0 20px 0; 
      } }
    span .dot {
      -webkit-text-emphasis: filled dot #de6d00;
      text-emphasis: filled dot #de6d00; }

.pubfacility-header img {
  max-width: 1000px; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------------------------*/
/*  自治体L
  CTAバナー */
/*------------------------------------------------------*/
.pubfacility-cta { background-color: #FF9900; padding: 20px 0 20px 0;}
 
@media screen and (max-width: 768px) {
      .pubfacility-cta { padding: 10px 0 10px 0;   } }


.pubfacility-cta:hover{ background-color: #fab348 ; }
  
.pubfacility-cta > a > p {
 text-align: center; 
 color: #ffffff;
 font-size: 24px;
 font-weight:bold;
 line-height: 2.0em;
}

    @media screen and (max-width: 768px) {
      .pubfacility-cta > a > p {  font-size:18px;   } }


.pubfacility-cta > a > p > .cta-arrow {
  width: 30px; height: auto; max-width: 100%; vertical-align: text-top; }

    @media screen and (max-width: 768px) {
      .pubfacility-cta > a > p > .cta-arrow  {  width: 24px;   } }


/*------------------------------------------------------*/
/*  自治体L
  メイン */
/*------------------------------------------------------*/
.pubfacility-wraper1 { background-color: #f1f8ff;   padding: 25px 0 25px 0; }
.pubfacility-wraper2 { background-color: #ffffff;   padding: 25px 0 25px 0; }

    @media screen and (max-width: 768px) {
      .pubfacility-wraper1, .pubfacility-wraper2  { padding: 10px 0 10px 0; } }

.pubfacility-1 {
  background-size: cover;
  background-position: center;
  padding: 20px 0 20px 0;
  text-align: center; 
  width: 80%;
  max-width: 1120px;
  margin: 0 auto;
}
  @media screen and (max-width: 768px) {
    .pubfacility-1 {
      width: 85%;
      padding: 30px 0;
      line-height: 150%; } }

.pubfacility-1 h2 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: left;
    letter-spacing: 0.1em; 
}

    @media screen and (max-width: 768px) {
      .pubfacility-1 h2 {
        font-size: 20px;
        line-height: 150%; 
        margin-top: 10px;
        margin-bottom: 15px; } }
  
.pubfacility-1 h2 span {
      color: #de6d00; }
      @media screen and (max-width: 768px) {
        .pubfacility-1 h2 span {
          font-size: 20px; } }

.pubfacility-1 h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 0.1em; }

    @media screen and (max-width: 768px) {
      .pubfacility-1 h3 {
        font-size: 16px;
        /*line-height: 150%;*/ } }

.pubfacility-1 p {  
  font-size: 18px; 
  text-align: left;
  margin: 30px 0 30px 0;
}

    @media screen and (max-width: 768px) {
      .pubfacility-1 p {
          font-size: 16px; 
        margin: 20px 0 20px 0; } }

.pubfacility-1 p.pc-center { 
 text-align: center;
}

@media screen and (max-width: 768px) {
.pubfacility-1 p.pc-center { 
 text-align: left; }  }


.pubfacility-1 p.note {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 40px;
}
.pubfacility-1 p.note ::before {
  color: #036197;
  margin-right: 5px;
  content:"※";
}

.pubfacility-1 p.comment {  
  font-size: 15px; 
  text-align: left;
  margin: 26px 0 26px 0;
}

    @media screen and (max-width: 768px) {
      .pubfacility-1 p.comment {
          font-size: 16px; 
        margin: 20px 0 20px 0; } }


.pubfacility-1 p a {color: #0600ff; text-decoration: underline; }

.pubfacility-1 img.normal {
  width: 500px;
  height: auto; 
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; 
  display: block;
}

.pubfacility-1 figure { margin-top: 60px; }


.pubfacility-1 figure img {
  width: 650px;
  height: auto; 
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; 
  display: block;
}

.pubfacility-1 figure a img:hover { opacity: 0.7; }

.pubfacility-1 figcaption {
  text-align:center;
  font-size: 18px;
  font-weight: bold;
}

.pubfacility-1 figcaption::before { content:"▼" }


.pubfacility-pannel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.pubfacility-pannel > li {
  width: 25%;
  padding: 0 20px; 
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
}

 @media screen and (max-width: 768px) {
   .pubfacility-pannel > li {  width: 50%;   }}


.pubfacility-pannel > li > img {
  max-width: 200px;
  text-align: center;
  
  margin-bottom: 10px;
  box-sizing: border-box;
}


.top-lineup__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px 25px;
}
.top-lineup__product {
  width: 59.6%;
  max-width: 124px;
}
.top-lineup__item {
  width: 16.5%;
  text-align: center;
}
.top-lineup__item p {
  display: inline-block;
  position: relative;
}
.top-lineup__item img {
  width: 100%;
  position: relative;
}
.top-lineup__item.-item1 .top-lineup__product {
  width: 54.8%;
  max-width: 114px;
}
.top-lineup__item.-item2 .top-lineup__product {
  width: 90.4%;
  max-width: 188px;
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
}
.top-lineup__item.-item3 .top-lineup__product {
  width: 50.5%;
  max-width: 105px;
}
.top-lineup__item.-item4 .top-lineup__product {
  width: 59.6%;
  max-width: 124px;
}
.top-lineup__item.-item5 .top-lineup__product {
  width: 59.6%;
  max-width: 124px;
}
.top-lineup__item.-item6 .top-lineup__product {
  width: 49.5%;
  max-width: 103px;
}
.top-lineup__item.-west p .mark {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  right: -35px;
  bottom: -25px;
  border-radius: 50%;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.top-lineup__item.-west p .mark::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(https://remotelock.kke.co.jp/hubfs/top/lineup/logo.jpg) no-repeat center center;
  background-size: contain;
}


.top-lineup__doortype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.top-lineup__doortype .item {
  width: 154px;
  text-align: center;
  margin-bottom: 25px;
}

.top-lineup__doortype .item-photo {
  width: 112px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 9px;
}

.top-lineup__doortype .item-txt {
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .top-lineup {
    margin-bottom: 91px;
  }
  .top-lineup__title {
    margin-bottom: 36px;
  }
  .top-lineup__lead {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 22px;
  }
  .top-lineup__lead p {
    margin-bottom: 5px;
  }
  .top-lineup__lead p:last-of-type {
    margin-bottom: 0;
  }
  .top-lineup__main {
    margin: 0 5px -7px;
  }
  .top-lineup__item.-item2 .top-lineup__product {
    -webkit-transform: translateX(22%);
        -ms-transform: translateX(22%);
            transform: translateX(22%);
  }
  .top-lineup__item.-west p .mark {
    width: 40px;
    height: 40px;
    right: -21px;
    bottom: -14px;
  }
  .top-lineup__item.-west p .mark::after {
    width: 18px;
    height: 18px;
  }
  .top-lineup__note {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8rem;
    width: 70vw;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-left: 16px;
  }
  .top-lineup__note span {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
  }

  .top-lineup__doortype {
    width: 90vw;
    left: -3vw;
    position: relative;
    margin-bottom: 14px;
  }
  .top-lineup__doortype .item {
    width: 20%;
    margin-bottom: 15px;
  }
  .top-lineup__doortype .item-photo {
    width: 86%;
    height: auto;
    margin-bottom: 2px;
  }
  .top-lineup__doortype .item-txt {
    font-size: 1.2rem;
  }
}


.multi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  margin-top: 20px;
}

div.box {
    position: relative;
    padding: 1em 1.5em;
    margin: 4em 0;
    border: solid 3px #7F7F7F;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #000000;/*文字色*/
    width: 45%;
    margin: 2em auto;
    font-size: 16x; 
    box-sizing: border-box;
}

 @media screen and (max-width: 768px) {
   div.box {  width: 95%;   }}

div.box div.box-title {
    position: absolute;
    display: inline-block;
    top: -18px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 18px;/*タイトル文字サイズ*/
    background: #7F7F7F;/*タイトル文字背景色*/
    color: #ffffff;/*タイトル文字色*/
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

 @media screen and (max-width: 768px) {
   div.box div.box-title { font-size: 16px;   } }

div.box ul  {
  margin-top: 15px;
  margin-bottom: 15px; }

 @media screen and (max-width: 768px) {
   div.box ol, div.box ul  {
  margin-top: 15px;
  margin-bottom: 15px;   } }

div.box ul li {
  font-size: 16px;
  line-height: 1.3;
  padding: 0.3em 0 0.3em 0;
  text-align:left;
}

 @media screen and (max-width: 768px) {
    div.box ul li { font-size: 14px;   } }

.box ul li::before { content: "・"  }

div.box span.blue { color: #045BC4; font-weight:bold;}

div.box img {
  position: absolute;
  display: inline-block;
  top: -40px;
  right: 30px;
  width: 75px;
}

 @media screen and (max-width: 768px) { 
   div.box img { width: 55px;    top: -30px;} }
   

div.box p {
    font-size: 16px;
    margin: 0; 
    padding: 0; 
}

div.box a {
  color: #0600ff; 
  text-decoration: underline;
}


.row {  
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left; 
  justify-content: center;
}

 @media screen and (max-width: 768px) { 
   .row  { display: block;   margin-top: 30px;  margin-bottom: 30px;} }

.row .row-photo {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

 @media screen and (max-width: 768px) { 
   .row .row-photo  { max-width: 70%; margin-top: 20px; margin-bottom: 20px;} }

.row .row-photo img {
 max-width: 370px;
 padding: 0px;
 text-align: center; 
 margin-left:  auto;
 margin-right: auto;
}

.row .row-text {
  max-width: 50%;
  text-align: left;  
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  
}

 @media screen and (max-width: 768px) { 
   .row .row-text  { max-width: 100%;  } }

.row .row-text h4 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

dl.row-feature { margin: 10px 5px 10px 5px; }


dl.row-feature dt {
  font-weight:bold; 
  font-size:16px;
  text-align:left;
  margin-top: 15px;
}

dl.row-feature dd {
  margin: 7px 0;
  padding-left: 15px;
  text-align: left;
  font-size: 16px;
}

dl.row-feature dd::before {
 content: "◇ ";
}


.row2 {  
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align :left; 
  justify-content: center;
}

 @media screen and (max-width: 768px) { 
   .row2  { display: block;   margin-top: 30px;  margin-bottom: 30px;} }

.row2 .row-photo {
  max-width: 50%;
  padding: auto;
  margin-left: auto;
  margin-right:auto;
  margin-top:auto;
  margin-bottom: auto;
}

 @media screen and (max-width: 768px) { 
   .row2 .row-photo  { max-width: 70%; margin-top: 20px; margin-bottom: 20px; } }


.row2 .row-photo img {
 width: 300px; 
 height: auto; 
 max-width: 100%;
 padding: 10px;
 text-align:center; 
 margin-left: auto;
 margin-right: auto;
}

.row2 .row-photo a img:hover { opacity: 0.7; }

.row2 .row-text {
  max-width: 50%;
  text-align: left;  
  vertical-align: middle;
  padding-top: auto;
  padding-bottom: auto;
}

 @media screen and (max-width: 768px) { 
   .row2 .row-text  { max-width: 100%;  } }

.row2 .row-text h4 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

 @media screen and (max-width: 768px) { 
   .row2 .row-text h4  { font-size: 18px;  } }

.row2 .row-text h4::before {  content: "■"; }


.row2 .row-text p {  margin: 12px 0;  font-size: 18px;}

 @media screen and (max-width: 768px) { 
   .row2 .row-text p  { font-size: 14px;  } }




/*------------------------------------------------------*/
/*  自治体L
  お知らせボックス */
/*------------------------------------------------------*/
ul.pubfacility-news {
 
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 0.5em 0.5em 2em;
  max-width: 80%;
}

@media screen and (min-width: 1200px) {
  ul.pubfacility-news {  
  margin-left: auto;
  margin-right: auto;
    max-width: 75%;
   }
}  

@media screen and (max-width: 768px) {
  ul.pubfacility-news {  
  max-width: 90%;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
   }
}  

ul.pubfacility-news li {
  font-size: 20px;
  line-height: 1.5;
  padding: 0.5em 0;
}

@media screen and (max-width: 768px) {
  ul.pubfacility-news li {
  font-size: 17px;
  } }

ul.pubfacility-news li:before { content: "・" }
ul.pubfacility-news li a { text-decoration: underline; }


.top-topics {
  position: relative;
  margin-bottom: 40px;
}
.top-topics__headline {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 37px;
}
.top-topics .top-link {
  position: absolute;
  right: 0;
  top: -5px;
}
.top-topics__main {
  height: 210px; 
  overflow: auto;
  padding-right: 50px;
}
.top-topics__main::-webkit-scrollbar {
  width: 18px;
  border: 1px solid #ececec;
}
.top-topics__main::-webkit-scrollbar-thumb {
  background: #036197;
  border-radius: 9px;
}
.top-topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.top-topics__item:last-of-type {
  margin-bottom: 0;
}
.top-topics__item.-pickup .top-topics__date {
  color: #036197;
}
.top-topics__date {
  width: 100px;
  margin-right: 22px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.top-topics__cat {
  width: 110px;
  padding-top: 4px;
  margin-right: 20px;
}
.top-topics__cat > span {
  display: inline-block;
  border: 1px solid #036197;
  color: #036197;
  font-size: 1.5rem;
  padding: 0 8px 2px;
  white-space: nowrap;
}
.top-topics__title {
  width: calc(100% - 252px);
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media screen and (min-width: 751px) {
  .top-topics a.top-topics__title:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 950px) {
  .top-topics__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .top-topics__title {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 750px) {
  .top-topics {
    margin-bottom: 54px;
  }
  .top-topics__headline {
    font-size: 1.9rem;
    margin-bottom: 28px;
  }
  .top-topics .top-link {
    top: 4px;
  }
  .top-topics .top-link__txt {
    font-size: 1.2rem;
  }
  .top-topics__main {
    height: 110px;
    padding-right: 30px;
    margin: 0 10px;
  }
  .top-topics__main::-webkit-scrollbar {
    width: 10px;
  }
  .top-topics__main::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
  .top-topics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .top-topics__item.-pickup .top-topics__date {
    width: 75px;
  }
  .top-topics__date {
    width: 95px;
    margin-right: 0;
    font-size: 1.4rem;
    line-height: 1.9rem;
    position: relative;
    top: 1px;
  }
  .top-topics__cat {
    padding-top: 0;
    margin-right: 0;
    line-height: 0;
  }
  .top-topics__cat > span {
    font-size: 1.1rem;
    line-height: 1.7rem;
    padding: 0 4px 0;
  }
  .top-topics__title {
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-top: 8px;
  }
  .top-topics a.top-topics__title {
    text-decoration: underline;
  }
}

.top-link {
  display: inline-block;
  position: relative;
  padding-right: 55px;
}
.top-link__txt {
  font-size: 1.6rem;
  line-height: 3.7rem;
}
.top-link__arrow {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.top-link__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50% 50%;
  border: 1px solid #036197;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.top-link__arrow .-def {
  width: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-40%);
      -ms-transform: translateY(-50%) translateX(-40%);
          transform: translateY(-50%) translateX(-40%);
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 1;
}
.top-link__arrow .-hover {
  width: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-40%);
      -ms-transform: translateY(-50%) translateX(-40%);
          transform: translateY(-50%) translateX(-40%);
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
}
.top-link__arrow svg {
  width: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-40%);
      -ms-transform: translateY(-50%) translateX(-40%);
          transform: translateY(-50%) translateX(-40%);
}
.top-link__arrow svg .st0 {
  fill: #036197;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media screen and (min-width: 751px) {
  .top-link:hover .top-link__arrow {
    right: -5px;
  }
  .top-link:hover .top-link__arrow::before {
    background: #036197;
  }
  .top-link:hover .top-link__arrow .-def {
    opacity: 0;
  }
  .top-link:hover .top-link__arrow .-hover {
    opacity: 1;
  }
  .top-link:hover .top-link__arrow svg .st0 {
    fill: #fff;
  }
}
@media screen and (max-width: 750px) {
  .top-link {
    padding-right: 37px;
  }
  .top-link__txt {
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #036197;
  }
  .top-link__arrow {
    width: 22px;
    height: 22px;
  }
  .top-link__arrow svg {
    width: 4px;
  }
}



/*------------------------------------------------------*/
/*  自治体LP  導入実績カルーセル */
/*------------------------------------------------------*/

.section_pubfacility {
  overflow: hidden;
  padding: 25px 0 45px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .section_pubfacility {
    padding-top: 60px;
    padding-bottom: 100px;
    margin-bottom: 60px;
  }
}

.installation-list .slick-list { overflow: visible; }
.installation-list .slick-track { display: flex; }

.installation-list .installation-list__item {
  float: none;
  width: 222px;
  height: auto;
  height: inherit;
  margin: 0 8px;
}
@media print, screen and (min-width: 768px) {
  .installation-list .installation-list__item {
    width: 315px;
  }
}
.installation-list .installation-list__item--link {
  text-decoration: none;
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.installation-list__item--img img {max-width: 100%; height: 210px; margin-left: auto; margin-right: auto; }


.installation-list .installation-list__item--meta {
  padding: 10px 15px;
}
.installation-list .installation-list__item--name {
  font-size: 12.5px;
  min-height: 60px;
}  

.installation-list .installation-list__item--name span { font-size: 10px; }


@media print, screen and (min-width: 768px) {
  .installation-list .installation-list__item--name {
    font-size: 18px;
    min-height: 80px;  }  
  .installation-list .installation-list__item--name span { font-size:14px; }
}

.installation-list .installation-list__item--description { font-size: 11px; }

@media print, screen and (min-width: 768px) {
  .installation-list .installation-list__item--description {
    font-size: 16px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
    -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
    touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 45px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
@media print, screen and (min-width: 768px) {
  .slick-list {
    padding: 0 145px;
  }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: 0;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 43px;
  height: 43px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  background-size: contain;
}
.slick-prev {
  left: 15px;
  background: url(https://remotelock.kke.co.jp/hubfs/lp/hotel/installation_arrow_prev.png) no-repeat;
}
.slick-next {
  right: 15px;
  background: url(https://remotelock.kke.co.jp/hubfs/lp/hotel/installation_arrow_next.png) no-repeat;
}
@media print, screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 37px;
    height: 76px;
  }
  .slick-prev {
    left: calc(50% - 537px)
  }
  .slick-next {
    right: calc(50% - 537px)
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 8px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  margin: 0 2.5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 768px) {
  .slick-dots {
    bottom: 18px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button, .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}


.pubfacility-interview {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 50px;
  margin-bottom: 30px; }

.pubfacility-interview > .interview-box {
  width: 30%;
  padding: 0px; 
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  border: 2px solid #F4F4F4;
  box-shadow: 0px 0px 0px 3px #f1f8ff;/*線の外側*/
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

 @media screen and (max-width: 768px) {
   .pubfacility-interview > .interview-box {  
     width: 45%; 
     justify-content: space-evenly;
     margin-top: 8px;
     margin-bottom: 8px;  } }　

.interview-box a > .img  { max-height: 200px; }  

.interview-box a > .img img { 
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.interview-box  a img:hover { opacity: 0.7; }

.interview-box > .txt　{ font-size: 16px; }

.pubfacility-interview > .interview-box > .txt h4 {
  font-size: 16px;
  border-bottom: 2px solid #F4F4F4;
  padding: 5px 0px;
  }

.pubfacility-interview > .interview-box > .txt h4::after {
 content: " さま";  
 font-size: 11px;  
}

.pubfacility-interview > .interview-box > .txt p { font-size: 15px;   }