@charset "utf-8";

	
	.blue {
		color: #4e6a89;
		font-weight: bold;
	}

	/* section.num01 */
	body .section.num01 {
		margin-bottom: 50px;
	}
	body .section.num01 .clm1 {
		float: left;
		width: 568px;
	}
	body .section.num01 .clm2 {
		float: right;
		width: auto;
	}
	body .section.num01 h5 {
		font-size: 18px;
		font-weight: bold;
	}
	/* section.num02 */
	body .section.num02 {
		margin-bottom: 50px;
	}
	body .section.num02 h5 {
		font-size: 18px;
		font-weight: bold;
	}

	/* @media 865 START */
@media only screen and (max-width:865px) {
	/* section.num01 */
	body .section.num01 .clm1 {
		width: 50%;
	}
	body .section.num01 .clm2 {
		width: 45%;
	}
}
	/* @media 865 END */

	/* @media 599 START */
@media only screen and (max-width:599px) {
	/* section.num01 */
	body .section.num01 .clm1 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	body .section.num01 .clm2 {
		float: none;
		width: 100%;
		text-align: center;
	}
}
	/* @media 599 END */