﻿@charset "utf-8";

#care_title {
  background-image: url(bg_title.jpg);
}

#column_main #care_title h2 {
  background-image: url(title01.png);
  padding-bottom: 21%;
}

@media screen and (max-width: 768px) {
  #care_title {
    background-position: right 15% center;
  }

  #column_main #care_title h2 {
    padding-bottom: 24%;
  }
}
