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

.cont{
	width: 100%;
	font-family: 'Libre Baskerville','Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	padding: 40px 0 40px;
	display: inline-block;
}
.cont a{opacity: 1;}
.cont a:hover{opacity: 0.8;}

.cont_header{
	font-size: 24px;
	display: flex;
	align-items: center;
	height: 1em;
	margin-bottom: 1em;
}
.cont_header:before, .cont_header:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #aaaaaa;
	display: block;
}
.cont_header:before {margin-right: .4em;}
.cont_header:after {margin-left: .4em;}

.cont_header_tittle{
	text-align: center;
	color: #b68d20;
}

.cont_header_tittle_inner{
	text-align: center;
	color: #6c6c6c;
}

/* ########### SP(767px以下) ########### */
@media screen and (max-width: 767px) {
	
	.box{
		width: 95%;
		margin: 0 auto;
	}
	
	.box_tittle{
		font-size: 20px;
	}
}