@charset "shift_jis";
/*************************************************/
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* この下にあるコメントアウトを活用してください！ */
/* 「assessment」は売却査定フォームのデフォルトデザイン用cssです */
/*************************************************/
/*************************************************/
/*  assessment  */
/*************************************************/
.t_asse_form_wrap {
	width: 390px;
	margin: 0 auto 0px;
}
.t_satei_tl{
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#fff;
	line-height:44px;
	padding:10px 0 0;
	background:url(/img/top/t_main_form_tl.png)no-repeat center bottom;
}
.t_satei_tl span{
	font-size:40px;
	color:#ffff01;
}
.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_waku {
	margin: 10px auto 0;
	border-radius:0 0 10px 10px;
	padding: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#FFF;
	height:396px;
	box-sizing:border-box;
}
.t_asse_form{
	height:307px;
}
.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;
	align-items: center;
}
.t_asse_form tr th,
.t_asse_form tr td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#3f3f3f;
}
.t_asse_form tr th {
	width:100px;
}
.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: 260px;
	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 {
	color: #d13636;
}
.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 8px;
	border: 1px solid #333333;
	background: #fff;
	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;
	color:#3f3f3f;
}
.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;
	font-weight:bold;
}
.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 #333;
}
.t_asse_btn{
	
}
.t_asse_btn input[type="submit"] {
	-webkit-appearance: none;
	border: 2px solid #ff3600;
	background: #ff3600;
	color: #fff;
	border-radius: 5px;
	width: 360px;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	font-size: 23px;
	display: block;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.t_asse_btn input[type="submit"]:hover {
	color: #ff3600;
	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;
}


/* ----------------------------------------
　main
---------------------------------------- */
.t_main{
	background:url(/img/top/t_main_bg.png)no-repeat center top;
	height:880px;
}
.t_main_in{
	width:1100px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 0 37px;
}
.t_main_l{
}
.t_main_l ul{
	display:flex;
	justify-content:flex-start;
}
.t_main_l ul li{
	background-color:#0368b8;
	border-radius:20px;
	margin-right:10px;
	color:#fff;
	font-size:20px;
	padding:10px 15px;
	
}
.t_main_l ul li:before{
	content:url(/img/top/t_main_check.png);
	margin-right:5px;
}
.t_main_l h2{
	font-size:69px;
	font-weight:bold;
	line-height:100px;
	letter-spacing:8px;
	margin:20px 0;
	-moz-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	-ms-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
.t_main_l h2 span{
	font-size:87px;
}
.t_main_l h2 span.t_main_kai_fs{
	font-size:75px;
}
.t_main_txt{
	font-size:20px;
	line-height:40px;
	letter-spacing:3px;
	font-weight:bold;
	color:#000;
	-moz-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	-ms-text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
.t_main_txt span{
	font-size:26px;
}
.t_main_marker{
	font-size:20px !important;
	background: linear-gradient(transparent 40%, #ffff01 40%);
}
.t_main_r.backred{
	width: 400px;
    	background-color: #0368b8;
    	padding-bottom: 5px;
    	border-radius:10px;
    	height:514px;
    	box-sizing:border-box;
}

/*info*/
.t_main_info{
	background-color:rgba(255,255,255,0.8);
	height:150px;
}
.t_main_info_in{
	width:1000px;
	margin:0 auto;
	padding:15px 0;
	display:flex;
	justify-content:space-between;
}
.info_l{
	border-right:1px solid #cccccc;
	box-sizing:border-box;
}
.info_r{
	padding-left:50px;
}
.info_l, .info_r{
	width:50%;
}
.info_l, info_r iframe{
	height:120px;
}
.info_tl_l{
	color:#709e0d;
	font-size:18px;
	border-left:3px solid #709e0d;
	padding-left:10px;
	margin: 10px 0 15px;
}

.info_l iframe{
	width:100%;
}

.info_tl_r{
	color:#0368b8;
	font-size:18px;
	border-left:3px solid #0368b8;
	padding-left:10px;
	margin: 10px 0 15px;
}
.ticker {
    height: 75px;
    overflow: hidden;
    margin: 0px;
    padding: 0px !important;
    list-style: none;
}


.ticker li {
    padding: 0px;
    margin: 0px 0px 7px 0px;
    font-size:14px;
}

.ticker2 {
    height: 75px;
    overflow: hidden;
    margin: 0px;
    padding: 0px !important;
    list-style: none;
}
.ticker2 iframe{
	width:100%;
}
.ticker2 li {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.topics1_box ul li i{
	color:#709e0d;
	font-size:14px;
	margin-right:10px;
}
.topics2_box ul li i{
	color:#0368b8;
	font-size:14px;
	margin-right:10px;
}

@media screen and (max-width:400px) { 
.ticker {
    height: 2em;
}
.ticker2 {
    height: 2em;
}
}


/* ----------------------------------------
　trouble
---------------------------------------- */
.t_trouble{
	width:1000px;
	margin:80px auto;
}
.t_conts_tl1{
	background:url(/img/top/t_tl_bg.png)repeat-x ;
	width:700px;
	height:90px;
	margin:0 auto;
	text-align:center;
	font-size:32px;
	font-weight:bold;
	color:#fff;
	line-height:90px;
}
.t_conts_tl1 span{
	color:#ffff01;
}
.t_trouble_box{
	display:flex;
	justify-content:center;
    	align-items: start;
    	margin-top:60px;
}
.t_trouble_box>img{
	margin-right:60px;
}
.t_trouble_box ul{
}
.t_trouble_box ul li{
	font-size:24px;
	margin-bottom:30px;
	display: flex;
    	align-items: center;
}
.t_trouble_box ul li img{
	margin-right:10px;
}
.t_trouble_box ul li span{
	color:#ff3600;
}
.t_tr_arrow{
	text-align:center;
	margin:30px 0 50px;
}
.t_tr_kaitori{
	border:10px solid #e8effb;
	padding:40px 0;
	text-align:center;
}
.t_tr_kaitori img{
	margin:20px 0;
}
.t_tr_kaitori p{
	font-size:24px;
	color:#0368b8;	
	border-bottom:3px solid #0368b8;
	display:inline-block;
	padding-bottom: 7px;
	margin:0;
}
.t_tr_kaitori_txt{
	font-size:21px;
	letter-spacing:2px;
}

/* ----------------------------------------
　reason
---------------------------------------- */
.t_re_wrap{
	width:1100px;
	margin:0 auto;
}
.t_conts_tl2{
	display:flex;
	align-items:baseline;
	justify-content:center;
	font-size:35px;
	letter-spacing:3px;
	margin:0;
}
.t_conts_tl2_txt{
	display:flex;
	align-items:flex-end;
	line-height:30px;
}
.t_conts_tl2_logo{
	margin-right:10px;
}
.t_conts_tl2_icon1{
	margin-right:20px;
}
.t_conts_tl2_icon2{
	margin-left:20px;
}
.t_conts_tl2_icon1, .t_conts_tl2_icon2{
	margin-top:10px;
}
.t_re_wrap ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:60px;
}
.t_re_wrap ul li{
	width:330px;
	background-color:#FFF;
	box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.35);
	margin-bottom:80px;
}
.t_re_subtl{
	color:#fff;
	text-align:center;
	background-color:#0368b8;
	line-height:50px;
	padding:25px 0;
}
.t_re_subtl span{
	color:#ffff01;
	display:block;
}
.t_re_txt{
	font-size:16px;
	line-height:25px;
	padding:20px;
}

/* ----------------------------------------
　contact
---------------------------------------- */
.t_contact_wrap{
	background:url(/img/top/t_inq_bg.png)no-repeat center top;
	height:450px;
}
.t_contact_in{
	width:1000px;
	margin:0 auto;
	padding:80px 0;
}
.t_contact_txt{
	background-color:#0368b8;
	font-size:28px;
	text-align:center;
	color:#fff;
    	display: flex;
    	align-items: center;
    	justify-content:center;
    	letter-spacing:1px;
    	padding: 25px 0 25px;
}
.t_contact_txt span{
	color:#ffff01;
}
.t_contact_txt img{
	margin:0 10px;
}
.t_contact_box{
	background-color:rgba(255,255,255,0.9);
	padding: 40px 0;
}
.t_contact_box p{
	font-size:28px;
	text-align:center;
	margin:0 0 30px 0;
}
.t_cont_btn{
	width:870px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.t_cont_tel{
	margin-right:15px;
}
.t_cont_tel p{
	font-size:16px;
	color:#777777;
	margin: 10px 0 0 0;
}
.t_cont_tel p span{
	font-size:15px;
	color:#fff;
	background-color:#999;
    	padding: 4px 20px;
    	margin-right: 15px;
}
.t_cont_inq{
}
.t_cont_line{
}
.t_cont_inq a:hover, .t_cont_line a:hover{
	opacity:0.6;
	transition: opacity .3s ease,box-shadow .2s ease;
}


/* ----------------------------------------
　shubetsu
---------------------------------------- */
.t_shubetsu_wrap{
	background-color:#e8effb;
	padding:80px 0;
}
.t_shubetsu_in{
	width:1100px;
	margin:0 auto;
}
.t_shubetsu_txt{
	font-size:24px;
	text-align:center;
	margin:30px 0 50px;
}
.t_shubetsu_txt span{
	color:#ff3600;
}
.t_shu_box1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:70px;
}
.t_shu_box1 li{
	width:530px;
	background-color:#FFF;
	text-align:center;
	position:relative;
	border:3px solid #fff;
	box-sizing:border-box;
}
.t_shu_box1 li:nth-child(1), .t_shu_box1 li:nth-child(2){
	margin-bottom:90px;
}
.t_shu_tl{
	background-color:#0368b8;
	color:#fff;
	width:300px;
	margin:-30px auto 30px;
	font-size:28px;
	border-radius:30px;
	line-height:60px;
}
.t_shu_box1 li p{
	width:450px;
	font-size:16px;
	line-height:30px;
	text-align:left;
	margin:20px auto 70px;
}
.t_shu_box1 li a{
  	display: block;
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
}
.t_shu_box1 li a span{
  	position: absolute;
  	bottom: 30px;
  	right:40px;
  	display: block;
  	color:#0368b8;
  	font-size:16px;
}
.t_shu_box1 li:hover{
	border:3px solid #0368b8;
}
.t_shu_box1 li a span:after{
	content:">";
	margin-left:10px;
}
.t_shu_box2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:60px;
}
.t_shu_box2 li{
	width:250px;
	background-color:#FFF;
	border-radius:5px;
	font-size:28px;
	color:#0368b8;
	text-align:center;
	height:140px;
	line-height:34px;
	align-items:center;
	display:flex;
	justify-content: center;
	margin-bottom:33px;
}

/* ----------------------------------------
　flow
---------------------------------------- */
.t_flow_wrap{
	background:url(/img/top/t_flow_bg.png)no-repeat center top;
}
.t_flow_in{
	width:800px;
	margin:0 auto;
	padding:85px 0;
}
.t_flow_in .t_conts_tl1{
	margin-bottom:50px;
}
.t_flow_in ul{

}
.t_flow_in ul li{
	display:flex;
	justify-content:center;
	height:160px;
}
.t_flow_step{
	width:200px;
	background-color:#0368b8;
	text-align:center;
	padding: 41px 0;
    	box-sizing: border-box;
}
.t_flow_box{
	width:600px;
	background-color:#eee;
	padding: 30px 35px 30px;
    	box-sizing: border-box;
}
.t_flow_box_tl{
	font-size:28px;
	margin-bottom:15px;
}
.t_flow_box p{
	font-size:16px;
	line-height:26px;
}
.t_fl_arrow{
	text-align:center;
	margin:10px 0;
}
.t_flow_in .t_conts_tl2{
	align-items:center !important;
}
.t_conts_tl2_txt p{
	margin:0;
	color:#ff3600;
}
.t_conts_tl2_txt p span{
	font-size:50px;
}
.t_flow_in .t_shubetsu_txt{
	margin:15px 0 30px;;
}


/* ----------------------------------------
　support
---------------------------------------- */
.t_support_wrap{
	background:url(/img/top/t_suport_bg.png)no-repeat center top;
	height:910px;
}
.t_support_in{
	width:1100px;
	margin:0 auto;
	padding:80px 0;
}
.t_support_tl{
	color:#fff;
	font-size:36px;
	background-color:#ff3600;
	padding:10px 15px;
	display:inline;
	line-height:80px;
}
.t_support_box{
	width:780px;
	border:10px solid #e8effb;
	background-color:rgba(255,255,255,0.8);
	box-sizing:border-box;
	padding: 10px 28px;
	margin-top:40px;
}
.t_support_box p{
	font-size:16px;
	border-bottom:1px solid #333;
 	line-height: 40px;
 	color:#2c3f51;
 	margin:0;
     	display: inline;
    	padding-bottom: 8px;
}
.t_support_box img{
	display:block;
	margin:30px auto 15px;
}

/* ----------------------------------------
　jirei
---------------------------------------- */
.t_jirei_wrap{
	background:url(/img/top/t_jirei_bg.png);
}
.t_jirei_in{
	width:1100px;
	margin:0 auto;
	padding:90px 0;
}
.t_jirei_box{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-top:80px;
}
.t_jirei_box_l{
	width:520px;
	font-size:16px;
	color:#2c3f51;
	line-height:26px;
}
.t_jirei_box_tl{
}
.t_jirei_box_tl hr{
	border-bottom:6px solid #0368b8;
	width:30px;
	margin:25px 0;
}
.t_jirei_box_tl p{
	font-size:28px;
}
.t_jirei_sodan{
}
.t_jirei_com{
	background-color:#FFF;
	padding:30px;
	margin-top:20px;
}
.t_jirei_box_r{
	width:500px;
}

/* ----------------------------------------
　question
---------------------------------------- */
.t_question_wrap{
	width:1100px;
	margin:100px auto;
}
.t_question_wrap .t_conts_tl1{
	margin-bottom:70px;
}
.t_qa_box{
	border-bottom:1px solid #cccccc;
	padding-bottom:30px;
	margin-bottom:30px;
	color:#2c3f51;
}
.t_qa_q{
	font-size:20px;
	margin-bottom:17px;
}
.t_qa_q span{
	color:#0368b8;
	margin-right:5px;
}
.t_qa_a{
	font-size:18px;
	line-height:28px;
}
.t_qa_a span{
	color:#ff3600;
	margin-right:5px;
}

.t_jisseki_wrap{
	width:1100px;
	margin:0 auto 50px;
}
.t_jisseki_box{
	margin-top:80px;
}
.t_jisseki_box iframe{
	width:100%;
	height:400px;
	overflow: scroll;
}
.jisseki_wrap{
}
.jisseki_wrap table{
	border-collapse: collapse;
	width:100%;
	font-family: 'Arial','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
	font-weight:bold;

}
.jisseki_wrap table tr{
}
.jisseki_wrap_tl table{
	border-collapse: collapse;
	width:100%;
	font-family: 'Arial','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
	font-weight:bold;
}
.jisseki_wrap_tl table tr{
	background-color:#eee;
	font-size:20px;
	color:#333;
}
.jisseki_wrap_tl table tr th{
	border: 1px solid #ccc;
	padding:15px 25px;
	width:185px;
}
.jisseki_wrap_tl table tr th:first-child{
	width:382px;
}

.jisseki_wrap table tr th, .jisseki_wrap table tr td{
	border: 1px solid #ccc;
	padding:15px 25px;
	width:185px;
}
.jisseki_wrap table tr td:first-child{
	width:382px;
}
.jisseki_wrap table tr td span{
	display: inline-block;
}
.jisseki_wrap table tr td span label{
	font-size:18px;
	color:#fff;
	padding:3px 5px;
	margin-right:10px;
}
.jisseki_wrap table tr td span p{
	margin:0;
}

#jsp{
	width:1200px;
	margin:-20px auto;
	text-align:right;
}
#jsp a{
	color:#fff;
}
#jsp a:hover{
	opacity:0.7;
}
