html,
body {
}

html {
    width: 100%;
    background-color: #EAEAEA;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    min-height: 100vh;
}

body {

    font-family: 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;

    position: relative;

    color: #000;
    min-height: 100vh;
}

a {
    color: #000;
    transition: opacity .5s;
}


img {
    max-width: 100%;
    max-height: 100%;
}

#ePageClient {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
}

#ePageClientWrap {
    width: 70vh;
    margin: 0 auto;
    background-color: #FFF;
    height: 100%;
    box-sizing: border-box;
    padding: 3vh;
}

body > header {
    width: 200px;
    height: 100vh;
    position: fixed;
    box-sizing: border-box;
    z-index: 100;
    left: 0;
    top: 0;
    z-index: 101;
    padding: 1.5em 1.5em;

    background-color: #000;
    color: #FFF;
}

#eHeadNav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

#eHeadNav a {
    line-height: 3;
}

#eHeadNav > a:last-child {
    margin-top: auto;
}

body > header a {
    color: #FFF;
}

body > main {

}

body > footer {

    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

#eCopyRight {
    text-align: center;
    line-height: 3;
    font-size: 10px;
}

.ePageContMovie video {
    width: 100%;
    display: block;
}

.ePageContImage img {
    display: block;
    width: 100%;
    height: auto;
}

.ePageContButton {
    text-align: center;
    font-size: 18px;
    padding: 1em 0;
}

.ePageContButton a {
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
}

.ePageContSpace {
    margin-bottom: 30px;
}

#ePageAdmin {
    background-color: #FFF;
    padding: 40px;
    box-sizing: border-box;
    min-height: calc(100vh);
    margin-left: 200px;
}

.eSupportList {
    border-collapse: collapse;
}

.eSupportList th,
.eSupportList td {
    border: 1px solid #CCC;
    padding: 0.3em 1em;
    vertical-align: middle;
}

.eSupportList th {
    text-align: center;
}

.eSupportList td {

}