/******************
    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
*/
body {
    font-size: 16px;
}

/*.row {
    margin-right: 0px;
    margin-left: 0px;
}*/

.question-container, #navigator-container {
    margin-right: 0;
    margin-left: 0;
}

.space-col {
    margin-bottom: 1em;
}

.question-container {
    border: none!important;
    box-shadow: none!important;
}

/*プログレスバー*/

.progress-bar {
    font-size: 16px;
}

.top-container .progress {
    height: 30px;
}

.progress .progress-bar {
    line-height: 30px;
}

.fruity .progress-bar {
    background-color: #1DA747;
}

.group-title {
    background-color: #1DA747;
    color: #fff;
    padding: 30px 0;
}

.fruity .btn-primary {
    font-size: 20px;
    background-color: #f2a943;
    border-color: #f2a943;
}

.fruity .btn-primary:hover {
    background-color: #f7c888;
    border-color: #f7c888;
}

.fruity .question-item {
    padding-top: 0em;
}

/*必須項目*/
.fruity .text-danger {
    color: #ff5754;
    margin-right: 10px;
}

sup {
    top: -0.1em;
}

.fruity .footer {
    border-top: none;
}

/* 10時～18時まで */
.timeHide01 .hour option:nth-child(2), .timeHide01 .hour option:nth-child(3), .timeHide01 .hour option:nth-child(4), .timeHide01 .hour option:nth-child(5), .timeHide01 .hour option:nth-child(6), .timeHide01 .hour option:nth-child(7), .timeHide01 .hour option:nth-child(8), .timeHide01 .hour option:nth-child(9), .timeHide01 .hour option:nth-child(10), .timeHide01 .hour option:nth-child(11), .timeHide01 .hour option:nth-child(21), .timeHide01 .hour option:nth-child(22), .timeHide01 .hour option:nth-child(23), .timeHide01 .hour option:nth-child(24), .timeHide01 .hour option:nth-child(25) {
    display: none;
}

@media (max-width: 767px) {
.nenshu input {
    float: left;
    margin-right: 10px;
}

.nenshu .suffix-text {
    line-height: 34px;
}

.question-title-container {
    padding-top: 15px;
}

.h3 {
    padding: 30px 15px;
}
}