
/* --------------------------------------------------- */
section p {
	margin-bottom: 30px;
}
section .list1 {
	list-style: outside disc;
	margin-left: 25px;
}
section .list1 li {
}
section .list2 {
}
section .list2 li {
	margin-bottom: 15px;
	padding-left:1em;
	text-indent:-1em;
}
section .list2 li strong {
	display: block;
	font-weight: 700;
}
section .list3 {
	list-style: outside decimal;
	margin-left: 25px;
}
section .list3 li {
	margin-bottom: 10px;
}
section .list3 li strong.ttl {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1.1em;
}
section .list4 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #ccc 1px dashed;
}
section .list4 > li {
	margin-bottom: 20px;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.8em;
}
section .list4 > li a {
	text-decoration: underline;
}
section .list5 {
	padding-top: 5px;
	margin-left: 20px;
}
section .list5 li {
	margin-bottom: 5px;
}
section .list5 li::before {
	content: "-";
	margin-right: 5px;
}
section .list5 li a {
	text-decoration: underline;
}
section .list5 li a:hover {
	color: #999;
}
section .tb-outer {
	border-top: #888 1px solid;
}
section .tb {
	width: 100%;
	display: table;
	border-bottom: #888 1px solid;
	padding: 15px;
}
section .tb dt,
section .tb dd {
	display: table-cell;
	vertical-align: top;
}
section .tb dt {
	width: 260px;
}
section .tb dd {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


@media screen and (max-width: 860px) {
	/* ----------------------------------------------- */
	section .tb,
    section .tb dt,
    section .tb dd {
        display: block;
    }
	section .tb dt {
		width: 100%;
		color: #6E912A;
		margin-bottom: 5px;
	}
	/* ----------------------------------------------- */
}

@media screen and (max-width: 580px) {
	/* ----------------------------------------------- */
}