@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Bitter:400,700|Open+Sans');

/* jobranking
 --------------------------------------------------- */
#jobranking {
	background: url(../img/bg02.png) repeat center top / 16px 16px;
}

/* rankingTitle
------------------------------ */
.rankingTitle {
	position: relative;
	text-align: center;
	background: url(../img/bg01.png) repeat center top / 16px 16px;
}
.rankingTitle .lead {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	transform: translateY(50%);
	margin: 0 auto;
	padding: 15px 0;
	color: #42210b;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border-radius: 10px;
	border: 3px solid #42210b;
	background: #fffee9;
	box-shadow: 0 3px 0 #42210b;
	box-sizing: border-box;
}


/* rankingList
------------------------------ */
.rankingList {
	padding: 70px 10px 0 10px;
	overflow: hidden;
}
.rankingList h2 {
	margin: 0 -10px -12vw -10px;
}
.rankingBox {
	position: relative;
	z-index: 1;
	margin: 0 0 35px 0;
	padding: 0 8px 20px 8px;
	color: #42210b;
	text-align: left;
	border-radius: 10px;
	border: 2px solid #42210b;
	background: #fff;
	box-shadow: 0 12px 5px rgba(203,120,2,0.2);
}
.rankingBox .btn {
	padding: 20px 0 0 0;
	text-align: center;
}
.rankingBox .btn a {
	position: relative;
	display: block;
	min-width: inherit;
	color: #42210b;
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	text-decoration: none;
	border-radius: 50px;
	border-width: 3px 3px 6px 3px;
	border-style: solid;
	border-color: #42210b;
	background: #92de0f;
	box-sizing: border-box;
}
.rankingBox .btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 30px;
	height: 23px;
	margin: -12px 0 0 0;
	background: url(../img/btn_arw.png) no-repeat 0 0 / 30px 23px;
}

/* income */
.rankingIncome h3 {
	margin: 0 -8px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	background: url(../img/income_title_bg_sp.png) repeat 0 0 / 12px 12px;
}
.rankingIncome .item {
	position: relative;
}
.rankingIncome .item p {
	padding: 12px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

/* jobsatisfaction */
.rankingJobsatisfaction h3 {
	margin: 0 -8px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	background: url(../img/jobsatisfaction_title_bg_sp.png) repeat 0 0 / 12px 12px;
}
.rankingJobsatisfaction .item {
	position: relative;
}
.rankingJobsatisfaction .item p {
	padding: 12px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.rankingJobsatisfaction .pic {
	margin: 0;
	padding: 10px 0 0 0;
}
.rankingJobsatisfaction .btn a {
	padding: 0 25px 0 0;
}

/* naritai */
.rankingNaritai h3 {
	margin: 0 -8px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	background: url(../img/naritai_title_bg_sp.png) repeat 0 0 / 12px 12px;
}
.rankingNaritai .item p {
	padding: 15px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.rankingNaritai .pic {
	margin: 0 -8px;
}
.rankingNaritai .btn a {
	padding: 8px 0;
	line-height: 1.2;
}


/* rankingLink
------------------------------ */
.rankingLink {
	padding: 0 20px 20px 20px;
}
.rankingLink .pt {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.rankingLink .pt p {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
.rankingLink .pt p:before,
.rankingLink .pt p:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
	width: 20px;
	height: 25px;
}
.rankingLink .pt p:before {
	left: 0;
	background: url(../img/pt_l.png) no-repeat 0 0 / 20px 25px;
}
.rankingLink .pt p:after {
	right: 0;
	background: url(../img/pt_r.png) no-repeat 0 0 / 20px 25px;
}
.rankingLink .btn {
	text-align: center;
}
.rankingLink .btn a {
	position: relative;
	display: block;
	min-width: inherit;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
	border-radius: 50px;
	border-width: 3px 3px 6px 3px;
	border-style: solid;
	border-color: #42210b;
	background: #ff3636;
}
.rankingLink .btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 30px;
	height: 23px;
	margin: -12px 0 0 0;
	background: url(../img/btn_arw.png) no-repeat 0 0 / 30px 23px;
}


/* rankingLink
------------------------------ */
.fadeInAnime {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	visibility: hidden;
	opacity: 0;
}
.fadeInAnime.active {
	visibility: visible;
	opacity: 1;
}

