﻿@charset "utf-8"; 

#contents .inner #article .section .section p.center {
  text-align: center;
  margin-top: 10px;
}
#contents .section .inner {
  width: 100%;
  padding-left: 0;
  clear: both;
}
p.center {
  clear: both;
}
.section_inner:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
section:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
h2 span.txt_lead {
  font-size: 75%;
  font-weight: normal;
  color: #000000 !important;
  margin-bottom: 10px;
  display: inline-block;
}
#contents .inner #article .section .titleTypeA03 {
	font-size: 120%;
	margin: 0 0 5px;
	padding: 5px 10px;
	text-align: left;
}
.products_list {
  display: flex;
  flex-wrap: wrap;
}
.products_list_item {
  width: 50%;
  margin-bottom: 20px;
}
.products_column {
  display: flex;
  justify-content: space-between;
}
.products_text_area {
  width: 77%;
}
.products_text_area .products_note {
  font-size: 92%;
}
.products_list .page_title {
	font-size: 117%;
	margin: 0 10px;
}