@charset "utf-8";
/* CSS Document */

/* ===================================
物件の確認
=================================== */
#prop_confirm .inner {
  padding: 40px 20px;
  margin-bottom: 60px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  background: #fff;
  box-sizing: border-box;
}
#prop_confirm .heading {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  margin: 18px 0 30px;
}
#prop_confirm p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  text-align: center;
}
#prop_confirm .confirmLead {
  font-size: 16px;
}
#prop_confirm .confirmNote {
  padding: 3px 0;
  font-size: 14px;
  background: #efefef;
}
.prop_confirm .tel {
  font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 28px;
  padding-left: 26px;
  padding-right: 15px;
  margin: 0 0 0 15px;
  vertical-align: middle;
  position: relative;
  color: #000;
}

.prop_confirm .tel:before {
  content: '';
  background: url(//base.formatline.com/type009/common/img/ico_tel.png) no-repeat left;
  background-size: 21px 7px;
  display: block;
  width: 21px;
  height: 7px;
  position: absolute;
  top: 40%;
  left: 0;
}
.prop_confirm .tel a {
  color: #333;
  text-decoration: none;
}
.prop_confirm .tel a:hover {
  text-decoration: underline;
}
