@charset "utf-8";

.Wrapper{
    width: 100%;
    position: relative;
    min-width: 980px;
}

.Wrapper-guest{
    background-color: #fbfbfb;
}

.content-wrapper-end{
    padding: 72px 16px 0 216px;
    position: relative;
}

section.guest{
    width: 100%;
    height: auto;
    border-top: 5px solid #89b5e1;
    position: relative;
}

section.guest>span{
    position: absolute;
    left:0;
    top: -5px;
    width: 250px;
    height: 5px;
    background-color: #266db6;
}

.content-wrapper-guest{
    max-width: 1220px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 768px){
    /* .content-wrapper-guest{
        padding: 0 20px;
    } */
}