/* HurryMulti */
.cFlexBetween {
    display: flex;
    justify-content: space-between; /* 両端揃え */
    align-items: center;
}
.cTitleArea {
	height:5em;
	background-color:#EDE7D7D4;
}
.cTitleLeft {
	width:16em;
    height:5em;
    display: flex;
    align-items: end;
    padding-left: 2em;
    margin-bottom: 1em;
}
.cTitleRight {
	width:24em;
    height:5em;
    display: flex;
    align-items: end;
}
.cHurryLogot{
    width:5em;
}
.cHurryTextt{
    width:10em;
}
.cImgBnt{
	width:3em;
}
.cImgBnt:active {
	-ms-transform: translate(2px,2px);
	-webkit-transform: translate(2px,2px);
	transform: translate(2px, 2px);
}