/* Android(380px以下) css */
@media only screen and (max-width: 379px) {
	h1.kv-title {
		font-size: 28px;
	}

	.cta-btn {
		padding: 10px 14px;
		font-size: .9em;
	}

	span.answer-heading {
		font-size: 20px;
	}

	section.what {
		margin-top: -45px;
	}

	p.what-text {
		text-align: center;
		font-size: 20px;
	}

	.monitor-label {
		width: 45%;
	}

	.point-title {
		font-size: 23px;
	}

	p.note_red {
		font-size: 12px;
	}

	.price-old {
		width: 35%;
	}

	p.qa-q {
		font-size: 17px;
	}
}