/* CSS Document */

#contentsBlock p{
	text-align: left;
	margin: 10px 0;
}

section{
	margin: 0 auto 20px;
	position: relative;
}

h3{
	background: #d9ebff;
	margin-top: 20px;
}

h3.hd01{
	background: #fff;
	margin: 0px 0 10px;
	padding: 0;
	font-size: 30px;
	line-height: 1.4;
	border-bottom: none;
}


h4.hd02{
color: #2e8ae6;
    border-bottom: 2px solid #2e8ae6;
    text-align: left;
    padding: 5px 0px 0px 10px;
    font-size: 18px;
}

h4.hd02:before,
h4.hd02:after{
	content: none;
}

h5.hd03{
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	background: none;
	padding: 10px 0 0;
	margin-bottom: 0;
}

.olStyle01{
	margin-top: 20px;
	line-height: 1.8;
    margin-right: 0;
}
	.olStyle01 li{
		line-height: 1.8;
		padding-bottom: 5px;
	}


.olStyle02 {
	margin	: 0 25px 10px;
}

	.olStyle02 > li {
		list-style		: upper-alpha;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
		line-height: 1.5;
	}

.olStyle02 .olStyle02{
    margin-bottom: 0;
}


.tblStyle02{
    font-size: 12px;
}

.tblStyle02 tbody tr {
    display: flex;
    flex-direction: column;
}

.tblStyle02 th {
    display: block;
    width: 100% !important;
    border: none;
    margin: 0 auto;
    padding: 8px 3% 8px;
    color: #333;
    background: #eeeeee;
    font-weight: bold;
}

.tblStyle02 td {
    border: none;
    padding: 0;
    margin: 10px 0 20px;
    color: #444;
}


.olStyle03 > li {
	list-style-type: none;
	counter-increment: cnt;
}

.olStyle03 > li::before {
	content: "(" counter(cnt) ") ";
}


.olStyle04 {
	margin	: 0 25px 10px;
}

	.olStyle04 > li {
		list-style		: lower-alpha;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
		line-height: 1.5;
	}

.olStyle04 .olStyle04{
    margin-bottom: 0;
}
