@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;
}
/*************************************************/
/* ここから下は削除して問題ありません  */
/*************************************************/
.sy_plan-detail {
	margin: 0 auto 60px;
	padding-top: 60px;
}
.sy_plan-detail table {
	border-collapse: collapse;
	width: 70%;
}
.sy_plan-detail th, .sy_plan-detail td {
	border: 1px solid #ccc;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
}
.sy_plan-detail th {
	width: 275px;
}
.sy_plan-detail td {
	width: 822px;
	height: 50px;
	padding: 10px 5px;
}
.sy_plan-detail .title {
	background: #065C40;
	color: #fff;
	line-height: 40px;
}
.sy_plan-detail tbody {}
.sy_plan-detail tbody th {
	text-align: left;
}
.sy_plan-detail tbody tr:nth-child(2n-1) th {
	background: #F5F5F5;
}
.sy_plan-detail tbody tr:nth-child(2n-1) td {
	background: #F4F9FF;
}
/*************************************************/

/* ----------------------------------------
new_top
---------------------------------------- */
h2, h3, h4, h5, ul, p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
}
ul {
	list-style: none;
}
img {
	max-width: 100%;
}
#re_top {
	color: #3d3d3d;
}
/* main */
.re_t_main {
	width: 100%;
	margin: 0 0 2 0;
	padding: 160px 0 160px 0;
	background: url(/img/new_top/main_bg.webp);
	background-size: cover;
	background-position: center;
	text-align: center;
}
.re_t_main .re_t_main_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
.re_t_main .re_t_main_inner h2 {
	margin: 0 0 35px 0;
}
.re_t_main .re_t_main_inner p {
	font-size: 28px;
	line-height: 45px;
	color: #FFF;
	text-shadow: 0px 0px 6px rgba(113, 113, 113, 0.5);
	font-weight: bold;
	letter-spacing: 0.08em;
}
.re_t_main .re_t_main_inner p span {
	font-size: 32px;
}
.re_t_main .re_t_main_inner p span.re_t_main_txt_line {
	background: linear-gradient(transparent 65%, #faf700 65%);
}
/* nav */
#re_t_sort {
	margin: 0 0 70px 0;
	padding: 50px 0;
	background: #fff5e9;
}
#re_t_sort ul {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#re_t_sort ul li a {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 540px;
	box-sizing: border-box;
	padding: 20px;
	background: #FFF;
	border-radius: 5px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
}
#re_t_sort ul li a div {
	width: 320px;
}
#re_t_sort ul li a div .re_t_sort_name {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.05em;
}
#re_t_sort ul li a div .re_t_sort_txt {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 20px;
}
#re_t_sort ul li a div .re_t_sort_btn {
	width: 180px;
	box-sizing: border-box;
	margin: 0 0 0 140px;
	padding: 9px 0px 7px 0;
	border-radius: 18px;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}
#re_t_sort ul li a div .re_t_sort_btn:after {
	content: "";
	display: inline-block;
	background-color: #FFF;
	width: 6px;
	height: 8px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
}
#re_t_sort ul li:nth-child(1) a {
	box-shadow: 2px 2px 0px 0px rgba(181,66,148, 1.0);
}
#re_t_sort ul li:nth-child(2) a {
	box-shadow: 2px 2px 0px 0px rgba(243, 125, 79, 1.0);
}
#re_t_sort ul li:nth-child(1) a:hover {
	box-shadow: 0px 0px 0px 0px rgba(40, 104, 183, 1.0);
}
#re_t_sort ul li:nth-child(2) a:hover {
	box-shadow: 0px 0px 0px 0px rgba(243, 125, 79, 1.0);
}
#re_t_sort ul li a:hover {
	transform: translate(2px, 2px);
}
#re_t_sort ul li:nth-child(1) .re_t_sort_name {
	border-bottom: 2px solid #b54294;
	color: #b54294;
}
#re_t_sort ul li:nth-child(2) .re_t_sort_name {
	border-bottom: 2px solid #f37d4f;
	color: #f37d4f;
}
#re_t_sort ul li:nth-child(1) a div .re_t_sort_btn {
	background: #b54294;
}
#re_t_sort ul li:nth-child(2) a div .re_t_sort_btn {
	background: #f37d4f;
}
#re_t_sort ul li:nth-child(1) a:hover div .re_t_sort_btn {
	background: #f37d4f;
}
#re_t_sort ul li:nth-child(2) a:hover div .re_t_sort_btn {
	background: #FFAB49;
}
/* info */
#re_t_info {
	width: 1100px;
	margin: 80px auto;
}
#re_t_info .re_t_info_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 25px 0;
}
#re_t_info .re_t_info_inner .re_t_info_tl {
	width: 150px;
	padding: 0 0 30px 0;
	text-align: center;
	border-bottom: 2px solid #FFAB49;
	position: relative;
}
#re_t_info .re_t_info_inner .re_t_info_tl:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #FFAB49;
	position: absolute;
	left: 0;
	bottom: 4px;
}
#re_t_info .re_t_info_inner .re_t_info_tl p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
	color: #f7bb74;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#re_t_info .re_t_info_inner .re_t_info_tl h2 {
	margin: 0;
	font-size: 32px;
	line-height: 36px;
	color: #FFAB49;
	letter-spacing: 0.05em;
}
#re_t_info .re_t_info_inner iframe {
	width: 880px;
	height: 210px;
}
.re_t_info_cms {
	display: flex;
	gap: 0 20px;
	width: 880px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.re_t_info_cms li a {
	display: block;
	width: 353px;
	padding: 0;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
	text-decoration: none;
}
.re_t_info_cms li a .re_t_info_img {
	width: 280px;
	height: 160px;
	margin: 0 0 7px 0;
	overflow: hidden;
}
.re_t_info_cms li a .re_t_info_img img {
	width: 280px;
	height: 160px !important;
	object-fit: cover;
	transition: all 0.2s;
}
.re_t_info_cms li a:hover .re_t_info_img img {
	transform: scale(1.1);
}
.re_t_info_cms li a .re_t_info_date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 5px 0;
}
.re_t_info_cms li a .re_t_info_date .re_t_info_num {
	font-size: 15px;
	line-height: 20px;
	color: #FFAB49;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.re_t_info_cms li a .re_t_info_date .re_t_info_tag {
	display: inline-block;
	padding: 3px 12px 3px 12px;
	background: #FFAB49;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.re_t_info_cms li a .re_t_info_date p {
	margin: 0;
}
.re_t_info_cms li a .re_t_info_txt {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#re_t_info .re_t_info_more {
	display: block;
	width: 230px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 13px 5px 13px 0;
	box-shadow: 2px 2px 0px 0px rgba(188, 78, 35, 1.0);
	background: #f37d4f;
	border-radius: 3px;
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
#re_t_info .re_t_info_more:hover {
	background: #FFAB49;
	transform: translate(2px, 2px);
	box-shadow: 0px 0px 0px 0px rgba(188, 78, 35, 1.0);
}
#re_t_info .re_t_info_more:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: auto;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
}
#re_t_info .re_t_info_more:after {
	content: "";
	display: inline-block;
	background-color: #f37d4f;
	width: 6px;
	height: 9px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 23px;
	transition: all 0.2s;
}
#re_t_info .re_t_info_more:hover:after {
	background-color: #FFAB49;
}
.re_t_tl {
	padding: 0 0 10px 0;
	position: relative;
}
.re_t_tl:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background: #FFAB49;
	border-radius: 0 0 3px 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.re_t_tl h2 {
	margin: 0;
	padding: 15px 0;
	background: #FFAB49;
	border-radius: 3px 3px 0 0;
	font-size: 34px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}
.re_t_tl h2 span {
	color: #fff20d;
}
.re_search_wrap {
	margin: 0 0 100px 0;
	padding: 130px 0 85px 0;
	background: #fff5e9;
}
#re_t_sr {
	width: 1140px;
	box-sizing: border-box;
	margin: 0 auto 80px auto;
	padding: 50px 35px 35px 35px;
	background: #FFF;
	border: 2px solid #FFAB49;
	border-radius: 5px;
	position: relative;
}
#re_t_sr:before{
	content: '';
	position: absolute;
	top: -171px;
	right: -20px;
	width: 178px;
	height: 170px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/bukken_cala1.png);
}
#re_t_sr .re_t_sr_tl {
	margin: 0;
	position: absolute;
	top: -60px;
	left: 20px;
}
#re_t_sr .re_t_sr_inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#re_t_sr .re_t_sr_map {
	padding: 0 0 15px 0;
	position: relative;
}
#re_t_sr .re_t_sr_map:before{
	content: '';
	position: absolute;
	top: 0px;
	left: -20px;
	width: 69px;
	height: 85px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	background-image: url(/img/new_top/bukken_cala2.png);
}
#re_t_sr .re_t_sr_map:after{
	content: '';
	position: absolute;
	bottom: 21px;
	right: 3px;
	width: 64px;
	height: 78px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/bukken_cala3.png);
}
#re_t_sr .re_t_sr_map a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 15px;
	width: 240px;
	height: 55px;
	padding: 0 10px;
	box-sizing: border-box;
	background: #FFF;
	border: 2px solid #FFAB49;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
}
#re_t_sr .re_t_sr_map a:hover {
	background: #f4f7fb;
}
#re_t_sr .re_t_sr_map a img {
	width: 26px;
}
#re_t_sr .re_t_sr_map a:after {
	content: "";
	display: inline-block;
	background-color: #FFAB49;
	width: 5px;
	height: 11px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#re_t_sr .re_t_sr_box {
	width: 550px;
}
#re_t_sr .re_t_sr_h3 {
	display: flex;
	align-items: center;
	gap: 0 8px;
	margin: 0 0 10px 0;
}
#re_t_sr .re_t_sr_h3 img {
	width: 26px;
}
#re_t_sr .re_t_sr_h3 h3 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
#re_t_sr .re_t_sr_box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
#re_t_sr .re_t_sr_box a {
	box-sizing: border-box;
	border: 2px solid #FFAB49;
	border-radius: 5px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	text-decoration: none;
	transition: all 0.2s;
}
#re_t_sr .re_t_sr_box a:hover {
	background: #fff5ea;
}
#re_t_sr .re_t_sr_box .re_t_sr_kind {
	margin: 0 0 26px 0;
}
#re_t_sr .re_t_sr_box .re_t_sr_kind li {
	width: calc((100% - 21px)/4);
}
#re_t_sr .re_t_sr_box .re_t_sr_kind a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px 0;
	padding: 18px 0 12px 0;
	font-size: 14px;
}
#re_t_sr .re_t_sr_box .re_t_sr_area {
	margin: 0 0 26px 0;
}
#re_t_sr .re_t_sr_box .re_t_sr_area li {
	width: calc((100% - 7px)/2);
}
#re_t_sr .re_t_sr_box .re_t_sr_area a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px 0;
	padding: 15px 0 12px 0;
	font-size: 15px;
}
#re_t_sr .re_t_sr_box .re_t_sr_sort01 {
	margin: 0 0 7px 0;
}
#re_t_sr .re_t_sr_box .re_t_sr_sort01 li {
	width: calc((100% - 21px)/4);
}
#re_t_sr .re_t_sr_box .re_t_sr_sort02 li {
	width: calc((100% - 14px)/3);
}
#re_t_sr .re_t_sr_box .re_t_sr_sort li a {
	display: block;
	padding: 13px 0;
	font-size: 14px;
	text-align: center;
}
#re_t_house {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#re_t_house:not(:last-of-type) {
	margin-bottom: 65px;
}
#re_t_house:last-of-type {
	margin-bottom: 80px;
}
#re_t_house .re_t_house_tl {
	width: 230px;
	text-align: center;
}
#re_t_house .re_t_house_tl picture {
	display: inline-block;
	margin: 0 0 10px 0;
}
#re_t_house .re_t_house_tl h2 {
	margin: 0 0 5px 0;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.1em;
}
#re_t_house .re_t_house_tl p {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 20px;
	color: #f7bb74;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#re_t_house .re_t_house_tl a {
	display: block;
	width: 230px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 13px 5px 13px 0;
	box-shadow: 2px 2px 0px 0px rgba(188, 78, 35, 1.0);
	background: #f37d4f;
	border-radius: 3px;
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
#re_t_house .re_t_house_tl a:hover {
	background: #FFAB49;
	transform: translate(2px, 2px);
	box-shadow: 0px 0px 0px 0px rgba(188, 78, 35, 1.0);
}
#re_t_house .re_t_house_tl a:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: auto;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
}
#re_t_house .re_t_house_tl a:after {
	content: "";
	display: inline-block;
	background-color: #f37d4f;
	width: 6px;
	height: 9px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 23px;
	transition: all 0.2s;
}
#re_t_house .re_t_house_tl a:hover:after {
	background-color: #FFAB49;
}
#re_t_house ul {
	display: flex;
	gap: 0 25px;
	width: 830px;
}
#re_t_house ul li {
	width: 260px;
	position: relative;
}
#re_t_house ul li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#re_t_house ul li .re_t_ho_img a {
	display: block;
	padding: 10px;
	background: #FFF;
	border-radius: 3px 3px 0 0;
}
#re_t_house ul li .re_t_ho_img img {
	width: 240px;
	height: 130px !important;
	object-fit: cover;
}
#re_t_house ul li .re_t_ho_kind {
	display: inline-block;
	padding: 5px 10px;
	background: #FFAB49;
	border-radius: 3px 0 0 0;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	letter-spacing: 0.05em;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s;
}
#re_t_house ul li:hover .re_t_ho_kind {
	background: #b54294;
}
#re_t_house ul li .re_t_ho_box {
	display: block;
	height: calc(100% - 150px);
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
	background: #FFF;
	border-radius: 0 0 3px 3px;
}
#re_t_house ul li .re_t_ho_ad {
	margin: 0 0 2px 0;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.1em;
}
#re_t_house ul li .re_t_ho_pr {
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.1em;
}
#re_t_house ul li .re_t_ho_box .re_t_ho_ar {
	width: 40px;
	background: url(/img/new_top/ho_ar_h.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -5px;
	right: -5px;
}
#re_t_house ul li .re_t_ho_box .re_t_ho_ar img {
	transition: all 0.2s;
}
#re_t_house ul li:hover .re_t_ho_box .re_t_ho_ar img {
	opacity: 0;
}
#re_t_house ul li .re_t_ho_box .re_t_ho_cm_tl {
	display: flex;
	align-items: center;
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 18px;
	color: #FFAB49;
	letter-spacing: 0.05em;
}
#re_t_house ul li .re_t_ho_box .re_t_ho_cm_tl:after {
	content: "";
	height: 1px;
	margin-left: 0.5rem;
	flex-grow: 1;
	background-color: #FFAB49;
}
#re_t_house ul li .re_t_ho_box .re_t_ho_cm_txt {
	width: 200px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#re_t_mem {
	width: 1100px;
	margin: 0 auto 80px auto;
}
#re_t_mem a {
	display: flex;
	align-items: flex-end;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#re_t_mem a .re_t_mem_img {
	width: 550px;
	box-sizing: border-box;
	border-top: 3px solid #f7bb74;
	border-bottom: 3px solid #f7bb74;
	border-left: 3px solid #f7bb74;
	position: relative;
}
#re_t_mem a .re_t_mem_img:after {
	content: "";
	display: block;
	width: 3px;
	height: 100px;
	background: #f7bb74;
	position: absolute;
	top: 0;
	right: 0;
}
#re_t_mem a .re_t_mem_box {
	width: 550px;
	height: 345px;
	box-sizing: border-box;
	padding: 60px 0 0 0;
	background: #FFF;
	border-top: 3px solid #f7bb74;
	border-bottom: 3px solid #f7bb74;
	border-right: 3px solid #f7bb74;
	position: relative;
	z-index: 2;
}
#re_t_mem a .re_t_mem_box h2 {
	text-align: right;
	position: absolute;
	top: -142px;
	right: -30px;
}
#re_t_mem a .re_t_mem_box div {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0 20px;
}
.re_t_mem_open .re_t_mem_txt {
	display: block;
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.1em;
	text-align: center;
}
.re_t_mem_secret .re_t_mem_txt {
	display: inline-block;
	padding-top: 10px;
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
.re_t_mem_secret .re_t_mem_txt span {
	position: relative;
	padding: 0 5px;
}
.re_t_mem_secret .re_t_mem_txt span:after {
	content: "";
	width: 100%;
	height: 60%;
	background: #faf700;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: -1;
}
.re_t_mem_ar {
	padding-bottom: 45px;
}
.re_t_mem_num {
	display: block;
	text-align: center;
	letter-spacing: 0.05em;
}
.re_t_mem_open .re_t_mem_num {
	font-size: 65px;
	line-height: 75px;
}
.re_t_mem_secret .re_t_mem_num {
	font-size: 70px;
	line-height: 75px;
	color: #f37d4f;
}
.re_t_mem_num span {
	font-size: 30px;
}
.re_t_mem_can {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.1em;
}
.re_t_mem_can span {
	position: relative;
	padding: 0 5px;
}
.re_t_mem_can span:after {
	content: "";
	width: 100%;
	height: 60%;
	background: #faf700;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: -1;
}
.re_t_mem_btn {
	display: block;
	width: 450px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 23px 5px 23px 0;
	box-shadow: 2px 2px 0px 0px rgba(188, 78, 35, 1.0);
	background: #f37d4f;
	border-radius: 3px;
	font-size: 22px;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
.re_t_mem_btn:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: auto;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
}
.re_t_mem_btn:after {
	content: "";
	display: inline-block;
	background-color: #f37d4f;
	width: 8px;
	height: 12px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	transition: all 0.2s;
}
#re_t_mem a:hover .re_t_mem_btn {
	box-shadow: 0px 0px 0px 0px rgba(188, 78, 35, 1.0);
	background: #FFAB49;
	transform: translate(2px, 2px);
}
#re_t_mem a:hover .re_t_mem_btn:after {
	background-color: #FFAB49;
}
/* voice */
.blog_voice .t_blog_tit:after{
	content: '';
	position: absolute;
	bottom: -22px;
	right: -92px;
	width: 85px;
	height: 89px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/flow_cala.png);
}
/* purchase */
#t_purchase_wrap {
	position: relative;
	z-index: 2;
}
#t_purchase_wrap:after {
	content: "";
	width: 100%;
	height: 70%;
	margin: auto;
	background: #FFAB49;
	position: absolute;
	top: 0%;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#t_purchase {
	width: 1100px;
	margin: 0 auto 50px auto;
	position: relative;
}
#t_purchase .t_purchase_img {
	display: block;
	width: 46%;
	position: absolute;
	top: 0;
	left: 0;
}
#t_purchase .t_purchase_box {
	width: 100%;
	margin: 0 0 0 %;
	padding: 5% 0;
	background: #FFF;
	border:#FFAB49 3px solid;
	border-radius: 10px;
}
#t_purchase .t_purchase_box .t_purchase_tl {
	width: 85%;
	margin: 0 auto 1% auto;
	position: relative;
}
#t_purchase .t_purchase_box .t_purchase_tl .t_purchase_tl_img {
	width: 20%;
	position: absolute;
	bottom: -10%;
	right: -8%;
}
.t_purchase_btn{
	display:flex;
}
.t_purchase_box p {
	margin: 0 0 4% 0;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.t_purchase_box p:before{
	content: '';
	position: absolute;
	top: -40px;
	left: 47px;
	width: 114px;
	height: 140px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/sale_cala1.png);
}
.t_purchase_box p:after {
	content: '';
	position: absolute;
	top: -33px;
	right: 48px;
	width: 108px;
	height: 132px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/sale_cala2.png);
}
.t_purchase_box a {
	display: block;
	width: 480px;
	margin: 0 auto;
	padding: 2% 0;
	background: #f37d4f;
	border-radius: 3px;
	box-shadow: 0 3px  rgba(188, 78, 35, 1.0);
	font-size: 22px;
	line-height: 3vh;
	letter-spacing: 0.2em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	transition: all 0.2s;
}
.t_purchase_box a:hover {
	background: #FFAB49;
	transform: translate(2px, 2px);
	box-shadow: 0px 0px 0px 0px rgba(188, 78, 35, 1.0);
}
.t_purchase_box a:before {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}
/* result */
#re_t_result {
	width: 1100px;
	margin: 0 auto 80px auto;
	position: relative;
}
#re_t_result:after{
	content: '';
	position: absolute;
	bottom: -11px;
	right: -45px;
	width: 157px;
	height: 195px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/sale_cala3.png);

}
#re_t_result ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 40px 40px 50px 40px;
	background: #fff5e9;
}
#re_t_result ul li {
	box-sizing: border-box;
	padding: 20px;
	background: #FFF;
	border: 2px solid #FFAB49;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}
#re_t_result ul li br {
	display: none;
}
#re_t_result ul li:not(:last-child) {
	width: 500px;
}
#re_t_result ul li:last-child {
	width: 1020px;
}
/* worries */
#re_t_worries {
	width: 1100px;
	margin: 0 auto 85px auto;
}
#re_t_worries .re_t_tl {
	margin: 0 0 30px 0;
}
#re_t_worries .re_t_wo_box {
	margin: 0 0 60px 0;
	padding: 0 0 160px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}
#re_t_worries .re_t_wo_box:after {
	content: "";
	width: 320px;
	height: 80px;
	margin: auto;
	background: #f2f2f2;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#re_t_worries .re_t_wo_box div {
	width: 780px;
	padding: 55px 45px 55px 50px;
	box-sizing: border-box;
	border: 5px solid #fff5e9;
}
#re_t_worries .re_t_wo_box div ul li {
	display: flex;
	align-items: center;
	gap: 0 15px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#re_t_worries .re_t_wo_box div ul li:not(:last-child) {
	margin: 0 0 20px 0;
}
#re_t_worries .re_t_wo_box div ul li:before {
	content: "";
	width: 32px;
	height: 30px;
	background: url(/img/new_top/wo_check.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#re_t_worries .re_t_wo_box div ul li span {
	color: #f37d4f;
}
#re_t_worries .re_t_wo_sol {
	border: 2px solid #FFAB49;
	text-align: center;
	position: relative;
}
#re_t_worries .re_t_wo_sol:before{
	content: '';
	position: absolute;
	bottom: 27px;
	left: 13px;
	width: 130px;
	height: 162px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/sale_cala4.png);
}
#re_t_worries .re_t_wo_sol:after {
	content: '';
	position: absolute;
	bottom: 25px;
	right: 14px;
	width: 132px;
	height: 162px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/sale_cala5.png);
}
#re_t_worries .re_t_wo_sol div {
	padding: 20px 0 25px 0;
	border: 5px solid #fff5e9;
}
#re_t_worries .re_t_wo_sol h3 {
	display: inline-block;
	padding: 0 10px 10px 10px;
	margin: 0 0 30px 0;
	border-bottom: 3px solid #FFAB49;
	font-size: 24px;
	line-height: 30px;
	color: #FFAB49;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
}
#re_t_worries .re_t_wo_sol h3:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #FFAB49;
	position: absolute;
	left: 0;
	bottom: -7px;
}
#re_t_worries .re_t_wo_sol .re_t_wo_sol_catch {
	margin: 0 0 25px 0;
}
#re_t_worries .re_t_wo_sol .re_t_wo_sol_txt {
	width: 840px;
	margin: 0 auto;
	padding: 5px 0;
	background: #FFAB49;
	border-radius: 15px;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
/* inq */
#re_t_inq {
	width: 100%;
	padding: 50px 0;
	background: url(/img/new_top/inq_bg.webp);
	background-size: cover;
	background-position: center;
}
#re_t_inq .re_t_inq_inner {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 30px 40px 30px;
	background: rgba(255, 255, 255, 0.9);
	font-weight: bold;
}
#re_t_inq .re_t_inq_inner .re_t_inq_tl {
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	position: relative;
}
#re_t_inq .re_t_inq_inner .re_t_inq_tl:before{
	content: '';
	position: absolute;
	top: 11px;
	left: 74px;
	width: 112px;
	height: 135px;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: contain;
	background-image: url(/img/new_top/inq_cala.png);

}
#re_t_inq .re_t_inq_inner .re_t_inq_tl:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background: #FFAB49;
	border-radius: 0 0 3px 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#re_t_inq .re_t_inq_inner .re_t_inq_tl h2 {
	margin: 0;
	padding: 15px 0;
	background: #FFAB49;
	border-radius: 3px 3px 0 0;
	font-size: 26px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
}
#re_t_inq .re_t_inq_inner .re_t_inq_tl h2 span {
	color: #fff20d;
}
#re_t_inq .re_t_inq_inner .re_t_inq_catch {
	margin: 0 0 30px 0;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.1em;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 75px;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box div .re_t_inq_tel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 8px;
	margin: 0 0 5px 0;
	font-size: 40px;
	line-height: 46px;
	font-weight: bold;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box div .re_t_inq_tel:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/img/new_common/header/tel_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box div .re_t_inq_time {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box div .re_t_inq_time span {
	display: inline-block;
	width: 70px;
	padding: 2px 0;
	background: #333;
	border-radius: 12px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.05em;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box a {
	padding: 17px 75px 17px 75px;
	background: #f37d4f;
	border-radius: 3px;
	border: 2px solid #FFF;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box a:hover {
	background: #FFAB49;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box a:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: auto;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box a:after {
	content: "";
	display: inline-block;
	background-color: #f37d4f;
	width: 7px;
	height: 12px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box a:after {
	content: "";
	display: inline-block;
	background-color: #f37d4f;
	width: 7px;
	height: 12px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
	transition: all 0.2s;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box a:hover:after {
	background-color: #FFAB49;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box a div {
	font-size: 24px;
	line-height: 28px;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box a div:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 23px;
	margin: auto;
	background: url(/img/new_common/header/mail_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
}
#re_t_inq .re_t_inq_inner .re_t_inq_box a div span {
	display: block;
	margin: 0 0 2px 0;
	font-size: 18px;
	line-height: 22px;
}
/* reason */
#re_t_reason {
	width: 100%;
	margin: 0 0 80px 0;
	padding: 105px 0 115px 0;
	background: #f2f2f2;
}
#re_t_reason h2 {
	text-align: center;
}
#re_t_reason ul {
	width: 1100px;
	margin: 0 auto;
	counter-reset: item;
}
#re_t_reason ul li {
	padding: 30px 0 30px 200px;
	background: #FFAB49;
	border-radius: 3px;
	font-size: 34px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
}
#re_t_reason ul li:not(:last-child) {
	margin: 0 0 12px 0;
}
#re_t_reason ul li:before {
	display: inline-block;
	counter-increment: item;
	content: '0'counter(item);
	width: 160px;
	box-sizing: border-box;
	padding: 18px 0 12px 40px;
	background: #FFF;
	clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
	font-size: 60px;
	line-height: 64px;
	color: #FFAB49;
	font-weight: bold;
	letter-spacing: 0;
	position: absolute;
	top: 3px;
	left: 3px;
}
#re_t_reason ul li span {
	color: #fff20d;
}
/* solution */
#re_t_solution {
	width: 100%;
	margin: 0 0 105px 0;
	padding: 0 0 100px 0;
	position: relative;
}
#re_t_solution:before {
	content: "";
	display: inline-block;
	width: calc(50% + 650px);
	max-width: calc(100% - 30px);
	height: calc(100% - 100px);
	background: #fff5e9;
	border-radius: 0 10px 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#re_t_solution .re_t_sol_inner {
	width: 1100px;
	margin: 0 auto;
}
#re_t_solution .re_t_sol_inner picture,
#re_t_solution .re_t_sol_inner img {
	display: block;
}
#re_t_solution .re_t_sol_inner div {
	margin: 0 0 50px 0;
	padding: 0 0 105px 0;
	position: relative;
}
#re_t_solution .re_t_sol_inner div:after {
	content: "";
	width: 320px;
	height: 55px;
	margin: auto;
	background: #f7bb74;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#re_t_solution .re_t_sol_inner h2 {
	margin: 0 0 40px 0;
}
#re_t_solution .re_t_sol_inner p {
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
/* purchase */
#re_t_purchase {
	width: 1100px;
	margin: 0 auto 120px auto;
}
#re_t_purchase .re_t_tl {
	margin: 0 0 30px 0;
}
#re_t_purchase h2 {
	display: flex;
	align-items: start;
	justify-content: center;
}
#re_t_purchase h2 picture,
#re_t_purchase h2 img {
	display: block;
	margin: 0 3px 0 0;
}
#re_t_purchase ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
#re_t_purchase ul li {
	width: 530px;
	box-sizing: border-box;
	padding: 30px 30px 20px 30px;
	box-shadow: 0px 0px 11px 1px rgba(238, 238, 238, 1.0);
}
#re_t_purchase ul li h3 {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #FFAB49;
	font-size: 28px;
	line-height: 36px;
	color: #FFAB49;
	letter-spacing: 0.1em;
	text-align: center;
}
#re_t_purchase ul li picture {
	display: block;
	margin: 0 0 15px 0;
}
#re_t_purchase ul li p {
	padding: 25px;
	background: #f4f4f4;
	border-radius: 3px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
/* flow */
#re_t_flow {
	width: 100%;
	margin: 0 0 80px 0;
	padding: 50px 0;
	background: url(/img/new_top/flow_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
#re_t_flow .re_t_fl_inner {
	width: 1240px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 70px;
	background: rgba(255, 255, 255, 0.8);
}
#re_t_flow .re_t_fl_inner .re_t_tl {
	margin: 0 0 45px 0;
}
#re_t_flow .re_t_fl_inner .re_t_fl_subtl {
	margin: 0 0 45px 0;
	text-align: center;
}
#re_t_flow .re_t_fl_inner ol {
	list-style: none;
	counter-reset: flow;
	position: relative;
}
#re_t_flow .re_t_fl_inner ol:before {
	content: "";
	width: 2px;
	height: 100%;
	margin: auto;
	background: #f7bb74;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
#re_t_flow .re_t_fl_inner ol:after{
	content: '';
	position: absolute;
	top: -243px;
	right: 35px;
	width: 232px;
	height: 243px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/flow_cala.png);
}
#re_t_flow .re_t_fl_inner ol li {
	padding: 30px 30px 25px 200px;
	border: 1px solid #FFAB49;
	background: #FFF;
	position: relative;
}
#re_t_flow .re_t_fl_inner ol li:not(:last-child) {
	margin: 0 0 40px 0;
}
#re_t_flow .re_t_fl_inner ol li:before {
	display: inline-block;
	counter-increment: flow;
	content: "0"counter(flow);
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	margin: auto;
	padding: 60px 0 20px 0;
	background: #FFAB49;
	font-size: 60px;
	line-height: 70px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 15px;
}
#re_t_flow .re_t_fl_inner ol li:after {
	content: "STEP";
	width: 150px;
	font-size: 22px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	position: absolute;
	top: 45px;
	bottom: 0;
	left: 15px;
}
#re_t_flow .re_t_fl_inner ol li h3 {
	margin: 0 0 14px 0;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #FFAB49;
	font-size: 28px;
	line-height: 32px;
	color: #FFAB49;
	letter-spacing: 0.05em;
}
#re_t_flow .re_t_fl_inner ol li p {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
/* example */
#re_t_example {
	width: 100%;
	margin: 0 0 120px 0;
	padding: 75px 0 75px 0;
	background: #f2f2f2;
}
#re_t_example .re_t_tl {
	width: 1100px;
	margin: 0 auto 20px auto;
}
#re_t_example .re_t_tl h2 {
	display: flex;
	align-items: start;
	justify-content: center;
}
#re_t_example .re_t_tl h2 picture,
#re_t_example .re_t_tl h2 img {
	display: block;
	margin: 0 3px 0 0;
}
#re_t_example .re_t_exam_inner {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	padding: 50px;
	background: #FFF;
	border-radius: 5px;
}
#re_t_example .re_t_exam_inner div {
	display: flex;
	align-items: flex-end;
	gap: 0 40px;
}
#re_t_example .re_t_exam_inner div:nth-of-type(1) {
	margin-bottom: 30px;
}
#re_t_example .re_t_exam_inner div:nth-of-type(2) {
	justify-content: flex-end;
}
#re_t_example .re_t_exam_inner div p {
	width: 700px;
	box-sizing: border-box;
	padding: 40px 45px;
	background: #fff5e9;
	border-radius: 5px;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
}
#re_t_example .re_t_exam_inner div p:after {
	content: "";
	width: 20px;
	height: 30px;
	margin: auto;
	background: #fff5e9;
	position: absolute;
	top: 0;
	bottom: 0;
}
#re_t_example .re_t_exam_inner div:nth-of-type(1) p:after {
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	right: -20px
}
#re_t_example .re_t_exam_inner div:nth-of-type(2) p:after {
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	left: -20px;
}
/* qa */
#re_t_qa {
	width: 1100px;
	margin: 0 auto 115px auto;
}
#re_t_qa .re_t_tl {
	margin: 0 0 30px 0;
}
#re_t_qa .accordionbox {}
#re_t_qa .re_qa_block {
	border: 1px solid #FFAB49;
	box-shadow:2px 2px 0px 0px rgb(229 147 51);
	border-radius: 5px;
	overflow: hidden;
}
#re_t_qa .re_qa_block:not(:last-of-type) {
	margin: 0 0 20px 0;
}
#re_t_qa .accordionlist dt {
	display: block;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#re_t_qa .accordionlist dt:first-child,
#re_t_qa .accordionlist dt:nth-child(2) {
	border-top: none !important;
}
#re_t_qa .accordionlist dt .qa_title {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 20px;
	padding: 29px 85px 29px 75px;
	background-color: #fff;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
}
#re_t_qa .accordionlist dt .qa_title:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: auto;
	background: url(/img/new_top/qa_q.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
#re_t_qa .accordionlist dd {
	display: none;
	background: #fff;
	margin: 0 20px;
	padding: 30px 10px 30px 75px;
	border-top: 2px solid #FFAB49;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
}
#re_t_qa .accordionlist dd:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/img/new_top/qa_a.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 30px;
	left: 0;
}
#re_t_qa .accordion_icon,
#re_t_qa .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#re_t_qa .accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	bottom: 0;
	right: 30px;
	margin: auto;
}
#re_t_qa .accordion_icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #FFAB49;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#re_t_qa .accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
#re_t_qa .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
#re_t_qa .accordion_icon.active span:nth-of-type(1) {
	display: none;
}
#re_t_qa .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#re_t_qa .clearfix.active {
	background-color: #38a1ce;
}


/* blog */
#re_t_blog {
	width: 1100px;
	margin: 0 auto 80px auto;
}
#re_t_blog .re_t_blog_inner {
	align-items: center;
	justify-content: space-between;
	margin: 0 0 25px 0;
}
#re_t_blog .re_t_blog_inner .re_t_blog_tl {
	padding: 0 0 30px 0;
	text-align: left;
	border-bottom: 2px solid #FFAB49;
	position: relative;
}
#re_t_blog .re_t_blog_inner .re_t_blog_tl:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #FFAB49;
	position: absolute;
	left: 0;
	bottom: 4px;
}
#re_t_blog .re_t_blog_inner .re_t_blog_tl p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
	color: #f7bb74;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#re_t_blog .re_t_blog_inner .re_t_blog_tl h2 {
	margin: 0;
	font-size: 32px;
	line-height: 36px;
	color: #FFAB49;
	letter-spacing: 0.05em;
	position: relative;
	display: inline-block;
}
.t_blog_tit:after {
	content: '';
	position: absolute;
	bottom: -22px;
	right: -136px;
	width: 114px;
	height: 101px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/blog_cala.png);
}
.t_groum_tit:after {
	content: '';
	position: absolute;
	bottom: -22px;
	right: -118px;
	width: 108px;
	height: 101px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/gourm_cala.png);
}
#re_t_blog .re_t_blog_inner iframe {
	width: 1100px;
	height: 320px;
	margin:40px 0 0 0;
}
#re_t_blog .re_t_gourme_inner iframe {
	height: 370px;
}
.re_t_blog_cms {
	display: flex;
	gap: 0 20px;
	width: 880px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.re_t_blog_cms li a {
	display: block;
	width: 280px;
	padding: 0;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
	text-decoration: none;
}
.re_t_blog_cms li a .re_t_blog_img {
	width: 280px;
	height: 160px;
	margin: 0 0 7px 0;
	overflow: hidden;
}
.re_t_blog_cms li a .re_t_blog_img img {
	width: 350px;
	height: 250px !important;
	object-fit: cover;
	transition: all 0.2s;
}
.re_t_blog_cms li a:hover .re_t_blog_img img {
	transform: scale(1.1);
}
.re_t_blog_cms li a .re_t_blog_date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 5px 0;
}
.re_t_blog_cms li a .re_t_blog_date .re_t_blog_num {
	font-size: 15px;
	line-height: 20px;
	color: #FFAB49;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.re_t_blog_cms li a .re_t_blog_date .re_t_blog_tag {
	display: inline-block;
	padding: 3px 12px 3px 12px;
	background: #FFAB49;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.re_t_blog_cms li a .re_t_blog_date p {
	margin: 0;
}
.re_t_blog_cms li a .re_t_blog_txt {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#re_t_blog .re_t_blog_more {
	display: block;
	width: 400px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 23px 5px 23px 0;
	box-shadow: 2px 2px 0px 0px rgba(188, 78, 35, 1.0);
	background: #f37d4f;
	border-radius: 3px;
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
#re_t_blog .re_t_blog_more:hover {
	background: #FFAB49;
	transform: translate(2px, 2px);
	box-shadow: 0px 0px 0px 0px rgba(188, 78, 35, 1.0);
}
#re_t_blog .re_t_blog_more:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: auto;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
}
#re_t_blog .re_t_blog_more:after {
	content: "";
	display: inline-block;
	background-color: #f37d4f;
	width: 6px;
	height: 9px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 23px;
	transition: all 0.2s;
}
#re_t_blog .re_t_blog_more:hover:after {
	background-color: #FFAB49;
}
/* loan */
#t_loan_wrap {
	margin: 5% 0 0 0;
	padding: 5% 0 0 0;
	position: relative;
	z-index: 2;
}
#t_loan_wrap:before {
	content: "";
	width: 100%;
	height: 70%;
	background: #f7bb74;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#t_loan {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto ;
}
#t_loan picture {
	display: block;
}
.t_loan_box {
	width: 55%;
	padding: 5% 0;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 4px 4px 10px -4px rgba(0, 0, 0, 0.3);
}
.t_loan_box div {
	width: 80%;
	margin: 0 auto;
}
.t_loan_box div p {
	width: 20%;
	padding: 1.5% 0;
	background: #a072a1;
	border-radius: 10px 10px 0 0;
	font-size: 0.8vw;
	line-height: 2vh;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
}
.t_loan_box div h2 {
	margin: 0 0 7% 0;
	text-align: center;
}
.t_loan_box div h2 span {
	font-size: 2.2vw;
	line-height: 4vh;
	letter-spacing: 0.1em;
}
.t_loan_box div h2 picture {
	margin: 0 0 3% 0;
}
.t_loan_txt {
	margin: 0 0 7% 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}
.t_loan_box a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 4% 0;
	background: #f37d4f;
	border-radius: 3px;
	box-shadow: 0 3px  rgba(188, 78, 35, 1.0);
	font-size: 22px;
	line-height: 3vh;
	letter-spacing: 0.2em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	transition: all 0.2s;
}
.t_loan_box a:hover {
	background: #FFAB49;
	transform: translate(2px, 2px);
	box-shadow: 0px 0px 0px 0px rgba(188, 78, 35, 1.0);
}
.t_loan_box a:before {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}
.t_loan_box a:after{
	content: '';
	position: absolute;
	top: -42px;
	left: -103px;
	width: 148px;
	height: 160px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/new_top/loan_cala.png);

}
.t_loan_img {
	margin-right: 0%;
	width: 40%;
}
/* new_top
---------------------------------------- */

/* 仲介手数料無料　2023.3 */
#t_free_wrap {
	width: 100%;
	padding: 8% 0 10% 0;
	overflow: hidden;
	background: linear-gradient(105deg, #fff5e9 0%, #fff5e9 45%, #FFAB49 45%, #FFAB49 100%);
	position: relative;
}
#t_free_wrap .t_fr_inner {
	width: 1100px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 1;
}
#t_free_wrap .t_fr_inner h2 {
	width: 80%;
	margin-left: -1%;
	margin-bottom: 10px;
}
#t_free_wrap .t_fr_inner .t_fr_box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: -2%;
	padding: 0 5% 0 0;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_l {
	width: 50%;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r {
	width: 44%;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_txt {
	color:#fff;
	margin: 0 0 25px 0;
	font-size: clamp(15px, 1.2vw, 28px);
	line-height: clamp(20px, 4vh, 40px);
	font-weight: bold;
	letter-spacing: 0.04em;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_txt span {
	position: relative;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_txt span:after {
	content: "※";
	font-size: clamp(12px, 0.9vw, 20px);
	position: absolute;
	bottom: 1%;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_portal {
	margin: 0 0 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px 0;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_portal li {
	width: 49%;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_portal li img {
	width: 100%;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_caution {
	color:#fff;
	margin: 0 0 15px 0;
	font-size: 0.8vw;
	line-height: 3vh;
	font-weight: bold;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_inq {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px 0;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_inq li:first-child {
	width: 100%;
}
#t_free_wrap .t_fr_inner .t_fr_box .t_fr_box_r .t_fr_inq li:not(:first-child) {
	width: 49%;
}
#t_free_wrap .t_fr_inner .t_fr_box a {
	display: block;
	transition: all 0.3s;
}
#t_free_wrap .t_fr_inner .t_fr_box a:hover {
	transform: translateY(-5px);
}
#t_free_wrap .t_fr_town {
	width: 52%;
	position: absolute;
	top: 0;
	right: 0;
}
.t_instagram_warp {
	width: 100%;
	background-color: #fff5e9;
	padding: 40px 0;
}

.t_instagram_inner {
	width: 1038px;
	margin: 0 auto;
	position:relative;
}
.t_instagram_inner .insta_link a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.t_instagram_title {
	text-align: center;
	margin: 0 0 20px 0;
}
.voice_link,
.town_library_link {
	width: 220px;
	margin: 0px auto 0px auto;
}
.voice_link a,
.town_library_link a{
	display: block;
	background: #f37d4f;
	border-bottom: solid 4px #c94c1a;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 8px;
}
.rorn_movie {
	width: 1100px;
	margin:0 auto 80px auto;
}

.rorn_movie_title {
	margin: 0 0 10px 0;
	text-align:center;
}

.rorn_movie iframe {
	width:1100px;
	height: 220px;
	background: #FFF;
}