@charset "utf-8";

.main_visual {
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	height: 395px;
	background-image: url(/consulting/img/counsel1.png);
}
.consulting_category {
    width: 780px;
    margin: 0 auto;
}
.con{
    padding-right: 20px;
    margin-bottom: 50px;
    float: left;
    position: relative;
}
.photo {
    z-index: 1;
}

.txt_up {
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 9%;
    margin: auto;
    text-align: center;
}

.house_img{
    float: left;
    position: relative;
    margin-right: 0px;
    right: -1px;
    background-image: url(/consulting/img/counsel8.png);
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
}

.house_title{
    color: #fff;
    position: relative;
    width: 50%;
    height: 60px;
    border: 1px solid white;
    margin: 0 auto;
    top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 50px;
}
.white{
	color: #fff;
}

.house_h2 .redline{
	border-bottom: solid 1px red;
}

.contact{
	text-align: center;
	font-size: 2rem;
	border-bottom: 2px solid #b3b3b3;
    border-bottom-style: dotted;
    font-weight: bold;
    margin-bottom: 1.5rem;
    padding: 30px 0px 15px;
    
}

.tel2{
	font-size: 1.7rem;
	text-align:center;
	padding-top: 10px;
}

.consal_btn {
    transition: 0.3s;
    margin-top: 30px;
    height: 50px;
    background: url(/consulting/img/entry.png) center top no-repeat;
    text-align: center;
}

.consal_btn img {
    margin: 30px 0 0 260px;
}

.consal_btn:hover img{
  -webkit-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
  transform: translate(20px,0);
}

.bg_gray{
	/*background-color:#eef3f7;*/
	margin-top:-10px;
	padding-bottom:50px;
}

.wrapper{
	padding-bottom:0px!important;
}