/*エントリーフォーム
---------------------------------------------------------------------------*/
.entry-header {
	background: #f5f7fa;
	padding: 60px 0 40px;
	text-align: center;
}

.entry-form {
	padding: 20px 0 0;
	text-align: center;
}

.ta2 {
	margin: 0 auto;
	width: 640px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
}

.ta2 tr {
	border-bottom: 1px solid #888;
}

.ta2 th, .ta2 td {
	padding: 1rem;
	margin-bottom: 10rem;
}

.ta2 th {
	background-color: #eeeeee;
	width: 200px;
}

.ta2 td {
	text-align: left;
}

.entry-form .required {
  color: #e60033;
  font-size: 0.8em;
  margin-left: 4px;
}

.entry-form .figcaption {
  color: #e60033;
  font-size: 0.8em;
}

.entry-form input,
.entry-form select,
.entry-form textarea {
  width: 90%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.btn-submit {
	background-color: #007acc;
	color: #fff;
	font-size: 1rem;
	padding: 12px 40px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.btn-submit:hover {
	background-color: #005fa3;
}





/* 採用エントリーページ専用スタイル */

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  color: #333;
}

.form-group .required {
  color: #e60033;
  font-size: 0.9em;
  margin-left: 4px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #007acc;
  outline: none;
}

.form-submit {
  text-align: center;
}

