@charset "utf-8";

body {
}
h3.title {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin: 70px auto 20px;
    padding: 20px 0;
	width: 400px;
    text-align: center;
    font-size: 20px;
    font-family: 'garogierregular';
}
h3.title::before,
h3.title::after {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 30px;
	content: '';
}
h3.title::before {
	top: 0;
	left: 0;
	border-top: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
}
h3.title::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

