@charset "utf-8";
/* CSS Document */

/*===========================================
form
===========================================*/
#recruit {
	position: relative;
    width: 1000px;
    margin: 0 auto;
}

#recruit h1 {
	color: #333;
	font-weight: bold;
	font-size: 24px;
    overflow: hidden;
    position: relative;text-align: center;
	margin-top: 30px;
}

#recruit h1 span {
    background-color: #fff;
    padding: 0 5px;
    display: inline-block;
    position: relative;
    z-index: 10;
    vertical-align: middle;
	line-height: 1.4;
}

#recruit h1 b {
	font-size: 28px;
}

#recruit h1 strong {
	color: #2c9ae5;
	font-size: 28px;
}

#recruit h1::before {
    content: '';
    border-top: #2c9ae5 solid 3px;
    margin: auto 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
}

#recruit .recruitBox01 {
	margin-top: 15px;
}

#recruit .recruitBox01 li {
	text-align: center;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	font-size: 18px;
}

#recruit .recruitBox01 li strong {
	color: #ff8a5b;
}

#recruit .txt01 {
	margin-top: 30px;
	line-height: 1.4;
	font-size: 14px;
}

#recruit table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 15px;
}

#recruit table th,
#recruit table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
}

#recruit table th {
	background: #faf2ec;
	width: 20%;
	font-size: 14px;
}

#recruit table th div {
	position: relative;
}

#recruit table th .required {
	/*position: absolute;
	top: 0;
	right: 0;
	background: #ff8a5b;
	color: #fff;
	padding: 2px 7px;*/
	color: #ee6978;
}

#recruit table th .option {
	/*position: absolute;
	top: 0;
	right: 0;
	background: #999;
	color: #fff;
	padding: 2px 7px;*/
	color: #999;
}

#recruit table th .required,
#recruit table th .option {
	padding-left: 0.4em;
}

#recruit table th .required::before,
#recruit table th .option::before {
	content: '(';
}

#recruit table th .required::after,
#recruit table th .option::after {
	content: ')';
}

#recruit table td {
	font-size: 14px;
}

#recruit table td input {
	font-size: 14px;
	padding: 4px;
}

#recruit table td textarea {
	width: 96%;
	font-size: 14px;
	padding: 4px;
	height: 10em;
}

#recruit table td p.txtForm01 {
	display: none;
	/*display: inline-block;*/
	margin-left: 5px;
	vertical-align: middle;
}

#recruit table td .txtForm02 {
	display: none;
}

#recruit .formBtn01,
#recruit .formBtn02 {
	margin: 25px auto 0;
	text-align: center;
	letter-spacing: -.4em;
}

#recruit .formBtn01 li,
#recruit .formBtn02 li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}

#recruit .formBtn01 li {
	width: 25%;
	opacity: 0.8;	
}

#recruit .formBtn02 li:first-child {
	width: 13%;
	margin-right: 15px;
}

#recruit .formBtn02 li:last-child {
	width: 25%;
	opacity: 0.8;
}

#recruit .formBtn01 li input,
#recruit .formBtn02 li input {
	width: 100%;
	border: none;
	background: none;
}

#recruit .formBtn01 a,
#recruit .formBtn02 a {
	display: block;
}

#recruit .formBtn01 img,
#recruit .formBtn02 img {
	width: 100%;
	vertical-align: top;
}

/*===========================================
finsh
===========================================*/
#finish {
	margin: 50px 0 300px;
	text-align: center;
}

#finish section h1 {
    color: #2c9ae5;
    font-size: 28px;
	margin-bottom: 20px;
}

#finish section p {
	font-size: 15px;
	line-height: 1.5;
}

#finish .tel01 {
    color: #e05d71;
    font-size: 28px;
    margin-top: -0.5em;
	margin-bottom: 0.15em;
    font-weight: 700;
    padding: 0.75em 0 0.25em;
}

#finish .tel01 img {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    margin-top: -0.5em;
    margin-right: 0.25em;
}

#finish .note01 {
    margin-top: 0.75em;
    margin-left: 1em;
    text-indent: -1em;
}

#finish dl {
	margin-top: 35px;
	border: 4px solid #48acf0;
	border-radius: 6px;
	padding: 15px;
}

#finish dl dt {
	color: #48acf0;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

#finish dl dd {
	font-weight: bold;
	color: #787878;
	line-height: 1.4;
	font-size: 16px;
}

/*===========================================
footer
===========================================*/
footer {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	padding: 35px 0 200px;
}

footer p {
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

footer small {
	display: inline-block;
	margin-left: 1.5em;
}

footer p a {
	color: #ffc3cc;
	text-decoration: underline;
}

footer p a:hover {
	text-decoration: none;
}

footer p a img {
	width: 24px;
	vertical-align: middle;
	margin-left: 4px;
}

/*===========================================
IE
===========================================*/
@media all and (-ms-high-contrast: none){
	#recruit h4 {
		padding-top: 0.3em;
	}
	#recruit h3 {
			padding: 13px 10px 4px;
	}
	#recruit table th .required,
	#recruit table th .option {
		padding: 4px 7px 0;
	}
}





















