/*=========Maximum 1200px ===========*/
@media screen and (max-width:1200px) {
     
}
/*=========Maximum 1000px ===========*/
@media only screen and (max-width: 1000px) {
    .pc-only-1000{
        display: none;
    }
}
/*=========Maximum 768px ===========*/
@media screen and (max-width:768px) {
    .article .text-article{
        margin-right: 20px;
    }
    .btn-cta2{
        margin-bottom: 20px;
    }
}
/*=========Maximum 800px ===========*/
@media screen and (max-width:800px) {
    
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
    
}
