﻿.TopTitle {
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 6px 0px;
}

.TitleFrame .Back {display:none}

@media screen and (max-width: 769px) {
    body {
        background-color:#FFF;
    }

    .TitleFrame {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
    .ContentFrame {
        margin-top: 69px;
        height:550px;
    }
}

@media screen and (max-width: 420px) {

    .Finish {
        padding-bottom: 80px;
    }

    .ContentFrame .Content {
        margin-top: 30px;
    }
    
    .TitleFrame {display:block}

    .FooterFrame {
        height: auto;
    }
}
