@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --base-font-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  --base-font-gothic02: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  --font-en: "Oswald", sans-serif;
  --base-font-weight: 500;
  --base-color-txt: #555555;
}

/*!
global > mixin
------------------------------
*/
.p_other {
  padding-bottom: 30px;
}
.p_other .c_breadcrumb {
  margin-bottom: 30px;
}
.p_other_main .l_container > * + * {
  margin-top: 28px;
}
.p_other_main .l_container > p {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  font-weight: var(--base-font-weight);
}
.p_other_main .l_container p:empty {
  margin: 0;
  min-height: 28px;
}
.p_other_main .l_container p a {
  color: #0a67ad;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 768px){
  .p_other {
    padding-bottom: 67px;
  }
  .p_other .c_page_hero {
    padding-top: 52px;
    padding-bottom: 38px;
  }
  .p_other_main .l_container > * + * {
    margin-top: 32px;
  }
  .p_other_main .l_container > p {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
  .p_other_main .l_container p:empty {
    min-height: 32px;
  }
  .p_other_main .l_container p a {
    transition: all 0.5s;
  }
  .p_other_main .l_container p a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
/*# sourceMappingURL=maps/other.css.map */
