/* CSS Document *//*==================================================top-contents=================================================*/.information {	width: 90%;	max-width: 1000px;	background-color: #cbeff8;	border-radius: 20px;	margin: min(10%, 80px) auto min(10%, 80px);	padding: min(10%, 80px) min(5%, 80px);}.information h1 {	max-width: 432px;	text-align: center;	margin: 0 auto;}.information h1 img {	width: 100%;	max-width: 100%;	height: auto;}.information h2 {	text-align: center;	margin: 1em 0;}.information p {	text-align: center;}.information .button {	font-size: clamp(1.4rem, 2vw, 2rem);	max-width: 600px;	border-radius: 60px;	margin: 1em auto 0;}.information .button::before {	display: none;}footer {	width: 90%;	max-width: 1000px;	margin: 0 auto;}.footer-company {	width: 100%;}@media only screen and (min-width:1px) and (max-width: 768px) {	    .information p {		text-align: left;	}	.information p br {		display: none;	}    }@media only screen and (min-width:1px) and (max-width: 568px) {	}	@media only screen and (min-width:1px) and (max-width: 480px) {	}