@charset "UTF-8";

/* CSS Document */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin: 0 auto;
}

#wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
}

a:hover {
    opacity: 0.8
}

img {
    vertical-align: top;
    max-width: 100%;
}

main {
    text-align: center;
    margin: auto;
    max-width: 800px;
}

footer {
    box-sizing: border-box;
    width: 100%;
    background: #F2F4F8;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

footer small {
    display: block;
    font-size: 10px;
    line-height: 1em;
}

/* result_area */
.thanks_area {
    margin-bottom: 30px;
}

.thanks_img {
    margin-bottom: 30px;
}

.thanks_text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
}

@media screen and (max-width:767px) {
    .thanks_area {
        margin-bottom: 20px;
    }

    .thanks_img {
        margin-bottom: 20px;
    }

    .thanks_text {
        font-size: 18px;
    }
}

/* join_area */
.join_area {
    padding: 0 20px;
}

.join_btn {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 344px;
    padding: 18px 20px;
    margin: 0 auto 20px;
    border-radius: 32px;
    background: #000;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

.join_btn span {
    position: relative;
}

.join_btn span:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    background-image: url(../img/x_logo.png);
    background-size: contain;
    content: "";
    vertical-align: top;
}

.join_text {
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 20px;
}

.join_notes {
    box-sizing: border-box;
    max-width: 670px;
    padding: 15px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.join_list {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .join_btn {
        max-width: 280px;
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
    }

    .join_btn span:before {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .join_text {
        font-size: 12px;
    }

    .join_list {
        font-size: 10px;
    }
}
