/* 画面共通 */
@font-face {
    font-family: "Noto Sans JP";
    font-style: Normal;
    font-weight: 400;
    src: url("/support/kenshin_kaisetsu/common/font/NotoSansJP-Regular.otf") format('opentype');
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: Normal;
    font-weight: 700;
    src: url("/support/kenshin_kaisetsu/common/font/NotoSansJP-Bold.otf") format('opentype');
    font-display: swap;
}

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ　Ｐゴシック", "HelveticaNeue", "Helvetica", "Arial", Sans-Serif;
}

@media (min-width: 760px) {
    body {
        min-width: 1216px;
    }
}

/* ヘッダー */
/* ナビゲーション */
.com_nav {
    background-color: #FFFFFF;
}

@media (min-width: 760px) {
    .com_nav {
        min-width: 1216px;
    }
}

.com_navBg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding-left: 20px;
    background-color: #FFFFFF;
}

@media (min-width: 760px) {
    .com_navBg {
        height: 80px;
        max-width: 1216px;
        padding-left: 10px;
        margin: 0 auto;
    }
}

.com_navSPImg {
    width: 48px;
    height: 48px;
    display: block;
}

@media (min-width: 760px) {
    .com_navSPImg {
        display: none;
    }
}

.com_navPCImg {
    display: none;
}

@media (min-width: 760px) {
    .com_navPCImg {
        display: block;
        height: 48px;
    }
}

/* フッター */
/* ページ上部へリンク */
.com_footer01_toTopLink {
    background-color: #FDE599;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media (min-width: 760px) {
    .com_footer01_toTopLink {
        padding: 16px 0;
    }
}

.com_footer01_footIcon {
    padding-left: 16px;
}

/* コピーライト */
.com_footer01_copyrt {
    background-color: #003D34;
    padding: 40px 0px;
}

@media (min-width: 760px) {
    .com_footer01_copyrt {
        padding: 38px 0px;
    }

    .com_footer01_copyrt br {
        display: none;
    }
}


@media (min-width: 760px) {
    .com_footer01_copyrtSP p {
        display: none;
    }
}

.com_footer01_copyrtPC p {
    display: none;
}

@media (min-width: 760px) {
    .com_footer01_copyrtPC p {
        display: block;
    }
}
