/* ヘッダー */
header {
  background-color: #08172b;
}

/* メインカラー */
.bg-navy {
  background-color: #000033 !important;
}

.text-navy {
  color: #000033 !important;
}

/* アクセントカラー */
.bg-accent {
  background-color: #FF0033 !important;
}

.text-accent {
  color: #FF0033 !important;
}

.btn-accent {
  background-color: #FF0033;
  color: #fff;
  border: none;
}

.btn-accent:hover {
  background-color: #a50d24;
  color: #fff;
}


body {
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.navbar {
	background-color: #08172b;
}

/* ページ説明 */

.page-header {
background:#ffffff;
color:#333;
padding:60px 0;
text-align:center;
}

/* タイトル */

.section-title{
font-weight:bold;
text-align:center;
margin-bottom:50px;
}

/* フッター */
footer {
  background-color: #08172b;
  color: #fff;
  padding: 20px 0;
}