@charset "UTF-8";

/*
-------------------------------------------------- */

.table_normal thead + tbody th.no_bg {
    background-color: transparent;
    font-weight: normal;
}

.border_right {
    border-right: 1px solid #BEBEC8 !important;
}

.no_border_right {
    border-right: none !important;
}

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

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