@charset "UTF-8";





/* section
-------------------- */
.section {
}
	.section h3 {
		font-size: 24px;
		color: #008cb4;
		text-align: center;
		background: #f9f9f9;
		border: solid 3px #e3e3e3;
		padding: 28px 0 22px 0;
		margin-bottom: 35px;
	}

	.section #Read {
	}
		.section #Read h4 {
			font-size: 40px;
			color: #000056;
			line-height: 55px;
			margin-bottom: 20px;
		}
		
		.section #Read .text {
			font-size: 20px;
			font-weight: bold;
			line-height: 35px;
			margin-bottom: 15px;
		}

		.section #Read .txt {
			text-align: right;
		}

       .section #Read .txt2 {
			padding: 20px;
            background-color: #CEF4FF;
		 }

	.section h5 {
		margin-bottom: 45px;
	}

	.section p {
		margin-bottom: 40px;
	}
	
	.section dl {
		margin-bottom: 30px;
	}
		.section dl dt {
			font-size: 20px;
			color: #008ab2;
			margin-bottom: 12px;
		}
		.section dl dd {
			font-size: 16px;
			line-height: 30px;
		}























































