@charset "shift_jis";
/*************************************************/
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* この下にあるコメントアウトを活用してください！ */
/* 「assessment」は売却査定フォームのデフォルトデザイン用cssです */
/*************************************************/
/*************************************************/
/*  assessment  */
/*************************************************/
.t_asse_form_wrap {
	width: 1000px;
	margin: 0 auto 40px;
}
.t_asse_form_wrap .h2_title {
	width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form {
	margin: 20px auto;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.t_asse_form tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 3px;
}
.t_asse_form tr th,
.t_asse_form tr td {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form tr th {
	width: 25%;
	background: #FAFAF9;
}
.t_asse_form tr th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: flex-start;
	text-align: left;
}
.t_asse_form tr td {
	width: 75%;
	font-size: 15px;
	line-height: 22px;
}
.t_asse_form th span {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
}
.t_asse_form th span.t_asse_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
}
.t_asse_form th span.t_asse_any {
	border: 1px solid #237dc0;
	color: #237dc0;
	background: #dfebf5;
}
.t_asse_form td p {
	color: #999;
}
.t_asse_form td input[type="text"],
.t_asse_form td input[type="tel"],
.t_asse_form td input[type="password"],
.t_asse_form td input[type="number"],
.t_asse_form td textarea,
.t_asse_form td select {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 4px;
	margin-right: 5px;
}
.t_asse_form td input[type="button"] {
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
}
.t_asse_form td input[type="button"]:hover {
	background: #ccc;
}
.t_asse_form td select {
	cursor: pointer;
	height: 42px;
	vertical-align: bottom;
}
.t_asse_form td textarea {
	height: 150px;
	display: block;
}
.t_asse_form td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 9px 15px 9px 9px;
	display: inline-block;
	margin: 0 2px 5px 0;
}
.t_asse_form td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.t_asse_form td label input[type="checkbox"],
.t_asse_form td label input[type="radio"] {
	vertical-align: sub;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.t_asse_form td input[type="text"]:hover,
.t_asse_form td input[type="tel"]:hover,
.t_asse_form td input[type="password"]:hover,
.t_asse_form td input[type="number"]:hover,
.t_asse_form td textarea:hover,
.t_asse_form td select:hover,
.t_asse_form td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.t_asse_btn input[type="submit"] {
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	font-size: 20px;
	display: block;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.t_asse_btn input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.t_asse_btn input[type="button"] {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 3px;
	width: 100px;
	height: 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.t_asse_btn input[type="button"]:hover {
	background: #ccc;
}
/*************************************************/
/* ここから下は削除して問題ありません  */
/*************************************************/
#t_wrap {
	position: relative;
}
#t_wrap p,
#t_wrap h2,
#t_wrap h3,
#t_wrap ul {
	margin: 0;
	padding: 0;
}
#t_wrap ul {
	list-style: none;
}
#t_wrap a {
	color: #333;
	text-decoration: none;
}
#t_wrap:after {
	content: "";
	display: inline-block;
	width: 50%;
	height: 430px;
	background: #f8f6f5;
	position: absolute;
	right: 0;
	bottom: 910px;
	z-index: -2;
}
/* main */
#t_wrap .t_main_wrap.swiper-container {
	margin: 0 0 25px 0;
	padding: 0 0 30px 0;
}
#t_wrap .t_main_wrap .swiper-slide {
	width: 800px;
}
#t_wrap .t_main_wrap .swiper-button-next,
#t_wrap .t_main_wrap .swiper-button-prev {
	width: 18px;
	height: 30px;
	margin-top: -15px;
	background-size: 18px 30px;
}
#t_wrap .t_main_wrap .swiper-button-next {
	background-image: url(/img/top/main_ar_r.png);
	left: calc(50% + 415px);
}
#t_wrap .t_main_wrap .swiper-button-prev {
	background-image: url(/img/top/main_ar_l.png);
	left: calc(50% - 435px);
}
#t_wrap .t_main_wrap .swiper-pagination-bullets {
	bottom: 0;
}
#t_wrap .t_main_wrap .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	border-radius: 0;
	background: #e5e5e5;
	opacity: 1;
}
#t_wrap .t_main_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #333333;
}
/* regist */
#t_wrap #t_regist {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 25px 0;
	background: #e5e5e5;
}
#t_wrap #t_regist .t_reg_inner {
	width: 800px;
	margin: 0 auto;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px 0;
	padding: 20px 25px;
	background: #FFF;
	font-weight: bold;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box h2 {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px 0;
	color: #c4a840;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box h2:after {
	content: "";
	display: inline-block;
	width: 39px;
	height: 22px;
	background: url(/img/top/reg_home_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box .t_reg_box_num {
	display: flex;
	align-items: center;
	gap: 0 12px;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box .t_reg_box_num .t_reg_box_part {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box_num .t_reg_box_part .t_reg_box_num_txt {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box_num .t_reg_box_part div {
	display: flex;
	align-items: flex-end;
	gap: 0 8px;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box_num .t_reg_box_part div p {
	width: 195px;
	box-sizing: border-box;
	padding: 5px 0px 5px 10px;
	background: url(/img/top/reg_num_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box_num .t_reg_box_part div p span {
	display: block;
	font-size: 30px;
	line-height: 40px;
	text-align: right;
	margin-right: -12px;
	letter-spacing: 0.72em;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box_num .t_reg_box_part span.t_reg_box_part_ken {
	font-size: 14px;
	line-height: 20px;
}
#t_wrap #t_regist .t_reg_inner .t_reg_box_part:nth-of-type(2) div p span {
	color: #c4a840;
}
#t_wrap #t_regist .t_reg_inner .t_reg_txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
}
#t_wrap #t_regist .t_reg_inner .t_reg_txt p {
	display: flex;
	align-items: center;
	gap: 0 30px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
}
#t_wrap #t_regist .t_reg_inner .t_reg_txt p:after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(/img/top/reg_ar.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_regist .t_reg_inner .t_reg_txt a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 18px;
	width: 350px;
	box-sizing: border-box;
	padding: 18px 10px 18px 0;
	background: #FFF;
	border: 2px solid #00ff00;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	transition: all 0.2s;
}
#t_wrap #t_regist .t_reg_inner .t_reg_txt a:hover {
	background: #00ff00;
}
#t_wrap #t_regist .t_reg_inner .t_reg_txt a:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 17px;
	background: url(/img/top/reg_mail_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.2s;
}
#t_wrap #t_regist .t_reg_inner .t_reg_txt a:hover:before {
	background: url(/img/top/reg_mail_icon_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* sort */
#t_wrap #t_sort {
	width: 800px;
	margin: 0 auto 30px auto;
}
#t_wrap #t_sort ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#t_wrap #t_sort ul li a {
	display: block;
	transition: all 0.2s;
}
#t_wrap #t_sort ul li a:hover {
	opacity: 0.8;
}
#t_wrap #t_sort ul li a picture,
#t_wrap #t_sort ul li a img {
	display: block;
}
/* search */
#t_wrap #t_search {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 40px auto;
}
#t_wrap #t_search h2 {
	display: flex;
	align-items: center;
	gap: 0 5px;
	margin: 0 0 12px 0;
	font-size: 14px;
	line-height: 20px;
}
#t_wrap #t_search h2:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/img/top/sr_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box {
	width: 390px;
	box-sizing: border-box;
	padding: 15px 20px;
	background: #333333;
}
#t_wrap #t_search .t_sr_box h2 {
	color: #FFF;
}
#t_wrap #t_search .t_sr_box div {
	margin: 0 0 15px 0;
}
#t_wrap #t_search .t_sr_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#t_wrap #t_search .t_sr_box ul li a {
	display: block;
	box-sizing: border-box;
	background: #FFF;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
#t_wrap #t_search .t_sr_box .t_sr_type ul {
	gap: 12px 0;
}
#t_wrap #t_search .t_sr_box .t_sr_type ul li a {
	width: 168px;
	padding: 15px 0 15px 40px;
	text-align: center;
	position: relative;
	transition: all 0.2s;
}
#t_wrap #t_search .t_sr_box .t_sr_type ul li a:hover {
	background: #e5e5e5;
}
#t_wrap #t_search .t_sr_box .t_sr_type ul li a:before {
	content: "";
	display: inline-block;
	margin: auto;
	width: 34px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
}
#t_wrap #t_search .t_sr_box .t_sr_type ul li:nth-child(1) a:before {
	background: url(/img/top/sr_type01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box .t_sr_type ul li:nth-child(2) a:before {
	background: url(/img/top/sr_type02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box .t_sr_type ul li:nth-child(3) a:before {
	background: url(/img/top/sr_type03.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box .t_sr_type ul li:nth-child(4) a:before {
	background: url(/img/top/sr_type04.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box .t_sr_price ul li a {
	width: 82px;
	padding: 15px 0 15px 0;
	text-align: center;
	transition: all 0.2s;
}
#t_wrap #t_search .t_sr_box .t_sr_price ul li a:hover {
	background: #e5e5e5;
}
#t_wrap #t_search .t_sr_box .t_sr_reco ul li a {
	width: 168px;
	padding: 15px 0 15px 30px;
	text-align: center;
	position: relative;
	transition: all 0.2s;
}
#t_wrap #t_search .t_sr_box .t_sr_reco ul li a:hover {
	background: #e5e5e5;
}
#t_wrap #t_search .t_sr_box .t_sr_reco ul li a:before {
	content: "";
	display: inline-block;
	margin: auto;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
}
#t_wrap #t_search .t_sr_box .t_sr_reco ul li:nth-child(1) a:before {
	background: url(/img/top/sr_reco01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box .t_sr_reco ul li:nth-child(2) a:before {
	background: url(/img/top/sr_reco02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box .t_sr_area ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px 0;
	width: 168px;
	padding: 10px 0 10px 0;
	transition: all 0.2s;
}
#t_wrap #t_search .t_sr_box .t_sr_area ul li a:hover {
	background: #e5e5e5;
}
#t_wrap #t_search .t_sr_box .t_sr_area ul li a:before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 36px;
}
#t_wrap #t_search .t_sr_box .t_sr_area ul li:nth-child(1) a:before {
	background: url(/img/top/sr_area01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box .t_sr_area ul li:nth-child(2) a:before {
	background: url(/img/top/sr_area02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box .t_sr_reserve {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 19px;
	box-sizing: border-box;
	padding: 18px 0;
	border: 2px solid #FFF;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	font-weight: bold;
	position: relative;
	transition: all 0.2s;
}
#t_wrap #t_search .t_sr_box .t_sr_reserve:hover {
	background: #e5e5e5;
	border: 2px solid #e5e5e5;
	color: #333;
}
#t_wrap #t_search .t_sr_box .t_sr_reserve:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/img/top/sr_icon_reserve.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_search .t_sr_box .t_sr_reserve:hover:before {
	background: url(/img/top/sr_icon_reserve_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* conts */
#t_wrap .t_conts_wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 1000px;
	margin: 0 auto;
}
#t_wrap .t_conts {
	width: 780px;
}
.t_conts_tl p {
	margin: 0 0 10px 0;
}
.t_conts_tl h2 {
	font-size: 14px;
	line-height: 20px;
}
/* recommend */
#t_wrap #t_reco_wrap {
	margin: 0 0 40px 0;
}
#t_wrap #t_reco_wrap .t_conts_tl {
	margin: 0 0 20px 0;
	text-align: center;
}
#t_wrap #t_reco_wrap ul.t_reco_house {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0 0 30px 0;
}
#t_wrap #t_reco_wrap ul.t_reco_house li.t_reco_part {
	width: 250px;
}
#t_wrap #t_reco_wrap ul.t_reco_house li.t_reco_part .t_reco_img a {
	display: block;
	padding: 10px 10px 0 10px;
	background: #f8f6f5;
}
#t_wrap #t_reco_wrap ul.t_reco_house li.t_reco_part .t_reco_img a img {
	width: 230px;
	height: 130px !important;
	object-fit: cover;
}
#t_wrap #t_reco_wrap ul.t_reco_house li.t_reco_part .t_reco_box {
	display: block;
	padding: 5px 10px 10px 10px;
	background: #f8f6f5;
}
#t_wrap #t_reco_wrap ul.t_reco_house li.t_reco_part .t_reco_box .t_reco_name {
	margin: 0 0 5px 0;
}
#t_wrap #t_reco_wrap ul.t_reco_house li.t_reco_part .t_reco_box .t_reco_name span {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#t_wrap #t_reco_wrap ul.t_reco_house li.t_reco_part .t_reco_box .t_reco_info {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #FFF;
}
#t_wrap #t_reco_wrap ul.t_reco_house li.t_reco_part .t_reco_box .t_reco_info div {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin: 0 0 7px 0;
	letter-spacing: 0.1em;
}
#t_wrap #t_reco_wrap ul.t_reco_house .t_reco_box .t_reco_info div .t_reco_info_type {
	padding: 2px 6px;
	background: #333333;
	font-size: 13px;
	line-height: 19px;
	color: #FFF;
}
#t_wrap #t_reco_wrap ul.t_reco_house .t_reco_box .t_reco_info div .t_reco_info_pr {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}
#t_wrap #t_reco_wrap ul.t_reco_house .t_reco_box .t_reco_info ul li {
	font-size: 12px;
	line-height: 16px;
}
#t_wrap #t_reco_wrap ul.t_reco_house .t_reco_box .t_reco_info ul li:not(:last-child) {
	margin: 0 0 3px 0;
}
#t_wrap #t_reco_wrap ul.t_reco_house .t_reco_box .t_reco_more {
	padding: 3px 0;
	background: #333;
	border: 1px solid #333;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	transition: all 0.2s;
}
#t_wrap #t_reco_wrap ul.t_reco_house li.t_reco_part:hover .t_reco_box .t_reco_more {
	background: #FFF;
	color: #333;
}
#t_wrap #t_reco_wrap .t_reco_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 300px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 18px 20px;
	border: 2px solid #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	transition: all 0.2s;
}
#t_wrap #t_reco_wrap .t_reco_btn:hover {
	background: #333;
	color: #FFF;
}
#t_wrap #t_reco_wrap .t_reco_btn:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 6px;
	background: url(/img/top/reco_ar.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_reco_wrap .t_reco_btn:hover:after {
	background: url(/img/top/reco_ar_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* regist_bnr */
#t_wrap .t_bnr_regist {
	display: block;
	margin: 0 0 40px 0;
	transition: all 0.2s;
}
#t_wrap .t_bnr_regist:hover {
	opacity: 0.8;
}
#t_wrap .t_bnr_regist picture {
	display: block;
}
/* me_bnr */
#t_wrap #t_me_bnr {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
#t_wrap #t_me_bnr li a {
	display: block;
	transition: all 0.2s;
}
#t_wrap #t_me_bnr li a:hover {
	opacity: 0.8;
}
/* house */
#t_wrap .t_house_wrap {
	display: flex;
	align-items: center;
	gap: 0 20px;
	padding: 0 10px;
}
#t_wrap .t_house_wrap .t_conts_tl {
	margin: 0 0 15px 0;
	text-align: center;
}
#t_wrap .t_house_wrap .t_conts_tl p {
	margin: 0 0 10px 0;
}
#t_wrap .t_house_wrap .t_house_title a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 160px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 8px 10px;
	border: 2px solid #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	transition: all 0.2s;
}
#t_wrap .t_house_wrap .t_house_title a:hover {
	background: #333;
	color: #FFF;
}
#t_wrap .t_house_wrap .t_house_title a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 6px;
	background: url(/img/top/reco_ar.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap .t_house_wrap .t_house_title a:hover:after {
	background: url(/img/top/reco_ar_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap .t_house_wrap ul {
	display: flex;
	align-items: flex-start;
	gap: 0 20px;
}
#t_wrap .t_house_wrap ul li {
	width: 180px;
	position: relative;
}
#t_wrap .t_house_wrap ul li a.t_house_type {
	padding: 2px 7px;
	background: #333333;
	font-size: 14px;
	line-height: 19px;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#t_wrap .t_house_wrap ul li .t_house_img {
	width: 180px;
	height: 130px;
	overflow: hidden;
}
#t_wrap .t_house_wrap ul li .t_house_img a {
	display: block;
}
#t_wrap .t_house_wrap ul li .t_house_img a img {
	width: 180px;
	height: 130px !important;
	object-fit: cover;
	transition: all 0.2s;
}
#t_wrap .t_house_wrap ul li:hover .t_house_img a img {
	transform: scale(1.1);
}
#t_wrap .t_house_wrap ul li .t_house_info {
	display: block;
	padding: 5px 0 0 0;
}
#t_wrap .t_house_wrap ul li .t_house_info p.t_house_name {
	margin: 0 0 5px 0;
}
#t_wrap .t_house_wrap ul li .t_house_info p.t_house_name span {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#t_wrap .t_house_wrap ul li .t_house_info p.t_house_pr {
	display: flex;
	align-items: center;
	justify-content: space-between
}
#t_wrap .t_house_wrap ul li .t_house_info p.t_house_pr span {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#t_wrap .t_house_wrap ul li .t_house_info p.t_house_pr:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 6px;
	background: url(/img/top/reco_ar.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* latest */
#t_wrap #t_latest_wrap {
	margin: 0 0 35px 0;
}
/* pricedown */
#t_wrap #t_pd_wrap {
	margin: 0 0 50px 0;
}
/* useful */
#t_wrap #t_useful_wrap {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0 40px 30px;
}
#t_wrap #t_useful_wrap:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 430px;
	background: #f8f6f5;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
#t_wrap #t_useful_wrap .t_useful_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
#t_wrap #t_useful_wrap .t_useful_box div.t_useful_box_l {
	margin: 75px 0 0 0;
}
#t_wrap #t_useful_wrap .t_useful_box div.t_conts_tl {
	margin: 0 0 25px 0;
}
#t_wrap #t_useful_wrap .t_useful_box div.t_conts_tl p {
	margin: 0 0 5px 0;
}
#t_wrap #t_useful_wrap .t_useful_box div.t_useful_box_l p {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
#t_wrap #t_useful_wrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 0 30px 0 0;
}
#t_wrap #t_useful_wrap ul li {
	width: 230px;
}
#t_wrap #t_useful_wrap ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 6px;
	box-sizing: border-box;
	padding: 9px 5px 9px 0;
	background: #FFF;
	border: 2px solid #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	transition: all 0.2s;
}
#t_wrap #t_useful_wrap ul li a:hover {
	background: #e5e5e5;
}
#t_wrap #t_useful_wrap ul li a:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
}
#t_wrap #t_useful_wrap ul li:nth-child(1) a:before {
	background: url(/img/top/use_icon01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_useful_wrap ul li:nth-child(2) a:before {
	background: url(/img/top/use_icon02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_useful_wrap ul li:nth-child(3) a:before {
	background: url(/img/top/use_icon03.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_useful_wrap ul li:nth-child(4) a:before {
	background: url(/img/top/use_icon04.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_useful_wrap ul li:nth-child(5) a:before {
	background: url(/img/top/use_icon05.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_useful_wrap ul li:nth-child(6) a:before {
	background: url(/img/top/use_icon06.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* sale */
#t_wrap #t_sale_wrap {
	display: flex;
	align-items: flex-start;
	gap: 0 45px;
	margin: 0 0 40px 0;
	padding: 0 0 0 30px;
	position: relative;
}
#t_wrap #t_sale_wrap:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: calc(100% - 155px);
	background: #f8f6f5;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: -1;
}
#t_wrap #t_sale_wrap .t_sale_box {
	margin: 35px 0 0 0;
}
#t_wrap #t_sale_wrap .t_sale_box .t_conts_tl {
	margin: 0 0 50px 0;
}
#t_wrap #t_sale_wrap .t_sale_box .t_conts_tl p {
	margin: 0 0 5px 0;
}
#t_wrap #t_sale_wrap .t_sale_box p.t_sale_txt {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
#t_wrap #t_sale_wrap .t_sale_box a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 230px;
	box-sizing: border-box;
	margin: 0 0 0 15px;
	padding: 13px 10px;
	background: #FFF;
	border: 2px solid #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
#t_wrap #t_sale_wrap .t_sale_box a:hover {
	background: #333;
	color: #FFF;
}
#t_wrap #t_sale_wrap .t_sale_box a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 6px;
	background: url(/img/top/reco_ar.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#t_wrap #t_sale_wrap .t_sale_box a:hover:after {
	background: url(/img/top/reco_ar_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* contents slide */
#t_wrap #t_conts_slide {
	margin: 0 0 40px;
	padding: 0 0 20px 0;
	overflow: hidden;
	position: relative;
}
#t_wrap #t_conts_slide .swiper-container02 .swiper-slide {
	width: 450px;
}
#t_wrap #t_conts_slide .swiper-container02 .swiper-slide.swiper-slide-active a {
	transition: all 0.2s;
}
#t_wrap #t_conts_slide .swiper-container02 .swiper-slide.swiper-slide-active a:hover {
	opacity: 0.8;
}
#t_wrap #t_conts_slide .swiper-pagination {
	bottom: 0;
}
#t_wrap #t_conts_slide .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	border-radius: 0;
	background: #e5e5e5;
	opacity: 1;
}
#t_wrap #t_conts_slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #333;
}
/* about */
#t_wrap #t_about_wrap .t_conts_tl {
	margin: 0 0 30px 0;
	text-align: center;
}
#t_wrap #t_about_wrap .t_conts_tl p {
	margin: 0 0 5px 0;
}
#t_wrap #t_about_wrap ul {
	display: flex;
	justify-content: space-between;
}
#t_wrap #t_about_wrap ul li a {
	display: block;
	transition: all 0.2s;
}
#t_wrap #t_about_wrap ul li a:hover {
	opacity: 0.8;
}

.top_preview_bnr{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 250px;
    height: auto;
    z-index: 999;
}

.top_preview_bnr img{
    max-width: 100%;
}