@media screen and (min-width: 1202px){
    .footer_recaptcha {
    padding: 1%;
    text-align: center;
    color: #CCC;
    width: 100%;
    }
    }

    /* ブラウザの大きさが1201px以下の場合 */
    @media screen and (max-width: 1201px){
    .footer_recaptcha {
    padding: 2%;
    text-align: center;
    color: #CCC;
    width: 96%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    line-height: 20px;
    }
    }