@charset "utf-8";

/* ============================================ */
/*  ノーマルCSS Set
 ============================================== */

@import "./common.css";
@import "./layout.css";

h1 {
}

.step {
	padding: 23px 0 0 196px;
	min-height: 120px;
}
.step h2 {
	border: none;
	margin-bottom: 20px;
}
.step p {
	margin-bottom: 0;
	padding-bottom: 35px;
}
#step01 { background: url(../../img/nurse/flow/step01_img.jpg) 30px 23px no-repeat; }
#step02 { background: url(../../img/nurse/flow/step02_img.jpg) 30px 23px no-repeat; }
#step03 { background: url(../../img/nurse/flow/step03_img.jpg) 30px 23px no-repeat; }
#step04 { background: url(../../img/nurse/flow/step04_img.jpg) 30px 23px no-repeat; }
#step05 { background: url(../../img/nurse/flow/step05_img.jpg) #ffefef 30px 23px no-repeat; padding-bottom: 10px; }
.step_line { margin-bottom: 0; }

.nav-box dl dt.nav-t01 {
  border-radius: 10px 10px 0 0 !important;
}