@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;
}

/*************************************************/
/* ----------------------------------------

　index（例）

---------------------------------------- */
h2 {
	color: #364e96;
	/*文字色*/
	padding: 0.5em 0;
	/*上下の余白*/
	border-top: solid 3px #364e96;
	/*上線*/
	border-bottom: solid 3px #364e96;
	/*下線*/
}

/* 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;
}

.top_wrap {
	width: 1000px;
	margin: 0 auto;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.top_wrap .top_h_wrap {
	overflow: hidden;
	margin: 0 0 50px 0;
}

.top_wrap .top_logo {
	float: left;
}

.top_wrap p {
	float: left;
	font-size: 15px;
	line-height: 15px;
	margin: 22px 0 22px 30px;
	font-weight: bold;
}

.top_wrap ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}

.top_wrap li {
	float: left;
}

.top_wrap li:first-child {
	margin: 0 20px 0 0;
}

.top_wrap ul a {
	display: block;
	padding: 150px 0 150px 140px;
	width: 490px;
	box-sizing: border-box;
	border: 5px solid #d20f1f;
	border-radius: 5px;
	text-decoration: none;
	font-size: 70px;
	line-height: 70px;
	color: #d20f1f;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.top_wrap ul a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 63px;
	/*画像の幅*/
	height: 88.5px;
	/*画像の高さ*/
	background-image: url(/img/common/header/btn_logo.jpg);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.top_login {
	text-align: right;
	margin: 30px 0 0 0;
}

.top_login a {
	font-size: 16px;
	color: #d20f1f;
	text-decoration: underline;
}
