@charset "utf-8";
/* CSS Document */

/*タイトルのラインカラー*/
.title-form h2{
	border-left: solid 5px #705da3;
}

/*上記センテンス*/

.sentence-outer a {
	display: inline-block;
	margin-top: 70px;
	margin-bottom: 10px;
}


/*ラジオボタン　応募職種、性別*/

.radio-td {
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 5px;
}


/*div*/
.radio-inner {
	display: block;
	margin-bottom: 5px;
}

.radio-inner:last-child {
	margin-bottom: 0;
}

.radio-inner label input[type="radio"] {
	transform: scale(1.2);
	margin-right: 8px;
}



/*年齢*/

.age {
	display: flex;
	align-items: center;
}

.age input[type="text"] {
	width: 50px;
	height: 40px;
	font-size: 16px;
	padding: 5px;
}

.age a {
	font-size: 1em;
	margin-left: 7px;
}

.td-only-input {
	padding: 25px 0;
}


/*住所*/

.address {
	margin-bottom: 20px;
}

.a-address {
	font-size: 1em;
}

.a-address span {
	font-size: 0.8em;
	margin-left: 10px;
}

.a-address span::before {
	display: inline-block;
	content: "※";
}

#check {
	color: red;
}

.top .address:first-child input[type="text"] {
	width: 200px;
}

.top .address:first-child input[type="button"] {
	width: 50px;
	height: 40px;
}

.top .address:first-child input[type="button"]:hover {
	font-weight: bold;
}

@media (max-width: 960px)/*minは750*/{
/*上記センテンス*/
	.sentence-outer a {
		margin-top: 50px;
	}
	
/*年齢のインプットサイズ*/
	.age input[type="text"] {
		width: 50px;
		height: 38px;
		font-size: 15px;
	}
	
/*--住所--*/
/*※欄*/
	.a-address span {
		font-size: 13px;
	}
	
/*郵便番号入力欄*/
	.top .address:first-child input[type="text"] {
		width: 180px;
	}
	
/*検索押下欄*/
	.top .address:first-child input[type="button"] {
		width: 50px;
		height: 38px;
	}
}

@media (max-width: 750px){
	.sentence-outer a {
		margin-top: 40px;
		margin-bottom: 0;
		font-size: 14px;
	}
	
	.age a {
	    font-size: 14px;
	    margin-left: 7px;
    }
	
	.a-address {
		font-size: 14px;
	}
	
	.a-address span {
		font-size: 12px;
	}
	
}


