  @charset "utf-8";
/* ----キャリア採用---- */

/* ----サービス領域---- */

#main p {
	/*letter-spacing: 2px;*/
	line-height: 150%;
	margin-bottom: 10px;
}

/* ----セレクトボックスのスタイルリセット---- */
.form td select {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.form {
	width: 720px;
}

.form tr th {
	letter-spacing: 1px;
	line-height: 150%;
	vertical-align: middle;
	padding: 10px;
	border-right: 10px solid #fff;
	border-bottom: 1px dotted #808080;
  width: 180px;
}

.form tr:nth-child(2) th,
.form tr:nth-child(4) th {
	border-bottom: none;
}

.form tr td {
	vertical-align: middle;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #808080;
}

.form tr:nth-child(2) td,
.form tr:nth-child(4) td {
	border-bottom: none;
}

.form td input[type="text"],
.form td select,
.form td input[type="email"],
.form td textarea {
	padding: 2%;
	background-color: #f5f5f5;
	resize: vertical;
  font-size: 120%;
  border: 1px solid #ccc;
  width: 95%;
}

.your-email_confirm input{
	margin-top: 10px;
}

/*.form tr:first-child td {
	padding-left: 6px;
}

.form tr:nth-child(7) td input {
	margin-bottom: 10px;
}

.form tr:nth-child(8) td input {
	width: 430px;
	margin-bottom: 10px;
}

.form tr:nth-child(10) td span input {
	float: none;
	width: auto;
}*/

.address {
	display: block;
  margin: 10px 0 5px;
/*	line-height: 26px;
	float: left;
	width: 60px;
	height: 30px;
	margin-right: 10px;
	margin-top: 3px;*/
}

.form td textarea {
	width: 95%;
}

.form td select{
	padding: 1.65% 2.8% 1.65% 0.4%;
	width: calc(50% - 42px);
	-moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

#policyBox {
	width: 90%;
	height: 150px;
	margin: 0px auto 30px;
	padding: 10px;
	overflow: auto;
}
#policyBox {
	width: 90%;
	height: 150px;
	margin: 0px auto 30px;
	padding: 10px;
	overflow: auto;
}
#policyBox p,
#policyBox dt,
#policyBox dd,
#policyBox tr,
#policyBox td,
#policyBox li,
#policyBox h2 {
	font-size:10px!important;
    line-height:1.5!important;
}
/*#policyBox tr,
#policyBox th,
#policyBox td {
    font-size:10px!important;
}*/

#policyBox .type2 {
    margin-top: 0;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
		background-color: #fff;
		border-left: 0;
	padding-left: 0;
	font-weight: 600;
}

.checkbox {
	margin-bottom: 40px;
}

.submit_btn {
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	height: 50px;
	margin: 0px auto;
	background: -moz-linear-gradient(#ffc675 0%, #f19716);
	background: -webkit-linear-gradient(#ffc675 0%, #f19716);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc675), to(#f19716));
	background: -o-linear-gradient(#ffc675 0%, #f19716);
	background: linear-gradient(#ffc675 0%, #f19716);
	color: #fff;
    border-radius: 10px;													/* 角丸 */
    -webkit-border-radius: 10px;											/* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;												/* Firefox用 */ 
}

.red {
	color: #FF0004;
}

.wpcf7-not-valid-tip {														/* エラー文調整 */
  margin-top: 5px;
}

/* チェックボックス修正 */
.wpcf7-checkbox .wpcf7-list-item label input{
  width: auto;
}

.checkbox .wpcf7-list-item-label {
	float: right;
	width: 680px;
  line-height: 1.4;
  color: #FF0004;
}

#main ul.otherEntryList {
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

/*採用があるとき*/
#main ul.otherEntryList li {
    float: left;
    overflow: hidden;
    background: #06bfe0;
    background: -moz-linear-gradient(top, #06bfe0 0%, #06bfe0 54%, #059fd6 100%);
    background: -webkit-linear-gradient(top, #06bfe0 0%,#06bfe0 54%,#059fd6 100%);
    background: linear-gradient(to bottom, #06bfe0 0%,#06bfe0 54%,#059fd6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bfe0', endColorstr='#059fd6',GradientType=0 );
    width: 355px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: 10px;
}

#main ul.otherEntryList li:first-child,
#main ul.otherEntryList li:nth-child(2) {
	margin-bottom: 10px;
}

.va_top {
	vertical-align: top!important;
	padding-top: 20px!important;
}
.required, .any{
	font-size: 10px;
	color: #fff;
	padding: 2px 10px;
	margin-left: 10px;
}
.required {
	background-color: #e00012;
}
.any {
	background-color: #999999;
}

/*
#main ul.otherEntryList li {
    float: left;
    overflow: hidden;
    background: #cccccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #cccccc 54%, #a1a1a1 100%);
    background: -webkit-linear-gradient(top, #cccccc 0%,#cccccc 54%,#a1a1a1 100%);
    background: linear-gradient(to bottom, #cccccc 0%,#cccccc 54%,#a1a1a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bfe0', endColorstr='#059fd6',GradientType=0 );
    width: 355px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: 10px;
	color: #ffffff;
}
*/


/*
#main ul.otherEntryList li span {
    background-image: url(/wp/wp-content/themes/ios/recruit/img/ico_link_002.png);
    background-repeat: no-repeat;
    background-position: 328px 28px;
    position: relative;
    display: table-cell;
    border: 1px solid #ffffff;
    display: block;
    width: 351px;
    height: 76px;
    margin: 1px 1px 1px 1px;
    color: #ffffff;
    line-height: 76px;
}
*/


	#main	ul.otherEntryList li span {
		position: relative;
	}
	#main	ul.otherEntryList li span img {
    height: auto;
    margin-top: 0;
    width: 15px;
    padding-left: 5px;
    position: absolute;
    left: 0;
    top: -10px;
	}
#main ul.otherEntryList li:nth-child(2n) {
    margin-right: 0;
}

#main ul.otherEntryList li a {
    background-image: url(/wp/wp-content/themes/ios/recruit/img/ico_link_002.png);
    background-repeat: no-repeat;
    background-position: 328px 28px;
    position: relative;
    display: table-cell;
    border: 1px solid #ffffff;
    display: block;
    width: 351px;
    height: 76px;
    margin: 1px 1px 1px 1px;
    color: #ffffff;
    line-height: 76px;
}

#main ul.otherEntryList li.hidden {
    background: none;
    background-color: #cccccc;
    pointer-events: none;
}

#main ul.otherEntryList li.hidden a {
    background-color: #cccccc;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	article #main,
	#wrap #main {
		padding: 0;
	}
	.type1 {
		margin: 20px 10px;
	}
	#main>div:nth-child(3) .type2 {
		margin: 40px 10px 10px;
	}
	#main>div:nth-child(3) #policyBox .type2 {
		margin: 0px;
		font-weight: bold;
	}
	#main>div:nth-child(3)>p {
		padding: 0 10px;
	}
	#main>div:nth-child(2) {
		padding: 0 10px;
	}
	.form {
		width: 100%;
	}
	.form tr th,
	.form tr td {
    display: block;
		border: 0;
	}
	.form tr th {
		width: 100%;
    box-sizing: border-box;
		font-weight: 600;
    padding: 15px 10px 5px;
		line-height: 140%;
		font-size: 15px;
    letter-spacing: 0;
	}
	.form tr td {
		padding:0 10px 15px;
		font-size: 14px;
	}
	.form td input[type="text"],
	.form td input[type="email"],
	.form td textarea,
	.form td select {
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
		resize: none;
		background-color: #fff;
	}
	.form td select {
	  padding: 5px 0 5px 5px;
	}
	_::-webkit-full-page-media, _:future, :root .form td select {
    border-radius: 5px;
	}
	.form td .address:first-child {
		margin-top: 5px;
	}
	.form tr:nth-child(3) th,
	.form tr:nth-child(5) th {
		padding-top: 0;
	}
	.form tr:nth-child(2) td,
	.form tr:nth-child(4) td {
		padding-bottom: 10px;
	}
	.form tr:nth-child(1),
	.form tr:nth-child(4),
	.form tr:nth-child(5),
	.form tr:nth-child(7),
	.form tr:nth-child(9),
	.form tr:nth-child(11) {
    background-color: #f9f9f9;
	}
	.form tr:nth-child(10) td {
		text-align: center;
		font-size: 18px;
	}
	.wpcf7-checkbox label span {
		vertical-align: middle;
	}
	.wpcf7-checkbox  span.wpcf7-list-item.first{
		margin-left: 0
	}
	.wpcf7-checkbox .wpcf7-list-item label input {
		width: 20px;
		height: 20px;
		margin-right: 0;
	}
	span.wpcf7-list-item.last {
		margin-left: 20px;
	}
	#policyBox {
		box-sizing: border-box;
		margin: 0;
		width: auto;
		border: 1px solid #ccc;
		margin: 0 10px;
	}
	#main #policyBox p {
		margin-bottom: 0;
	}
	.checkbox {
		overflow: hidden;
		margin: 10px 0 40px;
		padding: 0 10px;
	}
	.checkbox .wpcf7-list-item-label {
    float: right;
    width: 90%;
		font-size: 12px;
	}
	#policyBox p, #policyBox dt,#policyBox dd,
	#policyBox tr, #policyBox td, #policyBox li, #policyBox h2 {
		font-size: 12px!important;
	}
	#policyBox p {
		padding: 5px 0;
	}
	.submit_btn {
		margin-bottom: 20px;
	}
	#main ul.otherEntryList {
		overflow: hidden;
	}
	#main ul.otherEntryList img {
		width: 12px;
	}
	#main	ul.otherEntryList li {
		margin: 0;
		width: 100%;
		height: 50px;
		box-sizing: border-box;
		line-height: 50px;
		margin: auto;
		float: none;
		margin-bottom: 2%;
	}
	#main	ul.otherEntryList li:last-child {
		margin-bottom: 0;	
	}
	#main ul.otherEntryList li a {
		width: 100%;
		height: 50px;
		margin: 0;
		border: 0;
		background-position: 93% 50%;
		background-size: 9px;
		line-height: 50px;
	}
		#main ul.otherEntryList li span {
		width: 100%;
		height: 50px;
		margin: 0;
		border: 0;
		background-position: 93% 50%;
		background-size: 9px;
		line-height: 50px;
	}
}
