@charset "shift_jis";
/*************************************************/
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* この下にあるコメントアウトを活用してください！ */
/* 「assessment」は売却査定フォームのデフォルトデザイン用cssです */
/*************************************************/
/*************************************************/
/*  assessment  */
/*************************************************/
a {
	color: #000;
	text-decoration: none;
}
p {
	margin: 0;
}
.pc_m_inner img {
	object-fit: contain;
}
.pc_main_img {
	display: inline-block;
	font-family: "object-fit:contain;";
	height: 424px !important;
}
.t_asse_form_wrap {
	border: 3px solid #e6d9ba;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
}
.t_asse_form_wrap .h2_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form {}
.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;
	height: 40px;
	margin: 15px 0;
}
.t_asse_form tr th,
.t_asse_form tr td {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form tr th {
	width: 120px;
	margin-left: 10px;
	padding: 0;
}
.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: center;
	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 #000;
	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 #000;
	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 {}
.t_asse_form td label:hover {
	background: #FFD9D9;
}
.t_asse_btn input[type="submit"] {
	-webkit-appearance: none;
	background: #d13636;
	color: #fff;
	width: 360px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 20px auto;
	font-size: 20px;
	display: block;
	border: none;
}
.t_asse_btn input[type="submit"]:hover {
	opacity: .8;
	transition: .3s;
}
.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;
}
/*************************************************/
/* ----------------------------------------

　index（例）

---------------------------------------- */
/* main（例）

---------------------------------------- */
/* bukken_test
---------------------------------------- */
.tokusen_wrap {
	width: 1100px;
	margin: 10px auto 50px auto;
}
/********************************************
  
    .tb3_1_w780
  
*********************************************/
.tb3_1_w780 {
	width: 1100px;
	overflow: hidden;
}
.tb3_1_w780_row {
	width: 220px;
	margin: 0 46px 0 0;
	padding: 10px;
	position: relative;
	list-style: none;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	float: left;
	height: 320px;
	background: #FFF;
}
.tb3_1_w780_row>a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.tb3_1_w780_title {
	width: 220px;
	top: 170px;
	left: 10px;
	position: absolute;
	color: #515151;
	text-decoration: underline;
	height: 38px;
	font-size: 14px;
	display: block;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: bold;
	line-height: 19px;
}
.tb3_1_w780_row:hover {
	background: #EEDBA2;
}
.tb3_1_w780_row:last-child {
	margin-right: 0 !important;
}
.tb3_1_w780_row ul {
	margin: 45px auto auto auto;
	text-align: left;
	padding: 0;
}
.tb3_1_w780_row ul li {
	font-size: 12px;
	margin: 0;
	clear: both;
	list-style: none;
	font-weight: bold;
	line-height: 26px;
}
.tb3_1_w780_img {
	margin: 0;
	/* max-height: 155px; */
	overflow: hidden;
	margin-bottom: 32px;
	/* border-bottom: 3px solid #FF0000; */
	height: 155px;
}
.tb3_1_w780_img img {
	max-width: 220px;
	height: auto;
}
.tb3_1_w780_img a {
	display: block;
}
.tb3_1_w780 ul div.tb3_1_w780_shosai {
	padding: 0 10px 5px 10px;
}
.tb3_1_w780 ul li.tb3_1_w780_kakaku {}
.tb3_1_w780 ul li.tb3_1_w780_kakaku b {
	color: #E75355;
	line-height: 28px;
	font-size: 17px;
}
.tb3_1_w780 ul li.tb3_1_w780_adress, .tb3_1_w780 ul li.tb3_1_w780_access {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tb3_1_w780 ul li.tb3_1_w780_more {
	width: 130px;
	margin: 10px auto auto;
	height: 25px;
	background: #CCCCCC;
	text-align: center;
	line-height: 25px;
}
.tb3_1_w780_row:hover .tb3_1_w780_more {
	background: #333333;
	color: #FFF;
}
.pc_main {
	width: 1100px;
	margin: 50px auto;
}
.pc_m_inner {
	display: flex;
	justify-content: space-between;
}
.form_step_wrap {
	width: 100%;
	height: 275px;
	overflow: hidden;
	background: #efedea;
}
.form_s_inner {
	text-align: center;
	padding-top: 15px;
}
h2 {
	font-size: 55px;
	font-weight: bold;
	margin: 0px;
}
h2 span {
	color: #fea400;
}
.top_reason_wrap {
	text-align: center;
	padding: 80px 0;
	margin: 0 auto;
}
.top_re_ti p {
	font-size: 20px;
	margin: 0 0 60px;
}
.top_re_text p {
	font-size: 23px;
	margin-top: 40px;
}
.top_renove_wrap {
	background: url("/img/pc/renov_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 340px;
	padding: 45px 0;
	box-sizing: border-box;
}
.top_renove_wrap h3 {
	color: #fea400;
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
}
.top_renove_inner {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	padding-left: 40px;
	box-sizing: border-box;
}
.t_re_human {
	margin-right: 50px;
	text-align: center;
	font-weight: bold;
}
.t_re_human p {
	margin-top: 10px;
}
.t_re_content {
	font-size: 22px;
	line-height: 35px;
}
.top_renove_inner {
	width: 900px;
	margin: 20px auto;
	display: flex;
}
.t_re_content a {
	display: block;
	font-size: 25px;
	text-align: center;
	width: 440px;
	line-height: 68px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 20px 0;
	font-weight: bold;
}
.top_recest_wrap {
	width: 1100px;
	margin: 80px auto;
}
.top_recest_wrap h2 {
	text-align: center;
}
.top_rec_inner {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.top_rec_content h3 {
	font-size: 26px;
	color: #fea400;
}
.top_rec_content p {
	font-size: 23px;
}
.top_rec_content a {
	display: block;
	width: 550px;
	font-size: 25px;
	line-height: 70px;
	color: #fff;
	background: #000;
	text-align: center;
	margin: 30px 0px;
	font-weight: bold;
}
.top_result_wrap {
	background: url("/img/pc/result_bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #efedea;
	width: 100%;
	height: 550px;
	padding: 45px 0;
	box-sizing: border-box;
}
.top_result_inner {
	text-align: center;
}
.top_result_inner p {
	font-size: 25px;
	margin-bottom: 40px;
}
.t_con_ti {
	display: flex;
	justify-content: center;
	align-items: center;
}
.t_con_ti p {
	font-size: 18px;
	text-align: left;
	line-height: 25px;
	padding-left: 20px;
}
.top_voice_wrap {
	text-align: center;
	margin: 80px auto 0;
}
.top_voice_wrap p {
	font-size: 20px;
	margin-bottom: 30px;
}
.top_content_list {
	width: 1100px;
	margin: 0px auto;
	padding: 80px 0;
	;
}
.top_content_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
.top_content_list ul li a {
	display: block;
	width: 260px;
	background: #f4efe4;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 5px solid #f4efe4;
}
.top_content_list ul li a:hover {
	border: 5px solid #e6d9ba;
	transition: .3s;
}
.top_qa_wrap {
	background: #efedea;
	padding: 50px 0;
}
.top_qa_wrap h2 {
	text-align: center;
}
.leaseback {
	text-align: center;
}
/*-----------------*/
.accordionbox {
	width: 1100px;
	margin: 10px auto 0px;
	padding-bottom: 40px;
}
.accordionlist dt {
	display: block;
	background-color: #fff;
	overflow: hidden;
}
.accordionlist dt:first-child,
.accordionlist dt:nth-child(2) {
	border-top: none !important;
}
.accordionlist dt .title {
	position: relative;
	padding-left: 53px;
	float: left;
	font-weight: bold;
	padding: 20px 0 20px 80px;
	background-color: #fff;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	color: #000;
	font-size: 25px;
}
.accordionlist dd {
	position: relative;
	display: none;
	background: #eee;
	padding: 20px 181px 20px 90px;
	margin: 0;
	background: #fff;
	text-align: left;
	font-size: 20px;
	line-height: 35px;
	color: #000;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 10px;
	margin-top: -45px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #dbb43f;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.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);
}
.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);
}
/*+?-????*/
.accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.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);
}
.clearfix.active {
	background-color: #e6d9ba;
}
.accordionlist dt .title:hover {}
.accordionlist dt .title:hover p {
	color: #003d7b;
}
.accordionlist dt .title.active {
	border-bottom: 1px solid #ccc;
	color: #000;
}
.accordionlist dt .title.active p {}
.qa_block {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
}
.accordionlist dt .title::before {
	content: "";
	background: url("/img/pc/q_icon.png");
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 14px;
}
.accordionlist dd::before {
	content: "";
	background: url("/img/pc/a_icon.png");
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 12px;
}
/*-----------------*/
.top_company_wrap {
	margin: 0 auto 40px;
}
.top_com_ti {
	background: #f4efe4;
	width: 100%;
	margin: 40px auto;
}
.top_com_ti h2 {
	width: 1100px;
	margin: 0 auto;
	font-family: 'Century Gothic';
	font-size: 50px;
	letter-spacing: 2px;
	padding: 20px 0;
}
.to_com_inner {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_com_r {
	width: 550px;
	text-align: center;
}
.t_com_l img {
	display: block;
	margin-bottom: 15px;
}
.t_com_r p {
	font-size: 20px;
	text-align: left;
	margin: 20px 0;
}
.t_com_r a {
	display: block;
	background: #e6d9ba;
	width: 350px;
	margin: 0 auto;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
}
.voice_list_wrap {
	width: 100%;
	background: #f4efe4;
	padding: 40px 0;
}
.voice_list_wrap ul {
	width: 1100px;
	margin: 0 auto;
	background: #f4efe4;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.voice_list_wrap ul li {
	width: 340px;
	background: #fff;
}
.voice_ti {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	background: #9abca4;
	line-height: 60px;
}
.voice_co {
	padding: 20px 35px 35px;
}
.voice_img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
}
.voice_img span {
	color: #ffcc00;
}
.voice_text {
	font-size: 16px;
}
.voice_text span {
	color: #fea400;
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0 10px;
	display: inline-block;
	font-weight: bold;
}
.voice_ti_b {
	background: #149bdf;
}
.voice_ti_y {
	background: #eabd00;
}
.voice_bnt a {
	display: block;
	width: 520px;
	line-height: 72px;
	margin: 30px auto;
	font-size: 25px;
	text-align: center;
	box-shadow: 0 0 8px rgba(204, 204, 204, .4);
	background-color: rgba(255, 255, 255, 1);
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 199, 106, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(255, 199, 106, , 1) 50%);
	-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.result_list_wrap h2 {
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
}
.result_list_wrap h2::before {
	content: "";
	background: url("/img/pc/home_icon.png");
	width: 35px;
	height: 31px;
	display: inline-block;
	margin-right: 15px;
}
.result_list_wrap {
	text-align: center;
	overflow: hidden;
}
.result_list_wrap iframe {
	width: 1270px;
	height: 490px;
}
.resu_l_btn a {
	display: block;
	width: 660px;
	line-height: 84px;
	font-size: 25px;
	font-weight: bold;
	margin: 20px auto 80px;
	text-align: center;
	background: #e6d9ba;
}
.top_form {
	width: 400px;
}
.t_asse_form img {
	width: 100%;
	object-fit: cover;
}
.t_asse_btn {
	position: relative;
}
.t_asse_btn::after {
	content: "\2192";
	color: #fff;
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 15px;
	font-size: 20px;
}
.t_re_content a:hover {
	color: #fea400;
	transition: .3s;
}
.top_rec_content a:hover {
	color: #fea400;
	transition: .3s;
}
.t_com_r a:hover {
	opacity: .8;
	transition: .3s;
}
.resu_l_btn a:hover {
	opacity: .8;
	transition: .3s;
}
.voice_bnt a:hover {
	background-color: #ffc76a;
	background-position: -100% 100%;
	color: #fff;
	transition: .3s;
}
.senmonka {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1100px;
	margin: 50px auto;
	align-items: center;
}
.senmon_ti {
	margin-right: 80px;
	text-align: center;
}
.senmon_ti h2 {
	font-size: 30px;
	color: #fea400;
	letter-spacing: 1px;
}
.senmon_ti span {
	font-size: 16px;
	display: block;
	padding: 10px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	color: #333;
	margin-bottom: 10px;
}
.senmon_list {}
.senmon_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin: 0;
}
.senmon_list li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style-type: none;
	margin-right: 50px;
}
.senmon_list .img {
	margin-right: 20px;
}
.senmon_list .name {
	margin-top: 30px;
}
.senmon_list .name p {
	font-size: 15px;
	line-height: 23px;
}
.senmon_list br {}
.senmon_list .name a {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	color: #3674ff;
}
.senmon_list .name a:hover {
	text-decoration: underline;
}
/* --------口コミ------- */
div.eapps-widget {
	position: relative;
	margin-bottom: 50px;
}
.eapps-widget-toolbar {
	display: none !important;
}
.WidgetTitle__Header-sc-581bc1ec-2.eqZPsd {
	display: none !important;
}