
html, body {
	height: unset;
}

#send_btn {
	display: flex;
	align-items: center;
	gap: 5px;
}

#send_btn[disabled] {
	background-color: #FFFFFF;
	color: #CCCCCC;
	border-color: #CCCCCC;
	cursor: default;
}

.entry_info {
	width: 50%;
	margin: auto;
}

.joboffer_infobox {
	margin-bottom: 30px;
}

.section_title {
	border-bottom: 3px solid #ffaa55;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ffaa55;
}

.job_info {
	width: 100%;
/*	margin-right: 30px;*/
}

.img_box {
	width: 30%;
}

.job_info dl {
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

.job_info dl dt {
	width: 30%;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
/*	background: #ffa64d69;*/
	text-align: center;
	position: relative;
/*	border-bottom: 3px solid #ffaa55;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 10px;
}

.job_info dl dd {
	width: 70%;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
}

.icon {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 2px;
}

.dt_title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.required_tag {
/*	border: 1px solid #DD4B36;*/
/*	background-color: rgb(255, 204, 204) !important;*/
	color: rgb(255 36 36) !important;
	padding: 3px;
	margin-right: 10px;
	border-radius: 5px;
	color: #1c1c1c;
	font-size: 12px;
}

.name_width {
	width: 40%;
}

.post {
	width: 50px;
	text-align: center;
}

.address {
	width: calc(100% - 50px);
}

.sex_dd {
	display: flex;
	align-items: center;
	gap: 10px;
}

.notes {
	width: 90%;
	height: 120px;
}

.consent_box {
	text-align: center;
	margin-bottom: 30px;
}

.consent {
	color: #2a91ff;
}

.btn_box {
	text-align: center;
	margin-bottom: 30px;
}

.button {
	width: 40%;
	height: 50px;
	font-weight: bold;
	color: #1F1F1F;
	cursor: pointer;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	box-shadow: 1px 1px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: unset;
	margin: auto;
}

/*
.button:before {
	content: url(/new_hp/images/icon/entry.svg);
	display: flex;
	transform: scale(0.05);
	width: 20px;
	margin-right: 20px;
}
*/

.entry_img {
	width: 30px;
	height: 30px;
}

.msg_box {
	margin-bottom: 40px;
}

.error_box {
	padding: 5px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FF0000;
}

.job_info dl dt.detail_input {
	width: 100%;
	height: 20px;
	padding: 5px 0px;
	justify-content: center;
	border-bottom: 0px;
}

@media screen and (max-width: 767px) {
	#rubiA {
		margin-bottom: 10px;
	}
	
	#nameA {
		margin-bottom: 10px;
	}
	
	.name_width {
		width: unset;
	}
	
	.entry_info {
		width: 95%;
		margin: auto;
	}
	
	.job_info dl {
		flex-wrap: wrap;
	}
	
	.job_info dl dt {
		width: 80%;
		border-bottom: 2px dashed #FFa64D69;
		margin-bottom: 10px;
		background: unset;
	}
	
	.button {
		width: 70%;
	}
}