@charset "UTF-8";

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'; }
.pcOnly {
  display: block; }
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none; } }

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

.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; } }



/*------------------------------------------------------*/
/*  レンスペLP　ヘッダー */
/*------------------------------------------------------*/
.rs-header {　padding-top: 20px; }
.rs-header img { width: 100%;   margin-bottom:　30px; }  

@media screen and (max-width: 768px) {
    .rs-header img {
       margin: 0 auto; }  }

.rs-header h2 { 
    text-align: center;
    color: #de6d00; 
    font-size: 32px;
    padding: 0px;
    margin-top: 30px;
    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 (max-width:768px) {
    .rs-header h2 {
       font-size: 17px;
       margin: 15px auto;  
       letter-spacing: 0.1em;  } }

.rs-header h3 { 
    text-align: center;
    color: #de6d00; 
    font-size: 20px;
    padding: 0px;   
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    font-weight: bold; 
}

@media screen and (max-width: 1000px) {
    .rs-header h3 {
       font-size: 18px;
       margin: 15px auto;  } }

.rs-header > p {
    text-align: center;
    font-size: 18px;
    padding: 0px;
    margin-bottom: 10px;
}

.rs-header > p.lead {
  text-align: center;
  font-size: 22px;
  padding: 0px;
  margin-bottom: 10px;
  font-weight: bold; 
}

@media screen and (max-width: 768px) {
    .rs-header > p.lead {
       text-align: center;
       font-size: 16px;
       padding: 0px;
       margin: 15px auto; }  }

.rs-header > p > a > img {
  max-width: 450px;
  margin: 10px auto 0px; 
  display: block;
  text-align: center;

}

@media screen and (max-width: 768px) {
    .rs-header > p > a > img {
       max-width: 80%; }  }

/*------------------------------------------------------*/
/*  レンスペLP　利用シーン */
/*------------------------------------------------------*/
/*20220325 kato 利用シーン追加*/  
.section_scene_rs {
  padding: 60px 15px 70px 15px;
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
    .section_scene_rs {
       padding: 60px 15px 60px 15px; } }

.section_scene_rs > h2 {
  color: #101010;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px; 
}
@media print, screen and (max-width: 768px) {
    .section_scene_rs > h2 {
       font-size: 19px;  
       line-height: 30px;
       margin-bottom: 24px;   } }

.section_scene_rs > p { 
  text-align: center; 
  font-size: 16px;
  line-height: 18px;
}
@media print, screen and (max-width: 768px) {
    .section_scene_rs > p {
       font-size: 13px;
       line-height: 16px;  } }

@media (min-width: 768px) {                        
    .d-md-none_rs {  display: none !important;  } }

.section_scene_rs > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.section_scene_rs > ul > li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
    .section_scene_rs > ul > li {
       width: 33.3%;  }}

@media only screen and (max-width: 768px) {
    .section_scene_rs > ul > li:nth-of-type(n + 4) {
       margin-top: 10px;  } }

.section_scene_rs > ul > li > h3 {
  color: #002738;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {
  .section_scene_rs > ul > li > h3 {
       font-size: 12px;
       margin-top: 5px;
       line-height: 17px;
       margin-bottom: 10px;  } }

@media print, screen and (max-width: 768px) {
  .section_scene_rs > ul > li > h3.long {　　
       font-size: 11px;  } }

.scene__item_rs > ul > li > img {
  text-align: center;
  margin: 0 28.5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media print, screen and (max-width: 768px) {
  .scene__item_rs > ul > li > img { margin: 0px 21.25px;  } }


/*------------------------------------------------------*/
/*  レンスペLP　よくある3つの問題 */
/*------------------------------------------------------*/
.rs-main {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  text-align: center; 
  width: 100%;
}
  @media screen and (max-width: 768px) {
    .rs-main {
      padding: 30px 0;
      line-height: 150%; } }

.rs-main > h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
    }

    @media screen and (max-width: 768px) {
    .rs-main > h2 {
    font-size: 22px;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 150%; } }
 
.rs-main > h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  letter-spacing: 0.1em;
}
  @media screen and (max-width: 768px) {
    .rs-main > h2 {
    font-size: 16px;
    padding: 0 10px;
        /*line-height: 150%;*/ } }

.rs-main > p { font-size:16px; }

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

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



.rs-main > .worries {
  margin-left:auto;
  margin-right:auto;
  width: 80%;
  display: flex;
  text-align:center;
}
  @media screen and (max-width : 768px) {
      .rs-main > .worries  {
          width: 90%;
          display: block;
          margin: 20px auto 20px auto;    }　} 

  @media screen and (min-width : 1600px) {
      .rs-main > .worries  {
          width: 65%;
             }　} 

.rs-main > .worries > div { 
    display: block;        
    margin-left: auto;
    margin-right: auto;
}  
   @media screen and (max-width : 768px) {
      .rs-main > .worries > div {
    width: 100%;
    text-align: center; }} 

.rs-main > .worries > div > img { 
    margin: 30px;  
    width: 400px;  
    text-align: center;
}

@media screen and (min-width: 1600px) {
    .rs-main > .worries > div > img {
    margin: 30px 50px 30px 50px;  
    width: 430px;  
    text-align: center; }}

@media screen and (max-width: 768px) {
    .rs-main > .worries > div > img {
    max-width: 85%;
    margin: 10px auto 10px auto;
  }}      

.rs-main > .worries > .concept-text { 
  display: block;
  width: 50%;
  max-width: 600px;
  margin: auto;
  vertical-align: middle;
  text-align: left;
}  

@media screen and (max-width: 768px) {
    .rs-main > .worries > .concept-text {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }}   

.rs-main > .worries > .concept-text > h3 {
  text-align: left; 
  font-size: 28px;
  color: #DE6D00;
  font-weight: bold; 
  letter-spacing: 0.2em;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .rs-main > .worries > .concept-text > h3 {
    display:none;
    font-size: 18px;
    line-height: 1.6 } }

.rs-main > .worries > .concept-text > p {
  text-align: left; 
  font-size: 20px; 
  word-wrap: break-word;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .rs-main > .worries > .concept-text > p {
    font-size: 14px;
    padding: 0 5px; } }

.rs-main > .worries > .concept-text > p.lead {
  margin-top : 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.rs-main > .worries > .concept-text > p.lead::before{
    content: "";
    display: inline-block;
    background: url(https://remotelock.kke.co.jp/hubfs/lp/hotel/trouble_arrow.png) no-repeat 0 0 / 25px auto;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    vertical-align: middle;
}

/*------------------------------------------------------*/
/*  レンスペLP　スマートロックがお悩みを解決 */
/*------------------------------------------------------*/
.solution {
  margin: 30px 5% 30px 5%;
  display: flex;
  justify-content: space-evenly;  
  align-items: center;
  max-width: 100%;
}

@media screen and (min-width: 1600px) {
    .solution  {
       max-width: 100%;
       padding: 20px 20% 20px 20%;
       display: flex;}}

@media screen and (max-width: 768px) {
    .solution  {
       display: block;
       padding:  5px; }} 

.solution div {
  width: 50%; 
  margin: auto 10px;
  text-align:center;
}  

@media screen and (max-width: 768px) {
    .solution div {
       width: 100%;
       margin:auto 0; }  } 

.solution img {
  vertical-align:middle;
  margin: auto 5px;  
  max-width: 350px;
}  

@media screen and (max-width: 768px) {
    .solution img {
       margin: 5px auto;  
       width: 100%; }}   


.solution div h2 {
  text-align: center; 
  font-size: 24px;
  color: #DE6D00;
  font-weight: bold; 
  letter-spacing: 0.2em;
  text-align:center;
  margin-top: 20px;
  margin-bottom: 40px;
  background: linear-gradient(transparent 80%, #F5D3B2 80%); 
}

@media screen and (max-width: 768px) {
    .solution div h2 {
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 18px;
      padding: 0 5px;
      line-height: 1.6; 
      background: linear-gradient(transparent 80%, #F5D3B2 80%); 
} }

.solution div p {
  text-align: center; 
  font-size: 20px; 
  font-weight: bold; 
  letter-spacing: 0.2em;
}

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

.concept1-1 div span.marker {
  background: linear-gradient(transparent 80%,  #F5D2B2 80%);  
  font-weight: bold; 
}


.solution div span.circle1 {
  background-color: #ff7c80; 
  color: #fff;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  border: solid 1px #ff7c80;
  border-radius: 16px;/*角の丸み*/   
}

.solution div span.circle2 {
  background-color: #5b9bd5; 
  color: #fff;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  border: solid 1px #5b9bd5;
  border-radius: 16px;/*角の丸み*/   
}

.solution div ol { max-width: 100%; }

@media screen and (max-width: 768px) {
    .solution div ol { margin: 5px auto; } }

.solution div ol li {
  font-size:  18px;
  line-height: 1.3em;
  margin: 16px 8px;
  text-align: left;
}

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


/*------------------------------------------------------*/
/*  レンスペLP　スマートロックの特徴 */
/*------------------------------------------------------*/

.rs-main > ul.feature {
  font-size:14px; 
  line-height: 17px;
  text-align: center;
  font-weight: bold;
  max-width: 60%;
  margin: 15px auto;
}

@media screen and (max-width: 768px) {
  .rs-main > ul.feature { max-width: 80%;  } }
  

.rs-main > ul.feature > li {
  padding: 6px;
  }

.rs-main > p.bold { 
  font-size:16px;
  line-height: 22px;
  font-weight: bold;
}

.rs-main >img.ppt {
  width: 86.6%;}

@media screen and (max-width: 768px) {
  .rs-main >img.ppt { width: 100%;   } }



/*------------------------------------------------------*/
/*  レンスペLP　連携サービスロゴ 一覧　*/
/*------------------------------------------------------*/
.rs-systems {
  margin: 30px auto 70px auto;
  max-width: 1010px;
  padding-right: auto;
  padding-left: auto;
}
@media print, screen and (max-width: 768px) {
    .rs-systems {
       margin: 10px 15px 30px 15px; } }

.rs-systems > img {width: 100%; }

.rs-systems > h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-align: center;
}
    @media screen and (max-width: 768px) {
    .rs-systems > h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 5px;  } }

.rs-systems > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.rs-systems > ul > li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  max-height: 140px; 
  vertical-align:middle;
  align-items: center;
  height: 100%;
  margin-top:20px;
  margin-bottom:20px;
}

@media print, screen and (max-width: 768px) {
    .rs-systems > ul > li {
       width: 33.3%; 
      padding: 0 5px;
}}

@media only screen and (max-width: 768px) {
    .rs-systems > ul > li:nth-of-type(n + 4) {
       margin-top: 10px;  } }


.rs-systems > ul > li > img {
  box-sizing: border-box;
  display: block;
  width: 180px;
  height: 65px;
  object-fit: contain;
  margin-left:auto;
  margin-right:auto;
}
@media print, screen and (max-width: 768px) {
  .rs-systems > ul > li > img { 
    margin: 0px 21.25px; 
    width: 80px;
    height: 40px; } }


/*------------------------------------------------------*/
/*  レンスペLP　その他 */
/*------------------------------------------------------*/

.cta-banner {
  width: 100%;
  background-color: #ed7d31;
  text-align: center;
  margin: 50px 0px ;
  vertical-align:middle;  
}

@media screen and (max-width: 768px) {
  .cta-banner  {
      margin: 30px 0px ;  } }


.cta-banner ul {
  width:100%;
  list-style: none; 
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .cta-banner ul {
      padding: 10px 0; } }

.cta-banner ul li {
  list-style: none;  
  display: inline-block;
  vertical-align:middle; 
  margin: 0px 3%;
}

@media screen and (max-width: 768px) {
  .cta-banner ul li {
     display: block;
     margin: 5px auto;  } }


.cta-banner p {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 130%;
  color:#FFFFFF;
  padding: 20px auto;
}

.cta-banner p.ctamain {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 180%;
  color:#FFFFFF;
  padding: 20px auto;
}

@media screen and (max-width: 768px) {
  .cta-banner p { font-size: 16px; } }

@media screen and (max-width: 768px) {
.cta-banner p.ctamain {
  font-size: 12px; } }


.cta-banner p span {
 font-size: 18px;  
 letter-spacing: 0.1em;
  }  

@media screen and (max-width: 768px) {
  .cta-banner p span {
 font-size: 14px;  
 letter-spacing: 0.1em;
  }   }

.cta-banner img {  width: 420px;}

@media screen and (max-width: 768px) {
  .cta-banner img { width: 200px;  } }



/*------------------------------------------------------*/
/*  レンスペLP　その他 */
/*------------------------------------------------------*/
.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; } }


/*------------------------------------------------------*/
/*  レンスペLP　導入実績カルーセル */
/*------------------------------------------------------*/

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

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


.installation .installation__header {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .installation .installation__header {
    margin-bottom: 60px;
  }
}
.installation .installation__header h1 {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .installation .installation__header h1 {
    font-size: 32px;
  }
}
.installation .installation__note {
  font-size: 14px;
  text-align: center;
  max-width: 1010px;
  padding: 0 15px;
  margin: 15px auto 0;
}

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

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


.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 .installation-list__item--meta {
  padding: 10px 15px;
}
.installation-list .installation-list__item--name {
  font-size: 12.5px;
  min-height: 60px;
}
@media print, screen and (min-width: 768px) {
  .installation-list .installation-list__item--name {
    font-size: 18px;
    min-height: 80px;
  }
}
.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;
  }
}


/*------------------------------------------------------*/
/*  レンスペLP　お客様の声 */
/*------------------------------------------------------*/
.review {
  padding-top: 30px;/*125pxは大きすぎる*/
  background-color: #f0f1f1;/*灰色に修正*/ 
}
　　@media screen and (max-width: 1000px) {/*768px*/
  　　.review {
    　　padding: 15px 0 0;/*padding top60pxは大きすぎる*/   } }

.review__ttl {
  width: 500px;/*600px*/
  margin: 0 auto 30px auto;
  text-align: center;
  background-color: #004481;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 27px 0;
  border-radius: 5px;
  position: relative; }
@media screen and (max-width: 1000px) {/*768px*/
  .review__ttl {
    width: 92%;
    font-size: 16px;
    padding: 27px 2%;
    margin: 0 auto 50px; } }
.review__ttl:after {
  content: "";
  border-top: 35px transparent solid;
  border-right: 25px transparent solid;
  border-bottom: 35px transparent solid;
  border-left: 25px #004481 solid;
  position: absolute;
  bottom: -35px;
  left: 160px;
  z-index: 99; }

.review__ttl h2 {
  position: relative;
  z-index: 999; }

.reviewItem {
  width: 58%;/*68%*/
  margin: 0 auto 35px auto;
  padding: 40px 50px;
  box-sizing: border-box;
  background-color: #fff; }
@media screen and (max-width: 1000px) {/*768px*/
  .reviewItem {
    width: 88%;
    margin: 35px auto;
    padding: 4%; } }

.reviewItem__ttl {
  border-bottom: 2px #004481 solid;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.reviewItem__ttl h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 5px; }

@media screen and (max-width: 1000px) and (min-width:769ox) {/*768px*/
  .reviewItem__ttl h2 {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 10px; }
/*review内のh2のターゲット項目を定義*/


  @media screen and (max-width: 768px)  {
  .reviewItem__ttl h2 {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 10px; }  
  }
  
.reviewItem_h2_target{
  background-color:#FE5705;/*オレンジ背景に*/
  color:#fff;/*白文字*/
  padding:5px 5px;
}
  
/*review内のh2のタイトル項目を定義*/
.reviewItem_h2_title{
  margin-top:30px;
}

  /*review内のh2のターゲット項目を定義*/
  .reviewItem_h2_target{
    background-color:#FE5705;/*オレンジ背景に*/
    color:#fff;/*白文字*/
    padding:2px 2px;
  }
  /*review内のh2のtitle項目を定義*/
  .reviewItem_h2_title{
    margin-top:10px;
  }
}
@media screen and (max-width: 768px) {/*768px*/
  /*review内のh2のtitle項目を定義*/
  .reviewItem_h2_title{
    margin-top:20px;
  }
}
.reviewItem__left {
  width: 68%;/*70%*/
  float: left; }
@media screen and (max-width: 1000px) {/*768px*/
  .reviewItem__left {
    float: none;
    width: 100%; } }
.reviewItem__left .name {
  display: inline-block;
  margin: 0 10px 5px 0;
  font-size: 16px; }
.reviewItem__left .valuation {
  display: inline-block;
  margin-bottom: 5px; }
.reviewItem__left .valuation p {
  display: inline-block;
  font-size: 16px; }
.reviewItem__left .valuation .star {
  display: inline-block; }
.reviewItem__left .valuation .star i {
  font-size: 20px;
  color: #de6d00; }
.reviewItem__right {
  width: 30%;/*15%*/
  float: right;
  padding-top: 20px;/*35px*/
  box-sizing: border-box;
  position: relative; }
@media screen and (max-width: 1000px) {/*768px*/
  .reviewItem__right {
    /*display: none; タブレットやモバイルでも表示されるようにする*/
    width:100%;
  } }
.reviewItem__right img {
  width: auto;
  height: 150px;/*150px*/
  margin: 0 auto; }
.review__bottom {
  background-color: #fff;
  position: relative;
  padding: 215px 12% 0 12%; }
@media screen and (max-width:1000px) {/*768px*/
  .review__bottom {
    padding: 40px 4% 100px 4%; } }
.review__bottom: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) {
  .review__bottom:before {
    border-right: 50vw transparent solid;
    border-left: 50vw transparent solid; } }
@media screen and (max-width: 768px) {
  .review__bottom:before {
    border-top: 13vw #f1f6f9 solid;
    border-right: 50vw transparent solid;
    border-left: 50vw transparent solid; } }
.review__bottom__left {
  float: left;
  margin-top: 50px; }
@media screen and (max-width: 1000px) {/*768px*/
  .review__bottom__left {
    margin: 25px auto 0 auto;
    float: none;
    text-align: center; } }
.review__bottom__left h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-bottom: 30px; }
@media screen and (max-width: 1000px) {/*768px*/
  .review__bottom__left h2 {
    font-size: 20px; } }
.review__bottom__right {
  float: right;
  width: 430px; }
@media screen and (max-width: 1000px) {/*768px*/
  .review__bottom__right {
    float: none;
    width: 92%;
    margin: 40px 0 0; } }
.roGSanSrf {
  font-family: 'RoGSanSrf'; }
/*review内のh1を定義*/
.review_h1{
  margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {/*768px*/
  .review_h1{
    margin-bottom: 60px;
  }
}
.review_h1 {
  font-size: 32px;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (max-width: 768px) {/*768px*/
  .review_h1{ {
    font-size: 22px;
  }  }


/*------------------------------------------------------*/
/*  レンスペLP　その他 */
/*------------------------------------------------------*/  

  /*20211116 kato アクション(送信ボタンの色)を緑色に統一*/
.hs_submit > .actions { 
  display: inline-block;
  height: 90px; color: #fff;
  background: #00AB8A;
  border-radius: 45px 45px;
  -moz-border-radius: 45px 45px;
  -webkit-border-radius: 45px 45px;
  -o-border-radius: 45px 45px;
  -ms-border-radius: 45px 45px;
  position: relative; 
  margin: 0 auto; 
  cursor: pointer; 
}

/*20211116 kato Q&Aのanswerを開きっぱなしに*/
.questionItem__contents .arrowIcon .offButton, .questionItem__contents .arrowIcon .onButton {
  display: block; /*none非表示からblockに*/
}
.questionItem__answer {
  display: block; /*none非表示からblockに*/
}
.questionItem__contents {
  cursor: default; /*pointerからデフォルトに*/
}



