.key_image {
  background-image: url(../images/key_image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 200px;
  clear: both;
  min-width: 1000px;
  margin-bottom: 20px;
}
.key_image p {
  font-size: 200%;
  font-weight: 400;
  line-height: 200px;
  color: #000;
}

.tools_mttl {
    position: relative;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 450;
    text-align: center;
}
.tools_mttl:before {
  position: absolute;
  top: 46%;
  left: 0;
  content: '';
  width: 245px;
  height: 9px;
  background: url("../images/intro_worries_ttl_line.png") top center no-repeat;
}
.tools_mttl:after {
  position: absolute;
  top: 46%;
  right: 0;
  content: '';
  width: 245px;
  height: 9px;
  background: url("../images/intro_worries_ttl_line.png") top center no-repeat;
}

.cv {
  margin-top: 40px;
  text-align: center;
}
.cv .cv_tel {
  margin: 1em 0;
}
.cv .cv_btn a {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: .5em;
  background: #FF7171;
  border-radius: 4px;
  color: #FFF;
  font-size: 15px;
  letter-spacing: .1em;
  text-indent: 2em;
  text-decoration: none;
}
.cv .cv_btn a:after {
  position: absolute;
  top: 46%;
  left: 45px;
  content: '';
  width: 0;
  height: 0;
  border: transparent 3px solid;
  border-left: #FFF 7px solid;
}

.intro .intro_wrap {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.intro .intro_wrap .imgarea .caption {
    font-size: 90%;
    text-align: center;
}
.intro .intro_wrap .textarea {
  width: 495px;
  padding: 60px 0 0;
}
.intro .intro_text01 {
    color: #FF7171;
    font-size: 20px;
    text-indent: .1em;
    text-align: center;
    font-weight: 500;
}
.intro .intro_text02 {
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
.intro .intro_list {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.intro .intro_list_item {
  position: relative;
  float: left;
  width: 171px;
  height: 170px;
  margin-left: 13px;
  background: url("../images/intro_list_bg.png") top center no-repeat;
}
.intro .intro_list_item:first-child {
  left: 0;
}
.intro .intro_list_item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.intro .intro_baloon {
  height: 163px;
  padding-top: 40px;
  background: url("../images/intro_baloon_bg.png") top center no-repeat;
}
.intro .intro_baloon_text {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .1em;
    text-indent: .1em;
    font-weight: 500;
}

.flow .flow_list_item {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 30px 20px 90px;
  background: #FFFFBF;
}
.flow .flow_list_item:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-top: #000 10px solid;
}
.flow .flow_list_item:last-child:after {
  content: none;
}
.flow .flow_list .num {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  border-radius: 18px;
  background: #FF7171;
  color: #FFF;
  font-weight: 400;
  text-align: center;
  line-height: 35px;
}
.flow .flow_list_ttl {
  color: #FF7171;
  font-size: 20px;
  font-weight: 400;
}
.flow .flow_list_text {
    font-size: 95%;
}
.flow .service_list {
  clear: both;
  overflow: hidden;
}
.flow .service_list_item {
  position: relative;
  float: left;
  width: 300px;
  margin-left: 10px;
}
.flow .service_list_item:after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-top: #FF7171 10px solid;
}
.flow .service_list_item:first-child {
  margin-left: 0;
}
.flow .service_list_item a {
  display: block;
  padding: 15px 15px 40px 15px;
  background: #FFE1E1;
  border-radius: 10px;
  text-decoration: none;
}
.flow .service_list_item a:hover {
  opacity: .8;
}
.flow .service_list_ttl {
  color: #FF7171;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.rental .rental_list {
  clear: both;
  overflow: hidden;
}
.rental .rental_list_item {
  float: left;
  width: 100%;
  margin: 0 0 10px 10px;
  padding: 20px;
  background: #FFEEEE;
  box-sizing: border-box;
  overflow: hidden;
}
.rental .rental_list_item ul {
  margin-top: 20px;
  font-size: 13px;
}
.rental .rental_list_item li {
  margin-top: .3em;
  padding-left: 1em;
  text-indent: -1em;
}
.rental .rental_list_ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #FF7171;
  font-size: 20px;
}
.rental .rental_list_ttl .num {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #FF7171;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
}
.rental .rental_list_text {
    font-size: 95%;
    line-height: 1.8;
}
.rental .rental_list_text.mgb10 {
  margin-bottom: 10px;
}
.rental .rental_list_item.ml0 {
  margin-left: 0;
}
.rental .rental_list_item.col1-1 .rental_list_img {
  float: left;
  width: 300px;
}
.rental .rental_list_item.col1-1 .textarea {
  float: right;
  width: 555px;
}
.rental .rental_list_item.col1-2 .rental_list_img {
  float: left;
  width: 160px;
}
.rental .rental_list_item.col1-2 .textarea {
  float: right;
  width: 690px;
}
.rental .rental_list_item.col2 {
  width: 455px;
}
.rental .rental_list_item.col2 .rental_list_img {
  float: left;
  width: 160px;
}
.rental .rental_list_item.col2 .textarea {
  float: right;
  width: 240px;
}
.rental .rental_list_item.col3 {
  width: 300px;
}

.sale .sale_list_item {
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #FFEEEE;
}
.sale .sale_list_item:last-child {
  margin-bottom: 0;
}
.sale .sale_list_ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 30px;
  border-bottom: #000 1px dotted;
  color: #FF7171;
  font-size: 20px;
}
.sale .sale_list_ttl .num {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #FF7171;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
}
.sale .sale_list ul {
  margin-top: 1em;
}
.sale .sale_list ul li {
  margin-top: .3em;
  font-size: 90%;
}

.renovation_point_list {
  margin: 1em 0 40px;
  margin-top: 1em;
}
.renovation_point_list_item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  line-height: 180%;
}
.renovation_list_item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 10px 10px 50px;
  background: #FFFFBF;
  border-radius: 10px;
  color: #FF7171;
  font-size: 20px;
}
.renovation_list_item .num {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #FF7171;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
}

.faq_base {
  width: 920px;
  clear: both;
  text-align: left;
  overflow: hidden;
}
.faq_base div {
  width: 920px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-image: url(../../common/images/line001.gif);
  background-repeat: repeat-x;
  background-position: 0% bottom;
}
.faq_base div h3 {
  background-image: url(../../common/images/faq_a.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 50px;
  padding-bottom: 15px;
  font-size: 120%;
  font-weight: 400;
  color: #FF7171;
}
.faq_base div p {
  line-height: 160%;
  background-image: url(../../common/images/faq_q.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 50px;
  margin-left: 50px;
  clear: both;
  padding-bottom: 10px;
  padding-top: 10px;
}
