@charset "UTF-8";
/*------------------------
後続ページタイトル
------------------------*/
/*--------共通--------*/
#top-ttl{
background: url("/file/img/contents/voice/pagettl_voice_pc.jpg") no-repeat;
background-size: cover;
}
.img img{
width: 100%;
height: 100%;
}
.textarea{
text-align: justify;
}

/*--------sp--------*/
@media screen and (max-width:767px) {
#top-ttl {
background: url("/file/img/contents/voice/pagettl_voice_pc.jpg") no-repeat;
background-size: cover;
background-position: top;
}
}
/*------------------------
件数表示
------------------------*/
/*--------共通--------*/
#voice .number-box {
    justify-content: left;
}
#voice .number p span {
	color:var(--orange1);
    }
/*--------pc--------*/
@media screen and (min-width:768px) {
#voice .inner{
	width: 1200px;
}
#voice .number-box {
	margin-bottom: 9px;
}
#voice .number {
	align-items: center;
    }
#voice .number .large {
	padding-top: 11px;
}
#voice .number p {
    line-height: 1.2;
}
#voice .number p span {
	font-size: 32px;
	font-weight: bold;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#voice .number-box {
    margin-bottom: 1.87vw;
}
#voice .number{
	align-items: center;
}
#voice .number:first-of-type{
	margin-right: 4vw;
}
#voice .number .large{
	font-size: 3.37vw;
	letter-spacing: 0.04em;
	padding-top: 2vw;
	font-weight: 500;
}
#voice .number p{
	font-size: 3.47vw;
	padding-left: 1vw;
	font-weight: 500;
}
#voice .number p span {
	font-size: 5.86vw;
	font-weight: bold;
}
}
/*------------------------
pager
------------------------*/
/*------------------------
検索結果・並び替えエリア
------------------------*/
.pager_view_all span{
vertical-align: middle;
font-weight: bold;
}
.pager_view_all span a{
background:#fff;
}
.pager_view_all .page_on{
background:var(--green);
color: #fff;
}
.pager_view_all a{
border: 1px solid #dadada;
}
.pager_view_all .page_on{
border: 1px solid var(--green);
}

/*--------pc--------*/
@media screen and (min-width:768px) {
.pager_wrapper.top{
	margin-bottom: 20px;
	border-bottom: 2px solid #ececec;
	padding-bottom: 20px;
}
.pager_wrapper:last-child{
	text-align: center;
	margin-bottom: 50px;
}
.pager_view_all a,
.pager_view_all .page_on,
.list_next_button input,
.list_pre_button input{
	border-radius: 6px;
}
.BukkenNumPerPage select{
	padding-right: 25px;
}
/*ページャーサイズなど*/
.pager_view_all{
	display: inline-block;
	vertical-align: 1px;
	}
.pager_view_all a:hover{
	color: #fff;
	background: var(--green);
	border: 1px solid var(--green);
}
.pager_view_all span{
	font-size: 14px;
}
.pager_view .page_on,
.pager_view span a{
	font-weight: bold;
	padding: 6px 10px;
}
/*次へ前へ*/
.list_next_button{
	padding: 0;
}
.list_next_button input{
	margin-left: 5px;
	transition: all .3s ease 0s;
}
.list_pre_button input{
	margin-right: 5px;
	transition: all .3s ease 0s;
}
.list_next_button input,
.list_pre_button input{
	font-weight: bold;
	padding: 6px 8px;
	background: #fff;
border: 1px solid #dadada;
	min-height: 34px;
}
.list_next_button input:hover,
.list_pre_button input:hover{
	color: #fff;
	background: var(--green);
	border: 1px solid var(--green);
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.contents-wrapper .inner {
		padding: 10.67vw 4vw 12.27vw;
}
.SearchNaviView select{
	border-radius: 2.67vw;
	padding: 2.13vw 4.267vw 2.13vw 2.13vw;
}
#list_count{
	font-size: 3.37vw;
	margin-bottom:2.13vw;
	font-weight: 500;
}
.search_result_list_count{
	font-size:5.86vw;
}
.SearchNaviView{
	font-size: 3.2vw;
	margin-bottom:2.67vw;
}
.pager_wrapper:first-child{
	margin-bottom: 4vw;
	border-bottom: 2px solid #ececec;
	padding-bottom: 2.67vw;
}
.pager_wrapper:last-child{
	text-align: left;
}
.SearchNaviView select,
.pager_view_all a,
.pager_view_all .page_on,
.list_next_button input,
.list_pre_button input{
	border-radius: 1.6vw;
	font-size: 3.2vw;
}
#list_sort_select{
	margin-bottom: 1.6vw;
}
.BukkenNumPerPage{
	margin-bottom: 1.6vw;
}
.BukkenNumPerPage select{
	padding-right: 5.33vw;
}
/*ページャーサイズなど*/
.pager_view_all span,
.pager_view_all a {
	vertical-align: top;
}
.pager_view span,
.list_next_button,
.list_pre_button{
	height: 8vw;
	display: inline-block;
	line-height: 7vw;
	margin-bottom: 1.33vw;
}
.pager_view span a{
	height: 8vw;
}
.pager_view .page_on,
.pager_view span a{
	display: inline-block;
	padding: 0 2.13vw;
}
.list_next_button input,
.list_pre_button input{
	font-weight: bold;
	padding: 1.33vw 2.13vw;
	background: #fff;
border: 1px solid #dadada;
	height: 100%;
}
/*次へ前へ*/
.list_next_button,
.list_pre_button{
}
.list_next_button input:hover,
.list_pre_button input:hover{
	color: #fff;
	background: var(--green);
	border: 1px solid var(--green);
}
/*まとめて問い合わせ*/
.contents-wrapper .btn-contact a{
	padding: 4vw 4vw 4vw 8.5vw;
	border-radius: 50px;
	display: inline-block;
	font-size: 3.2vw;
	letter-spacing: .04em;
}
.contents-wrapper .btn-contact a:before {
	position: absolute;
	display: block;
	content: '';
	width: 4.26vw;
	height:3.2vw;
	background: url("/file/img/contents/buy/icon_check.svg") no-repeat;
	background-size: contain;
}
.contents-wrapper .btn-contact a:before{
	left:4vw;
	top: 50%;
	transform: translateY(-50%);
}
	.contents-wrapper .btn-contact:first-of-type{
	margin-bottom:5.33vw
}
.contents-wrapper .btn-contact.bottom a{
	width: 100%;
	font-size: 3.74vw;
	text-align: center;
}
}
/*------------------------
不動産コラム
------------------------*/
/*--------共通--------*/
#voice .btn-wrap .flex-box{
	flex-wrap: wrap;
}
#voice .btn-wrap h3{
	font-weight: 600;
}
#voice .btn-wrap h3 span{
	color: var(--green);
	font-weight: 600;
}
#voice .btn-wrap .c-btn a{
	color: var(--green);
	border: 2px solid var(--green);
	border-radius: 50px;
	display: inline-block;
	background: #fff;
}
#voice .btn-wrap .on a{
	color: #fff;
	background: var(--green);
}
#voice .btn-wrap .c-btn a:hover{
	color: #fff;
	background: var(--green);
}		
#voice .column-wrap{
flex-wrap: wrap;
}
#voice .column-wrap .column-box{
	background: #f7f5ef;
	border-radius: 10px;
	display: inline-block;
}
#voice .column-wrap .img{
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
#voice .column-wrap .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:10px 10px 0 0;
}
#voice .column-wrap .category{
	background: #3c3c3c;
	color: #fff;
	border-radius: 0 10px 0 0;
}
#voice .column-wrap .date{
	line-height: 1;
}
#voice .column-wrap h2{
	line-height: 1.4em;
	overflow: hidden;
	font-weight: 600;
	line-height: 1.4;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#voice .inner{
	padding: 70px 0;
}
#voice .btn-wrap{
	margin-bottom: 40px;
}
#voice .btn-wrap h3{
	font-size: 20px;
	margin-bottom: 8px;
}
#voice .btn-wrap h3 span{
	font-size: 13px;
	margin-left: 12px;
}
#voice .btn-wrap .c-btn a{
	transition: 0.3s all;
	font-size: 14px;
	margin-right: 12px;
	padding: 7px 35px;
}
#voice .column-wrap{
	display:flex;
	align-items: stretch;
}
#voice .column-wrap .column-box{
	width:360px;
	margin-right: 60px;
}
#voice .column-wrap .column-box:nth-child(3n){
	margin-right: 0;
}
#voice .column-box{
	margin-bottom: 40px;
}
#voice .column-wrap .img{
	width: 360px;
	height: 240px;
}
#voice .column-wrap .img img{
	transition: all 0.3s;
}
#voice .column-wrap a:hover img{
	transform: scale(1.1);
}
#voice .column-wrap .category{
	font-size: 14px;
	padding: 7px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#voice .column-wrap .txt {
	padding: 10px 10px 20px 20px;
}
#voice .column-wrap .date{
	font-size: 14px;
}
#voice .column-wrap h2{
	max-height: 2.8em;
	line-height: 1.4;
	font-size: 18px;
	transition: 0.3s all ease;
	width: 330px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#voice .column-wrap .column-box:hover h2{
	color: var(--orange2);
}
#voice .btn a{
	width: 330px;
	height: 60px;
	padding: 20px 0;
	font-size: 20px;
}
#voice .btn a::before {
	width: 45px;
	height: 45px;
}
#voice .btn a::after {
	width: 12px;
	height: 10px;
	right: 21px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#voice .inner{
	padding: 10.67vw 4vw 12.27vw;
}
#voice .pager_wrapper.top{
	margin-bottom: 4vw;
}
#voice .btn-wrap {
	margin-bottom: 5vw;
	padding: 2.67vw 0 0;
	border-top: 2px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
#voice .btn-wrap h3{
	font-size: 4.8vw;
	margin-bottom: 2vw;
}
#voice .btn-wrap h3 span{
	font-size: 3.2vw;
	margin-left: 2vw;
}
#voice .btn-wrap .flex-box{
	margin-bottom: 4vw;
}
#voice .btn-wrap .c-btn a {
	padding: 1.33vw 4.27vw;
	margin-right: 1.6vw;
	margin-bottom: 2vw;
	font-size: 3.2vw;
	min-width: 28vw;
	text-align: center;
}
#voice .column-wrap{
	margin-bottom: 4vw;
}
#voice .column-box{
	margin-bottom: 5vw;
}
#voice .column-wrap .column-box a{
	display: flex;
	min-height: 31.2vw;
}
#voice .column-wrap .column-box{
	width: 100%;
	margin-bottom: 6vw;
}
#voice .column-box .img{
	width: 30vw;
 aspect-ratio: 1 / 1; /* 正方形など、比率で高さを確保 */
	border-radius: 10px 0 0 10px;
}
#voice .column-wrap .img img{
	border-radius: 10px 0 0 10px;
}
#voice .column-wrap .category{
	padding: 1.07vw 2.67vw;
	font-size: 3vw;
	border-radius: 3px;
	margin-right: 1.6vw;
}
#voice .column-wrap .txt {
	padding: 2.8vw 3vw 2.8vw;
	flex: 1;
}
#voice .column-wrap .date{
	font-size: 3.47vw;
}
#voice .column-wrap .flex-box{
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1vw;
}
#voice .column-wrap h2{
	font-size: 4.27vw;
	line-height: 1.4em;
	width: 56vw;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* ブラウザがサポートしていない場合のフェールセーフ */
	max-height: 31.2vw;
}
}
