			.ny_owdPrcCntBox {
				margin-bottom: 75px;
			}
			.ny_owdPrcBox::after {
				display: none;
			}
			.mpTxt {
				margin-bottom: 30px;
			}
			.mpTable {
				margin-bottom: 0;
			}
			.ny_owdPrcHsk {
				margin: -20px 0 20px;
				display: block;
			}
			.ny_owdPrcAra {
				padding-top: 0;
				padding-bottom: 0;
				padding: 0;
			}
			.ny_owdPrcLst li:first-child::after {
				display: none;
			}
			.ny_owdPrcWrp {
				max-width: 1000px;
			}
			.ny_owdPrcTtl {
				position: relative;
				padding: 10px 15px 10px 50px;
			}
			.ny_owdPrcTtl::before {
				content: "1";
				text-align: center;
				position: absolute;
				top: 50%;
				left: 10px;
				width: 26px;
				height: 26px;
				margin-top: -13px;
				line-height: 1;
				display: inline-block;
				color: #0457a7;
				padding: 2px 0 0 2px;
				box-sizing: border-box;
				background: #fff;
				border-radius: 50%;				
			}				
			.ny_owdPrcLst li:first-child .ny_owdPrcLstTtl::before {
				content: "2";
			}
			.ny_owdPrcLst li:last-child .ny_owdPrcLstTtl::before {
				content: "3";
			}
			@media screen and (max-width: 767px) {
				.ny_owdPrcCntBox {
					margin-bottom: 45px;
				}
				.ny_owdPrcHsk {
					margin-top: -10px;
				}
				.mpTxt {
					margin: 10px 0 20px;
				}
				.mpTable {
					margin-bottom: 20px;
				}
				.mpTable tbody {
					width: 100%;
					display: block;
				}
				.ny_owdPrcTtl {
					position: relative;
					padding: 10px 15px 10px 40px;
				}
				.ny_owdPrcTtl::before {
					padding: 3px 0 0 2px;		
				}				
			}
			.noBg {
				padding:0;
				background: none;
				margin:50px 0 50px;
			}
			@media screen and (max-width:767px) {
				.noBg {
					padding:0;
					background: none;
					margin:20px 0 0px;
				}	
			}	