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