/*********************************
	ヘッダー
*********************************/
.header {
  background: #EE8E99;
  height: 50px;
  position: fixed;
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

/** コンテンツ幅 */
.header_container {
  max-width: 768px;
  margin: 0 auto;
}

/** タイトル */
.header_title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}