.pc-title {
    width: 1000px;
    margin: 0 auto;
}

.sp-title {
    display: none;
}

.contents-wrapper {
    box-shadow: 0px 0px 15px 0px rgb(147 144 144 / 30%) !important;
}

@media screen and (max-width:1200px) {
    .pc-title {
        width: 97%;
    }

    #thanks{
        width: 97%;
        margin: 0 auto;
    }

}

@media screen and (max-width:750px) {
    .pc-title {
        display: none;
    }

    .sp-title {
        display: block;
    }


    #thanks .title h2 {
        font-size: 18px;
    }

    .contents-wrapper {
        box-shadow: none !important;
    }
}