@charset "utf-8";

/* ============================================================================================== */
/* MAIN CONTENT                                                                                   */
/* ============================================================================================== */

.pt--subpage .page-header.keyvisual {
	background-image: url(../images/job-seeker/merit_bg.jpg);
}
/*
.pt--subpage .page-header {
	color: #fff;
	margin-bottom: 60px;
}

.pt--subpage .page-header__page-title {
	color: #fff;
}
*/
.pt--subpage .page-header__page-title::before {
	background-color: rgba(255,255,255,0.15);
}

.page-section {
	margin-bottom: 30px;
	width: calc(100% - 140px);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 40px;
}

.page-section:first-child {
	border: none;
	padding-top: 10px;
}

.page-section .headding-state {
	font-size: 2.3rem;
	color: rgba(0,0,0,0.6);
}

.temporary-staff_merit {
	counter-reset: merit;
}

.temporary-staff_merit__title {
	display: flex;
	align-items: center;
}


.temporary-staff_merit__title.headding-state.headding-l-border {
	padding: 0 0 20px;
	margin: 0;
}

.temporary-staff_merit__title.headding-state.headding-l-border::before {
	counter-increment: merit;
	content: "Merit " counter(merit);
	font-size: 1.5rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin-right: 10px;
	padding: 5px;
	display: inline-block;
	position: static;
	width: auto;
	min-width: 85px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 2rem;
	box-sizing: border-box;
}

.temporary-staff_merit__image {
	float: right;
	margin-left: 20px;
	width: 20%;
}

.temporary-staff_merit__image img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}

/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	
	.pt--subpage .page-header {
		margin-bottom: 20px;
	}
	
	.temporary-staff_merit__title {
		display: block;
	}
	
	.temporary-staff_merit__title.headding-state.headding-l-border {
		margin-bottom: 0;
		padding-bottom: 15px;
		font-size: 1.8rem;
		text-align: center;
	}
	.temporary-staff_merit__title.headding-state.headding-l-border::before {
		display: table;
		font-size: 1.5rem;
		margin: 0 auto 0;
		padding: 5px 10px 0;
		border-radius: 5px;
	}
	
	.temporary-staff_merit__title.headding-state.headding-l-border::before {
		background: transparent;
		color: #ff3963;
	}
	
	.temporary-staff_merit__image {
		float: none;
		margin: auto;
		width: 50%;
	}
	
	.temporary-staff_merit__image img {
		border-radius: 50%;
	}

