@media  (min-width: 801px) {
	    .block_contents {
        width: auto;
        max-width: 42vw;
        margin: 0 auto;
    }
	    body {
        overflow-x: hidden;
    }
    .content_block {
        overflow-x: hidden;
    }
	#form h2 { line-height: normal!important; }
}

@media  (max-width: 800px) {
	header { height: 3.5rem; font-size: 1rem; }
	.block_contents { width: -webkit-fill-available; padding: 1rem 3vw 2rem 3vw; }
	#title h1, #title h2 { padding: 0.5rem; font-size: 1.3rem; margin-left: 0; margin-right: 0; }
	#title h1 { margin-top: 6rem; }
	#form h2 { font-size: 1.6rem; line-height: normal !important; text-align: left; display: table-cell; }
	#form button { font-size: 1.2rem; }
	petition_footer { display: none; width: 90%; padding: 0.8rem 5% 0.6rem; text-align: center; position: fixed; z-index: 998; box-shadow: 0 0 4px rgba(0,0,0,0.8); font-size: 1.1rem; bottom: 0; left: 0; color: #fff; font-weight: 800; letter-spacing: -0.01rem; background: #ff0000; transition: opacity 0.3s ease; }
	petition_footer:hover { background: #ffaf24; color: #131719; }
	footer { text-align: center; }
}
