/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_01 h2{
  font-weight:normal;
  font-size:14px;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}

.brand_history{
  margin: 0 0 30px;
}
.brand_history h2{
  display:block;
  margin:0 0 10px;
  font-size: 12px;
  font-weight: normal;
}
.brand_history h2 strong{
  font-size: 15px;
}
.brand_history p{
}