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

.midashi_line {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
 
    margin: 0 auto;
}
.midashi_line:before, .midashi_line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.midashi_line:before {
	margin-right: .4em;
}
.midashi_line:after {
	margin-left: .4em;
			}