@charset "UTF-8";

/* .recruitArea */
.recruitArea {
	padding:2.8% 0 0;
}
.recruitArea .contact {
	width:94%;
	margin:0 auto;
	clear:both;
}
.recruitArea .title {
	color:#d4145a;
	text-align:center;
	padding:1.5% 0 3.5%;
	font-size:16px;
}
.recruitArea .title2 {
	color:#d4145a;
	text-align:center;
	padding:1.5% 0 3.5%;
	font-size:16px;
}
.recruitArea table {
	width:100%;
	clear:both;
	margin-bottom:4%;
}
.recruitArea table th {
	width:13.5%;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	background:#4aaef5;
	color:#fff;
}
.recruitArea table td {
	background:#a4d6fa;
	padding:0.4% 2.5% 0.2%;
}
.recruitArea table td ul {
	width:100%;
	clear:both;
}
.recruitArea table td ul li {
	padding:0.8% 0;
	text-indent:-6em;
	padding-left:6em;
}
.recruitArea table td ul li span {
	color:#120d69;
}
.recruitArea table td ul li span.sp01 {
	padding:0 3px;
}
.recruitArea .txt {
	text-align:center;
	color:#d4145a;
	padding:3% 1% 6.7%;
}
.recruitArea .btn {
	width:95.5%;
	margin:0 auto;
	clear:both;
	padding-bottom:6.7%;
}
.recruitArea .btn img {
	width:100%;
}

/*form*/
form {
	margin-bottom:2em;
}
form dl {
	width:800px;
	margin:0 auto;
}
form dt {
	clear:both;
	font-weight:bold;
	width:30%;
	background:#002F9B;
	padding:10px;
	color:#fff;
	float:left;
	margin-right:10px;
	margin-top:2px;
}

form dd {
	margin-top: 10px;
	margin-right: 0em;
	margin-left: 0;
	margin-bottom: 20px;
}
form dd .formbox {
	display:block;
	width:100px;
	height:10px;
}
form dd.contact-checkbox{
	padding-top: 10px;
	padding-left: 2em;
}
form input:not([type="checkbox"]) {
	width:55%;
	padding:10px;
	border:1px solid #002F9B;
	-webkit-appearance:none;
}
textarea{
	width:55%;
	padding:10px;
	border:1px solid #002F9B;
	-webkit-appearance:none;
	height: 10em;
}
form input[type="submit"]{
	max-width:200px;
	border-radius:5px;
	background:#18445c;
	background:-webkit-linear-gradient(top,#18445c,#113041);
	background:-moz-linear-gradient(top,#18445c,#113041);
	background:-o-linear-gradient(top,#18445c,#113041);
	background:linear-gradient(to bottom,#18445c,#113041);
	color:#fff;
}
form label{
	padding-right:10px;
}
form span{
}
form .submit{
	margin-bottom:3em;
	text-align:center;
}
.form_check{
	text-align:center;
	padding-right:30px;
}
.textarea {
	height:50px;
}
form .submit_confirm {
	text-align: center;
}
form .submit-btn {
  border: none;
  display: inline-block;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #001D44;
  border-radius: 5px;
  padding: 10px 50px 10px 50px;
  margin: 10px auto;
}
form .submit-btn:hover {
    opacity: 0.7;
	cursor: pointer;
}
form .submit-btn-OK {
  border: none;
  font-weight: bold;
  display: inline-block;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #44001F;
  border-radius: 5px;
  padding: 10px 50px 10px 50px;
  margin: 10px auto;
}
form .submit-btn-OK:hover {
    opacity: 0.7;
	cursor: pointer;
}

@media only screen and (min-width:1px) and (max-width:640px) {
.recruitArea .title {
/*	font-size:11px;
*/}
.recruitArea .recruit {
	width:95%;
}
.recruitArea table th {
	width:20%;
/*	font-size:11px;*/
}
.recruitArea table td {
/*	font-size:8px;
*/}
.recruitArea table td ul li span.sp01 {
	padding:0 1px;
}
.recruitArea .txt {
/*	font-size:9px;*/
}

/*form*/
form dl {
	width:95%;
}
form dt{
	clear:left;
	float:none;
	width:92%;
	text-align:center;
}
form dd{/*
	margin-left:10em;*/
}
form input:not([type="checkbox"]),
textarea{
	width:95%;
	padding:5px;
}
form submit{
	margin-left:10em;
	text-align:left;
}
form submit_confirm{
	margin-left:10em;
	text-align:center;
	float:none;
}
.form_check{
	float:none;
}

} 


/* agree textarea */

div#textarea01 {
    border: 1px solid #BEDBEB;
    height: 179px;
    margin: 0 auto 25px;
    overflow: auto;
    padding: 6px 9px 10px 11px;
    width:80%;
}
div#textarea01 div#kiyaku {
	line-height:150%;
    font-size:90%;
}
div#agree {
    border: 1px solid #BEDBEB;
    text-align: center;
    margin: 0 auto 25px;
    width:82%;
}
