@media screen and (max-width: 768px) {
    .item-text{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .item-list{
        list-style-type:  inherit;
        margin: 20px 0;
        padding-left: 20px;

    }
    .item-list li{
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .apply{
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .apply a{
        text-decoration: underline;
        color: #2b75a6;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .item-text{
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .item-list{
        list-style-type:  inherit;
        margin: 20px 0;
        padding-left: 20px;

    }
    .item-list li{
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .apply{
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .apply a{
        text-decoration: underline;
        color: #2b75a6;
    }
}
@media screen and (min-width: 1200px) {


    .item-text{
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .item-list{
        list-style-type:  inherit;
        margin: 20px 0;
        padding-left: 20px;

    }
    .item-list li{
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .apply{
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .apply a{
        text-decoration: underline;
        color: #2b75a6;
    }
}


