﻿@charset "utf-8"; 

#contents .inner #article .section .section p.center {
  text-align: center;
  margin-top: 10px;
}
h2 span.txt_lead {
  font-size: 75%;
  font-weight: normal;
  color: #000000 !important;
  margin-bottom: 10px;
  display: inline-block;
}

.tableStyle01 {
  margin: 0;
  width: 73%;
  border: 1px solid #D5D5D5;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  line-height: 1.5;
  float: left;
}
.note {
	display: block;
	text-align: center;
	margin-top: 5px;
}
.column_wrapper {
	display: flex;
	margin-top: 20px;
	padding: 0 10px;
	justify-content: space-between;
	align-items: center;
}
.column_wrapper.align {
	align-items: flex-start;
}
.column_wrapper.border {
	border: 1px solid #0093d9;
	width: 400px;
	margin: 0 auto;
	border-radius: 15px;
}
.column_wrapper .column_half {
	width: 51.8%;
	margin: 0 !important;
}
.column_wrapper .column_half:last-child {
	width: 46.2%;
}
.column_wrapper .column_half span.half_border {
	display: block;
	border: 1px solid #0093d9;
	padding: 10px;
	border-radius: 15px;
}
.column_wrapper .column_half .order {
	text-align: left;
	display: block;
}
.column_wrapper img {
	width: 100%;
	height: auto;
}
.border {
	border: 1px solid #000;
	padding: 15px;
	margin: 20px 10px;
}
.border p {
	margin: 0 !important;
}
.border_color {
	border: 2px solid #0093d9;
	padding: 20px 10px 10px 10px;
	border-radius: 15px;
	position: relative;
	margin: 30px 10px 15px 10px;
}
.border_color h4 {
	background: #FFF;
	border: 2px solid #0093d9;
	position: absolute;
	display: inline-block;
	padding: 5px 10px;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
}
.item07 {
	max-width: 147px !important;
}
.item09 {
	max-width: 253px !important;
}
.right {
	margin-top: 20px !important;
	text-align: right !important;
}