@charset "shift_jis";


@media screen and (min-width: 641px) {
	.outline {
		width: 800px;
		margin: 20px auto;
	}
	.outline h1 {
		background-color: #52b4e5;
		color: #fff;
		padding: 10px 20px;
		text-align: center;
		font-size: 24px;
	}
	.outline p {
		font-size: 16px;
		line-height: 32px;
	}
	
} @media screen and (max-width: 640px) {
	.outline {
		margin: 20px auto;
	}
	.outline h1 {
		background-color: #52b4e5;
		color: #fff;
		padding: 10px 20px;
		text-align: center;
		font-size: 18px;
	}
	.outline p {
		font-size: 14px;
		line-height: 1.875;
	}
	
}
