@charset "UTF-8";

/*#mainSuv {
    background: url(../../image/company/recruit_main.jpg) no-repeat 0 5%;
    background-size: cover;
}*/

.submit {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.submit:hover,
.submit:focus {
  outline: none;
}

.submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}


table {
	width:100%;
}
table th {
	background:#e2e2e2;
	padding:0.5em 0 0.5em 1em;
	width:30%;
	border:1px solid #fff;	
	vertical-align: top;
}
table, td, th {
	padding:0.5em 1rem 0.5em 1em;
	border: 1px solid #e2e2e2;
	text-align: left;
	white-space: normal;
}
input[type="search"], input[type="button"], input[type="text"], input[type="submit"] {
	border: 1px solid #ececec;
	width: 50%;
}
th {
	overflow: hidden
}
table td ul li {
    float: left;
    width: 25%;
    margin: 0;
}
.red {
	background: #d0251a;
	padding: 5px;
	margin: 0 4%;
	float:right;
	color:#fff;
}
input[type="text"],input[type="tel"],input[type="email"] {
	line-height: 2.2em;
	width: 50%;
	font-size: 14px;
	padding: 0 0.5em;
}
input[type="submit"],input[type="reset"],input[type="button"] {
	width: 130px;
	padding: 10px;
	background-color: #d0251a;
	margin: 10px;
	color:#fff;
}
input[type="reset"] {
	width: 130px;
	padding: 10px;
	background-color: #d0251a;
	margin: 10px;
	color:#fff;
}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	opacity: 0.7;
	color: #ffffff;
}
textarea {
	width: 90%;
	height: 5rem;
	font-size: 14px;
	padding: 0.5em;
}

#formThanks h3 {
    font-size: 140%;
    margin: 0 0 6% 0;
}

.maru {
    margin: 0.8rem 0 0.8rem;
    padding: 0 0 0 1.2rem;
    background: url(../../image/common/maru.png)no-repeat 0 2px;
    background-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.formTable td .flexBox {
	justify-content: flex-start;
	border-bottom: 1px solid #ccc;
}

.formTable td .flexBox p.maru {
	width: 20%;
}

.formTable td .flexBox ul {
	width: 75%;
	margin: 0.8rem 0 0.8rem;
}

.formTable td .workList {
	margin: 0.8rem 0 0;
}

.formTable input[type="checkbox"] {
    margin-left: 0.8rem;
}

@media screen and (min-width:320px) and ( max-width:768px) { 
	table th {
		width:100%;
		display: block;
		font-size: 14px;
	}
	table td {
		width:100%;
		display: block;
		padding: 0.5em 1em;
		font-size: 14px;
	}
	table td p {
		font-size: 14px;
	}
	input[type="text"],input[type="tel"],input[type="email"] {
		width: 100%;
		font-size: 14px;
	}
	table td ul li {
			width: 50%;
		}
	.red {
		font-size: 12px;
		padding: 2px 8px;
	}
	
	#formThanks h3 {
		font-size: 110%;
		margin: 0 0 6% 0;
	}
	
	.maru {
		margin: 0.8rem 0 0;
	}
	
	.formTable td .flexBox p.maru {
		width: 100%;
	}

	.formTable td .flexBox ul {
		width: 100%;
	}

	.formTable input[type="checkbox"] {
		margin-left: 0;
	}
	


}
