@media screen and (max-width: 767.999px) {
  section.first_section .explain {
    margin-top: 40px;
  }
  section.first_section .explain > ul > li {
    margin-top: 30px;
  }
  section.first_section .explain > ul > li:nth-of-type(1) {
    margin-top: 0;
  }
  section.first_section .explain > ul > li .image_area {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f5;
    padding: 18px 0;
    gap: 0 16px;
  }
  section.first_section .explain > ul > li .image_area .image {
    width: 70px;
  }
  section.first_section .explain > ul > li .image_area h4 {
    font-size: 16px;
    line-height: 1.5;
  }
  section.first_section .explain > ul > li .txt {
    margin-top: 17px;
    line-height: 2;
    font-size: 12px;
  }
  section.first_section .explain > ul > li .btn a {
    display: block;
    margin: 20px auto 0;
    width: 200px;
    border-radius: 25px;
    padding: 12px 0;
    background: #FFFFFF;
    text-align: center;
    font-size: 11px;
    border: 1px solid #dfdcd0;
    position: relative;
  }
  section.first_section .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 {
    background: #e6f2f6;
    padding: 65px 30px;
    text-align: center;
  }
  #sales_motto #sub_photo1 {
    display: none;
  }
  #sales_motto h2 {
    color: #000750;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
  }
  #sales_motto #sales_car_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
    text-align: left;
    gap: 40px 16px;
  }
  #sales_motto .link a {
    display: block;
    margin: 30px auto 0;
    width: 315px;
    background: #FFFFFF;
    padding: 14px 0;
    border-radius: 25px;
    font-size: 16px;
    color: #282828;
    text-align: center;
    position: relative;
  }
  #sales_motto .link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 10px;
    background: url(/common/images/base/vanguard-arrow.svg) no-repeat;
    transform: translateY(-50%);
  }
  #sales_warranty #after_warranty {
    padding: 60px 30px 27px;
  }
  #sales_warranty #after_warranty .image img {
    width: 100%;
    height: auto;
  }
  #sales_warranty #after_warranty h2 {
    margin-top: 30px;
    color: #c0bba3;
    font-size: 15px;
  }
  #sales_warranty #after_warranty h3 {
    margin-top: 25px;
    color: #102029;
    line-height: 1.5;
    font-size: 24px;
  }
  #sales_warranty #after_warranty .txt {
    margin-top: 15px;
    color: #585858;
    line-height: 2;
  }
  #sales_warranty #sales_warranty_list {
    background: #efede7;
    padding: 35px 30px 55px;
  }
  #sales_warranty #sales_warranty_list > li {
    margin-top: 35px;
  }
  #sales_warranty #sales_warranty_list > li:nth-of-type(1) {
    margin-top: 0;
  }
  #sales_warranty #sales_warranty_list > li .warranty {
    position: relative;
  }
  #sales_warranty #sales_warranty_list > li .warranty dt {
    background: #040b4b;
    color: #ddd7bb;
    width: 105px;
    font-size: 13px;
    line-height: 1.38;
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 600;
  }
  #sales_warranty #sales_warranty_list > li .warranty dt span {
    font-size: 12px;
  }
  #sales_warranty #sales_warranty_list > li .warranty dd {
    margin: 0 0 0 auto;
    background: #FFFFFF;
    font-size: 18px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 75px;
    text-align: center;
    width: calc(100% - 50px);
    font-weight: 700;
  }
  #sales_warranty #sales_warranty_list > li .warranty dd span {
    font-size: 13px;
  }
  #sales_warranty #sales_warranty_list > li .warranty dd span.num {
    font-family: 'Roboto';
    font-size: 40px;
  }
  #sales_warranty #sales_warranty_list > li .txt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 2;
  }
  #sales_warranty #sales_warranty_list > li .note {
    margin-top: 15px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
    line-height: 1.64;
  }
  #sales_warranty #sales_warranty_list > li .btn a {
    display: block;
    margin: 10px auto 0;
    width: 220px;
    padding: 13px 0;
    background: #ffffff;
    color: #282828;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    border-radius: 45px;
    position: relative;
  }
  #sales_warranty #sales_warranty_list > li .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 5px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #sales_warranty #sales_warranty_list > li dl.condition {
    color: #585858;
    margin-top: 14px;
  }
  #sales_warranty #sales_warranty_list > li dl.condition.domestic {
    margin-top: 20px;
  }
  #sales_warranty #sales_warranty_list > li dl.condition dt {
    font-size: 11px;
    font-weight: 600;
  }
  #sales_warranty #sales_warranty_list > li dl.condition dd {
    font-size: 11px;
  }
  #warranty_contents {
    padding: 50px 30px;
  }
  #warranty_contents .warranty_list dl {
    border-bottom: 1px solid #dfdcd0;
  }
  #warranty_contents .warranty_list dl:nth-of-type(1) {
    border-top: 1px solid #dfdcd0;
  }
  #warranty_contents .warranty_list dl dt {
    font-size: 15px;
    font-weight: 600;
    padding: 15px 5px 3px 5px;
    border-bottom: 1px solid #dfdcd0;
    display: inline-block;
  }
  #warranty_contents .warranty_list dl dt span {
    font-weight: 400;
    font-size: 12px;
  }
  #warranty_contents .warranty_list dl dd {
    font-size: 12px;
    width: 100%;
    line-height: 2;
    padding: 10px 5px 15px;
  }
  #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 0.8em;
  }
  #warranty_contents .warranty_list dl dd ul li:nth-last-of-type(1)::after {
    display: none;
  }
}
