@charset "UTF-8";
/* ---------------------------------------------------------
 タイトル画像一覧
--------------------------------------------------------- */


.news-title {
  height: 50px;
  background: url("../../images/news_title.svg") no-repeat;
}

.about-title {
  height: 50px;
  background: url('../../images/aboutme_title.svg') no-repeat;
}

.prof-title {
  height: 50px;
  background: url("../../images/profile_title.svg") no-repeat;
}

.gallery-title {
  height: 50px;
  background: url('../../images/gallery_title.svg') no-repeat;
}

.contact-title {
  height: 50px;
  background: url("../../images/contact_title.svg") no-repeat;
}
