@charset "utf-8";

.header__bg {
   background: #ff3300;
}

hr.header {
  height: 1px;
  background-color: #fff;
  border: 0;
  margin-bottom: 4px;
}

#header {
	position:relative;
	width:100%;
	max-width: 1250px;
	margin: 0 auto;
	text-align:center;
	background: #ff3300;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#header a:hover {
	text-decoration:none;
}

#header h1 {
	max-width: 507px;
}
#header h2 {
	padding: 0;
	margin: 10px 0;
}
#header h2 p {
	color: #fff;
	font-size: 28px;
	line-height: 0.8;
	text-align:right;
}
#header h2 p.tell:before {
	content: url(../images/header-tell.png);
	vertical-align: text-bottom;
	padding-right: 20px;
}
#header h2 p.tell a {
	color: #fff;
	text-decoration: none;
}