/* =====================
  　スタイルPC
===================== */
@media (min-width: 1024px) {


/* =====================
  　売却　説明
===================== */

section.sales {
  padding-bottom: 40px;
}

.sales-description {
  width: 1024px;
  padding: 30px 50px;
}

.sales-description .images {
  float: left;
  line-height: 0;
  margin-right: 30px;
}

.sales-description .images img {
	width: auto;
	height: 192px;
}

.sales-description .des {
    margin: 0 30px 0 0;
    line-height: 1.8;
}

.sales-description .des em {
    font-size: 1.6em;
}

  /* =====================
  　売却の流れ
===================== */

section.process {
  padding: 100px 0 100px;
}


section.process ul li{
  padding: 50px;
}

section.process ul li div {
  float: left;
  width: 600px;
  margin-right: 120px;
}

section.process ul {
   width: 1024px;
}

section.process ul li .process-img {
      width: auto;
    height: 164px;
}

section.process ul img {
  width: auto;
  height: 164px;
}

    /* =====================
  　お問い合わせ　
===================== */

section.contact-link {
  padding: 40px;
  margin: 0 auto;
}

  .button-contact-bottom a {
    width: 400px;
    margin-top: 20px;
}













}