#wrapper #main article h3 {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
}

#wrapper #main article h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004096;
	font-size: 110%;
	margin-bottom: 10px;
}

#wrapper #main article .contents {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 15px;
	color: #333;
	font-size: 88%;
	line-height: 1.6em;
	margin-bottom: 20px;
}

#wrapper #main article .contents .left {
	float: left;
	width: 430px;
}

#wrapper #main article .contents #right {
	float: right;
}

#wrapper #main article .contents .data {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}

#wrapper #main article .contents .data p {
	margin-bottom: 15px;
}

#wrapper #main article .contents .data img {
	margin-right: 9px;
}

#wrapper #main article .contents #border {
	border: 1px solid #666;
}

#wrapper #main article .contents table {
	width: 660px;
	border: 1px solid #666;
	margin-bottom: 30px;
	font-size: 95%;
}

#wrapper #main article .contents table th {
	border: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#wrapper #main article .contents table tr th:first-child {
	width: 100px;
}

#wrapper #main article .contents table tr td {
	text-align: center;
	border: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* #wrapper #main article .contents table .second {
	background-color: #EDEDE7;
} */

/* 奇数行に背景色 */
#wrapper #main article .contents table tr:nth-child(odd) {
	background-color: #EDEDE7;
}

/* 第一行だけ濃色 */
#wrapper #main article .contents table tr:first-child {
	background-color: #D2CFC8;
}

#wrapper #main article .contents table .row {
	vertical-align: middle;
}

#wrapper #main article .contents_last {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 15px;
	color: #333;
	font-size: 88%;
	line-height: 1.6em;
	margin-bottom: 20px;
	padding-left: 10px;
}

section>h4+p,
section>h5 {
	margin-bottom: 1rem;
}

section>h5 {
	color: #004096;
}

.case-box {
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.case-photo {
	border: 1px solid #ddd;
	padding: 0.5rem;
	margin: 0.25rem;
}

.case-photo dt {
	margin: 0.5rem 0;
}

.case-photo figure {
	margin: 0 0.25rem;
}

.case-photo figure img {
	max-width: 100%;
}

.equipments {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fig-items {
	width: 45%;
}

figure {
	margin-bottom: 1.5rem;
}

.equipments figure img {
	margin-bottom: 0.5rem;
}