@charset "utf-8";

.nars_wrap img{
	max-width: 550px;
}

/* section01 */
	.nars_wrap .section01 p,
	.nars_wrap .section02 > p,
	.nars_wrap .section03 p,
	.nars_wrap .section04 > p,
	.nars_wrap .section05 > p{
		text-align: center;
	}
	@media screen and (max-width: 750px) {
		.nars_wrap .section01 p,
		.nars_wrap .section02 > p,
		.nars_wrap .section03 p,
		.nars_wrap .section04 > p,
		.nars_wrap .section05 > p{
			text-align: left;
		}
	}

/* section02 */
	.nars_wrap .section02 .step_sideBySide h3{
		display: table;
		border-bottom: 1px solid #000;
	    font-weight: bold;
    	margin-bottom: 2%;
	}

/* section04 */
	.nars_wrap .section04 .table_style01{
		max-width: 840px;
	}

/* section05 */
	.nars_wrap .section05 .section05_iten{
		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
	}
	.nars_wrap .section05 .iten01,
	.nars_wrap .section05 .iten02{
		margin-bottom: 5%;
		width: 48%;
	}
	.nars_wrap .section05 .section05_iten .more_btn{
		margin-top: 5%;
	}
	@media screen and (max-width: 750px) {
		.nars_wrap .section05 .section05_iten{
			display: block;
		}
		.nars_wrap .section05 .iten01,
		.nars_wrap .section05 .iten02{
			width: 100%;
			margin: 0 0 15% 0;
		}
	}