@charset "utf-8";

.form_txt{
    font-size: 20px;
    line-height: 1.8em;
}

.form_h3{
    font-size: 24px;
    line-height: 1.8em;
    margin-left: 2.5%;
    padding: 0;
}

.form_txt_box{
    width: 100%;
    height: auto;
    background-color: #fff5f5;
    border-radius: 10px;
    margin: 1em 0;
    padding: 1em 0;
}

.form_list{
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.form_list li{
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.form_disc{
    list-style:disc;
}

.form_number{
    list-style: decimal;
}

.form_txt_box p{
    width: 90%;
    margin: 0 auto;
}

.form_a{
    text-decoration: underline;
}

.form_a:hover{
    text-decoration: underline;
    opacity: 0.8;
}

@charset "utf-8";

.form_txt{
    font-size: 20px;
    line-height: 1.8em;
}

.form_h3{
    font-size: 24px;
    line-height: 1.8em;
    margin-left: 2.5%;
    padding: 0;
}

.form_txt_box{
    width: 100%;
    height: auto;
    background-color: #fff5f5;
    border-radius: 10px;
    margin: 1em 0;
    padding: 1em 0;
}

.form_list{
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.form_list li{
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.form_disc{
    list-style:disc;
}

.form_number{
    list-style: decimal;
}

.form_txt_box p{
    width: 90%;
    margin: 0 auto;
}

.form_a{
    text-decoration: underline;
}

.form_a:hover{
    text-decoration: underline;
    opacity: 0.8;
}

/* 1000px___________________________________________________________________________________________________________________________________________________________________________ */

@media (max-width: 1000px) {

    .form_txt{
        font-size: 4.4vw;
    }

    .form_h3{
        font-size: 5vw;
    }

    .form_list li{
        width: 90%;
        height: auto;
        margin-left: 10%;
    }

}


/* 1000px___________________________________________________________________________________________________________________________________________________________________________ */

@media (max-width: 1000px) {

    .form_txt{
        font-size: 4.4vw;
    }

    .form_h3{
        font-size: 5vw;
    }

    .form_list li{
        width: 90%;
        height: auto;
        margin-left: 10%;
    }

}
