@charset "UTF-8";
.rentalDetailWrapper {
  padding: 37px 0 50px;
  width: 66.7%;
  max-width: 900px;
  margin: 0 auto
}
.rentalDetailTitle h1 {
  font-size: 50px;
  text-align: center;
  letter-spacing: 7.2px;
  line-height: 1.2;
  margin-bottom: 90px
}
.rentalDetailEnTitle {
  font-size: 30px;
  text-align: center;
  letter-spacing: 2.4px
}
.rentalDetailMain h3 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #202124;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.rentalDetailMainContents h4 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 51px
}
.rentalDetailContentTitle {
  font-size: 25px;
  border-bottom: 1px solid #202124;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.rentalDetailContentTitle--long {
  margin-top: 87px
}
.rentalDetailTopContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 75px
}
.rentalDetailTopImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.4%;
  flex: 0 0 33.4%;
  text-align: center;
}
.rentalDetailTextGreen {
  margin-bottom: 20px;
  font-size: 25px;
  color: #9FCC01
}
.rentalDetailText {
  font-size: 16px
}
.rentalDetailText--long {
  margin-bottom: 100px
}
.rentalDetailText--narrow {
  margin-bottom: 20px
}
.rentalDetailText a {
  color: #202124;
}
.rentalDetailText a.arrowLink {
  color: #202124;
  margin-top: 10px
}
.rentalDetailText a:hover {
  color: #9fcc01;
}
.rentalDetailSmallText {
  font-size: 15px;
  text-align: right
}
.rentalDetailGreen {
  font-size: 20px;
  color: #9FCC01
}
.rentalDetailSmall {
  font-size: 16px
}
.rentalDetailTextBlock {
  margin-top: 40px
}
.rentalDetailTextBlock--noTop {
  margin-top: 0
}
.rentalDetailTextContents {
  margin-right: 38px
}
.rentalDetailImageBlock {
  width: 65.9%;
  margin: 30px auto;
  text-align: center;
}
.rentalDetailImageBlock--fit {
  width: 100%;
  text-align: left;
}
.rentalDetailLink {
  font-size: 18px;
  color: #202124
}
.rentalDetailLink:hover {
  color: #9FCC01
}
.rentalDetailButtonBlock {
  max-width: 309px;
  margin: 70px auto
}
.rentalDetailButton {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 20px 100px;
  background-color: #9FCC01;
  border-radius: 8px;
}
.rentalDetailButton:hover {
  color: #fff;
  background-color: rgba(159, 204, 1, 0.7)
}
.rentalDetailFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.rentalDetailSmallImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.7%;
  flex: 0 0 16.7%;
  margin-left: 30px
}
.rentalDetailBr {
  display: none
}
.rentalPc {
  display: block
}
.rentalSp {
  display: none
}
.rentalDetailUnorderedList {
  margin-left: 1.3em;
}
.rentalDetailUnorderedList li {
  list-style: disc;
}
.rentalDetailTable {
  width: 900px;
}
.rentalDetailTable tr {
  border: 1px solid #707070
}
.rentalDetailTable th {
  width: 24%;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  background-color: #F0FFF2;
  border: 1px solid #707070;
}
.rentalDetailTable td {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #707070;
}
.rentalDetailTable .alignCenter {
  text-align: center;
}
.rentalDetailImageWrapper {
  flex: 1
}
.alignSelfFlexStart {
  align-self: flex-start;
}

.rentalDetailImageText {
  font-size: 15px;
}

.rentalDetailImageGroup {
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}

.rentalDetailImageTextGroup {
  font-size: 15px;
  text-align: center;
}
/* SP　*/
@media screen and (max-width: 768px) {
  .rentalDetailWrapper {
    width: 84.7%;
    padding: 35px 0
  }
  .rentalDetailTitle h1 {
    font-size: 28px;
    margin-bottom: 70px
  }
  .rentalDetailSmallTitle {
    font-size: 24px
  }
  .rentalDetailEnTitle {
    font-size: 17px
  }
  .rentalDetailBr {
    display: inline
  }
  .rentalDetailMain h3 {
    font-size: 23px;
    font-weight: normal
  }
  .rentalDetailTextGreen {
    margin-bottom: 16px;
    font-size: 20px
  }
  .rentalDetailText {
    font-size: 16px
  }
  .rentalDetailTextContents {
    margin-right: 0
  }
  .rentalDetailTopContent {
    display: block
  }
  .rentalDetailSmallText {
    text-align: left
  }
  .rentalDetailTopImage {
    margin-top: 70px
  }
  .rentalDetailImageBlock--fit {
    width: 65.9%;
    text-align: center;
  }
  .rentalDetailImage {
    margin: 0 auto;
    display: block
  }
  .rentalDetailMainContents h4 {
    margin-bottom: 22px
  }
  .rentalDetailSmallImage {
    width: 60%;
    margin: 50px auto
  }
  .rentalDetailFlex {
    display: block
  }
  .rentalDetailContentTitle {
    margin-bottom: 40px
  }
  .rentalPc {
    display: none
  }
  .rentalSp {
    display: block
  }
  .rentalDetailButton {
    width: 100%;
  }
  .rentalDetailOverflowBlock {
    overflow-x: auto;
  }
}