@charset "utf-8";

	/* section.num01 */
	body .section.num01 {
		margin-bottom: 50px;
	}
	
	/* section.num02 */
	body .section.num02 {
		margin-bottom: 50px;
	}
	body .section.num02 .Box.bBox {
		text-align: center;
	}
	body .section.num02 ul {
		margin-bottom: 5px;
	}
	body .section.num02 ul li {
		float: left;
		width:30%;
		text-align:right;
	}
	body .section.num02 ul li.stepNext {
		width: 5%;
		box-sizing:border-box;
		padding: 51px 10px 53px 10px;
	}
	
	/* section.num03 */
	body .section.num03 {
		margin-bottom: 50px;
	}
	body .section.num03 .wBox {
		text-align: center;
	}
	body .section.num03 .wBox.box02 ul li {
		margin-bottom: 50px;
		width: 50%;
		float: left;
		text-align: center;
	}
	body .section.num03 .wBox.box02 ul li.num01,
	body .section.num03 .wBox.box02 ul li.last {
		width: 100%;
	}
	
	/* section.num04 */
	body .section.num04 {
		margin-bottom: 50px;
	}
	body .section.num04 .clm1 {
		float: left;
		width: 60%
	}
	body .section.num04 .clm1 .img {
		margin-bottom: 80px;
	}
	body .section.num04 .clm2 {
		float: right;
		width: 40%
		text-align: right;
	}
	body .section.num04 .ssTitle {
		margin-bottom: 20px;
	}

/* @media 960 START */
@media only screen and (max-width:960px) {
	/* section.num02 */
	body .section.num02 ul li {
		float: none;
		width: 100%;
		text-align: center;
	}
	body .section.num02 ul li.stepNext {
		float: none;
		width: 7%;		
		padding: 10px 0;
		text-align: center;
		margin:0 auto;
	}
	body .section.num03 .wBox p:nth-child(2){
		width: 7%;
		margin:0 auto 20px;
	}
	/* section.num03 */
	body .section.num03 .wBox.box02 ul li {
		width: 100%;
		float: none;
	}
}
	/* @media 960 END */
	
	/* @media 599 START */
@media only screen and (max-width:599px) {
	/* section.num04 */
	body .section.num04 .clm1 {
		float: none;
		width: 100%;
	}
	body .section.num04 .clm1 .img {
		margin-bottom: 40px;
	}
	body .section.num04 .clm2 {
		float: none;
		width: 100%;
		text-align: center;
	}
}
	/* @media 599 END */

