@charset "UTF-8";

body {
  background-image: url(../img/top/bg02.png);
}

/*title_container*/
.title_container {
  width: 1180px;
  margin: 0 auto;
  margin-top: 99px;
}
.title_content {
  text-align: center;
  width: 719px;
  margin: 0 auto;
  padding-top: 80px;
  color: #4B3819;
}
.title_content h1 {
  margin: 0 auto 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-size: 28px;
}
.title_content h1 span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.title_message {
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
  line-height: 1.5;
}
.title_message a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
