@charset "UTF-8";
/* CSS Document */

/* 基本-モバイルファースト ======================================================================================================== */
.research_link {
	display: block;
}
.research_link a{
	display: block;
	text-decoration: none;
	background-color: #ff8c37;
	color: #FFF;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
.research_link a::after{
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
}




.template_list_article{
	margin-top: 20px;
	display: block;
	text-decoration: none;
	border: solid 1px #DDD;
	padding: 10px;
}
.template_list_article .checkbox{
	margin-bottom: 10px;
}
.template_list_article .checkbox input{
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.template_list_article .photo{
	text-align: center;
	margin-bottom: 10px;
}
.template_list_article .photo img{
	max-height: 62.6vw;
}
.template_list_article .text .type{
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	line-height: 1;
	padding: 5px;
}
.template_list_article.type_land .text .type{ background-color: #669933; }
.template_list_article.type_house .text .type{ background-color: #ff496b; }
.template_list_article.type_mansion .text .type{ background-color: #ff8c37; }
.template_list_article.type_business .text .type{ background-color: #5242B5; }
.template_list_article.type_rent .text .type{ background-color: #AD8000; }
.template_list_article .text .name{
	font-size: 5vw;
}
.template_list_article .text .price{
	color: #d60000;
	font-size: 24px;
	line-height: 1.4;
}
.template_list_article .text .train{
}
.template_list_article .text .outline{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.template_list_article .text .outline dt{
	background-color: #EEE;
	display: block;
	width: 15%;
	text-align: center;
	margin-bottom: 5px;
}
.template_list_article .text .outline dd{
	display: block;
	width: 85%;
	margin-bottom: 5px;
}
.template_list_article .text .comment{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.template_list_article .mylist_btn{
	width: 150px;
	margin: 10px auto 0;
}
.template_list_article .mylist_btn img{
}




/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){



}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
.research_link {
	text-align: right;
	margin-top: -70px;
}
.research_link a{
	display: inline-block;
	padding-right: 30px;
}



.template_list_article{
	padding: 20px 20px 20px 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.template_list_article .checkbox{
	margin-bottom: 0px;
}
.template_list_article .photo{
	margin-bottom: 0px;
}
.template_list_article .photo img{
	max-width: 300px;
	max-height: 200px;
}
.template_list_article .text{
	width: 580px;
}
.template_list_article .text .type{
	margin-right: 5px;
}
.template_list_article .text .name{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	white-space: nowrap;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.template_list_article .text .price{
	font-size: 30px;
}
.template_list_article .text .train{
	margin-bottom: 10px;
}
.template_list_article .text .outline dt{
	width: 40px;
	margin-left: 20px;
	margin-right: 5px;
}
.template_list_article .text .outline dt:first-child{
	margin-left: 0px;
}
.template_list_article .text .outline dd{
	width: auto;
}


.template_list_article .mylist_btn{
	margin: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}
.template_list_article .mylist_btn img{
	width: 100%;
	height: auto;
}
.template_list_article .mylist_btn img:hover{
	opacity: 0.8;
}


}