@media screen and (min-width: 768px) {
  section#sales_reason {
    padding-bottom: 100px;
  }
  section#sales_reason .contents_area {
    display: block;
  }
  section#sales_reason .contents_area .data {
    width: auto;
  }
  section#sales_reason .explain {
    width: auto;
    margin-top: 60px;
    padding-bottom: 120px;
  }
  section#sales_reason .explain > ul {
    display: flex;
    justify-content: space-between;
  }
  section#sales_reason .explain > ul > li {
    width: 300px;
  }
  section#sales_reason .explain > ul > li .image_area {
    background: #FFFFFF;
    width: 300px;
    height: 300px;
    text-align: center;
    padding-top: 45px;
  }
  section#sales_reason .explain > ul > li .image_area h4 {
    font-size: 18px;
    line-height: 1.56;
    margin-top: 20px;
    color: #585858;
    font-weight: 500;
  }
  section#sales_reason .explain > ul > li .txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
  }
  section#sales_reason .explain > ul > li .btn {
    margin-top: 20px;
    text-align: right;
  }
  section#sales_reason .explain > ul > li .btn a {
    display: inline-block;
    text-align: center;
    padding: 10px 45px;
    border: 1px solid #dfdcd0;
    background: #FFFFFF;
    color: #585858;
    font-size: 12px;
    border-radius: 30px;
    position: relative;
  }
  section#sales_reason .explain > ul > li .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 11px;
    height: 9px;
    background: url(/common/images/base/ico_window2.png);
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #sales_motto {
    position: relative;
    padding: 110px 0 100px;
    background-image: linear-gradient(to right, #f6f6f2, #fafaf8);
  }
  #sales_motto #sub_photo1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 25%;
    transform: translateY(-50%);
  }
  #sales_motto h2 {
    text-align: center;
    color: #000750;
    font-size: 24px;
    line-height: 2.25;
    font-weight: 500;
  }
  #sales_motto #sales_car_list {
    margin: 50px auto 0;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 50px;
  }
  #sales_motto #sales_car_list h3 a {
    text-decoration: underline;
  }
  #sales_motto .link a {
    display: block;
    margin: 60px auto 0;
    width: 360px;
    background-image: linear-gradient(90deg, #deeef3 0%, #ecf5f8 100%);
    font-size: 18px;
    font-weight: 600;
    padding: 22px 0;
    position: relative;
    text-align: center;
    border-radius: 45px;
  }
  #sales_motto .link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 14px;
    height: 10px;
    background: url(/common/images/base/vanguard-arrow.svg) no-repeat;
    transform: translateY(-50%);
  }
  #sales_warranty {
    padding: 120px 0;
    width: 1000px;
    margin: 0 auto;
  }
  #sales_warranty #after_warranty {
    display: flex;
    justify-content: space-between;
  }
  #sales_warranty #after_warranty .image {
    width: 600px;
  }
  #sales_warranty #after_warranty .data {
    width: 330px;
  }
  #sales_warranty #after_warranty .data h2 {
    color: #c0bba3;
    font-weight: 600;
    font-size: 23px;
  }
  #sales_warranty #after_warranty .data h3 {
    color: #102029;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.78;
    margin-top: 55px;
  }
  #sales_warranty #after_warranty .data .txt {
    margin-top: 45px;
    line-height: 2.3;
  }
  #sales_warranty #sales_warranty_list {
    margin-top: 55px;
    padding-top: 75px;
    border-top: 1px solid #f3f2ee;
    display: flex;
    justify-content: space-between;
    gap: 0 50px;
  }
  #sales_warranty #sales_warranty_list > li {
    width: 300px;
    display: flex;
    flex-direction: column;
  }
  #sales_warranty #sales_warranty_list > li dl.warranty {
    border: 1px solid #dfdcd0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
  }
  #sales_warranty #sales_warranty_list > li dl.warranty dt {
    position: absolute;
    width: 220px;
    padding: 16px 0;
    top: 0;
    left: 50%;
    background: #040b4b;
    color: #ddd7bb;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
  }
  #sales_warranty #sales_warranty_list > li dl.warranty dt span {
    font-size: 13px;
    font-weight: normal;
  }
  #sales_warranty #sales_warranty_list > li dl.warranty dd {
    padding-top: 15px;
    font-size: 36px;
    font-weight: 700;
  }
  #sales_warranty #sales_warranty_list > li dl.warranty dd span {
    font-size: 18px;
  }
  #sales_warranty #sales_warranty_list > li dl.warranty dd span.num {
    font-size: 54px;
    font-family: 'Roboto';
  }
  #sales_warranty #sales_warranty_list > li .txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
  }
  #sales_warranty #sales_warranty_list > li .note {
    font-size: 13px;
    margin-top: 25px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.69;
  }
  #sales_warranty #sales_warranty_list > li .btn a {
    display: block;
    margin: 15px 0 0 auto;
    width: 250px;
    padding: 18px 0;
    background: #e5e3d9;
    color: #282828;
    font-weight: 600;
    text-align: center;
    border-radius: 45px;
    position: relative;
  }
  #sales_warranty #sales_warranty_list > li .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    width: 14px;
    height: 10px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    transform: translateY(-50%);
  }
  #sales_warranty #sales_warranty_list > li dl.condition {
    margin-top: 3px;
    color: #585858;
  }
  #sales_warranty #sales_warranty_list > li dl.condition dt {
    font-size: 13px;
    font-weight: 600;
  }
  #sales_warranty #sales_warranty_list > li dl.condition dd {
    font-size: 13px;
    line-height: 1.69;
  }
  #sales_warranty #sales_warranty_list > li dl.condition.domestic {
    margin-top: 28px;
  }
  #warranty_contents {
    padding: 120px 0;
    width: 1000px;
    margin: 0 auto;
  }
  #warranty_contents .warranty_list dl {
    display: flex;
  }
  #warranty_contents .warranty_list dl dt {
    width: 18em;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    padding: 40px 10px 40px 30px;
    border-bottom: 2px solid #dfdcd0;
  }
  #warranty_contents .warranty_list dl dt span {
    font-weight: 400;
    font-size: 13px;
  }
  #warranty_contents .warranty_list dl dd {
    flex-grow: 1;
    font-size: 13px;
    line-height: 2;
    padding: 40px 30px;
    border-bottom: 1px solid #f0efea;
  }
  #warranty_contents .warranty_list dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  #warranty_contents .warranty_list dl dd ul li {
    line-height: 2;
  }
  #warranty_contents .warranty_list dl dd ul li::after {
    content: "/";
    color: #ddd;
    margin: 0 1em;
  }
  #warranty_contents .warranty_list dl dd ul li:nth-last-of-type(1)::after {
    display: none;
  }
  #warranty_contents .warranty_list dl:nth-of-type(1) > dt {
    border-top: 2px solid #dfdcd0;
  }
  #warranty_contents .warranty_list dl:nth-of-type(1) > dd {
    border-top: 1px solid #f0efea;
  }
}
