@charset "UTF-8";

.table h3 {
	color:#e95514;
	font-weight:700;
	display:block;
	margin: 2em 0 1em 0;
    padding: 1em;
    background-color: #e3d8c4;
	text-align: center;
}
.table .intro {
	border: 4px double #e3d8c4;
	padding: 4%;
}
.table .intro p:last-child,
.table dd p:last-child {
	margin-bottom: 0 !important;
}
.table .ind span{
	display: block;
	line-height: initial;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.table .ind span:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.table h3 {
		font-size:22px;
		font-size:2.2rem;
	}
}
/*table dl内のスタイルはcommon.cssに記載*/
