@charset "UTF-8";

.Starting-salary{
	width: 60%;
	margin: 50px auto;
	padding: 50px;
	background-color: #fff;
	box-shadow: 8px 8px 15px 1px #d4d4d4;
}

.title{
	width: 80%;
	margin: 0 auto;
	border-left: 20px solid #ff9e00;
}

.title p{
	font-size: 30pt;
	font-weight: bold;
	padding-left: 10px;
}

table{
	width: 100%;
	border-collapse: collapse;
	color: #616161;
	font-weight: normal;
	letter-spacing: 0.1em;
}


table tr{
	border-bottom: 1px solid #616161;
}

table th{
	width: 300px;
	white-space: nowrap;
	font-size: 12pt;
	letter-spacing: 0.2em;
	padding: 20px;
	text-align: left;
}

table td{
	padding: 20px;
	font-size: 12pt;
	line-height: 1.7em;
	text-align: left;
}

.assessment{
	width: 100%;
	background-color: #eef1ff;
	padding: 50px 0;
}

.assessment_content{
	width: 60%;
	margin: 0 auto;
	display: flex;
}

.assessment_title{
	font-size: 25pt;
	font-weight: bold;
	margin-right: 30px;
}
.assessment img{
	width: 75%;
	display: block;
	height: auto;
	margin: 20px auto 30px;
}

@media screen and (min-width: 301px) {
  #assessment_mobile{
	display: none;
	}
}

.career_step{
	width: 80%
	margin: 0 auto;
}

.career_step img{
	display: block;
	width: 80%;
	height: auto;
	margin: 50px auto;
}
	

.step_title{
	width: 80%;
	margin: 30px auto;
	position: relative;
	padding: 0 55px;
	font-size: 25pt;
	font-weight: bold;
	color: #282828;
}

.step_title p{
	background-color: #f9f9f9;
	width: 300px;
	text-align: center;	
	margin: 0 auto;
}

.step_title p:before, .step_title p:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ff9e00;
	z-index: -1;
}

.step_title p:before {
  left:0;
}
.step_title p:after {
  right: 0;
}

.career_step_p{
	width: 80%;
	margin: 0 auto;
}
