/* 共通リンク */

address {
    font-style: normal;
}

a:visited {
    color: #3c3c3c;
}
a:hover {
    color: #017ebe;
    text-decoration: none;
}

@media screen and (min-width: 960px) {
  .fs-l-header__leftContainer {
    align-self: end;
  }
}



/* 汎用クラス */
.mgt10 { margin-top: 10px !important; }
.mgt20 { margin-top: 20px !important; }



/* ヘッダーロゴ */
.fs-p-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

/* ヘッダーナビゲーションメニュー */
.fs-p-headerUtilityMenu__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 1.4rem;
}
.fs-p-headerUtilityMenu__list > li + li {
    margin-left: 20px;
}

/* グローバルナビゲーション */
.fs-p-inputGroup__button {
    background: #ffffff;
    color: #017ebe;
}

/* ヘッダーナビゲーション（フリーパーツ） */
.fs-p-headerNavBar {
    border-bottom: 0;
}

/* グローバルナビゲーション内キーワード枠 */
.fs-p-inputGroup {
    border: none;
}

/* カテゴリメニュー */
.fs-p-drawer__heading {
    background: #017ebe;
    border-bottom: none;
    width: 212px;
    font-size: 1.6rem;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    color: #ffffff;
}
.fs-p-sideMenu {
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: none;
    background: #f4f9fc;
    padding: 28px 24px;
    font-size: 1.6rem;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
    content: "\e90c";
    color: #017ebe;
}
.fs-p-sideMenu a:hover {
    background: none;
    color: #cccccc;
    text-decoration: none;
}

/* サイトTOP - 見出しlv2 */
.fs-p-heading--lv2 {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1.3rem;
    color: #007ebe;
    font-size: 1.8rem;
}

/* サイトTOP - お知らせ */
.fs-p-dateList > li {
    border: 1px solid #dddddd;
    border-width: 1px 0 0 0;
    padding: 20px 19px 17px;
}
.fs-p-dateList > li:first-child {
    border-top: none;
}
.fs-p-dateList > li:last-child {
    border-bottom-width: 1px;
    padding-bottom: 17px;
}
.fs-p-dateList > li time {
    margin-right: 29px;
}
.fs-p-dateList > li time:first-child {
    background: none;
    color: #3c3c3c;
    line-height: 1.2;
    padding: 2px 4px 1.6px 0;
}
.fs-pt-list--noMarker > li + li, .fs-pt-list--unordered > li + li, .fs-pt-list--ordered > li + li, .fs-pt-list--note > li + li {
    margin-top: 0;
}



/* 個人情報保護方針ページ */
#fs_PrivacyPolicy .fs-l-main ol,#fs_PrivacyPolicy .fs-l-main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#fs_PrivacyPolicy .fs-l-main ol,#fs_PrivacyPolicy .fs-l-main ul {
    padding-left: 1em;
    text-indent: -1em;
}
#fs_PrivacyPolicy .fs-l-main .revisionDate {
    margin-top: 40px;
    text-align: right;
}


/* フッター */
.fs-l-footer {
    position: relative;
    border-top: 0;
    background-color: #f4f9fc;
    color: #3c3c3c;
    margin-top: 40px;
}
.fs-l-footer__contents {
    margin: auto;
    padding: 30px 0 0;
    max-width: 1216px;
}
.fs-p-bannerGroup {
    margin: 0 auto;
    max-width: 1216px;
}

/* フッターユーティリティー */
@media screen and (min-width: 960px) {
  .fs-p-footerUtilityMenu__list > li + li {
    margin-left: 32px;
  }
}

/* フッター：コピーライト */
.fs-p-footerCopyright {
    color: #fff;
    background-color: #017ebe;
    text-align: center;
    padding: 8px;
}