strong {
  color: #c73c3c;
}

#subpage_title_area h1 {
  color: #000750;
}

#subpage_title_area #pan_list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#subpage_title_area #pan_list li {
  display: flex;
  align-items: center;
  color: #585858;
  position: relative;
}

#subpage_title_area #pan_list li::before {
  content: "/";
  position: absolute;
  top: 0;
  left: -10px;
}

#subpage_title_area #pan_list li:nth-of-type(1)::before {
  display: none;
}

#subpage_title_area #pan_list li a {
  color: #000750;
  text-decoration: underline;
}

.wide_image img {
  width: 100%;
  height: auto;
}

section.first_section .title_wrapper h2 {
  color: #c0bba3;
}

section.first_section .title_wrapper h3 {
  color: #102029;
}

section.first_section .contents_area {
  color: #585858;
}

section.flow_step h2 {
  text-align: center;
  color: #102029;
}

section.flow_step .description {
  color: #585858;
}

section.flow_step ol.flow li .step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  font-family: 'Roboto';
  background: #000750;
}

section.flow_step ol.flow li .data_wrapper .data h3 {
  color: #102029;
}

section.flow_step ol.flow li .data_wrapper .data .txt {
  color: #585858;
}

section.faq_contents h2 {
  color: #102029;
  text-align: center;
}

section.faq_contents > dl {
  border-bottom: 1px solid #dfdcd0;
}

section.faq_contents > dl dt {
  color: #282828;
}

section.faq_contents > dl dd {
  background: #f8f8f5;
  display: none;
}

section.faq_contents > dl.open dd {
  display: block;
}

section#form {
  border-top: 2px solid #000750;
}

section#form h2 {
  color: #102029;
}

section#form .data .txt {
  color: #585858;
}

section#form .data .form_tel_area h3 {
  color: #585858;
}

section#form .data .form_tel_area #form_tel {
  color: #283342;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-family: 'Roboto';
  letter-spacing: 0.02em;
}

section#form .data .form_tel_area #form_tel .icon {
  display: flex;
  align-items: center;
}

section#form .data .form_tel_area .business {
  color: #585858;
}

section#form .form_area h3 {
  background: #dfdcd0;
  color: #282828;
}

section#form .form_area .form_area2 {
  padding-top: 30px;
}

section#form .form_area dl.form_item dt .icon {
  display: inline-block;
}

section#form .form_area dl.form_item dt .txt {
  color: #282828;
}

section#form .form_area dl.form_item.require dt .icon {
  background: #000750;
  color: #FFFFFF;
}

section#form .form_area dl.form_item.any dt .icon {
  background: #efefef;
  color: #888888;
}

section#form .form_area button {
  background: #040b4b;
  color: #FFFFFF;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  text-shadow: none;
}

body.thanks_page .thanks {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #subpage_title_area {
    padding-top: 35px;
    display: flex;
    margin: 0 auto;
    width: 1040px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #subpage_title_area h1 {
    font-weight: 500;
  }
  #subpage_title_area h1 span {
    font-size: 72px;
    line-height: 1.05;
  }
  #subpage_title_area h1 span.copy {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 12px;
  }
  #subpage_title_area #pan_list {
    gap: 0 20px;
  }
  #subpage_title_area #pan_list li {
    font-size: 13px;
  }
  #page_navi_area {
    width: 1000px;
    margin: 95px auto 0;
    padding-top: 10px;
    height: 310px;
  }
  #page_navi_area > ul {
    width: 390px;
  }
  #page_navi_area > ul li {
    margin-top: 13px;
  }
  #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;
  }
  section.first_section {
    background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
    position: relative;
  }
  section.first_section #main_image {
    position: absolute;
    left: calc(50% - 110px);
    top: -310px;
  }
  section.first_section #main_image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  section.first_section .title_wrapper {
    width: 1040px;
    margin: 0 auto;
    padding: 100px 10px 0 20px;
  }
  section.first_section .title_wrapper h2 {
    font-size: 23px;
  }
  section.first_section .title_wrapper h3 {
    margin-top: 45px;
    font-size: 36px;
    line-height: 1.78;
  }
  section.first_section .contents_area {
    width: 1040px;
    margin: 30px auto 0;
    display: flex;
  }
  section.first_section .contents_area .data {
    padding-left: 20px;
    width: 350px;
    margin-right: 60px;
    flex-shrink: 0;
  }
  section.first_section .contents_area .data .txt {
    line-height: 2.3;
  }
  section.first_section .contents_area .explain {
    width: 630px;
  }
  section.flow_step {
    background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
    padding: 115px 0 120px;
  }
  section.flow_step h2 {
    font-size: 36px;
    font-weight: 600;
  }
  section.flow_step .description {
    text-align: center;
    line-height: 2.3;
    margin-top: 55px;
  }
  section.flow_step .step_all {
    text-align: center;
    margin-top: 55px;
  }
  section.flow_step ol.flow {
    width: 1000px;
    margin: 115px auto 0;
  }
  section.flow_step ol.flow > li {
    list-style: none;
    display: flex;
    padding-bottom: 50px;
    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-weight: 500;
    margin-right: 40px;
    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: 600;
  }
  section.flow_step ol.flow > li .data_wrapper {
    width: 900px;
    display: flex;
    justify-content: space-between;
  }
  section.flow_step ol.flow > li .data_wrapper .data {
    width: 450px;
  }
  section.flow_step ol.flow > li .data_wrapper .data h3 {
    font-size: 23px;
    font-weight: 700;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  section.flow_step ol.flow > li .data_wrapper .data .txt {
    margin-top: 15px;
    line-height: 2.3;
  }
  section.flow_step ol.flow > li .data_wrapper .image {
    width: 360px;
  }
  section.flow_step ol.flow > li .data_wrapper.no_image {
    display: block;
  }
  section.flow_step ol.flow > li .data_wrapper.no_image .data {
    width: 900px;
  }
  section.faq_contents {
    padding: 100px 0 95px;
  }
  section.faq_contents h2 {
    font-size: 36px;
  }
  section.faq_contents > dl {
    width: 720px;
    margin: 0 auto;
  }
  section.faq_contents > dl dt {
    padding: 20px 40px 20px 70px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    background: url(/common/images/sales/ico-faq-q.svg) no-repeat;
    background-position: 20px center;
    background-size: 36px 36px;
    position: relative;
  }
  section.faq_contents > dl dt::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #000750;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.faq_contents > dl dt::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #000750;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.faq_contents > dl dd {
    padding: 35px 50px;
    line-height: 1.75;
  }
  section.faq_contents > dl:nth-of-type(1) {
    margin-top: 60px;
  }
  section.faq_contents > dl.open dt::after {
    display: none;
  }
  section#form {
    padding: 160px 0 120px;
    background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
  }
  section#form h2 {
    width: 1000px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.78;
  }
  section#form .form_contents_area {
    width: 1040px;
    margin: 45px auto 0;
    display: flex;
    justify-content: space-between;
  }
  section#form .form_contents_area ::placeholder {
    color: #bbbbbb;
  }
  section#form .form_contents_area .data {
    width: 360px;
    padding-left: 20px;
  }
  section#form .form_contents_area .data .txt {
    margin-top: 35px;
    line-height: 2.3;
  }
  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: 55px;
  }
  section#form .form_contents_area .data .form_tel_area h3 {
    font-size: 15px;
    font-weight: 600;
  }
  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 {
    margin-right: 8px;
  }
  section#form .form_contents_area .data .form_tel_area .business {
    margin-top: 4px;
    padding-left: 44px;
  }
  section#form .form_contents_area .data .form_tel_area .business .time {
    font-size: 13px;
    font-weight: 600;
  }
  section#form .form_contents_area .data .form_tel_area .business .date {
    font-size: 12px;
  }
  section#form .form_contents_area .form_area {
    width: 630px;
  }
  section#form .form_contents_area .form_area h3 {
    padding: 13px 0;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
  }
  section#form .form_contents_area .form_area .form_item {
    margin-top: 30px;
  }
  section#form .form_contents_area .form_area .form_item:nth-of-type(1) {
    margin-top: 0;
  }
  section#form .form_contents_area .form_area .form_item dt .icon {
    width: 50px;
    padding: 3px 0;
    font-size: 13px;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
  }
  section#form .form_contents_area .form_area .form_item dt .txt {
    font-size: 18px;
    font-weight: 600;
  }
  section#form .form_contents_area .form_area .form_item dd {
    margin-top: 13px;
  }
  section#form .form_contents_area .form_area .form_item dd .note {
    margin-top: 13px;
    font-size: 13px;
  }
  section#form .form_contents_area .form_area .form_item dd input[type=text],
  section#form .form_contents_area .form_area .form_item dd input[type=email] {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dfdcd0;
    box-shadow: inset 2.121px 2.121px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 17px 25px;
  }
  section#form .form_contents_area .form_area .form_item dd input[type=text].age {
    width: 80px;
    margin-right: 10px;
  }
  section#form .form_contents_area .form_area .form_item dd textarea {
    margin-top: 14px;
    width: 100%;
    height: 170px;
    border-radius: 6px;
    border: 1px solid #dfdcd0;
    box-shadow: inset 2.121px 2.121px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 17px 25px;
  }
  section#form .form_contents_area .form_area button {
    display: block;
    margin: 30px auto 0;
    width: 320px;
    padding: 28px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 45px;
    position: relative;
    font-weight: 600;
  }
  section#form .form_contents_area .form_area button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 14px;
    height: 10px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    transform: translateY(-50%);
  }
  body.thanks_page .thanks {
    padding: 100px 0;
  }
}
