@charset "utf-8";
/*---------- トップ ----------*/
.top {
  line-height: 1.5;
  color: #604c3f;
}
#topKv {
  text-align: center;
  background-image: url("../img/top/topKvbg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#topKv img {
  max-width: 100%;
  height: auto;
}
/* 共通コンテンツCSS */
.top h2 {
  text-align: center;
}
/* 最近の買取実績 */
.newArea {
  position: relative;
  color: #595757;
  text-align: center;
  background-image: url("../img/common/bg2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
  border-bottom: 2px solid #E6E6E6;
  z-index: 0;
  overflow: hidden;
}
.newArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22% 0;
  background-image: url("../img/top/newArea_deco.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
body.search .newArea::before,
body.archive .newArea::before,
body.category .newArea::before{
	display: none;
}
.newArea h2 {
  margin: 0 0 25px;
}
.newArea .newlist {
  width: 890px;
  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 #D8D8D8;
  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 img {
  width: 190px;
  height: 190px;
}
/* 宅配買取について */
.top .reasonArea {
  padding: 60px 0;
  background-image: url("../img/top/reasonAreabg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#main.top .reasonArea .contentIn {
  background: none;
}
.top .reasonArea h2 {
  margin-bottom: 40px;
}
.top .reasonArea .text {
  text-align: center !important;
  font-size: 14px;
  line-height: 27px;
  color: #3E3A39;
}
.top .reasonArea .reasonBox {
  position: relative;
  text-align: center;
  padding: 0 0 50px;
  z-index: 0;
}
.top .reasonArea .reasonBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #fff;
  z-index: -1;
}
.top .reasonArea .reasonBox h3 {
  text-align: center;
}
.top .reasonArea .reasonBox h3 img {
  height: auto;
}
.top .reasonArea .reason01 {
  margin: 0 0 40px;
}
.top .reasonArea .reason01 ul {
  width: 880px;
  overflow: hidden;
  margin: 30px auto 40px;
}
.top .reasonArea .reason01 li {
  width: 280px;
  color: #1D1D1D;
  text-align: left;
  font-size: 14px;
  background-color: #fff;
  float: left;
  padding: 0 20px 20px;
  border: 4px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.top .reasonArea .reason01 li:not(:last-child) {
  margin-right: 18px;
}
.top .reasonArea .reason01 li .no {
  position: absolute;
  top: -4px;
  left: -4px;
}
.top .reasonArea .reason01 li .ttl img {
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid #B5B5B6;
}
.top .reasonArea .reason01 li p {
  margin: 15px 0 0;
}
.top .reasonArea .reason02 .pnt2box {
  width: 880px;
  margin: 20px auto 0;
  display: table;
}
.top .reasonArea .reason02 .pnt2box .cmt, .top .reasonArea .reason02 .pnt2box .pict {
  display: table-cell;
  vertical-align: middle;
}
.top .reasonArea .reason02 .pnt2box .pict {
  text-align: right;
}
.top .reasonArea .reason02 p {
  font-size: 14px;
  text-align: left;
  color: #3E3A39;
}
.top .reasonArea .reason_pnt2_t {
  margin: 10px 0;
  color: #ED1C24;
  font-weight: bold;
  color: #ED1C24 !important;
  font-size: 22px !important;
}
.top .reasonArea .reason02 p span.red {
  color: #ED1C24;
  font-size: 18px;
}
.top .reasonArea .reason02 .compareBox {
  width: 840px;
  background: url(../img/common/bg3.gif) repeat;
  padding: 40px 20px 20px;
  margin: 20px auto 40px;
}
.top .reasonArea .reason02 .compareBox h4 {
  margin: 0 0 30px;
}
.top .reasonArea .reason02 .compareBox > ul {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.top .reasonArea .reason02 .compareBox > ul > li {
  box-sizing: border-box;
  width: 31.333333%;
  color: #3e3a39;
  background: #fff;
  text-align: left;
  float: left;
  padding: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.top .reasonArea .reason02 .compareBox > ul > li:nth-child(3n) {
  margin-right: 0;
}
.top .reasonArea .reason02 .compareBox > ul > li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.top .reasonArea .reason02 .compareBox dl {
  font-size: 13px;
  padding: 10px 0;
  width: 100%;
  margin: auto 0 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: 60px 0 0;
  margin: 0 auto;
  background-image: url("../img/common/bg2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top .lineupArea .contentIn {
  background: none;
  border: none;
  padding: 0;
}
.top .lineupArea .contentIn {
  background: transparent !important;
}
.top .lineupArea h2 {
  margin-bottom: 40px;
}
.top .lineupArea ul {
  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 #B3B3B3;
  padding: 0 15px;
}
.top .lineupArea li:last-child {
  border-right: none;
  padding: 0 0 0 15px;
}
.top .lineupArea li a {
  color: #3e3a39;
}
.top .lineupArea li img {
  width: 160px;
  height: 160px;
}
.top .lineupArea li .name {
  margin: 10px 0;
}
.top .lineupArea li .price {
  color: #F00;
  font-weight: bold;
}
.top .lineupArea .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  padding: 15px 0 15px 5px;
  text-align: center;
}
.top .lineupArea .brand img {
  width: 150px;
  height: auto;
  margin-top: 0;
}
.top .msgBox {
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  background: #333333;
  padding: 30px 0;
  margin: 50px auto 0;
  display: table;
}
.top .msgBox .in {
  width: 966px;
  margin: auto;
}
.top .msgBox h3, .top .msgBox .cmt {
  vertical-align: middle;
  display: table-cell;
}
.top .msgBox h3 {
  width: 130px;
  text-align: center;
  padding: 0 30px 0 90px;
}
.top .msgBox .cmt {
  width: 744px;
  text-align: left;
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}
.top .msgBox strong {
  color: #ff5047;
}
.top .kitTel.tel1 {
  /*background-image:url(../img/common/navi_sdw.png) ,  url(../img/common/bg1.gif);
	background-repeat:repeat-x , repeat;
	background-position:top , top;*/
  border-bottom: 2px solid #E6E6E6;
}
/* 宅配買取 */
.top .kaitoriArea {
  text-align: center;
  padding: 40px 0 80px;
  margin: 0 auto;
  background-image: url("../img/top/reasonAreabg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.top .kaitoriArea .nayami {
  background-color: #fff;
  color: #333;
  font-size: 15px;
  padding: 10px 0 40px;
}
.top .kaitoriArea .nayami h3 {
  margin: 0 auto 25px;
}
.top .kaitoriArea h2 {
  margin: 0 auto 30px;
}
.top .kaitoriArea .stepBox {
  width: 980px;
  max-width: 100%;
  background-color: #fff;
  padding: 25px 0;
  margin: 30px auto 0;
}
.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;
  border: 1px solid #333333;
}
.top .kaitoriArea .stepBox ol > li.step04 {
  margin-bottom: 0;
}
.top .kaitoriArea .stepBox ol > li .inner {
  width: 886px;
  margin: auto;
  overflow: hidden;
}
.top .kaitoriArea .stepBox ol li h4 {
  padding: 15px 0 15px 15px;
}
.top .kaitoriArea .stepBox ol li .text {
  width: 570px;
  float: left;
  line-height: 1.8;
}
.top .kaitoriArea .stepBox ol li .text p {
  font-size: 12px;
  color: #231815;
  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: 3px solid #CCC;
  background-color: #fff;
  padding: 20px 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: 170px;
  text-align: center;
  border-right: 1px solid #B3B3B3;
}
.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: 108px;
  text-align: right;
  background: url(../img/top/flow_form_02.gif) no-repeat;
  margin-top: 20px;
  position: relative;
}
.top .kaitoriArea .stepBox li .applyBtn img {
  position: absolute;
  bottom: 14px;
  right: 15px;
}
.top .kaitoriArea .stepBox .step01 strong {
  font-weight: bold;
  color: #ED1C24;
  font-size: 16px;
}
.top .kaitoriArea .stepBox .step01 .image img:first-child {
  margin: 0 0 20px;
}
.top .kaitoriArea .stepBox ol li .youi {
  width: 886px;
  text-align: center;
  background: #666666;
  padding: 10px 0;
  margin: 20px 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: 43px;
  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: -36px;
  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: 12px;
  line-height: 20px;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 15px;
  color: #231815;
}
.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: 20px;
  position: absolute;
}
.top .kaitoriArea .stepBox ol li.step02 .image {
  top: 20px;
  bottom: auto;
}
.top .kaitoriArea .stepBox ol li.step04 {
  padding-bottom: 60px;
}
/* お客様の声 */
.top .voiceArea {
  padding: 60px 0 100px;
  background-image: url("../img/common/bg2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top .voiceArea h2 {
  margin-bottom: 50px;
}
.top .voiceArea h3 {
  text-align: center;
  padding: 20px 0;
}
.top .voiceArea .voicelist {
  padding: 20px 20px 0;
}
.top .voiceArea ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.top .voiceArea ul li {
  width: 420px;
  line-height: 22px;
  background-color: #fff;
  border: 7px solid #E6E6E6;
  padding: 20px 10px;
  margin-bottom: 30px;
  margin-right: 32px;
  /*float:left;*/
}
.top .voiceArea ul li:nth-child(2n) {
  /*float:right;*/
  margin-right: 0;
}
.top .voiceArea .usr_name {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.top .voiceArea .usr_cmt {
  background: url(../img/top/voice_p_bg.gif) repeat-y;
}
.top .voiceArea .usr_cmt p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
/* よくあるご質問 */
.top .faqArea {
  background: url(../img/top/faq_bg.gif) repeat;
  padding: 80px 0 50px;
}
.top .faqArea h2 {
  margin: 0 0 30px;
}
.top .faqArea .contentIn {
  border: none;
  background: none;
}
.top .faqArea .box {
  font-size: 20px;
  padding: 30px 40px 15px;
  border-bottom: 1px dotted #333;
}
.top .faqArea .ques {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  min-height: 45px;
  background: url(../img/top/faq_q.gif) no-repeat left top;
  padding: 0 0 0 60px;
}
.top .faqArea .ans {
  color: #333;
  font-size: 14px;
  background: url(../img/top/faq_a.gif) no-repeat left top;
  min-height: 45px;
  padding: 5px 0 10px 60px;
}
.top .faqArea .linkbox {
  width: 90%;
  margin: 30px auto;
  text-align: center;
}
.top .faqArea .linkbox a {
  position: relative;
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
  text-align: center;
  padding: 15px 5px;
  color: #000;
  background-color: #fff;
  /*box-shadow: 0 0 6px rgba(0,0,0,0.4);*/
}
.top .faqArea .linkbox a:hover {
  opacity: 0.85;
  text-decoration: none;
}
.top .faqArea .linkbox a::before {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #E82528;
  font-size: 130%;
}
.top .faqArea .textbox {
  width: 980px;
  max-width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
.top .faqArea .textbox p {
  color: #000;
}
.top .faqArea .blog_btn {
  text-align: center;
  margin: 75px auto 0;
}
/* スマイルグループ */
.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;
  max-width: 100%;
  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;
}