@charset "UTF-8";

/*
-------------------------------------------------- */
._headline_color {
    color: #e6eaec;
}

@media screen and (max-width:767px) {
	.sp_fNone {
		float: none
	}
}

.disp_flex_ac {
	display: flex;
	align-items: center;
}

@media screen and (max-width:767px) {
	.sp_disp_block {
		display: block;
	}
}