@media all and (min-width: 641px) {

	/* INDEX */
	body#privacy-index .text {
		margin-bottom: 50px;
	}

	body#privacy-index .text .title {
		margin-bottom: 10px;
		font-size: 2.2rem;
		font-weight: bold;
	}

	body#privacy-index .date {
		text-align: right;
	}
}

@media only screen and (max-width: 640px) {

	/* INDEX */
	body#privacy-index .text {
		margin-bottom: 30px;
	}

	body#privacy-index .text .title {
		margin-bottom: 10px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	body#privacy-index .date {
		text-align: right;
		font-size: 1.4rem;
	}
}