@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/real_estate_rent/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-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 > div > h2{
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
  width: 240px;
  padding-bottom: 30px;
}
.content01-box > div > p{
  line-height: 2;
  font-size: 18px;
  color: #333333;
}
.content01-box > div > img{
  margin-right: 0;
}

/*----------------------------------------*/
/*--　content02　--*/
#content02{
  padding: 60px 0;
  background-color: #edf4f2;
}
#content02 > div{
  margin: auto;
  text-align: left;
  width: 1000px;
}
#content02 > div > h2{
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
}
#content02 > div > p{
  font-size: 18px;
  color: #333333;
  text-align: left;
  line-height: 2;
  padding: 30px 0 40px;
}
.content02-ul{
  background-color: #fff;
  padding: 40px 40px; 
}
.content02-ul li{
  background: url(../img/real_estate_rent/circle_icon.png) no-repeat left 3px;
  font-size: 18px;
  padding-left: 30px;
  margin: auto auto 10px;
}

/*----------------------------------------*/
/*--　content03　--*/
#content03{
  width: 1000px;
  margin: 40px auto;
}
#content03 > h2{
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
}
#content03 > p{
  line-height: 2;
  font-size: 18px;
  color: #333333;
  text-align: left;
  padding: 20px 0;
}
#content03 > h3{
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

/*----------------------------------------*/
/*--　content04　--*/
#content04{
  padding: 40px 0;
  margin: auto;
  text-align: center;
  width: 1000px;
}
#content04 > h2{
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
}
.content04-ul01{
  margin: 40px auto;
}
.content04-ul01 li{
  display: -webkit-flex;
  display: flex;
  margin: 10px auto 20px;
}
.content04-ul01 li > strong{
  display: block;
  width: 200px;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #478f74;
  border-radius: 10px 0 0 10px / 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px / 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px / 10px 0 0 10px;
}
.content04-ul01 li > p{
  width: 790px;
  padding: 20px;
  text-align: left;
  font-size: 18px;
  border: 1px solid #d5dedc;
  border-radius: 0 10px 10px 0 / 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
}
#content04 > h3{
  margin: 50px auto auto;
  text-align: center;
}
.content04-ul02{
  margin: auto;
  padding: 15px 20px;
  width: 600px;
  display: inline-block;
  background-color: #f4f4f4;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content04-ul02 li{
  width: 186px;
  text-align: left;
  margin: 2px auto;
}

/*----------------------------------------*/
/*--　content05　--*/
#content05{
  padding: 60px 0;
  background-color: #edf4f2;
}
#content05 > div{
  margin: auto;
  text-align: left;
  width: 1000px;
}
#content05 > div > h2{
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
  padding-bottom: 40px;
}
#content05 > div > p{
  font-size: 18px;
  color: #333333;
  text-align: left;
  line-height: 1.8;
  padding: 0 0 20px;
}
#content05 > div > h3{
  width: 800px;
  padding: 40px 0;
  margin: 20px auto auto;
  text-align: center;
  background-color: #478f74;
  border: 1px solid #d5dedc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*----------------------------------------*/
/*--　content06　--*/
#content06{
  padding: 60px 0;
  background-image: url(../img/real_estate_rent/content06_img01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#content06 > div{
  margin: auto;
  text-align: left;
  width: 1000px;
}
#content06 > div > h2{
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
  padding-bottom: 40px;
}
#content06 > div > p{
  font-size: 18px;
  color: #333333;
  text-align: left;
  line-height: 1.8;
  padding: 0 0 40px;
}
.content06-ul{
  margin: 20px auto 60px auto;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.content06-ul li{
  width: 200px;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #d5dedc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: auto 40px auto 0;
}

/*----------------------------------------*/
/*--　content07　--*/
#content07{
  padding: 60px 0;
  background-color: #edf4f2;
}
#content07 > div{
  margin: auto;
  text-align: left;
  width: 1000px;
}
#content07 > div > h2{
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
  padding-bottom: 40px;
}
#content07 > div > p{
  font-size: 18px;
  color: #333333;
  text-align: left;
  line-height: 1.8;
  padding: 0 0 40px;
}
.content07-ul01,
.content07-ul02{
  width: 1000px;
  margin: auto auto 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content07-ul01 li,
.content07-ul02 li{
  width: 320px;
  margin: 15px 0;
  padding: 20px 0 20px 60px;
  font-size: 20px;
  text-align: left;
  border: 1px solid #d5dedc;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.content07-ul01 li:nth-child(1){
  background: #fff url(../img/real_estate_rent/circle01.png) no-repeat 20px center;
}
.content07-ul01 li:nth-child(2){
  background: #fff url(../img/real_estate_rent/circle02.png) no-repeat 20px center;
}
.content07-ul01 li:nth-child(3){
  background: #fff url(../img/real_estate_rent/circle03.png) no-repeat 20px center;
}
.content07-ul02 li:nth-child(1){
  background: #fff url(../img/real_estate_rent/circle04.png) no-repeat 20px center;
}
.content07-ul02 li:nth-child(2){
  background: #fff url(../img/real_estate_rent/circle05.png) no-repeat 20px center;
}
.content07-ul02 li:nth-child(3){
  background: #fff url(../img/real_estate_rent/circle06.png) no-repeat 20px center;
}

/*----------------------------------------*/
/*--　content08　--*/
#content08{
  margin: auto;
  text-align: left;
  padding-bottom: 120px;
}
#content08 > h2{
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #478f74;
  width: 1000px;
  margin: auto;
  padding: 60px 0 40px;
}
#content08 > div > p{
  font-size: 18px;
  color: #333333;
  text-align: left;
  line-height: 1.8;
  padding: 0 0 40px;
  width: 1000px;
  margin: auto;
  text-shadow:0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff,
  0 0 3px #fff;
}
.content08-box01{
  background: url(../img/real_estate_rent/content08_img01.jpg) no-repeat right center;
}
.content08-box02{
  background: url(../img/real_estate_rent/content08_img02.jpg) no-repeat right center;
}


