@charset "UTF-8";
/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

$c-〇〇〇-darker:標準カラーよりやや暗め;
$c-〇〇〇-dark:標準カラーより少し暗め;
$c-〇〇〇:標準カラー;
$c-〇〇〇-lighter:標準カラーより少し薄め;
$c-〇〇〇-light:標準カラーよりやや薄め;

↓

$c-blk-darker:#000;
$c-blk-dark:#111;
$c-blk:#333;
$c-blk-lighter:#555;
$c-blk-light:#777;

*/
/* =====================================
 * メディアクエリ
 * ================================== */
.l-header {
  /*固定ヘッダーの時にこちらのクラスを付ける*/
}
@media (min-width: 768px) {
  .l-header {
    height: 139px;
  }
}
.l-header[class] a {
  color: inherit;
  text-decoration: none;
}
.l-header.js-fixed-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header.is-active {
  background-color: #fff;
  z-index: 100000;
}
.l-header__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .l-header__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 64px;
  }
}
.l-header__logo-text {
  font-size: 0.625rem;
}
.l-header__logo-text + * {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .l-header__logo-text {
    display: none;
  }
}
.l-header__logo-img {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .l-header__logo-img:hover {
    opacity: 0.84;
  }
}
.l-header__logo-img img {
  max-width: 168px;
}
@media (max-width: 767px) {
  .l-header__logo-img img {
    width: auto;
    max-height: 32px;
  }
}
.l-header__link-contact {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
@media (max-width: 767px) {
  .l-header__link-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-header__link-contact + * {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-header__link-contact {
    padding-top: 1.25rem;
  }
}
.l-header__link-contact > * + * {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .l-header__link-contact > * + * {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .l-header__link, .l-header__btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-header__link {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .l-header__link li {
    text-align: center;
  }
}
.l-header__link li a[target=_blank] {
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_blank.svg);
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .l-header__btn {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}
.l-header__menu {
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-header__menu {
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 0 1rem 2rem;
    margin-top: 64px;
    overflow-y: auto;
    height: calc(100vh - 64px);
  }
}
.l-header__menu.is-active {
  background-color: #F7F7F7;
  display: block;
}
@media (max-width: 767px) {
  .l-header__menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__gnav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-header__gnav {
    display: block;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-header__menu-list, .l-header__link-list, .l-header__btn-list {
  line-height: 1.5;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__menu-list {
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-header__menu-list {
    display: block;
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li.-no-link > a {
    pointer-events: none;
  }
}
.l-header__menu-list > li {
  position: relative;
}
.l-header__menu-list > li + li {
  margin-left: 1.25rem;
}
@media (max-width: 767px) {
  .l-header__menu-list > li + li {
    margin: 0;
  }
}
.l-header__menu-list > li > a {
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__menu-list > li > a {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    padding: 0.875rem 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-header__menu-list > li > a::before {
    pointer-events: auto;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200%;
    width: 100%;
  }
}
.l-header__menu-list > li > a::after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #267CB9;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
}
@media (min-width: 768px) {
  .l-header__menu-list > li > a::after {
    margin-bottom: -0.25rem;
  }
}
@media (max-width: 767px) {
  .l-header__menu-list > li > a::after {
    background-color: #e2e2e2;
    height: 1px;
    width: 100%;
  }
}
.l-header__menu-list > li > a.is-selected::after {
  left: 0;
  right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .l-header__menu-list > li > a.is-selected::after {
    background-color: #267CB9;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .l-header__menu-list > li > a:hover {
    text-decoration: none;
  }
  .l-header__menu-list > li > a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.l-header__menu-list > li:has(ul) {
  position: relative;
}
@media (min-width: 768px) {
  .l-header__menu-list > li:has(ul) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__menu-list > li:has(ul)::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  background-image: url(../img/ico_arr_down_blk.svg);
  margin-left: 0.25rem;
}
@media (max-width: 767px) {
  .l-header__menu-list > li:has(ul)::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .l-header__menu-list > li ul:hover, .l-header__menu-list > li:has(ul):hover ul {
    opacity: 1;
    pointer-events: auto;
    visibility: inherit;
  }
}
@media (max-width: 767px) {
  .l-header__menu-list > li:has(ul) a.is-active + ul {
    opacity: 1;
    pointer-events: auto;
    visibility: inherit;
    display: block;
  }
}
.l-header__menu-list li ul {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .l-header__menu-list li ul {
    -webkit-box-shadow: 0 0 1.25rem rgba(38, 124, 185, 0.1);
            box-shadow: 0 0 1.25rem rgba(38, 124, 185, 0.1);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 2.625rem;
  }
}
@media (max-width: 767px) {
  .l-header__menu-list li ul {
    display: none;
    padding: 1rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li ul li + li {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .l-header__menu-list li ul li.-sub-top + li {
    margin-top: 0;
  }
}
.l-header__menu-list li ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #267CB9 !important;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-header__menu-list li ul li a {
    width: inherit;
    padding: 0.25rem 0;
  }
}
.l-header__menu-list li ul li a::before {
  content: "";
  display: block;
  background-color: #F7B106;
  width: 0.5rem;
  height: 1px;
  margin-right: 0.5rem;
}
.l-header__link-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .l-header__link-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.l-header__link-list li + li {
  margin-left: 1rem;
}
.l-header__link-list li a {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .l-header__link-list li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .l-header__link-list li a {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .l-header__link-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__link-list li + li {
    margin-left: 1rem;
  }
  .l-header__link-list li a {
    display: block;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .l-header__btn-list {
    display: block;
    margin: 0;
  }
}
.l-header__btn-list li {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(#267CB9), to(#17A3CD));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), -webkit-linear-gradient(left, #267CB9 0%, #17A3CD 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #267CB9 0%, #17A3CD 100%);
  position: relative;
}
.l-header__btn-list li::before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#267CB9), to(#17A3CD));
  background: -webkit-linear-gradient(left, #267CB9 0%, #17A3CD 100%);
  background: linear-gradient(90deg, #267CB9 0%, #17A3CD 100%);
}
@media (min-width: 768px) {
  .l-header__btn-list li:hover::before {
    opacity: 0;
  }
}
.l-header__btn-list li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 180px;
  padding: 0.5rem 1.5rem;
}
.l-header__btn-list li a::before {
  content: "";
  display: none;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  margin-right: 0.5rem;
}
.l-header__btn-list li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header__btn-list li a {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}
.l-header__btn-list li.-contact a::before {
  display: block;
  background-image: url(../img/ico_mail_wht.svg);
}
.l-header__btn-list li.-quotation {
  background: #e7a500;
}
.l-header__btn-list li.-quotation::before {
  background: #F7B106;
}
.l-header__btn-list li.-quotation a::before {
  display: block;
  background-image: url(../img/ico_quotation_wht.svg);
}
.l-header__btn-list li + li {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .l-header__btn-list li + li {
    margin: 1rem 0 0 0;
  }
}
.l-header__btn-list[class] li a {
  color: #fff;
}
@media (max-width: 767px) {
  .l-header__contact {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-header__contact-tel {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .l-header__contact-tel {
    font-size: 2rem;
  }
}
.l-header__contact-time {
  line-height: 1.5;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .l-header__contact-time {
    font-size: 1rem;
  }
}
.l-header__trigger {
  display: table;
  width: 1.75rem;
  height: 1.75rem;
}
.l-header__trigger-btn {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.l-header__trigger-btn > * {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #267CB9;
  font-size: 0;
  color: transparent;
  width: 1.75rem;
  height: 2px;
}
.l-header__trigger-btn > *::before, .l-header__trigger-btn > *::after {
  content: "";
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #267CB9;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__trigger-btn > *::before {
  margin-top: -8px;
}
.l-header__trigger-btn > *::after {
  margin-top: 8px;
}
.l-header__trigger-btn.is-active > *::before {
  -webkit-transform: translate(-50%, 8px) rotate(-45deg);
          transform: translate(-50%, 8px) rotate(-45deg);
}
.l-header__trigger-btn.is-active > * {
  background-color: transparent;
}
.l-header__trigger-btn.is-active > *::after {
  -webkit-transform: translate(-50%, -8px) rotate(45deg);
          transform: translate(-50%, -8px) rotate(45deg);
}

body[data-page-type=form] .l-header {
  position: relative !important;
}
body[data-page-type=form] .l-header__trigger, body[data-page-type=form] .l-header__logo-text, body[data-page-type=form] .l-header__menu {
  display: none;
}
body[data-page-type=form] .l-header__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body[data-page-type=form] .l-header:has(.l-header__contactArea) {
  border-top: 4px solid #0055A2;
  height: 5.5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header:has(.l-header__contactArea) {
    height: 143px;
  }
}
body[data-page-type=form] .l-header__inner:has(.l-header__contactArea) {
  justify-self: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__inner:has(.l-header__contactArea) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-self: center;
    height: auto;
    padding-bottom: 0;
    width: 100%;
    padding-top: 1.71rem;
  }
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__contactArea {
    width: 100%;
    max-width: 82.5%;
  }
}
body[data-page-type=form] .l-header__button-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__button-list {
    grid-template: "company owner" "search search"/1fr 1fr;
    gap: 0.86rem;
  }
}
body[data-page-type=form] .l-header__contact-item a {
  width: 100%;
  min-width: 16.38rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__contact-item a {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-header__contact-item.-company {
    grid-area: company;
  }
  body[data-page-type=form] .l-header__contact-item.-owner {
    grid-area: owner;
  }
  body[data-page-type=form] .l-header__contact-item.-search {
    grid-area: search;
  }
}

body[data-page-type=form][data-page-slug=owner-thanks] .l-header {
  height: auto;
}
body[data-page-type=form][data-page-slug=owner-thanks] .l-header__inner {
  padding-top: 0;
  padding-bottom: 0;
}

.l-footer {
  overflow: hidden;
}
.l-footer[class] a {
  text-decoration: none;
}
.l-footer[class] a:hover {
  text-decoration: underline;
}
.l-footer__cv {
  background-color: #5D5D5D;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.l-footer__site {
  background-color: #445777;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .l-footer__site {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .l-footer__site-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer__logo + * {
  margin-top: 1rem;
}
.l-footer__logo img {
  max-width: 176px;
}
@media (max-width: 767px) {
  .l-footer__logo img {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .l-footer__logo a {
    display: block;
    text-align: center;
  }
}
.l-footer__address {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .l-footer__sitemap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer__sitemap-list li a {
  color: #fff;
}
.l-footer__sitemap-list li a[target=_blank] {
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right 60%;
  background-image: url(../img/ico_blank_wht.svg);
  padding-right: 1.25rem;
  font-weight: normal;
}
.l-footer__sitemap-list li.-no-link > a {
  pointer-events: none;
}
.l-footer__sitemap-list > li > a {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1rem;
}
.l-footer__sitemap-list > li li > a {
  line-height: 1.5;
  font-size: 0.875rem;
}
.l-footer__sitemap-list > li + li {
  margin-top: 1.5rem;
}
.l-footer__sitemap-list ul {
  padding-top: 1.5rem;
}
.l-footer__sitemap-list ul li + li {
  margin-top: 1rem;
}
.l-footer__sitemap-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__sitemap-list ul li a::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 0.5rem;
  height: 1px;
  margin-right: 0.5rem;
}
.l-footer__sitemap-list + * {
  margin-left: 5rem;
}
.l-footer__sitemap-list ul:not(:has(> li)) {
  display: none;
}
.l-footer__info {
  background-color: #445777;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .l-footer__info {
    padding-bottom: 1.5rem;
  }
}
.l-footer__info-inner {
  border-top: 1px solid #fff;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .l-footer__info-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .l-footer__info-inner {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-footer__link + * {
    margin-top: 1rem;
  }
}
.l-footer__link-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-footer__link-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__link-list li a {
  color: #fff;
  font-size: 0.75rem;
}
.l-footer__link-list li + li {
  margin-left: 1.5rem;
}
.l-footer__copyright {
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
  }
}

body[data-page-type=form] .l-footer__link, body[data-page-type=form] .l-footer > * {
  display: none;
}
body[data-page-type=form] .l-footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  body[data-page-type=form] .l-footer__info {
    padding-bottom: 0.75rem;
  }
}
body[data-page-type=form] .l-footer__info-inner {
  border: none;
}
@media (min-width: 768px) {
  body[data-page-type=form] .l-footer__info-inner {
    padding-top: 0.75rem;
  }
}
body[data-page-type=form] .l-footer__info-inner, body[data-page-type=form] .l-footer__site-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  body[data-page-type=form] .l-footer {
    margin-top: 5.14rem;
  }
}
body[data-page-type=form] .l-footer__info {
  background-color: #0055A2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-footer__info {
    padding-top: 1.14rem;
    padding-bottom: 1.14rem;
  }
}
body[data-page-type=form] .l-footer__info-inner {
  padding-top: 0;
}
body[data-page-type=form] .l-footer__copyright {
  font-family: "Lato";
  line-height: normal;
}
@media (max-width: 767px) {
  body[data-page-type=form] .l-footer__copyright {
    font-size: 0.79rem;
  }
}

@media (max-width: 767px) {
  body[data-page-type=form][data-page-slug=owner-contact] .l-footer {
    margin-top: 5.71rem;
  }
}

@media (max-width: 767px) {
  body[data-page-type=form][data-page-slug=owner-thanks] .l-footer {
    margin-top: 5.71rem;
  }
}