@charset "utf-8";
/* CSS Document */
/*------------------------------------------------*/
/* h2距離調整 */
.c-text:first-child {
	margin-top: 27px;
}
@media screen and (max-width:600px) {
.c-text:first-child {
	margin-top: 0;
}
}
