のーりぴ＾と/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.survey-description.text-info.text-center p {
    font-size: 15px;
}

.container-fluid {
    position: relative;
}

button.navbar-toggler {
    position: absolute;
    left: 20px;
}

body {
    padding-top: 100px;
}

.question-help-container {
    padding: 6px 10px 0;
   }

.ls-question-help, .ls-questionhelp {
    margin: 0;
    text-align: left;
}

.form-horizontal .control-label.col-12 {
    text-align: left;
    padding-top: 5px;
}

.tarekomi_b_link_wrap {
    display: flex;
    justify-content: center;
}
.bg-primary {
    background: #164e79 !important;
}
.btn-primary {
    background-color: #164e79 !important;
    border-color: #164e79 !important;
}
button#ls-button-submit {
    background-color: #f39c12 !IMPORTANT;
    border-color: #f39c12 !IMPORTANT;
}
.question-valid-container.bg-primary.text-info.col-12 {
    background: #fff !important;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
div#question4 .question-valid-container.bg-primary.text-info.col-12 {
    padding-top: 6px;
}
p.alert.alert-info.uploadmsg {
    display: none;
}
.modal-header {
    padding: 1rem 2rem;
}
.modal-header .btn-close {
    padding: 0.5rem 1rem;
}
@media screen and (max-width: 768px) {
    body.tarekomi.bootswatch.vanilla.flatly.font-roboto.lang-ja {
    padding-top: 65px;
   }
   
   .group-container {
    margin: 0 10px;
   }
   
   .survey-welcome.h5.text-primary {
    text-align: left;
    margin: 0 auto 24px;
    font-size: 15px;
   }
   
   .question-container {
    margin-bottom: 1.5em;
   }
}







