@charset "utf-8";

/* section.num01 */
	body .section.num01 {
		margin-bottom: 40px;
	}
	body .Box {
		padding: 20px;
		position: relative;
	}


	/* section.num02 */
	body .section.num02 {
	}

	.titleFloat .sTitle {
		float: left;
		margin-right: 20px;
	}
	.titleFloat .text {
		padding-top: 25px;
	}

	.text.blue {
		color: #4e6a89;
	}
	.text strong {
		font-size: 16px;
		color: #4e6a89;
	}
	.text .blueBK {
		color: #fff;
		padding: 5px 8px;
		margin: 0 8px;
		background-color: #738faf;
	}
	.text .grayBK {
		display: inline-block;
		color: #fff;
		padding: 5px 8px;
		background-color: #a9a9a9;
	}
	.valuePoint {
		padding: 15px;
		background-color: #f0f2f3;
	}

	.floatBoxA .left {
		float: left;
		width: 73.41040462427746%;
	}
	.floatBoxA .right {
		float: right;
		width: 24.277456647398843%;
	}


	/* @media 768 START */
@media only screen and (max-width:768px) {
}
	/* @media 865 END */

	/* @media 599 START */
@media only screen and (max-width:600px) {
	body br {
		display: block;
	}

	.titleFloat .sTitle {
		float: none;
		margin-right: 0;
		margin-bottom: 20px!important;
	}
	.titleFloat .text {
		padding-top: 0;
		margin-bottom: 40px;
	}

	.floatBoxA .left,
	.floatBoxA .right {
		float: none;
		width: 100%;
	}
	.floatBoxA .left {
		margin-bottom: 20px;
	}
}
	/* @media 599 END */

	/* @media 320 START */
@media only screen and (max-width:320px) {
}
	/* @media 320 END */


