#contents .inner #article .section .titleTypeA01 {
    border: 1px solid #666;
    padding: 10px;
}
.section p.center {
	text-align: center;
	margin-top: 10px;
}
.section .inner {
	width: 100%;
}
.section .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents .inner #article .section .section.summary p.indent {
	text-indent: -1.8em;
	margin-left: 1.8em;
	padding: 0 10px;
}
#contents .inner #article .section .section h4 {
	margin-bottom: 10px;
}
.section p.no_indent {
	padding-left: 0;
	text-indent: 0;
}
.txt_underline {
	text-decoration: underline;
}

.question_list {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.question_list li {
	width: 49%;
}