@charset "UTF-8";
/* CSS Document */

/* CONTENTS */
.consept, .event{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	/* 左右中央寄せ */
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;

	/* 上下中央寄せ */
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

/*consept*/
.consept{
	background-color:#ce1125;
}

.consept h2{
	font-weight:100;
	font-family:inherit;
	font-size:1.5em;
	line-height:2.3em;
	color:#fff;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 769px) {

}
	