@charset "UTF-8";
/*
 * ***********************************************************
 * This file is for customization.
 * このファイルはカスタム用ファイルです。
 * ***********************************************************
*/
@font-face {
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
  src: url("/dcms_media/common/icons_outline.woff") format("woff"), url("/dcms_media/common/icons_outline.ttf") format("truetype");
}
#wrapper:has(.grand-top__outer) {
  background: var(--LMAIN);
}
@media print, screen and (min-width: 576px) {
  #wrapper:has(.grand-top__outer) #contents {
    padding-top: 120px;
  }
}

.grand-footer__outer {
  background: #FFF;
}
@media print, screen and (max-width: 767.8px) {
  .grand-footer__container .lib-footer__logo {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .grand-footer__container {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .grand-footer__container .lib-footer__data {
    margin-top: 0;
    width: auto;
    display: grid;
    align-items: center;
    column-gap: 16px;
    grid-template-columns: auto auto;
  }
  .grand-footer__container .lib-footer__data > dt {
    grid-column: 1;
    grid-row: 1;
  }
  .grand-footer__container .lib-footer__data .lib-footer__add {
    grid-column: 1;
    grid-row: 2;
    margin-top: unset;
  }
  .grand-footer__container .lib-footer__data .lib-footer__phone {
    grid-column: 2;
    grid-row: 1/3;
  }
}
@media print, screen and (min-width: 992px) {
  .grand-footer__container {
    gap: 30px;
  }
  .grand-footer__container .lib-footer__data {
    column-gap: 30px;
  }
}
.grand-footer__gnav {
  margin-top: 20px;
  padding-top: 20px;
  border-top: var(--borderColumnColor) 1px solid;
}
@media print, screen and (min-width: 768px) {
  .grand-footer__gnav {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 576px) {
  .grand-footer__gnav .lib-footer__nav {
    display: flex;
    gap: 30px;
  }
  .grand-footer__gnav .lib-footer__nav > li {
    margin-top: unset !important;
    width: unset !important;
  }
  .grand-footer__gnav .lib-footer__nav > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .grand-footer__gnav .lib-footer__nav > li > a:before {
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea01";
    font-size: 0.75rem;
    margin-top: 0.2em;
  }
}

.custom-cta__btn {
  border-color: var(--WHT) !important;
}
.custom-cta__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.custom-cta__chip {
  background: #FFF;
  padding: 0.625rem;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  line-height: 1.3;
  flex-shrink: 0;
}
.custom-cta__bow {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

:where(h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, figcaption, button, sub, sup, a) {
  font-feature-settings: unset;
}

.custom-footer__btm {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .custom-footer__btm {
    margin-top: 50px;
    background: var(--DEF);
    padding: 10px 0;
  }
  .custom-footer__btm a {
    color: var(--WHT);
  }
  .custom-footer__btm > * {
    align-items: center;
    justify-content: space-between;
  }
}
.custom-footer__btm .lib-footer__copyright {
  margin: 16px -15px 0;
}
@media print, screen and (min-width: 768px) {
  .custom-footer__btm .lib-footer__copyright {
    margin: 0;
    padding: unset;
  }
}
@media print, screen and (min-width: 768px) {
  .custom-footer__btm .lib-footer__utility,
  .custom-footer__btm .lib-footer__guidance {
    margin-top: 0;
    position: unset !important;
  }
}
@media print, screen and (min-width: 768px) {
  .custom-footer__btm .lib-footer__guidance > li ~ li:before {
    background: #FFF;
  }
}
.custom-footer__btm .lib-footer__guidance {
  flex-wrap: wrap;
}
@media print, screen and (max-width: 375.8px) {
  .custom-footer__btm .lib-footer__guidance a {
    font-size: 0.625rem;
  }
}

.lib-header__logo img {
  width: 200px;
}

@media print, screen and (min-width: 1130px) {
  .lib-header__outer.lib-header-BS02 .lib-induce__btn {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__btn {
    font-size: 0.875rem !important;
  }
}

.custom-form__outer .custom-form__inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-form__outer .custom-form__inside > dt {
  width: 6em;
}
.custom-form__outer .custom-form__inside > dd {
  width: calc(100% - 6em);
}
.custom-form__outer .custom-form__inside > dd + dt {
  margin-top: 16px;
}
.custom-form__outer .custom-form__inside > dd + dt + dd {
  margin-top: 16px;
}
.custom-form__outer .custom-form__inside.is-error > dt {
  color: var(--RED);
}
.custom-form__outer .custom-form__inside.is-error input {
  border-color: var(--RED);
  background-color: #FDEDF5;
}
.custom-form__outer p.is-error {
  color: var(--RED);
  margin-top: 30px;
}