﻿@charset "utf-8";

#scalprashtrouble_title {
  background-image: url(bg_title.jpg);
}

#column_main #scalprashtrouble_title h2 {
  background-image: url(title01.png);
  padding-bottom: 14.5%;
}

@media screen and (max-width: 768px) {
  #scalprashtrouble_title {
    background-position: right 5% center;
  }

  #column_main #scalprashtrouble_title h2 {
    padding-bottom: 17%;
  }
}

#clm_cont section .aside ul.ib_list li {
  display: block;
  margin: 0 0 0.7em 0;
  font-weight: bold;
  padding: 0 0 0 14px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

#clm_cont section .aside_prod .img_right {
  border: 0;
}

@media screen and (max-width: 768px) {
  #clm_cont section .aside ul.ib_list li {
    width: auto;
    float: none;
    margin: 0 0 0.3em 0;
  }
}
