@charset "utf-8";

/*---------- トップ ----------*/

.top{
	line-height: 1.5;
	color: #604c3f;
}
.more {
	text-align:center;
	margin-top:30px;
}
#topKv{
	text-align:center;
	background-color: #FCFBF3;
	box-shadow: 0px 2px 15px -10px  rgba(0,0,0,0.5) inset;
	padding:10px 0;
}

/* 共通コンテンツCSS */

.top h2{
	text-align:center;
}

/* バナーリスト */

.bnrlist{
	width: 980px;
	margin:30px auto 5px;
}
.bnrlist .bnr{
	display:table;
}
.bnrlist .bnr li{
	text-align:left;
	display:table-cell;
	padding-bottom:25px;
}
.bnrlist .bnr li img{
	border:1px solid #C9BC9C;
	padding:5px;
}
.bnrlist .bnr li:not(:last-child) {
	padding-right: 13px;
}
.bnrlist .shopbnr{
	overflow: hidden;
}
.bnrlist .shopbnr li{
	padding-right: 20px;
	padding-bottom:20px;
	float:left;
}
/*
.bnrlist .shopbnr li:nth-child(3n),
.bnrlist .shopbnr li:last-child,
.bnrlist .bnr li:last-child{
	padding-right: 0;
}
*/
.bnrlist .shopbnr li:nth-child(3n),
.bnrlist .shopbnr li:last-child,
.bnrlist .bnr li:last-child{
	padding-right: 0;
  margin: 0 167px;
}


/* 最近の買取実績 */

.newArea{
	color: #595757;
	text-align:center;
	background-color: #F5F3EF;
	padding:30px 0 60px;
}
.newArea h2{
	margin:0 0 25px;
}
.newArea .newlist{
	width: 890px;
	box-shadow: 0 0 0  2px #000, 0 0 0  2px #fff inset, 0 0 0 3px #000 inset;
	background-color: #fff;
	margin:auto;
	padding:45px;
}
.newArea .newlist ul{
	margin:0 0 25px;
	overflow: hidden;
}
.newArea .newlist li{
	width: 190px;
	font-size: 12px;
	float: left;
	border:1px solid #A5976A;
	padding:8px;
	margin-right: 18px;
	margin-bottom: 18px;
}
.newArea .newlist li:nth-child(4n){
	margin-right:0;
}
.newArea .newlist li p{
	text-align:left;
	margin:5px 0 0;
}

/* 宅配買取について */
.top .reasonArea{
	padding: 30px 0 60px;
}
.top .reasonArea h2{
	margin-bottom: 30px;
}
.top .reasonArea .reasonBox{
	background:#DAD8CF;
	text-align:center;
}
.top .reasonArea .reasonBox h3{
	text-align:center;
	margin: 0 0 20px;
}
.top .reasonArea .reason01{
	margin:0 0 40px;
}
.top .reasonArea .reason01 ul{
	width: 880px;
	overflow: hidden;
	margin:0 auto 20px;
}
.top .reasonArea .reason01 li{
	width: 240px;
	color: #1D1D1D;
	text-align:left;
	font-size: 14px;
	background-color: #fff;
	float:left;
	padding: 0 20px 20px;
}
.top .reasonArea .reason01 li:not(:last-child) {
	margin-right:18px;
}
.top .reasonArea .reason01 li img{
	display: block;
	margin:0 auto;
	border-bottom: 1px solid #B5B5B6;
}
.top .reasonArea .reason01 li p{
	border-top: 1px dotted #fff;
	margin:10px 0 0;
	padding:10px 0 0;
}
.top .reasonArea .reason02 .pnt2box{
	width: 840px;
	border-radius:10px;
	background:#f1f0ed;
	padding:20px;
	margin: auto;
	position:relative;
}
.top .reasonArea .reason02 p{
	font-size: 14px;
	text-align:left;
	color: #604c3f;
}
.top .reasonArea .reason_pnt2_t{
	margin:15px 0;
}
.top .reasonArea .reason02 .pnt2box .cmt{
	width: 560px;
}
.top .reasonArea .reason02 .pnt2box .pict{
	width: 285px;
	position:absolute;
	right:5px;
	top:-39px;
}
.top .reasonArea .reason02 p span.red{
	color:#e60012;
	font-size: 18px;
}
.top .reasonArea .reason02 .compareBox{
	width: 840px;
	background:url(../img/top/box_bg.gif) repeat;
	padding:20px;
	margin: 40px auto;
}
.top .reasonArea .reason02 .compareBox h4{
	margin:0 0 20px;
}
.top .reasonArea .reason02 .compareBox>ul{
	overflow: hidden;
}
.top .reasonArea .reason02 .compareBox>ul>li{
	width: 220px;
	color:#3e3a39;
	background:#fff;
	text-align:left;
	margin-right: 15px;
	float:left;
	padding:25px;
}
.top .reasonArea .reason02 .compareBox>ul>li:nth-child(3n){
	margin-right: 0;
}
.top .reasonArea .reason02 .compareBox>ul>li img{
	display: block;
	margin:0 auto;
}
.top .reasonArea .reason02 .compareBox dl{
	font-size: 13px;
	padding:10px 0;
}
.top .reasonArea .reason02 .compareBox dl dt{
	border-bottom: 1px dotted #838383;
	padding: 5px 0;
}
.top .reasonArea .reason02 .compareBox dl dd ul li{
	border-bottom: 1px dotted #838383;
	padding: 5px 0;
	overflow: hidden;
}
.top .reasonArea .reason02 .compareBox dl dd ul li:last-child{
	color:#d10034;
	font-weight: bold;
}
.top .reasonArea .reason02 .compareBox dl dd ul li span{
	float:right;
}
.top .reasonArea .reason02 .compareBox dl dd ul li span:before{
	content:"・・・";
	font-weight: normal;
	padding-right: 1em;
}

/* ブランド */
.top .lineupArea{
	padding: 50px 0 25px;
	margin:0 auto 20px;
}
.top .lineupArea .contentIn{
	background: none;
	border:none;
	padding:0;
}
.top .lineupArea h2{
	margin-bottom: 40px;
}
.top .lineupArea ul{
	border:6px solid #A69769;
	background-color: #fff;
	margin:0 auto 20px;
	padding:15px 0 15px 3px;
	overflow: hidden;
}
.top .lineupArea li{
	width: 160px;
	float: left;
	font-size: 12px;
	border-right: 1px solid #dac59d;
	padding:15px;
}
.top .lineupArea li:last-child{
	border-right: none;
	padding:15px 0 15px 15px;
}
.top .lineupArea li a{
	color: #3e3a39;
}
.top .lineupArea li .name{
	margin:10px 0;
}
.top .lineupArea li .price{
	color: #cf1c3e;
	font-weight: bold;
}
.top .lineupArea .brand{
	padding:15px 20px 15px 15px;
}
.top .lineupArea .brand img{
	margin-top:20%;
}

.top .msgBox{
	width: 100%;
	color:#fff;
	line-height: 1.8;
	text-align:center;
	overflow: hidden;
	background:url(../img/top/box_bg.gif) repeat;
	padding:25px 0;
	margin:25px auto;
	display:table;
}
.top .msgBox h3 ,
.top .msgBox .cmt{
	vertical-align:middle;
	display:table-cell;
}
.top .msgBox h3{
	width: 250px;
	text-align:center;
}
.top .msgBox .cmt{
	width: 680px;
	text-align:left;
}
.top .msgBox strong{
	color: #ff5047;
}


.top .kitTel{
	margin:25px auto 0;
}

/* ストスト紹介  */

.intrArea{
	background:url(../img/top/int_bg.jpg) no-repeat;
	background-size:cover;
	padding:50px 0 35px;
}
.intrArea .msg{
	width: 100%;
	background:#e9ecf0;
	display:table;
	line-height: 32px;
	margin:40px auto;
}
.intrArea .msg img ,
.intrArea .msg p{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.intrArea .msg img{
	margin:7px 0 0;
	padding-left:5px;
}
.intrArea .msg p{
	color: #77601A;
	font-size: 14px;
	padding-right: 30px;
}
.intrArea .sheen{
	margin:40px auto;
}
.intrArea .sheen li{
	display:inline-block;
}
.intrArea .sheen li:not(:last-child) {
	margin-right:20px;
}

/* 宅配買取 */
.top .kaitoriArea{
	text-align:center;
	padding: 0 0 30px;
	margin:0 auto;
	background-color: #F5F3EF;
}
.top .kaitoriArea h2{
	margin-bottom: 50px;
	padding:100px 0 170px;
	background:url(../img/top/ttl_delivery_bg.gif) repeat-x top;
}
.top .kaitoriArea .stepBox{
	width: 980px;
	background-color: #fff;
	padding:45px 0 25px;
	margin: 30px auto 20px;
}
.top .kaitoriArea .stepBox h3{
	text-align:center;
	margin-bottom: 30px;
}
.top .kaitoriArea .stepBox ol{
	width: 926px;
	margin:0 auto;
	text-align:left;
}
.top .kaitoriArea .stepBox ol>li{
	margin-bottom: 25px;
	padding-bottom:25px;
	position: relative;
	background:#F5F3EF;
}
.top .kaitoriArea .stepBox ol>li.step04{
	margin-bottom: 0;
}
.top .kaitoriArea .stepBox ol>li .inner{
	width:880px;
	margin:auto;
	overflow: hidden;
}
.top .kaitoriArea .stepBox ol li h4{
	padding:10px 0 15px;
}
.top .kaitoriArea .stepBox ol li.step02 h4{
	padding:5px 0 10px;
}
.top .kaitoriArea .stepBox ol li .text{
	width: 570px;
	float: left;
	line-height: 1.8;
}
.top .kaitoriArea .stepBox ol li .text p{
	font-size: 13px;
	margin-bottom: 10px;
}
.top .kaitoriArea .stepBox ol li .text p:last-child{
	margin-bottom: 0;
}
.top .kaitoriArea .stepBox ol>li.step02 .text p:first-child{
	margin-bottom: 20px;
}
.top .kaitoriArea .stepBox .flow_step2_kit{
	border:1px solid #C9BC9C;
	background-color: #fff;
	padding:10px 0;
}
.top .kaitoriArea .stepBox .flow_step2_kit h5 ,
.top .kaitoriArea .stepBox .flow_step2_kit p{
	display:table-cell;
	vertical-align:middle;
}
.top .kaitoriArea .stepBox .flow_step2_kit h5{
	width: 145px;
	text-align:center;
	border-right:1px solid #C9BC9C;
}
.top .kaitoriArea .stepBox .flow_step2_kit p{
	padding-left: 20px;
}
.top .kaitoriArea .stepBox ol>li.step04 .text{
	padding-bottom: 70px;
}
.top .kaitoriArea .stepBox li .applyBtn{
	width:568px;
	height: 106px;
	text-align:right;
	background:url(../img/top/flow_form.gif) no-repeat;
	margin-top: 20px;
	position:relative;
}
.top .kaitoriArea .stepBox li .applyBtn img{
	position:absolute;
	bottom:10px;
	right:15px;
}
.top .kaitoriArea .stepBox .step01 strong{
	font-weight: bold;
	color: #cf1c3e;
	font-size: 16px;
}
.top .kaitoriArea .stepBox .step01 .image img:first-child{
	margin:0 0 20px;
}
.top .kaitoriArea .stepBox .step02{
	padding-bottom:0;
}
.top .kaitoriArea .stepBox ol li .youi{
	text-align:center;
	background:url(../img/top/box_bg.gif) repeat;
	padding:10px 0 20px;
	margin:40px auto 0;
}
.top .kaitoriArea .stepBox ol li .youi h5{
	padding:15px 0;
}
.top .kaitoriArea .stepBox ol li .youi ul{
	width: 866px;
	margin: 14px auto 0;
	overflow: hidden;
}
.top .kaitoriArea .stepBox ol li .youi ul li{
	width: 260px;
	background:#fff;
	margin-right: 39px;
	float:left;
	position: relative;
	padding:0 0 10px;
}
.top .kaitoriArea .stepBox ol li .youi ul li:last-child{
	margin-right: 0;
}
.top .kaitoriArea .stepBox ol li .youi ul li:after{
	content:url("../img/top/flow_step2_pre_plus.png");
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14.5px;
}
.top .kaitoriArea .stepBox ol li .youi ul li:last-child:after{
	content:none;
}
.top .kaitoriArea .stepBox ol li .youi ul li dl dt{
	border-bottom: 1px solid #C9BC9C;
	padding: 15px 0;
	margin: 0 auto 15px;
}
.top .kaitoriArea .stepBox ol li .youi ul li dl dd p{
	font-size: 14px;
	text-align:left;
	padding:0 20px;
	margin-bottom: 15px;
}
.top .kaitoriArea .stepBox ol li .youi ul li dl dd p:last-child{
	margin-bottom: 0;
}
.top .kaitoriArea .stepBox ol li .image{
	width: 300px;
	right:20px;
	top:34px;
	position:absolute;
}
.top .kaitoriArea .stepBox ol li.step02 .image{
	top: 20px;
	bottom: auto;
}

.top .kaitoriArea .stepBox ol li.step04{
	padding-bottom:50px;
}

/* お客様の声 */
.top .voiceArea{
	padding: 50px 0;
	background-color: #A5976A;
}
.top .voiceArea h2{
	margin-bottom: 20px;
}
.top .voiceArea h3{
	text-align:center;
	padding:20px 0;
}
.top .voiceArea .voicelist{
	padding: 20px 20px 0;
}
.top .voiceArea ul{
	overflow: hidden;
}
.top .voiceArea ul li{
	width: 430px;
	line-height: 22px;
	background-color: #fff;
	padding:20px 15px;
	margin-bottom: 20px;
	float:left;
}
.top .voiceArea ul li:nth-child(2n){
	float:right;
}
.top .voiceArea ul li dl dt{
	font-size: 15px;
	color: #D70034;
	font-weight: bold;
	margin-bottom: 15px;
}
.top .voiceArea ul li dl dd{
	font-size: 14px;
}

/* よくあるご質問 */
.top .faqArea{
	padding: 30px 0;
}
.top .faqArea .contentIn{
	border:none;
	background: none;
}

.top .faqArea dl{
	font-size: 20px;
	background:#FAF5EB;
	padding:30px 40px 15px;
}
.top .faqArea dl dt{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #C41212;
	min-height:45px;
	background:url(../img/top/faq_q.gif) no-repeat left top;
	padding: 5px 0 0 60px;
	margin-bottom: 10px;
}
.top .faqArea dl dd{
	color: #713D45;
	background:url(../img/top/faq_a.gif) no-repeat left top;
	padding:0 0 0 60px;
	margin-bottom: 35px;
}


/* スマイルグループ */
.top .groupArea{
	text-align:center;
	background:url(../img/smile_lp/cont_bg.jpg) repeat;
	padding: 45px 0 35px;
}
.top .groupArea h2{
	margin-bottom:40px;
}
.top .groupArea .contentIn{
	border:none;
	background: none;
	padding: 0;
}
.top .groupArea ul{
	overflow: hidden;
	margin:0 auto 65px;
}
.top .groupArea ul li{
	width: 295px;
	height: 340px;
	margin: 0 47px 27px 0;
	background:#b27802;
	float:left;
}
.top .groupArea ul li:nth-child(3n){
	margin-right: 0;
}
.top .groupArea ul li dl{
	text-align:center;
	margin-top: 15px;
}
.top .groupArea ul li dl dt{
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
.top .groupArea ul li dl dd{
	color:#fff;
	font-size: 13px;
}

/* お申し込みはこちら */
.contactArea{
	width: 980px;
	text-align:center;
	margin:40px auto;
}
.contactArea .aaplyBtn{
	height: 96px;
	text-align:right;
	background:url(../img/top/bnr_01.png) no-repeat;
	padding: 30px 13px 0 0;
	margin-top: 18px;
}
.newArea{
	color: #595757;
	text-align:center;
	background-color: #F5F3EF;
	padding:30px 0 60px;
}
.newArea h2{
	margin:0 0 25px;
}
.newArea .newlist{
	width: 890px;
	box-shadow: 0 0 0  2px #000, 0 0 0  2px #fff inset, 0 0 0 3px #000 inset;
	background-color: #fff;
	margin:auto;
	padding:45px;
}
.newArea .newlist ul{
	margin:0 0 25px;
	overflow: hidden;
}
.newArea .newlist li{
	width: 190px;
	font-size: 12px;
	line-height:1.6;
	float: left;
	border:1px solid #A5976A;
	padding:8px;
	margin-right: 18px;
	margin-bottom: 18px;
}
.newArea .newlist li:nth-child(4n){
	margin-right:0;
}
.newArea .newlist li p{
	text-align:left;
	margin:5px 0 0;
}
.newArea .newlist li .price {
    color: #cf1c3e;
    font-weight: bold;
}
