@charset "utf-8";

.method-scale_steps {
    h3 {
        background: unset;
        border: 0;
        border-bottom: 1px solid #ccc;
        padding: 0;
        color: #000;
        position: relative;
        @media (width <= 999px) {
            padding-bottom: 10px;
            font-weight: bold;
            text-align: center;
        }
        &::before {
            display: none;
        }
        span {
            background: var(--color-main-light);
            margin-right: 10px;
            padding: 8px 20px 9px 20px;
            color: #fff;
            font-size: 1.6rem;
            line-height: 1;
            position: relative;
            top: -4px;
            @media (width <= 999px) {
                margin-bottom: 10px;
                margin-right: 0;
                padding: 10px;
                top: unset;
                text-align: center;
                display: block;
            }
        }
    }
}

.researcher_greeting {
    line-height: 2.1;
    font-size: 1.9rem;
    font-weight: bold;
    @media (width <= 999px) {
        font-size: 1.6rem;
    }
}