@charset "utf-8";
/* CSS Document */

/*===========================================
1024
===========================================*/
@media all and (max-width: 1024px) {
	#recruit {
		width: 98%;
	}
}

/*===========================================
738
===========================================*/
@media all and (max-width: 738px) {
	#header #logo {
		width: auto;
		padding: 0 3%;
		display: block;
		text-align: center;
	}
	#header #logo .logo {
		width: 42%;
		float: none;
		margin: 8px auto 0;
	}
	#header #titleSp {
		height: auto;
	}
	#recruit {
		width: auto;
		margin-top: 20px;
		background: #fcf7f4;
		padding: 0 0 30px;
	}
	#recruit h1 {
		font-size: 18px;
		line-height: 1.4;
		margin-top: 0;
	}
	#recruit h1 span {
		padding: 8px;
		margin: 0 3%;
		border: 0 0 8px 8px;
	}
	#recruit h1 b {
		font-size: 24px;
	}
	#recruit h1 strong {
		font-size: 24px;
	}
	#recruit h1::before {
		display: none;
	}
	#recruit .recruitBox01 {
		margin-top: 20px;
	}
	#recruit .recruitBox01 li {
		margin-bottom: 5px;
		font-size: 16px;
	}
	#recruit .txt01 {
		margin: 30px 3% 0;
	}
	#recruit table {
		border: none;
	}
	#recruit table th {
		display: block;
		width: auto;
		border: none;
	    background: #ebebeb;
	}
	#recruit table th .required,
	#recruit table th .option {
		top: -2px;
	}
	#recruit table td {
		display: block;
		width: auto;
		padding: 18px 10px;
		border: none;
	}
	#recruit table td input {
		font-size: 14px;
		padding: 8px;
		width: 94%;
		background: #fff;
	}
	#recruit table td select {
		padding: 8px;
		background: #fff;
	}
	#recruit table td textarea {
		background: #fff;
	}
	#recruit table td p.txtForm01 {
		display: block;
		margin: 5px 0 0;
	}
	#recruit .formBtn01,
	#recruit .formBtn02 {
	    margin: 0 auto;
	}
	#recruit .formBtn01 li,
	#recruit .formBtn02 li {
		display: block;
	}
	#recruit .formBtn01 li {
		width: 60%;
		margin: 0 auto;
	}
	#recruit .formBtn02 li:first-child {
		width: 36%;
		margin: 0 auto 15px;
	}
	#recruit .formBtn02 li:last-child {
		width: 65%;
		margin: 0 auto;
	}
	#finish {
		margin: 40px 0 100px;
	}
	#finish section h1 {
		font-size: 24px;
		margin-bottom: 30px;
		line-height: 1.4;
	}
	#finish section p {
		text-align: left;
	}
    #finish .tel01 {
        text-align: center;
        font-size: 24px;
    }
}





