* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* survey-wrap */
.survey-wrap {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
.survey-wrap h1 {
    padding: 20px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    background-color: #055CAB;
}
.survey-wrap h1 br {
    display: none;
}

/* surveyElement */
#surveyElement {
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-top: 0;
}
#surveyElement .sv-question__title {
    margin: 0 0 20px;
}
#surveyElement .sv-root-modern .sv-footer__prev-btn,
#surveyElement .sv-root-modern .sv-footer__next-btn,
#surveyElement .sv-root-modern .sv-footer__complete-btn {
    background-color: #055CAB !important;
}
#surveyElement .sv-root-modern .sv-question__erbox {
    margin: -10px 0 15px;
}

/* survey-area */
.survey-area {
    padding: 20px 40px;
}
.survey-area h2 {
    margin: 0 0 30px;
    font-size: 21px;
}
.survey-area p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.8;
}
.survey-area p strong {
    color: #F84501;
}
.survey-area p a {
    font-weight: bold;
    color: #33f;
    text-decoration: underline;
}
.survey-area .btn-area {
    margin-top: 50px;
    text-align: center;
}
.survey-area .btn-area a {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    color: #333;
}

@media only screen
and (max-width: 768px) {

    .survey-wrap h1 {
        line-height: 1.58;
    }
    .survey-wrap h1 br {
        display: block;
    }

    /* surveyElement */
    #surveyElement {
        padding: 0;
        border: 0;
    }
    #surveyElement .sv-question__title {
        margin: 0 0 20px;
        font-size: 18px;
    }

    /* survey-area */
    .survey-area {
        padding: 20px;
    }

}
