@charset "utf-8";


#away_inner{
	margin: 5% auto;
}

#away_main_txt {
	padding: 10px;
	background: #ffedf2;
	border: 2px solid #ff99b5;
	border-radius: 10px;
	margin-bottom: 20px;
}

#away_inner h2 {
	font-size: 2.5em;
	margin-bottom: 20px;
	border-bottom: 2px solid #ff99b5;
	color: #fb658e;
	font-weight: bold;
}

#away_inner #what_main_txt_inner p {
	font-size: 1.8em;
	line-height: 1.5;
}

#away_inner #what_main_txt_inner p.text_high {
	background: #f2fb65;
	font-size: 1.9em;
}

#away_inner #what_main_txt_inner p span {
	color: #fb658e;
	font-size: 1.3em;
	font-weight: bold;
}

.experienceBox {
	width: 100%;
	float: left;
	margin: 0.5%;
}

.experienceBox img {
	width: 100%;
	height: auto;
}

.jobList_foot {
	margin: 30px 0;
}

.jobList_foot h3 {
	font-size: 2.5em;
	font-weight: normal;
	line-height:1em;
	background: #f095b8;
	border-radius: 10px;
  padding: 20px 0;
	text-align: center;
}

.jobList_foot h3 a {
	color: #fff;
}

.jobList_foot .other_job_text {
	font-size: 1.6em;
	padding:10px 5px;
}

.other_job_text a,
.top_beginner_inner a,
.top_flow a {
	width: 250px;
	font-size: 1.6em;
	font-weight: normal;
	display: block;
	padding: 5px;
	margin: 10px 0;
	background: #f095b8;
	color: #fff;
	vertical-align: middle;
	border-radius: 5px;
	text-align:center;
}

.other_job_img {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.other_job_img img {
	max-width: 100%;
	height: auto;
	
}

.flowarrow {
	width: 100px;
	text-align: center;
	margin: 30px auto;
}

.flowarrow img {
	max-width: 100%;
	height: auto;
}

.top_beginner,
.top_flow {
	border: 3px solid #f095b8;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 30px;
}

.top_beginner_inner .catch {
	font-size: 200%;
	padding: 5px 20px;
	background: #efefef;
	border-radius: 30px;
	margin: 10px 0;
	color: #f095b8;
	border: 1px solid #f095b8;
	text-align: center;
}

.top_beginner_img {
	width: 50%;
	margin: 0 auto;
}

.top_beginner_img img {
	max-width: 100%;
	height: auto;
}

.top_beginner_text {
	text-align: center;
}

.top_beginner_text p {
	display: inline-block;
	font-size: 18px;
	color: #777;
	text-align: left;
}

.top_beginner_text p.image {
	width: 10%;
	float: left;
}

.top_beginner_text p.text {
	width: 90%;
	float: right;
	line-height: 1.2;
}

.top_beginner_text p img {
	max-width: 100%;
	height: auto;
	padding-right: 5px;
}

.top_beginner_inner a,
.top_flow_inner a {
	clear: both;
	width: 100%;
	padding: 10px 0;
	font-size: 2.0em;
}


.top_flow_text {
	font-size: 16px;
}

.top_flow_inner .image {
	width: 80%;
	margin: 10px auto;
	text-align: center;
}

.top_flow_inner .image img {
	max-width: 100%;
	height: auto;
}


/*  [tablet-size] */
@media only screen and (min-width: 500px) {
	
	.experienceBox {
		width: 49%;
	}
	
	
}




@media only screen and (min-width: 900px) {

	#away_main_txt {
		padding: 20px;
	}
	
	.experienceBox {
		width: 32.333%;
	}

	.other_job p{
		font-size: 22px;
	}
	.other_job {
		float: left;
		width: 68%;
	}

	.other_job_img {
		float: right;
		width: 31%;
	}

	.jobList_foot h3 {
		font-size: 4em;
	}
	
	.top_beginner_inner .catch {
		width: 70%;
		font-size: 400%;
		float: left;
	}
	
	.top_flow_text {
		width: 60%;
		float: left;
		font-size: 22px;
		padding: 10px;
	}
	
	.top_flow .image {
		width: 40%;
		float: right;
		
	}
	
	.top_beginner_img {
		width: 30%;
		float: right;
		margin-top: -70px;
	}
	
	.top_beginner,
	.top_flow_inner {
		position: relative;
	}
	
	.top_beginner_inner {
		width: 100%;
	}
	
	.top_beginner_text {
		float: left;
		width: 70%;
	}
	
	.top_beginner_text p {
	  display: inline-block;
	  font-size: 2.7em;
		line-height: 1.2;
  }
	
	.top_beginner_text p img {
	  max-width: 100%;
	  height: auto;
		margin-right: 10px;
  }
	
	.top_beginner_inner a {
		width: 50%;
		float: left;
		position: absolute;
		bottom: 5px;
		left: 20px;
	}
	
	.top_flow a {
		width: 51%;
		float: left;
		position: absolute;
		bottom: 20px;
		left: 10px;
	}

}