footer, header {
    display: block;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%
}

img {
    border-style: none;
    border: 0;
    vertical-align: middle;
}

body {
    line-height: 1.42857rem;
    min-height: 100vh;
    font-family: SSTRoman;
}

::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.grid-container {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: -ms-grid;
    display: grid;
    grid-template-rows: auto 1fr auto;
    -ms-grid-rows: auto minmax(min-content, 1fr) auto;
    -ms-grid-columns: 100%
}

.global-header {
    background-color: #000000;
    width: 100%;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
    -ms-grid-row: 1;
    grid-row: 1;
}

.grid-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 550px) {
    .header-ps-logo {
        width: 236px;
        height: 28px;
        max-width: 767px;
        display: inline-block;
        flex-direction: column;
    }
}

.header-help-link {
    color: #fff;
}

.header-help-link:hover, .header-help-link:focus {
    color: #fff;
    text-decoration: none;
}
.global-footer {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-row-align: end;
}

.grid-footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000000;
    color: #fff;
    font-family: SSTPro-Light;
    padding: 20px 0;
}

@media screen and (min-width: 850px) {
    .grid-footer-wrapper {
        flex-direction: row;
        padding: 20px 20px;
    }
}

.footer-logo {
    margin-right: 10px;
}

@media screen and (min-width: 850px) {
    .footer-logo {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 850px) {
    .footer-copyright {
        margin-top: 0;
    }
}

.footer-links {
    display: flex;
    margin-top: 20px;
}

@media screen and (min-width: 850px) {
    .footer-links {
        display: inline-block;
        margin-top: 0;
    }
}

.gsi-footer-link {
    font-family: SSTPro-Light;
    display: inline-block;
    font-weight: normal;
    font-size: 1em;
    color: #fff;
}

.gsi-footer-link:not(:first-child) {
    margin-left: 10px;
}

.gsi-footer-link:hover, .gsi-footer-link:focus {
    color: #add8e6;
    text-decoration: none;
}

@media screen and (min-width: 850px) {
    .gsi-footer-link {
        margin-left: 10px;
    }
}

a {
    text-decoration: none;
    cursor: pointer;
}

.message-container-eng {
    font-family: SSTRoman;
    padding-bottom: 20px;
}

.message-container-jp h3{
    font-size: 23px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 1em;
}

.message-container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.error-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

h3 {
    font-family: SSTPro-Light;
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 1em;
}

.message-content-eng {
    font-family: SSTRoman;
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 11px;
}

.message-content-jp {
    font-family: SSTRoman;
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 11px;
}

.link-font {
    font-family: SSTRoman;
    color: rgb(0, 114, 206);
}

@media screen and (max-width: 700px) {
    h3 {
        font-size: 1.428571rem;
    }
}

@font-face {
    font-family: SSTPro-Light;
    font-weight: normal;
    src: url(SSTPro-Light.woff) format("woff"), url(SSTPro-Light.otf) format("otf");
}

@font-face {
    font-family: SSTRoman;
    font-weight: normal;
    src: url(SSTPro-Roman.woff) format("woff"), url(SST-Roman.woff) format("woff"), url(SST-Roman.otf) format("otf");
}

@font-face {
    font-family: SSTPro-Medium;
    font-weight: normal;
    src: url(SSTPro-Medium.woff) format("woff"), url(SSTPro-Medium.otf) format("otf");
}

