@charset "UTF-8";

.page_section_text{
    margin-top: 9%;
}

/* select */
.select_name{
    font-size: 3.7vw;
    text-align: right;
    margin-top: 3%;
}


@media screen and (min-width: 960px){
    .page_section_text{
        margin-top: 5%;
    }

    /* select */
    .select_name{
        font-size: min(0.9vw, 16px);
        margin-top: 2%;
        width: 59%;
    }
}