/* 共通 */

.container {
    padding: 1.5% 3%;
    font-size: 13px;
}

form > p,
.container > p {
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
}

.sm_font_small {
    font-size: 11px;
}

@media (min-width: 991px) {
    .sm_font_small {
        font-size: 13px;
    }
}

.scroll-hint-icon {
    top: 100px !important;
    height: 115px !important;
}

.table_result{
    min-height: 300px;
}
