@charset "utf-8";
    body {
        height: 100vh;
        min-height: 100vh;
        scroll-behavior: smooth;
        text-rendering: optimizeSpeed;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }
    * {
        box-sizing: border-box;
        font-family: inherit;
        line-height: inherit;
        color: inherit;
        background: transparent;
    }
    *, *:before, *:after {
        box-sizing: border-box;
    }
    .wrapper {
        overflow-x: hidden;
        font-family: "Hiragino Kaku Gothic Pro","Meiryo","Osaka","MS PGothic","Arial","Helvetica",sans-serif;
        font-size: 1rem;
        position: relative;
        min-height: 100vh;
        padding-bottom: 60px;
    }
    .speech {
        position: absolute;
        top: -99999px;
        left: -99999px;
        overflow: hidden;
        font-size: 0;
        height: 0;
        width: 0;
    }
    header,
    footer {
        border-bottom: none;
        background-color: #752100;
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer {
        position: absolute;
        bottom: 0;
    }
    footer p {
        color: #fff;
    }
    .thankyou_body {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .thankyou_inner {
        padding: 20px;
        max-width: 1110px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .thankyou_inner h1 {
        font-size: 2.5rem;
        line-height: 1.3;
        color: #094b7c;
        margin-bottom: 40px;
    }

    .thankyou_inner p {
        margin-bottom: 20px;
        text-align: left;
        font-weight: 700;
    }
    .thankyou_inner a {
        margin: 20px auto 40px;
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
        display: inline-block;
        padding: 0 24px;
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        line-height: 46px;
        font-weight: 700;
        cursor: pointer;
        background-color: #fff;
        color: #752100;
        border: 2px solid #752100;
        text-decoration: none;
    }
    .thankyou_inner a:hover {
        background-color: #752100;
        color: #fff;
    }

    @media only screen and (max-width: 767px) {
    }

    @media only screen and (max-width: 550px) {
    }

