@charset "UTF-8";

/*
-----------------------------------------
共通メニュー(444)
-----------------------------------------
*/



/*
-----------------------------------------
ぱんくずリスト(452)
-----------------------------------------
*/



/*
-----------------------------------------
住まいるサポート21(550)
-----------------------------------------
*/

.satei{
text-align:center;
}
.satei_Btn a{
  color: #FFF !important;
  padding:14px 56px 14px 80px;
  }
.satei_Btn{
  font-size:30px;
  display: inline-block;
  height:70px;
  text-decoration: none;
  background: #b82324;
  color: #ffffff;
  border-radius: 3px;
  position:relative;
  line-height: 70px;
  }

.satei_Btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -10px;

}

.satei_Btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-top: -2px;
  display: block;
  content: "";
  border-top: 2px solid #b82324;
  border-right: 2px solid #b82324;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 24px;
  background-color: #fff;
}

/*.satei_Btn a:hover {
  background: #ffffe0;
}*/

/*
-----------------------------------------
フッター(435)
-----------------------------------------
*/



