@charset "utf-8";

#thanks {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.88rem;
    box-sizing: border-box;
}

.thanks-content-box {
    max-width: 43.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 1.88rem;
    box-sizing: border-box;
}

.thanks-content-box h5 {
    text-align: center;
    margin-bottom: 1.88rem;
}

.thanks-subtitle {
    text-align: center;
    margin-bottom: 1.88rem;
}

#thanks .thanks-logo {
    margin-bottom: 1.88rem;
}

#thanks .logo-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

#thanks img {
    width: 3.44rem;
}

#thanks .logo-right {
    font-family: 'zen Maru Gothic', serif;
    margin-left: 0.62rem;
}

#thanks .logo-heading {
    font-size: 1rem;
}

#thanks .logo-right .logo-main {
    font-weight: 900;
    font-size: 2.25rem;
    color: #6C4A40;
    display: flex;
    align-items: center;
}

#thanks .logo-right .logo-main span {
    font-size: 1.375rem;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0.88rem;
}

#thanks .logo-right .logo-main span::before {
    background-color: #6C4A40;
    border-radius: 5px;
    content: "";
    display: block;
    height: 3px;
    width: 13px;
    position: absolute;
    left: -16px;
}

#thanks .logo-right .logo-main span::after {
    background-color: #6C4A40;
    border-radius: 5px;
    content: "";
    display: block;
    height: 3px;
    width: 13px;
    position: absolute;
    right: -16px;
}

#thanks .btn-area {
    padding-bottom: 0;
}

#thanks .btn-area a {
    width: 13.75rem;
}
