@charset "utf-8";

/* ========================================================================== */
/* YA-MAN direct RWD CSS by mniwa at ya-man.com
/* ========================================================================== */



/* -------------------------------------------------------------------------- */
/* default settings */
/* 2015-09 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

#contents h1 {
	margin-bottom: 0.6em;
	color: #666;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.2;
}
#contents h1::after {
	content: "";
	display: block;
	height: 3px;
	background: #f4f4f4;
	background: linear-gradient(to right, #fff 0%, #fff 24%, #ff6ea7 100%);
}
@media only screen and (min-width: 481px) {
	#contents h1 {
		font-size: 1.8em;
		line-height: 1.4;
		letter-spacing: 1.4px;
	}
	#contents h1::after {
		height: 4px;
	}
}