.p-cs-authentication-renewableenergy .p-recruitment-right {
	float: right;
}

.p-cs-authentication-renewableenergy a.p-recruitment-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 350px;
	background-color: #0065B4;
	padding: 15px 20px;
	border-radius: 8px;
	color: white;
	text-decoration: none;
	gap: 12px;
}
.p-cs-authentication-renewableenergy a.p-recruitment-box:hover {
	background-color: rgb(221,238,242);
    color: rgb(0, 101, 180);
}

.p-cs-authentication-renewableenergy a.p-recruitment-box::before {
	content: "";
	width: 50px;
	height: 30px;
	background-image: url("/hp/common_image/header/icon-recruitment_30x50.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	flex-shrink: 0; /* サイズを縮めない */
}
.p-cs-authentication-renewableenergy a.p-recruitment-box span:first-of-type {
	font-size: 24px;
	white-space: nowrap;
}

.p-cs-authentication-renewableenergy a.p-recruitment-box span:last-of-type {
	margin-left:1em;
	font-size: 20px;
	line-height: 1.3em;
	text-align: left;
	flex-grow: 1;
}

@media screen and (max-width:420px) {
	.p-cs-authentication-renewableenergy .p-recruitment-right {
		display: block;
		float: none;
		text-align: center;
	}


	.p-cs-authentication-renewableenergy a.p-recruitment-box {
		width: 85%;
		min-width: auto;
		margin: 0 auto;
	}
}
