@charset "UTF-8";
*{
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
color: #333333;
}
#fv{
  position: relative;
  background: url(../img/rental/fv_back.jpg) repeat-x center center;
  /*background-size: 100%;*/
  margin: -74px auto auto auto;
  height: 400px;
}
#fv > .inner{
  /*position: absolute;*/
  width:1000px;
  margin: auto;
}
#fv > .inner > h2{
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  padding: 100px 0 0 0;
  text-align: center;
}


/*----------------------------------------*/
/*--　content01　--*/
#content01{
  margin: 80px auto auto;
  width: 1000px;
}
#content01 > h2{
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
  text-align: left;
  padding-bottom: 30px;
}
.content01-box{
  text-align: left;
  margin: auto auto 100px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.content01-box > div{
  width: 500px;
}
.content01-box > div:nth-child(even){
  text-align: right;
}
.content01-box > p{
  line-height: 2;
  font-size: 18px;
  color: #333333;
}


/*----------------------------------------*/
/*--　content02　--*/
#content02{
  background-image: url(../img/rental/content02_back_img01.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
#content02 > div{
  margin: auto;
  text-align: left;
  width: 1000px;
}
.content02-box01,
.content02-box02{
  background-color:rgba(255,255,255,1.0);
  border: 1px solid #d5dedc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 700px;
  padding: 20px;
}
.content02-box01{

}
.content02-box02{
  margin: 60px 0 auto auto;
}
.content02-box01 > strong,
.content02-box02 > strong{
  font-size: 24px;
  font-weight: 700;
}
.content02-box01 > p,
.content02-box02 > p{
  font-size: 18px;
}

/*----------------------------------------*/
/*--　content03　--*/
#content03{
  width: 1000px;
  margin: 40px auto;
}
#content03 > h2{
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
  text-align: left;
  padding-bottom: 30px;
}
.content03-ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content03-ul li{
  font-size: 18px;
  background-color: #edf4f2;
  border: 1px solid #d5dedc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 30%;
  margin: 0 0 20px;
  padding: 20px 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}




