﻿@charset "utf-8";

#heel_title {
  background-image: url(bg_title.jpg);
}

#column_main #heel_title h2 {
  background-image: url(title01.png);
  padding-bottom: 14.5%;
  background-position: right center;
  left: auto;
  right: 5.5%;
}

@media screen and (max-width: 768px) {
  #heel_title {
    background-position: left 46% center;
  }

  #column_main #heel_title h2 {
    padding-bottom: 17%;
    right: 4.5%;
  }
}

@media screen and (max-width: 480px) {
  #clm_cont .img_right#img02,
  #clm_cont .img_right#img03,
  #clm_cont .img_right#img04 {
    display: block;
    margin: 0 auto 1em auto;
  }
}
