#testid {
	display: inline;
}
.a {
	background:linear-gradient(transparent 80%, #A4EE4E 0%);display: inline-block;margin-left: 100px;
}
.item {
	overflow: hidden;
	margin-bottom: 20px;
}
.label {
	float: left;
	margin-right: 20px;
	width:135px;
	padding-left: 20px;
}
.inputs {
	float: left;
}
input[type="text"],input[type="email"] {
	border: solid 1px #aaa;
	border-radius:5px;
	padding:10px;
}
.btn-area {
	text-align: center;
}
h3 {
	color:#2f4f4f;
	font-family: sans-serif;
	line-height: 1;
	margin:20px;
}
li {
	margin-top:0px;
}
/*募集要項table*/
table {
	border-collapse: collapse;
	width: 100%;
}
.tb01 th, .tb01 td {
	padding: 10px;
	border: solid 2px #ccc;
	text-align:left;
	box-sizing:border-box;
}
.tb01 th {
	background: #none;
	color: #2f4f4f;
	text-align: center;
}
/*tableのレスポンジブ対応コード*/
@media screen and (max-width: 640px) {
	.tb01 {
		width: 90%;
		margin-left: 21px
	}
	table.tb01 th, table.tb01 td {
		display: block;
		width: 100%;
		border-bottom:none;
	}
	.tb01 tr:last-child{
		border-bottom: solid 2px #ccc;
	}
}
.selection {
	margin-top: 50px
}
/*選考の流れの吹き出し枠*/
.balloon1 {
	position: relative;
	width: 60%;
	background-color: #4169e1;
	padding: 10px;
	margin: 0 auto;
	color: #333;
}
.balloon1::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-top: 12px solid #4169e1;
	top:  98%;
	left: 48%;
}
.balloon1 p {
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	margin: 0;
	padding: 0;
}
.balloon2 {
	position: relative;
	width: 60%;
	background-color:#4169e1;
	padding: 10px;
	margin: 15px auto;
	color: #333;
}
.balloon2::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-top: 12px solid #4169e1;
	top:  98%;
	left: 48%;
}
.balloon2 p {
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	margin: 0;
	padding: 0;
}
.balloon3 {
	position: relative;
	width: 60%;
	background-color: #4169e1;
	padding: 10px;
	margin: 15px auto;
	color: #333;
}
.balloon3::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-top: 12px solid #4169e1;
	top:  98%;
	left: 48%;
}
.balloon3 p {
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	margin: 0;
	padding: 0;
}
.balloon4 {
	position: relative;
	width: 60%;
	background-color: #4169e1;
	padding: 10px;
	margin: 15px auto;
	color: #333;
}
.balloon4::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-top: 12px solid #4169e1;
	top:  98%;
	left: 48%;
}
.balloon4 p {
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	margin: 0;
	padding: 0;
}
.balloon5 {
	position: relative;
	width: 60%;
	background-color: #4169e1;
	padding: 10px;
	margin: 15px auto;
	color: #333;
}
.balloon5::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-top: 12px solid #4169e1;
	top:  98%;
	left: 48%;
}
.balloon5 p {
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	margin: 0;
	padding: 0;
}
.balloon6 {
	position: relative;
	width: 60%;
	background-color: #4169e1;
	padding: 10px;
	margin: 15px auto;
	color: #333;
}
.balloon6::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-top: 12px solid #4169e1;
	top: 98%;
	left: 48%;
}
.balloon6 p {
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	margin: 0;
	padding: 0;
}
.balloon7 {
	position: relative;
	width: 60%;
	background-color:#4169e1;
	padding: 10px;
	margin: 15px auto;
	color: #333;
}
.balloon7 p {
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	margin: 0;
	padding: 0;
}
.notes p {
	text-align: center;
}
.button001 a {
	background: #eee;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 280px;
	padding: 10px 25px;
	color: #55565b;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	font-size: 150%;
}
.button001 a:hover {
	background: #55565b;
	color: #FFF;
}
.button001 a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #55565b;
	border-right: 3px solid #55565b;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
	border-color: #FFF;
}
.Form {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}
@media screen and (max-width: 480px) {
	.Form {
		margin-top: 40px;
	}
}
.Form-Item {
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 480px) {
	.Form-Item {
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 16px;
		padding-bottom: 16px;
		flex-wrap: wrap;
	}
}
.Form-Item-Label {
	width: 100%;
	max-width: 248px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 480px) {
	.Form-Item-Label {
		max-width: inherit;
		display: flex;
		align-items: center;
		font-size: 15px;
	}
}
.Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
}
@media screen and (max-width: 480px) {
	.Form-Item-Label.isMsg {
		margin-top: 0;
	}
}
.Form-Item-Label-Required {
	border-radius: 6px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 48px;
	display: inline-block;
	text-align: center;
	background: #545454;
	color: #fff;
	font-size: 14px;
}
@media screen and (max-width: 480px) {
	.Form-Item-Label-Required {
		border-radius: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 32px;
		font-size: 10px;
	}
}
.Form-Item-Input {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	background: #eaedf2;
}
@media screen and (max-width: 480px) {
	.Form-Item-Input {
		margin-left: 0;
		margin-top: 18px;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}
}
.Form-Item-Textarea {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 216px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	background: #eaedf2;
}
@media screen and (max-width: 480px) {
	.Form-Item-Textarea {
		margin-top: 18px;
		margin-left: 0;
		height: 200px;
		flex: inherit;
		font-size: 15px;
	}
}
.Form-Btn {
	border-radius: 6px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	background: #545454;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 480px) {
	.Form-Btn {
	margin-top: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 160px;
	font-size: 16px;
	}
}
.Form-Btn:after {
	position: absolute;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 50%;
	right: .4em;
	left: auto;
	bottom: auto;
	transform: translateY(-50%);
	content: '';
	transform: rotate(45deg);
}
.Form-Btn:hover {
	background: #333;
	color: #fff;
}
h1, h2, h3 {
	font-family: 'Montserrat Subrayada', sans-serif !important;
}
