.notice-step { display: flex; align-items: center; gap: 47px; }
.notice-step li { position: relative; flex: 1; display: flex; justify-content: space-between; padding: 24px; border: 1px solid #d6dce8; border-radius: 5px; }
.notice-step li+li:before { content: ''; position: absolute; top: 0; bottom: 0; left: -29px; width: 10px; height: 15px; margin: auto; background: url(../img/content/notice-step-arr.png) no-repeat center / 100% auto; }
.notice-step li .txt { display: flex; flex-direction: column; gap: 10px; }
.notice-step li .txt p:nth-child(1) { font-family: Prompt; font-weight: 600; font-size: 14px; line-height: 21px; letter-spacing: .01em; color: #011a7a; }
.notice-step li .txt p:nth-child(2) { font-weight: 700; font-size: 16px; line-height: 19px; letter-spacing: -.02em; color: #222; }
.notice-step li img { height: 34px; }
.notice-intro-p { padding-bottom: 20px; line-height: 24px; }
.notice-ul { margin-bottom: 20px; }
@media ( max-width: 1024px ) {
	.notice-step { flex-wrap: wrap; align-items: center; gap: 27px; }
	.notice-step li { flex: 0 0 auto; width: 100%; align-items: center; padding: 12px; }
	.notice-step li+li:before { top: -22px; bottom: unset; right: 0; left: 0; transform: rotate(90deg); }
	.notice-step li .txt { flex-direction: row; }
}