@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.c-topicspath {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .c-topicspath {
      padding: 10px 15px; } }
  @media screen and (max-width: 568px) {
    .c-topicspath {
      display: none; } }
  .c-topicspath li {
    display: inline-block;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .c-topicspath li {
        font-size: 0.7em; } }
    .c-topicspath li:after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: inline-block;
      margin-left: 8px; }
    .c-topicspath li:last-child:after {
      content: none; }
    .c-topicspath li a {
      position: relative; }
      .c-topicspath li a:before {
        position: absolute;
        content: '';
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #005BAB; }

.l-lowerCaption {
  position: relative;
  width: 100%;
  height: 217px;
  background-color: #F2F9FF;
  margin-top: 90px; }
  @media screen and (max-width: 1024px) {
    .l-lowerCaption {
      margin-top: 0; } }
  @media screen and (max-width: 568px) {
    .l-lowerCaption {
      height: 170px; } }
  .l-lowerCaption__pageId {
    color: #005BAB;
    font-size: 18px; }
  .l-lowerCaption__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
    max-width: 1160px;
    padding: 0 10px;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-size: 36px; }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__title {
        width: 100%;
        font-size: 26px;
        padding: 0 20px; } }
    .l-lowerCaption__title:before {
      content: '';
      position: absolute;
      width: 46px;
      height: 75px;
      top: 40%;
      left: -59px;
      background-image: url(/inc/image/common/pic_lowerCaption_before.png); }
      @media screen and (max-width: 568px) {
        .l-lowerCaption__title:before {
          content: none; } }
    .l-lowerCaption__title:after {
      content: '';
      position: absolute;
      width: 57px;
      height: 75px;
      top: 40%;
      right: -66px;
      background-image: url(/inc/image/common/pic_lowerCaption_after.png); }
      @media screen and (max-width: 568px) {
        .l-lowerCaption__title:after {
          content: none; } }
  .l-lowerCaption__subTitle {
    display: block;
    font-size: 20px;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .l-lowerCaption__subTitle {
        font-size: 16px; } }

.p-heading--sitemap {
  font-size: 24px;
  background-color: #F2F9FF;
  border-radius: 10px;
  padding: 5px 10px; }

.p-list {
  margin-left: 10px; }
  .p-list__item > a {
    color: #333; }
    .p-list__item > a:hover {
      color: #005BAB; }

/*# sourceMappingURL=../_map/page/sitemap.css.map */
