﻿@charset "utf-8";

#care_title {
  background-image: url(bg_title.jpg);
}

#column_main #care_title h2 {
  background-image: url(title01.png);
  background-position: right center;
  padding-bottom: 14.5%;
  left: auto;
  right: 5.5%;
}

@media screen and (max-width: 768px) {
  #care_title {
    background-position: left 20% center;
  }

  #column_main #care_title h2 {
    padding-bottom: 17%;
    right: 4.5%;
  }
}

#clm_cont section#section01 .sec {
  width: 63%;
  float: left;
  margin-bottom: 0;
}

#clm_cont .img_right {
  width: 35%;
}

#clm_cont section#section01 .img_right {
  margin-left: 0;
}

@media screen and (max-width: 480px) {
  #clm_cont section#section01 .sec {
    width: auto;
    float: none;
  }

  #clm_cont .img_right {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto 1.2em auto;
  }

  #clm_cont section#section01 .img_right {
    margin-left: auto;
    margin-top: 1.2em;
  }
}
