@charset "UTF-8";

/* CSS Document */



/* sp */

@media screen and (max-width: 768px) {

.information {
	max-width: 1000px;
}

.information img {
	width: 100%;
	height: auto;
}

.information p {
	color: #5C6063;
	padding: 0.5rem;
	font-size: 14px;
}
}
