@charset "utf-8";
/* CSS Document */

#mainSub {
  padding-bottom: 1px;
}
/* ===================================
commonリセット部分
=================================== */
#mainSub h2,
.aboutList,
.accessBox {
  margin: 0 10px;
}
#mainSub h2 {
  margin-bottom: 20px;
}

/* ===================================
物件の確認
=================================== */
#prop_confirm .inner {
  margin-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
}
#prop_confirm .textBox {
  margin: 0 20px;
  text-align: center;
}
#prop_confirm .heading {
  color: #333;
  font-size: 25px;
  font-weight: bold;
  margin: 25px 0 20px;
}
#prop_confirm p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}
#prop_confirm .confirmLead {
  font-size: 16px;
}
#prop_confirm .confirmNote {
  padding: 10px;
  font-size: 14px;
  background: #efefef;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#prop_confirm .tel {
  font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 30px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin-left: -15px;
}
#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: 44%;
  left: 0;
}
.prop_confirm .tel a {
  color: #333;
  text-decoration: none;
}
.prop_confirm .tel a:hover {
  text-decoration: underline;
}
