﻿@charset "utf-8";

#scalprash_title {
  background-image: url(bg_title.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

#column_main #scalprash_title h2 {
  right: 5.5%;
  left: auto;
  background-image: url(title01.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-bottom: 14.5%;
}

@media screen and (max-width: 768px) {
  #scalprash_title {
    background-position: left 30% top;
  }
  #column_main #scalprash_title h2 {
    right: 4.5%;
    padding-bottom: 17%;
  }
}

@media screen and (max-width: 480px) {
  #clm_cont .img_right#img01 {
    float: right;
    max-width: 35%;
    margin: 0 0 0.5em 0.5em;
  }
}
