@media screen and (max-width: 767.999px) {
  #subpage_title_area {
    padding: 8px 20px 0 30px;
  }
  #subpage_title_area #pan_list {
    gap: 0 15px;
    font-size: 10px;
  }
  #subpage_title_area #pan_list li::before {
    left: -8px;
  }
  #subpage_title_area h1 {
    margin-top: 20px;
  }
  #subpage_title_area h1 span {
    font-size: 40px;
    font-weight: 600;
  }
  #subpage_title_area h1 span.copy {
    font-size: 14px;
  }
  #page_navi_area {
    margin-top: 30px;
    padding: 0 30px 45px;
  }
  #page_navi_area > ul > li {
    margin-top: 8px;
  }
  #page_navi_area > ul > li:nth-of-type(1) {
    margin-top: 0;
  }
  #page_navi_area > ul > li a {
    font-size: 14px;
    color: #585858;
    background: url(/common/images/base/ico_pagelink.png) no-repeat;
    min-height: 20px;
    background-position: left center;
    display: inline-block;
    padding-left: 30px;
  }
  #main_image img {
    width: 100%;
    height: auto;
  }
  section.first_section {
    background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
    padding-bottom: 60px;
  }
  section.first_section .title_wrapper {
    padding: 50px 30px 0;
  }
  section.first_section .title_wrapper h2 {
    font-size: 15px;
  }
  section.first_section .title_wrapper h3 {
    margin-top: 26px;
    font-size: 24px;
    line-height: 1.5;
  }
  section.first_section .contents_area {
    padding: 0 30px;
  }
  section.first_section .contents_area .data .txt {
    margin-top: 25px;
    line-height: 2;
  }
  section.flow_step {
    padding: 50px 0 60px;
  }
  section.flow_step h2 {
    font-size: 24px;
    font-weight: 600;
  }
  section.flow_step .description {
    line-height: 2;
    text-align: center;
    margin-top: 25px;
  }
  section.flow_step .step_all {
    margin-top: 20px;
    text-align: center;
  }
  section.flow_step ol.flow {
    margin-top: 30px;
  }
  section.flow_step ol.flow > li {
    list-style: none;
    padding-bottom: 35px;
    display: flex;
    position: relative;
  }
  section.flow_step ol.flow > li::before {
    content: "";
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28px;
    background-image: linear-gradient(to top, #dfdcd0, #dfdcd0 6px, transparent 6px, transparent 12px);
    background-size: 2px 12px;
    background-position: left bottom;
    background-repeat: repeat-y;
  }
  section.flow_step ol.flow > li.last_step::before {
    display: none;
  }
  section.flow_step ol.flow > li .step {
    width: 60px;
    height: 60px;
    font-size: 11px;
    font-family: 'Roboto';
    font-weight: 500;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
  }
  section.flow_step ol.flow > li .step span {
    line-height: 1;
  }
  section.flow_step ol.flow > li .step span.num {
    font-size: 20px;
    margin-top: 2px;
    font-weight: 700;
  }
  section.flow_step ol.flow > li .data_wrapper .data {
    padding: 0 20px;
  }
  section.flow_step ol.flow > li .data_wrapper .data h3 {
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    display: flex;
    align-items: center;
  }
  section.flow_step ol.flow > li .data_wrapper .data .txt {
    line-height: 2;
  }
  section.flow_step ol.flow > li .data_wrapper .image {
    margin-top: 20px;
  }
  section.flow_step ol.flow > li .data_wrapper .image img {
    width: 100%;
    height: auto;
  }
  section.faq_contents {
    padding: 55px 0 50px;
  }
  section.faq_contents h2 {
    font-size: 24px;
    font-weight: 600;
  }
  section.faq_contents > dl {
    margin: 0 auto;
  }
  section.faq_contents > dl dt {
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.44;
    position: relative;
    background: url(/common/images/sales/ico-faq-q.svg) no-repeat;
    background-position: 20px center;
    background-size: 25px 25px;
    position: relative;
  }
  section.faq_contents > dl dt::before {
    content: "";
    width: 12px;
    height: 2px;
    background: #000750;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.faq_contents > dl dt::after {
    content: "";
    width: 2px;
    height: 12px;
    background: #000750;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.faq_contents > dl dd {
    padding: 25px;
    line-height: 1.64;
  }
  section.faq_contents > dl:nth-of-type(1) {
    margin-top: 25px;
  }
  section.faq_contents > dl.open dt::after {
    display: none;
  }
  section#form {
    background: #f8f8f5;
    padding-top: 50px;
  }
  section#form h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
  }
  section#form .form_contents_area {
    margin-top: 35px;
  }
  section#form .form_contents_area ::placeholder {
    color: #bbbbbb;
  }
  section#form .form_contents_area .data {
    padding: 0 30px 30px;
    background-image: linear-gradient(to bottom, #f8f8f5, #fcfcfb);
  }
  section#form .form_contents_area .data .txt {
    margin-top: 30px;
    line-height: 2;
  }
  section#form .form_contents_area .data .txt a {
    text-decoration: underline;
  }
  section#form .form_contents_area .data .txt:nth-of-type(1) {
    margin-top: 0;
  }
  section#form .form_contents_area .data .form_tel_area {
    margin-top: 30px;
  }
  section#form .form_contents_area .data .form_tel_area h3 {
    font-size: 15px;
  }
  section#form .form_contents_area .data .form_tel_area #form_tel {
    margin-top: 10px;
    font-size: 36px;
    font-weight: 700;
  }
  section#form .form_contents_area .data .form_tel_area #form_tel .icon {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  section#form .form_contents_area .data .form_tel_area .business {
    padding-left: 45px;
    margin-top: 4px;
  }
  section#form .form_contents_area .data .form_tel_area .business .time {
    font-weight: 600;
    font-size: 13px;
  }
  section#form .form_contents_area .data .form_tel_area .business .date {
    font-size: 12px;
  }
  section#form .form_contents_area .form_area h3.title {
    background: #283342;
    color: #bfbaa1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 14px 0;
  }
  section#form .form_contents_area .form_area h3.car_info {
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
  }
  section#form .form_contents_area .form_area .form_area1 {
    background: #f8f8f5;
    padding: 30px;
  }
  section#form .form_contents_area .form_area .form_area2 {
    background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
    padding: 30px 30px 65px;
  }
  section#form .form_contents_area .form_area .form_area2.normal_bottom {
    padding-bottom: 30px;
  }
  section#form .form_contents_area .form_area .form_area1 dl,
  section#form .form_contents_area .form_area .form_area2 dl {
    margin-top: 18px;
  }
  section#form .form_contents_area .form_area .form_area1 dl dt .icon,
  section#form .form_contents_area .form_area .form_area2 dl dt .icon {
    font-size: 10px;
    padding: 3px 5px;
    margin-right: 8px;
    border-radius: 4px;
  }
  section#form .form_contents_area .form_area .form_area1 dl dt .txt,
  section#form .form_contents_area .form_area .form_area2 dl dt .txt {
    font-size: 16px;
    font-weight: 600;
    color: #282828;
  }
  section#form .form_contents_area .form_area .form_area1 dl dd,
  section#form .form_contents_area .form_area .form_area2 dl dd {
    margin-top: 8px;
  }
  section#form .form_contents_area .form_area .form_area1 dl dd .note,
  section#form .form_contents_area .form_area .form_area2 dl dd .note {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.33;
  }
  section#form .form_contents_area .form_area .form_area1 dl dd input[type=text],
  section#form .form_contents_area .form_area .form_area1 dl dd input[type=email],
  section#form .form_contents_area .form_area .form_area2 dl dd input[type=text],
  section#form .form_contents_area .form_area .form_area2 dl dd input[type=email] {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dfdcd0;
    box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 7px 10px;
    font-size: 16px;
  }
  section#form .form_contents_area .form_area .form_area1 dl dd input[type=text].age,
  section#form .form_contents_area .form_area .form_area2 dl dd input[type=text].age {
    width: 90px;
    margin-right: 8px;
  }
  section#form .form_contents_area .form_area .form_area1 dl dd textarea,
  section#form .form_contents_area .form_area .form_area2 dl dd textarea {
    margin-top: 4px;
    width: 100%;
    height: 120px;
    border-radius: 6px;
    border: 1px solid #dfdcd0;
    box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 7px 10px;
    font-size: 16px;
  }
  section#form .form_contents_area .form_area .form_area1 dl:nth-of-type(1),
  section#form .form_contents_area .form_area .form_area2 dl:nth-of-type(1) {
    margin-top: 0;
  }
  section#form .form_contents_area .form_area button {
    display: block;
    margin: 30px auto 0;
    width: 240px;
    padding: 18px 0;
    text-align: center;
    font-size: 16px;
    border-radius: 45px;
    position: relative;
    font-weight: 600;
  }
  section#form .form_contents_area .form_area button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 5px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    background: 100% auto;
    transform: translateY(-50%);
  }
  body.thanks_page .thanks {
    padding: 80px 0;
  }
}
