#wrapper {
  background-color: #f5f2f2; }

.banner-common {
  background-image: url("../images/business/used_car_sales/banner.jpg"); }

.wrapper-breadcrumb-intro {
  padding-bottom: 100px;
  margin-bottom: 138px; }
  .wrapper-breadcrumb-intro .intro .disc {
    max-width: 880px;
    margin: auto; }

.flow {
  max-width: 1100px;
  margin: auto;
  padding-bottom: 125px; }
  .flow h3 {
    text-align: center;
    font-family: 'Nexa-Bold';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 65px; }
    .flow h3 .sub {
      display: block;
      font-family: 'Noto-Sans-JP-Light';
      font-size: 32px;
      margin-top: 30px; }
  .flow .item {
    background-color: #fff;
    margin-bottom: 35px;
    padding: 25px 50px 35px 30px; }
    .flow .item:last-child {
      margin-bottom: 0; }
    .flow .item .left {
      width: 300px;
      float: left; }
      .flow .item .left img {
        width: 100%; }
    .flow .item .right {
      width: calc(100% - 300px);
      float: left;
      padding-left: 50px; }
      .flow .item .right .title {
        font-family: 'Noto-Sans-JP-Light';
        font-size: 32px;
        padding: 26px 0 20px; }
      .flow .item .right .context {
        font-family: 'Noto-Sans-JP-Light';
        line-height: 32px; }

.contact {
  background-color: #ffffff;
  padding-top: 140px; }
  .contact .wrapper {
    max-width: 1100px;
    margin: auto; }
    .contact .wrapper h3 {
      font-family: 'Nexa-Bold';
      font-weight: bold;
      text-align: center;
      font-size: 16px; }
    .contact .wrapper h4 {
      font-family: 'Noto-Sans-JP-Light';
      font-size: 32px;
      text-align: center;
      border-bottom: 1px solid #000000;
      line-height: 100px; }
    .contact .wrapper .sub-title {
      font-family: 'Noto-Sans-JP-Light';
      font-size: 18px;
      text-align: center;
      line-height: 32px;
      margin: 40px 0; }
    .contact .wrapper .line {
      border-bottom: 1px solid #000000;
      padding-bottom: 55px; }
      .contact .wrapper .line .block {
        width: 330px;
        float: left;
        margin-left: 55px; }
        .contact .wrapper .line .block:first-child {
          margin-left: 0; }
          .contact .wrapper .line .block:first-child .p1 {
            padding-right: 15px; }
        .contact .wrapper .line .block:nth-child(3) {
          text-align: right; }
        .contact .wrapper .line .block .p1 {
          text-align: right;
          padding-right: 25px;
          margin-bottom: 20px; }
        .contact .wrapper .line .block .p2 {
          font-size: 22px;
          margin-bottom: 10px; }
          .contact .wrapper .line .block .p2 a {
            font-size: 44px;
            margin-left: 10px;
            color: #000000; }
        .contact .wrapper .line .block .p3 {
          font-size: 14px;
          padding-left: 48px; }
        .contact .wrapper .line .block .btn-orange {
          display: inline-block;
          width: 303px;
          height: 83px;
          background-color: #ea5633;
          text-align: center;
          color: #ffffff;
          line-height: 83px; }
          .contact .wrapper .line .block .btn-orange::before {
            content: '';
            display: inline-block;
            width: 16px;
            height: 12px;
            background: url(../images/common/header/mail.png) center no-repeat;
            background-size: cover;
            margin-right: 15px; }
      .contact .wrapper .line .employee {
        width: 100%;
        float: left;
        margin-top: 25px;
        text-align: center;
        background-color: #f5f2f2;
        font-size: 14px;
        padding: 13px 0; }

.wrapper-button {
  padding: 125px 0;
  background: #fff; }
  .wrapper-button .scroll-to-top {
    margin-top: 0; }

@media only screen and (max-width: 640px) {
  .wrapper-breadcrumb-intro {
    padding-bottom: 50px;
    margin-bottom: 45px; }
    .wrapper-breadcrumb-intro .intro h3 {
      font-size: 22px;
      line-height: 40px; }

  .flow {
    padding: 0 15px 45px; }
    .flow h3 {
      font-size: 14px;
      margin-bottom: 20px; }
      .flow h3 .sub {
        font-size: 30px;
        line-height: 50px;
        margin-top: 15px; }
    .flow .item {
      padding: 15px; }
      .flow .item .left {
        width: 100%; }
      .flow .item .right {
        width: 100%;
        padding-left: 0; }
        .flow .item .right .title {
          font-size: 18px;
          padding: 16px 0; }
        .flow .item .right .context {
          font-size: 12px;
          line-height: 24px; }

  .contact {
    padding-top: 45px; }
    .contact .wrapper {
      padding: 0 15px; }
      .contact .wrapper h3 {
        font-size: 14px; }
      .contact .wrapper h4 {
        font-size: 24px;
        line-height: 40px;
        margin-top: 15px;
        border-bottom: none; }
      .contact .wrapper .sub-title {
        font-size: 14px;
        line-height: 22px;
        margin: 30px 0; }
      .contact .wrapper .line .block {
        max-width: 250px;
        margin: 0 auto 20px;
        float: none; }
        .contact .wrapper .line .block:first-child {
          margin-left: auto; }
        .contact .wrapper .line .block:nth-child(3) {
          width: 100%;
          max-width: 100%;
          margin-bottom: 0; }
          .contact .wrapper .line .block:nth-child(3) .btn-orange {
            width: 100%;
            height: 65px;
            line-height: 65px; }
        .contact .wrapper .line .block .p1 {
          padding-right: 0;
          font-size: 12px;
          text-align: left;
          margin-bottom: 5px; }
        .contact .wrapper .line .block .p2 {
          font-size: 18px; }
          .contact .wrapper .line .block .p2 a {
            font-size: 32px; }
        .contact .wrapper .line .block .p3 {
          font-size: 10px;
          padding-left: 40px; }
      .contact .wrapper .line .employee {
        padding: 10px;
        line-height: 22px;
        font-size: 12px; }

  .wrapper-button {
    padding: 50px 0 53px; } }

/*# sourceMappingURL=used_car_sales.css.map */
