
/******************************* 
realestate Css 
*******************************/
.crossline:before, .crossline:after{
    background-color: #2eb0bd;
}

#pagetop .inner .icon img{	
    max-height: 105px;
    width: auto;
}

/*ご購入賃貸*/
.sec-inner .linklist .btn_box{
	background-color: #64cb5e;
	border: solid 2px #64cb5e;
    border-radius: 20px;
    padding: 30px 0;
    color: #fff;
    min-height: 240px;
    height: 100%;
    line-height: 1.2;
    position: relative;
    transition: all 300ms 0s ease;
}
.sec-inner .linklist .house .btn_box{
	background-color: #ea7e78;
	border-color: #ea7e78;
}
.sec-inner .linklist .apartment .btn_box{
	background-color: #00559e;
	border-color: #00559e;
}
.sec-inner .linklist .business .btn_box{
	background-color: #f7931e;
	border-color: #f7931e;
}
.sec-inner .linklist .btn_box:hover{
	background-color: #fff;
	color: #64cb5e;
}
.sec-inner .linklist .house .btn_box:hover{
	color: #ea7e78;
}
.sec-inner .linklist .apartment .btn_box:hover{
	color: #00559e;
}
.sec-inner .linklist .business .btn_box:hover{
	color: #f7931e;
}
.sec-inner .linklist .btn_box .ttl{
	font-size: 24px;
	font-weight: bold;
}
.sec-inner .linklist .btn_box .ttl .small{
	font-size: 70%;
}
.sec-inner .linklist .btn_box .icon{
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.sec-inner .linklist .btn_box:hover .icon{
	filter: none;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
	.sec-inner .linklist .item{
		width: 25%;
	}
	.sec-inner .linklist .btn_box .ttl {
    	font-size: 18px;
	}
	.sec-inner .linklist .btn_box {
		border-radius: 10px;
		padding: 20px 0;
		min-height: 160px;
	}
	.sec-inner .linklist .btn_box .icon {
		bottom: 20px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.sec-inner .linklist .item {
		width: 50%;
	}
}


/*ご売却*/
.page_section .sell .ttl {
    margin-bottom: 30px;
}
.page_section .sell .read{
	font-size: 18px;
    margin-bottom: 60px;
}
.page_section .sell .subttl{
	font-size: 24px;
    font-weight: bold;
	padding: 0 100px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.page_section .sell .subttl:before{
	content: "";
	border-bottom: solid 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.page_section .sell .subttl:after{
	content: "";
	width: 40px;
    border: 0;
    border-top: solid 2px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -5px;
    bottom: 9px;
    transform: rotate(45deg);
}
.page_section .sell .flow{
	margin-bottom: 40px;
}
.page_section .sell .flow .item{
	width: 200px;
    min-height: 200px;
	height: 100%;
    border-radius: 50%;
    margin: 0 30px;
    padding: 30px 0 20px;
    position: relative;
    color: #fff;
}
.page_section .sell .flow .item:nth-child(n+2):before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #00559e;
	position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}
.page_section .sell .flow .item .icon{
	width: 50%;
    margin: 0 auto;
    position: relative;
}
.page_section .sell .flow .item .icon:before{
	content: "";
    border-bottom: solid 1px #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 150%;
    transform: translateX(-50%);
}
.page_section .sell .flow .item .txt{
	font-size: 24px;
    font-weight: bold;
	line-height: 1.3;
    -webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
.page_section .sell .flow .item .txt span{
	width: 100%;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
	.page_section .sell .read {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.page_section .sell .subttl {
    	font-size: 20px;
	}
	.page_section .sell .flow .item {
		width: 170px;
		min-height: 170px;
	}
	.page_section .sell .flow .item .txt {
    	font-size: 18px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.page_section .sell .subttl {
		padding: 0 50px;
		margin-bottom: 0;
	}
	.page_section .sell .subttl:after {
		width: 20px;
		right: -2px;
		bottom: 2px;
	}
	.page_section .sell .flow {
		margin-bottom: 0;
	}
	.page_section .sell .flow .item {
		margin: 20px 0;
	}
	.page_section .sell .flow .item:nth-child(n+2):before {
		top: -20px;
		left: 50%;
		transform: translate(-50%, -50%);
		border-width: 15px 10px 0 10px;
		border-color: #00559e transparent transparent transparent;
	}
}
