@charset "utf-8";

/* GLOBAL */

html,
body{
  font-family: 'Noto Sans JP', 'NotoSansCJKjp',YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
#wrapper{
  width: 100%;
  overflow: hidden;
  color: #282828;
  font-size: 13px;
  line-height: 1.7;
}
img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
a{
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover{
  opacity: 0.7;
  transition: opacity 0.2s;
}

/* pc,sp出し分け */
.show-pc{
  display: block;
}
.show-sp{
  display: none;
}
@media(max-width: 767px){
  .show-pc{
    display: none;
  }
  .show-sp{
    display: block;
  }
}

.rental-container{
  padding-top: 74px;
}
@media screen and (max-width: 767px){
  .rental-container{
    padding-top: 56px;
  }
}
.rental-content {
  padding: 100px 0;
}
@media screen and (max-width: 767px){
  .rental-content {
    padding: 60px 0;
  }
}
.rental-content-inner{
  width: 840px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-content-inner{
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-content-inner-type2{
  width: 1120px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-content-inner-type2{
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-content-inner-type3{
  width: 1080px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.rental-bg-gry{
  background: #F8F8F8;
}
.rental-bg-subcolor{
  background:#F2EBDD;
  ;
}
.rental-section-title{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.rental-section-title span{
  font-size: 28px;
}
@media screen and (max-width: 767px){
  .rental-section-title{
    font-size: 26px;
  }
  .rental-section-title span{
    font-size: 14px;
  }
}


/* HEADER */
.rental-header-wrapper{
  overflow: hidden;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.rental-header{
  top:0 ;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rental-header-logo{
  margin-left: 30px;
  float: left;
  box-sizing: border-box;
}
.rental-header-logo a{
  width: 170px;
  height:70px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px){
  .rental-header-logo a{
    width: 150px;
    height: 56px;
  }
}
.rental-header-logo img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.rental-header-inner{
  display: flex;
  align-items: center;
}
.rental-header-btn a{
  display: block;
  background: #DC4354;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  margin: 15px 40px 15px 30px;
  line-height: 1;
}
@media screen and (max-width: 767px){
  .rental-header-btn a{
    font-size: 12px;
    margin: 10px 30px 10px 0;
    padding: 10px;
  }
}
.rental-header-bnr{
  width: 300px;
}
.rental-header-bnr-sp{
  background: #F9F7EF;
}
.rental-header-bnr-sp-img{
  width: 310px;
  margin: 0 auto;
}

/* content */
.rental-award{
  padding: 60px 0;
}
@media screen and (max-width: 767px){
  .rental-award{
    padding: 20px 40px;
  }
}
.rental-award-img{
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
}
.rental-award-text{
  width: 630px;
  max-width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px){
  .rental-award-text{
    margin-top: 20px;
  }
}


.rental-campaign-cost{
  margin: 30px auto 0;
  width: 480px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-campaign-cost{
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-campaign-bnr{
  margin-top:40px;
}
@media screen and (max-width: 767px){
  .rental-campaign-bnr{
    margin-top: 20px;
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-campaign-attention{
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.5;
}
.rental-campaign-attention + .rental-campaign-attention{
  margin-top: 10px;
}
@media screen and (max-width: 767px){
  .rental-campaign-attention{
    font-size: 10px;
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-campaign-title{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.rental-campaign-title .font-large{
  font-size: 46px;
}
.rental-campaign-title strong{
  color:#CB4F58 ;
}
@media screen and (max-width: 767px){
  .rental-campaign-title{
    font-size: calc((16 / 390) * 100vw);
  }
  .rental-campaign-title .font-large{
    font-size: calc((22 / 390) * 100vw);
  }
}

.rental-movie{
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .rental-movie{
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-movie-type2{
  margin-top: 0;
  padding: 0;
}
.rental-movie-type3{
  margin-top: 0;
}
.rental-movie-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rental-movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.rental-movie-title{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px){
  .rental-movie-title{
    font-size: calc((18 / 390) * 100vw);
  }
}
.rental-movie-text{
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
}

.rental-case-list{
  margin: 60px 0 30px;
  letter-spacing: 0.1em;
}
.rental-case-list-title{
  background: #CB4F58;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  line-height: 1;
}
.rental-case-list-title span{
  display: inline-block;
  color: #CB4F58;
  background: #fff;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.rental-case-list-item{
  display: flex;
  align-items: center;
  background: #F2EBDD;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  .rental-case-list-item{
    flex-direction: column;
    padding: 30px 20px;
  }
}
.rental-case-list-img{
  width: 200px;
  max-width: 100%;
}
.rental-case-list-text{
  font-size: 18px;
  font-weight: 700;
  flex:0 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px){
  .rental-case-list-text{
    margin-top: 30px;
    font-size: calc((18 / 390) * 100vw);
  }
}
.rental-case-icon-next{
  width: 60px;
  margin: 0 auto;
}

.rental-case-resolve{
  margin: 30px 0 100px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px){
  .rental-case-resolve{
    margin: 30px 0 60px;
  }
}
.rental-case-resolve:last-child{
  margin-bottom: 0;
}
.rental-case-resolve-main img{
  border-radius: 10px 10px 0 0;
}
.rental-case-resolve-title{
  color: #CB4F58;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 40px 20px;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-title{
    padding: 20px;
    font-size: 20px;
  }
}
.rental-case-resolve-title > .small{
  font-size: 12px;
}
.rental-case-resolve-title-type2{
  color: #CB4F58;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 0 20px;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-title-type2{
    padding: 20px 0;
    font-size: 20px;
  }
}
.rental-case-resolve-title-type2 > .small{
  font-size: 12px;
}

.rental-case-resolve-text{
  font-size: 14px;
  padding: 0 40px 40px;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-text{
    padding:0 20px 30px;
  }
}
.rental-case-resolve-text > .small{
  font-size: 12px;
}
.rental-case-resolve-text-type2{
  font-size: 14px;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-text-type2{
    padding:0 0 30px;
  }
}
.rental-case-resolve-text-sup{
  vertical-align: top;
  font-size: 10px;
}
.rental-case-resolve-list-wrapper{
  padding-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-list-wrapper{
    flex-direction: column;
  }
}
.rental-case-resolve-list-wrapper-type2{
  display: flex;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-list-wrapper-type2{
    flex-direction: column;
  }
}
.rental-case-resolve-list , .rental-case-resolve-list-type2{
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-list , .rental-case-resolve-list-type2{
    width: 100%;
    padding: 0 calc((20 / 390) * 100vw);
  }
  .rental-case-resolve-list + .rental-case-resolve-list{
    margin-top: 30px;
  }
}

.rental-case-resolve-list-title{
  text-align: center;
  color: #fff;
  background: #757575;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  padding: 4px 0;
  margin-bottom: 20px;
}
.rental-case-resolve-list-title-type2{
  text-align: center;
  color: #fff;
  background: #CB4F58;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  padding: 4px 0;
}

.rental-case-resolve-list-text{
  font-size: 14px;
  min-height: 120px;
}

.rental-case-resolve-single-img{
  padding-bottom: 40px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.rental-case-resolve-attention{
  font-size: 10px;
  padding: 20px 0;
}
.rental-case-resolve-info{
  background: #F5F5F5;
  border-radius: 10px;
  font-size: 12px;
  padding: 20px ;
  margin-top: 10px;
}
.rental-case-resolve-info-list{
  padding: 10px 0 0 10px;
  font-size: 10px;
}
.rental-case-resolve-info-list li{
  list-style-type: disc;
  margin-bottom: 10px;
  list-style-position: outside;
}
.rental-case-resolve-info a{
  text-decoration: underline;
  color: #282828;
}

.rental-voice-article-wrapper{
  border: 3px solid #282828;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .rental-voice-article-wrapper{
    padding: 20px;
    margin-top: 40px;
  }
}

.rental-voice-img{
  width: 200px;
  margin: 0 auto;
  position: absolute;
  top:-100px;
  left: 50%;
  transform: translate(-50%,0);
}
@media screen and (max-width: 767px){
  .rental-voice-img{
    width: 100px;
    top:-50px;
  }
}
.rental-voice-article-01{
  border-radius: 10px;
  background: #F5F5F5;
  padding: 120px 30px 30px;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px){
  .rental-voice-article-01{
    padding: 60px 20px 20px;
    margin-top: 50px;
  }
}
.rental-voice-name-01,
.rental-voice-name-02{
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
  .rental-voice-name-01,
  .rental-voice-name-02{
    font-size: 18px;
  }
}
.rental-voice-comment-01{
  font-size: 14px;
}
.rental-voice-article-02{
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .rental-voice-article-02{
    margin-top: 20px;
  }
}
.rental-voice-comment-02{
  font-size: 14px;
  padding: 30px;
  background: #F2EBDD;
  border-radius: 10px;
}
.rental-voice-attention{
  text-align: right;
  margin-top: 20px;
}


.rental-expert-article-wrapper{
  box-sizing: border-box;
  padding: 40px 50px;
}
@media screen and (max-width: 767px){
  .rental-expert-article-wrapper{
    padding: 20px 20px 30px;
  }
}
.rental-expert-article{
  background: #F5F5F5;
  border-radius: 10px;
}
.rental-expert-article-title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}
.rental-expert-img{
  width: 200px;
  margin: 0 auto;
  position: absolute;
  top:-100px;
  left: 50%;
  transform: translate(-50%,0);
}
@media screen and (max-width: 767px){
  .rental-expert-img{
    width: 100px;
    top:-50px;
  }
}
.rental-expert-article-01{
  border-radius: 10px;
  background: #F5F5F5;
  padding: 120px 30px 30px;
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 767px){
  .rental-expert-article-01{
    padding: 60px 20px 20px;
    margin-top: 70px;
  }
}
.rental-expert-name-01{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px){
  .rental-expert-name-01{
    font-size: 14px;
  }
}
.rental-expert-comment-01{
  font-size: 14px;
}


.rental-select-subtitle{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .rental-select-subtitle{
    font-size: 14px;
  }
}
.rental-select-article{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px){
  .rental-select-article{
    flex-direction: column;
  }
}
.rental-select-img{
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-select-img{
    width: 150px;
  }
}
.rental-select-list{
  width: 50%;
  padding:0 30px 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-select-list{
    width: 100%;
    padding: 20px calc((20 / 390) * 100vw) 0;
  }
}
.rental-select-list-title{
  color: #DC4354;
  font-weight: 700;
  font-size: 26px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
  .rental-select-list-title{
    font-size: calc((26 / 390) * 100vw) ;
  }
}
.rental-select-list-title::before{
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DC4354;
  top:50%;
  left: 0;
  transform: translate(0,-50%);
  margin-top: 2px;
}
.rental-select-list-text{
  font-size: 14px;
}
.rental-select-list-text + .rental-select-list-title{
  margin-top: 30px;
}

.rental-procedure-title-wrapper{
  text-align: center;
}
.rental-procedure-title{
  position: relative;
  display: inline-block;
}
.rental-procedure-title-img{
  position: absolute;
  width: 130px;
  display: block;
  right: -80px;
  top:-80px;
}
@media screen and (max-width: 767px){
  .rental-procedure-title-img{
    width: 70px;
    right: -30px;
    top:-30px;
  }
}

.rental-procedure-mv{
  width: 381px;
  max-width: 100%;
  margin: 40px auto 0;
}
.rental-procedure-step-wrapper{
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  .rental-procedure-step-wrapper{
    flex-direction: column;
    margin-top: 40px;
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-procedure-step{
  width: 340px;
  margin-left: 30px;
}
@media screen and (max-width: 767px){
  .rental-procedure-step{
    width: 100%;
    margin-left: 0;
  }
  .rental-procedure-step + .rental-procedure-step{
    margin-top: 30px;
  }
}
.rental-procedure-step:first-child{
  margin-left: 0;;
}
.rental-procedure-step-title{
  background: #F2EBDD;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 6px 0;
}
.rental-procedure-step-title span{
  display: inline-block;
  color: #fff;
  background: #282828;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
.rental-procedure-step-item{
  background: #F8F8F8;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
}
.rental-procedure-step-text{
  text-align: center;
  font-size: 14px;
}


.rental-procedure-setup-wrapper{
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px){
  .rental-procedure-setup-wrapper{
    flex-direction: column;
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-procedure-setup{
  width: 310px;
}
@media screen and (max-width: 767px){
  .rental-procedure-setup{
    width: 100%;
  }
}
.rental-procedure-setup + .rental-procedure-setup{
  margin-left: 60px;
}
@media screen and (max-width: 767px){
  .rental-procedure-setup + .rental-procedure-setup{
    margin-top: 30px;
    margin-left: 0;
  }
}
.rental-procedure-setup-title{
  background: #CB4F58;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 6px 0;
  color: #fff;
}
.rental-procedure-setup-title span{
  display: inline-block;
  color: #CB4F58;
  background: #fff;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
.rental-procedure-setup-item{
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
}
.rental-procedure-setup-text{
  font-size: 14px;
}

.rental-try-mv{
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .rental-try-mv{
    margin-top: 20px;
  }
}
.rental-try-article{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .rental-try-article{
    flex-direction: column;
    margin-top: 20px;
  }
}
.rental-try-article-title{
  font-weight: 700;
  font-size: 50px;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 1023px){
  .rental-try-article-title{
    font-size: calc((50 / 1440) * 100vw);
  }
}
@media screen and (max-width: 767px){
  .rental-try-article-title{
    font-size: calc((26 / 390) * 100vw);
    margin-bottom: 20px;
  }
}


.rental-try-article-list-wrapper{
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px){
  .rental-try-article-list-wrapper{
    width: 100%;
  }
}
.rental-try-article-list{
  display: inline-block;
  text-align: left;
}
.rental-try-article-list-item{
  position: relative;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px){
  .rental-try-article-list-item{
    font-size: 14px;
  }
}
.rental-try-article-list-item::before{
  display: inline-block;
  content: '';
  background: url(../img/rental/ico_check.svg) no-repeat center center;
  background-size: 100%;
  width: 26px;
  height: 26px;
  margin-right:10px;
  position:relative;
  top:3px;
  left:0;
}

.rental-store{
  border: 3px solid #282828;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .rental-store{
    padding: 20px 20px 30px;
    margin-top: 40px;
  }
}
.rental-store-list{
  text-align: center;
}
.rental-store-list-item a{
  font-size: 20px;
  border-radius: 10px;
    background: #F5F5F5;
    padding: 30px ;
    margin-top: 30px;
    color: #282828;
    display: block;
    text-decoration: underline;
}
@media screen and (max-width: 767px){
  .rental-store-list-item a{
    font-size: 18px;
  }
}

.rental-setitem-article{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .rental-setitem-article{
    flex-direction: column;
    margin-top: 20px;
  }
}
.rental-setitem-img-wrapper{
  width: 50%;
}
@media screen and (max-width: 767px){
  .rental-setitem-img-wrapper{
    width: 100%;
    padding: 0 calc((20 / 390) * 100vw);
    box-sizing: border-box;
  }
}
.rental-setitem-img{
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-setitem-img{
    width: 100%;
  }
}
.rental-setitem-list-wrapper{
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-setitem-list-wrapper{
    width: 100%;
    padding: 20px calc((20 / 390) * 100vw) 0;
  }
}

.rental-setitem-list-text{
  font-size: 18px;
  list-style: inside;
  list-style-type: disc;
}
.rental-setitem-attention{
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}

.rental-offer-title{
  margin-bottom: 60px;
}
@media screen and (max-width: 767px){
  
.rental-offer-title{
  margin-bottom: 40px;
}
}

.rental-offer-box-wrapper{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  .rental-offer-box-wrapper{
    flex-direction: column;
  }
}
.rental-offer-box{
  width: 350px;
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .rental-offer-box{
    width: 100%;
  }
}
.rental-offer-box-title{
  background: #757575;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 0;
  margin-bottom: 20px;
}
.rental-offer-box-title-type2{
  background: #9A9A9A;
}
.rental-offer-box-item{
  font-size: 12px;
}
.rental-offer-box-item-img{
  margin-bottom: 15px;
}
.rental-offer-box-listitem{
  position: relative;
}
.rental-offer-box-listitem::before{
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #282828;
  left: 0;
  margin-right: 10px;
}
.rental-offer-box-attention{
  margin-top: 15px;
  font-size: 10px;
}
.rental-offer-box-attention + .rental-offer-box-attention{
  margin-top: 6px;
}



.rental-wifi-article-wrapper{
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-top: 60px;
  background: #F2EBDD;
  text-align: center;
}
@media screen and (max-width: 767px){
  .rental-wifi-article-wrapper{
    padding: 30px 20px;
    margin-top: 40px;
  }
}
.rental-wifi-img{
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-wifi-img{
    width: 150px;
  }
}
.rental-wifi-text{
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
}
.rental-wifi-button{
  position: relative;
  border-radius: 30px;
  text-align: center;
  background: #60BEC0;
  display: inline-block;
}
@media screen and (max-width: 767px){
  .rental-wifi-button{
    width: 100%;
  }
}
.rental-wifi-button::before{
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background: url(../img/rental/ico_polygon.svg) no-repeat center center;
  background-size: contain;
  top:48%;
  right: 16px;
  transform: translate(0,-50%);
}
.rental-wifi-button a{
  display: block;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  padding: 12px 60px 14px;
}
@media screen and (max-width: 767px){
  .rental-wifi-button a{
    font-size: 12px;
    padding: 12px 0 14px;
  }
}




.rental-faq-list-wrapper{
  display: flex;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px){
  .rental-faq-list-wrapper{
    flex-direction: column;
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-faq-list{
  width: 350px;
  max-width: calc( 50% - 30px ) ;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px){
  .rental-faq-list{
    width: 100%;
    max-width: 100%;
  }
}
.rental-faq-list:nth-child(2n){
  margin-left: 30px;
}
@media screen and (max-width: 767px){
  .rental-faq-list:nth-child(2n){
    margin-left: 0;
  }
}
.rental-faq-list-title{
  background: #F2EBDD;
  border-radius: 10px 10px 0 0;
  text-align: left;
  font-size: 16px;
  padding: 6px 20px;
  min-height: 67px;
  align-items: center;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-faq-list-title{
    min-height: 0;
  }
}
.rental-faq-list-item{
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  min-height: 112px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-faq-list-item{
    min-height: 0;
  }
}
.rental-faq-list-text{
  text-align: left;
  font-size: 14px;
}


.rental-contact-subtitle{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 40px;
}


.rental-contact-button{
  display: block;
  border: 2px solid #000;
  width: 230px;
  text-align: center;
  height: 64px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto;
  background-color: #fff;
  transition: background-color 0.2s , color 0.2s;
}
.rental-contact-button:hover{
  background-color: #000;
  color: #fff;
  opacity: 1;
  transition: background-color 0.2s , color 0.2s;
}

.rental-footer{
  background: #282828;
}
.rental-footer-link{
  border-bottom: 1px solid #fff;
  padding: 30px 0;
}
.rental-footer-link-list{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px){
  .rental-footer-link-list{
    flex-direction: column;
    align-items: flex-start
  }
}
.rental-footer-link-item{
  margin-left: 30px;
  line-height: 1;
  font-size: 12px;
}
@media screen and (max-width: 767px){
  .rental-footer-link-item{
    margin-left: calc((20 / 390) * 100vw);
    margin-top: 10px;
  }
}
.rental-footer-link-item:first-child{
  margin-left: 0;
}
@media screen and (max-width: 767px){
  .rental-footer-link-item:first-child{
    margin-left: calc((20 / 390) * 100vw);
    margin-top: 0;
  }
}
.rental-footer-link-item a{
  color: #fff;
}
.rental-footer-logo{
  width: 128px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 767px){
  .rental-footer-logo{
    margin: 0 0 0 calc((20 / 390) * 100vw);
  }
}

#chatplusview.closed #outline #eye_catcher{
  right: 20px !important;
}