html {
    height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 405px;
    margin: 0;
    display: flex;
    flex-flow: column;
    color: #666;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,Verdana,"M+ 1p",sans-serif;
}

header {
    background: #fff;
    color: #ffffff;
    padding: 16px;
    display: block;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

a {
    color: #333;
}

main {
    background: #ffffff;
    flex: 1;
    vertical-align: middle;
}

footer {
    background: #f2f2f2;
    color: #ffffff;
    text-align: right;
    padding: 16px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

footer div {
    width: 100%;
    max-width: 1024px;
    margin: auto;
}

.logo {
    width: 30%;
}

.toraripikunpc {
    width: 350px;
    margin-right: 5%;
}

.toraripikunsp {
    width: 350px;
}

.main-div {
    color: #828282;
    display: flex;
    align-items: center;
    max-width: 1024px;
    margin: auto;
    height: 100%;
}

.div-img {
    width: 50%;
    text-align: right;
}

.div-img404 {
    width: 45%;
    text-align: right;
}

.div-msg {
    min-width: 30%;
    word-break: keep-all;
}

.thankyou {
    font-size: 3em;
    text-align: center;
    font-weight: bold;
}

.finished {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.div-button {
    text-align: center;
    margin: 36px 0 24px 0;
}

.div-button a {
    text-decoration: none;
}

.cp_button {
    font-size: 1em;
    color: #fff;
    font-weight: #fdfdfd;
    background-color: #2B47D2;
    padding: 16px 32px;
    border-radius: 32px;
    word-break: keep-all;
}

.redirect_msg {
    text-align: center;
}


.div-error-msg {
    min-width: 30%;
    /*word-break: keep-all;*/
}

.notfound-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    padding: 0;
}

.notfound {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 32px;
}

.sp {
    display: none;
}

.pc {
    display: inline;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: inline;
    }

    .div-msg {
        margin: 0 auto;
    }

    .div-button {
        margin: 80px 0 24px 0;
    }

    .div-img {
        margin-bottom: 64px;
    }

    main {
        width: 100%;
    }

    .main-div {
        display: flex;
        background-image: url("../images/toraripikunsp.png");
        background-repeat: no-repeat;
        background-size: 200px auto;
        background-position: bottom left 0;
        background-origin: padding-box;
        box-sizing: border-box;
        padding: 0 0 150px;
    }

    .logo {
        width: 50%;
    }

    .notfound-title {
        padding: 0 48px;
    }

    footer {
        text-align: center;
    }
}