﻿.center {
    text-align: center;
}

.survey-layout {
    min-height: 765px;
    padding: 60px 0;
}

    .survey-layout .container {
        width: 80%;
        margin: 0 auto;
    }

.survey-ttl {
    color: #8e3733;
    font-weight: 600;
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
}

.form1-ttl {
    text-align: center;
}

.form1-group {
    margin-bottom: 30px;
}

    .form1-group span {
        display: inline-block;
        width: 180px;
        font-weight: 600;
        font-size: 19px;
    }

    .form1-group input {
        width: calc(100% - 260px);
        padding: 0 5px;
    }

        .form1-group input::placeholder {
            font-size: 17px;
        }

.module-ttl {
    font-size: 16px;
    margin: 0;
}

.module-name {
    font-size: 55px;
    color: #8e3733;
    font-family: 'SFUShadowBTBlackCondensed';
    line-height: 1.3em;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.module-des {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
}

    .module-des:after {
        content: "";
        position: absolute;
        bottom: 20%;
        left: calc(50% - 225px);
        width: 450px;
        height: 1px;
        background: #a7a7a7;
    }

.modult-content {
    padding: 40px 0;
}

.question-item {
    margin-bottom: 25px;
}

.question-ttl {
    font-family: Roboto,sans-serif;
    margin: 0;
}

.question-item label {
    margin: 20px;
}

.group-btn {
    position: relative;
}

    .group-btn a {
        position: absolute;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        border: 1px solid #8e3733;
        background: #b96460;
        text-align: center;
        border-radius: 5px;
        padding: 5px 40px;
        transition: all 0.5s;
    }

.btn-prev {
    left: 5%;
}

.btn-next, .btn-send {
    right: 5%;
}

.input-send {
    width: 100%;
    padding: 10px;
}

.success {
    text-align: center;
    font-family: Roboto,sans-serif;
}

.success-ttl {
    font-size: 27px;
    font-weight: 300;
}

    .success-ttl span {
        font-weight: bold;
    }

.success-des {
    font-weight: 300;
}

.result-total-ttl {
    font-size: 27px;
    margin-bottom: 20px;
}

.result-total {
    font-size: 40px;
    font-weight: bold;
    color: #8e3733;
}

.result-ttl {
    font-size: 27px;
}

@media screen and (max-width:768px) {
    .survey-layout .container, .module-des {
        width: 100%;
    }

    .survey-layout {
        padding: 40px 0;
    }
}

@media screen and (max-width:480px) {
    .survey-ttl {
        font-size: 21px;
    }

    .form1-group span, .form1-group input {
        width: 100%;
    }

    .form1-group span {
        margin-bottom: 13px;
    }

    .form1-group input {
        padding: 5px;
    }

    .module-name {
        font-size: 37px;
    }

    .modult-content {
        padding: 0;
    }

    .question-item label {
        margin: 0 0 5px;
        width: 100%;
        display: inline-block;
        font-size: 14px;
    }

    .group-btn {
        margin-bottom: 35px;
    }
}
