html, body{
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    width:100%;
    height:100%;
}

.header-wrapper {
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: #7ECB5C 2px solid;
    height: 55px;
}

.header-contents {
    margin: auto;
    text-align: center;
    width:100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.header-logo {
    display: block;
    width: 70%;
    max-width: 500px;
    height: 15px;
}

.universal-error-main-contents {
    padding-top: 57px; /*　ヘッダー分(ヘッダー＋ボーダー)下げて表示　*/
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 40px 0;
}

.main-guide-text {
    font-size: 14px;
    margin: 0px;
    text-align: center;
}

#app-install {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

.app-store-links-img-only {
    margin-top: 8px;
}

.app-badge-app-store {
    margin-right: 5px;
    border-radius: 13px;
    width: 120.5px;
    height: 40px;
    vertical-align: top;
}

.app-badge-google-play {
    height: 50.5px;
    position: relative;
    top: -5.5px;
}

.footer-wrapper {
    background: #46BE32;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.footer-contents {
    width:100%;
    text-align: center;
    margin: auto;
    font-size: 1.2em;
    color: #ffffff;
    padding: 7px 0;
}

.footer-address {
    font-size: 10px
}
