@charset "UTF-8";


/* -------------------------------------
recruit
------------------------------------- */
.icon_car {
	margin-bottom:40px;
}

#app table {
	width:100%;
}
#app table th, #app table td {
	font-size:16px;
	line-height:1.8;
	padding:20px 30px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
#app table th {
	font-weight:bold;
	width:220px;
	background-color:#F2F2F2;
}
#app table td .red {
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
}


.pcimg {
	display:block;
}
.spimg {
	display:none;
}

#recruit #flow p img {
	width:100%;
	height:auto;
}


#recruit #entry #entry_cap {
	margin-bottom:30px;
}
#recruit #entry #entry_cap a {
	text-decoration:underline;
}
#recruit #entry_top {
	margin-bottom:35px;
}
#recruit #entry h3 {
	font-size:16px;
	font-weight:bold;
	color:#004E9D;
	margin-bottom:10px;
}

#pp_blk {
    padding:15px;
    margin-bottom:35px;
    border:1px solid #ccc;
    box-sizing:border-box;
}
#pp_blk p {
    font-size:13px;
}
#pp_blk p span {
    font-weight:bold;
}
#pp_blk p span.txtbdr {
    font-weight:normal;
    text-decoration:underline;  
}
#pp_blk #pp_blkin {
    padding:10px 0 0 0;
}
#pp_blk #pp_blkin label {
    font-size:16px;
    font-weight:bold;
}
#pp_blk #pp_blkin p {
    font-size:12px;
    display:inline;
    padding-left:10px;
}


#recruit form table {
	width:100%;
	border-bottom:1px solid #CCC;
	box-sizing:border-box;
}
#recruit form table th, #recruit form table td {
	font-size:16px;
	vertical-align:top;
	padding:20px;
	border-top:1px solid #CCC;
	box-sizing:border-box;
}
#recruit form table th {
	line-height:20px;
	font-weight:bold;
	text-align:left;
	width:230px;
	padding:25px 20px;
	background-color:#F2F2F2;
}
#recruit form table td {
	font-size:0;
}


input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}
#recruit form input[type="text"], #recruit form textarea {
	font-size:16px;
	line-height:20px;
	display:inline-block;
	padding:5px;
	border:1px solid #ccc;
	background-color:transparent;
	box-sizing:border-box;
}
#recruit form textarea {
	width:100%;
	height:200px;
}
#recruit form input[type="text"]:focus, #recruit form textarea:focus {
	background-color:#b3c7df;
	transition-property:background-color;
	-webkit-transition-property:background-color;
	-moz-transition-property:background-color;
	-o-transition-property:background-color;
	transition-duration:0.7s;
	-webkit-transition-duration:0.7s;
	-moz-transition-duration:0.7s;
	-o-transition-duration:0.7s;
	outline: 0;
}
#recruit form td label {
	float:left;
	display:block;
}
#recruit form td p {
	font-size:16px;
	margin-bottom:10px;
}
#recruit form td span {
	font-size:16px;
	text-align:center;
	width:35px;
	display:inline-block;
}

#recruit form .pp td label {
    font-size:16px;
    float:none;
    display:inline-block;
    vertical-align:top;
}
#recruit form .pp td {
    vertical-align:middle;
}
#recruit form .pp td span {
    font-size:12px;
    text-align:left;
    width:auto!important;
    display:block;
    padding-top:5px;
}
#name1, #name2, #kana1, #kana2 {
	width:-webkit-calc(30% - 20px);
	width:calc(30% - 20px);
}
#name1, #kana1 {
	margin-right:20px;
}
#age, #year, #month, #day {
	width:100px;
}
.address dt, .address dd {
	float:left;
	margin-bottom:20px;
}
.address dt {
	font-size:16px;
	line-height:20px;
	padding:5px 0;
	clear:left;
	width:100px;
	box-sizing:border-box;
}
.address dt:nth-child(9) {
	width:200px;
}
.address dd input {
	width:100%;
}
#zip {
	width:100px;
}
#address1 {
	width:150px;
}
.address dd:nth-child(6), .address dd:nth-child(8) {
	width:-webkit-calc(100% - 100px);
	width:calc(100% - 100px);
}
.address dd:nth-child(10) {
	width:-webkit-calc(100% - 200px);
	width:calc(100% - 200px);
}

#tel {
	width:50%;
}
#mail1, #mail2, #mail1_conf, #mail2_conf {
	width:-webkit-calc(35% - 35px);
	width:calc(35% - 35px);
}

#recruit form td.rdobtn {
	vertical-align:middle;
}
#recruit form .jpb td.rdobtn span, #recruit form .employ td.rdobtn span {
	margin:0 30px 0 10px;
}
#recruit form td.rdobtn span {
	width:auto;
	margin:0 10px 0 10px;
	vertical-align:middle;
}
#recruit form td.rdobtn label:last-child span {
	margin-right:0;
}

.lead {
	margin-bottom:30px;
}
.lead .attention {
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
}

#submitarea {
	font-size:0;
	text-align:center;
	padding-top:35px;
}
#submitarea #reset, #submitarea .ctg_detail {
	font-weight:bold;
	display:inline-block;
	border:none;
	vertical-align:middle;
	box-sizing:border-box;
	cursor:pointer;
}
#submitarea #reset:hover, #submitarea .ctg_detail:hover {
	opacity:0.7;
}
#submitarea #reset {
	background-color:transparent;
}
#submitarea .ctg_detail {
	font-size:16px;
	color:#fff;
	padding:12px 30px;
	margin-right:25px;
	background-color:#DD5446;
}
.req {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	display:inline-block;
	margin-left:5px;
}



@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1120px) {
    #pp_blk #pp_blkin label {
        font-size:15px;
    }
	#app table th, #app table td {
		font-size:15px;
		padding:18px 25px;
	}
	#app table th {
		width:200px;
	}
	
	#recruit #entry h3 {
		font-size:15px;
	}
	
	#recruit form table th, #recruit form table td {
		font-size:15px;
	}
	#recruit form table th {
		width:220px;
	}
	#recruit form input[type="text"], #recruit form textarea {
		font-size:15px;
	}
	#recruit form td p {
		font-size:15px;
	}
	#recruit form td span {
		font-size:15px;
	}
    #recruit form .pp td label {
        font-size:15px;
    }
	.address dt {
		font-size:15px;
		width:90px;
	}
	.address dt:nth-child(9) {
		width:190px;
	}
	.address dd:nth-child(6), .address dd:nth-child(8) {
		width:-webkit-calc(100% - 90px);
		width:calc(100% - 90px);
	}
	.address dd:nth-child(10) {
		width:-webkit-calc(100% - 190px);
		width:calc(100% - 190px);
	}
	
	.lead .attention {
		font-size:15px;
	}
}
@media screen and (max-width:980px) {
	#recruit form .jpb td label, #recruit form .employ td label, #recruit form .area td label {
		width:50%;
		margin-bottom:10px;
	}
	#recruit form .jpb td.rdobtn span, #recruit form .employ td.rdobtn span {
		margin:0 10px 0 10px;
	}
}
@media screen and (max-width:768px) {
    #pp_blk p {
        font-size:12px;
    }
    #pp_blk #pp_blkin label {
        font-size:14px;
    }
	#app table th, #app table td {
		font-size:14px;
		padding:15px 20px;
	}
	#app table th {
		width:180px;
	}
	
	#recruit #entry h3 {
		font-size:14px;
	}
	
	#recruit form table th, #recruit form table td {
		font-size:14px;
	}
	#recruit form table th {
		width:210px;
	}
	#recruit form input[type="text"], #recruit form textarea {
		font-size:14px;
	}
	#recruit form td p {
		font-size:14px;
	}
	#recruit form td span {
		font-size:14px;
	}
	.address dt {
		font-size:14px;
		width:80px;
	}
	.address dt:nth-child(9) {
		width:180px;
	}
	.address dd:nth-child(6), .address dd:nth-child(8) {
		width:-webkit-calc(100% - 80px);
		width:calc(100% - 80px);
	}
	.address dd:nth-child(10) {
		width:-webkit-calc(100% - 180px);
		width:calc(100% - 180px);
	}
	
    #recruit form .pp td label {
        font-size:14px;
    }
	#name2, #kana2 {
		width:-webkit-calc(50% - 13px);
		width:calc(50% - 13px);
	}
	#name1, #kana1 {
		width:-webkit-calc(50% - 13px);
		width:calc(50% - 13px);
	}
	#tel {
		width:100%;
	}
	#mail1, #mail1_conf {
		width:-webkit-calc(50% - 15px);
		width:calc(50% - 15px);
	}
	#mail2, #mail2_conf {
		width:-webkit-calc(50% - 25px);
		width:calc(50% - 25px);
	}
	#age, #year, #month, #day {
		width:70px;
	}
	
	.lead .attention {
		font-size:14px;
	}
}
@media screen and (max-width:767px) {
	#recruit form .jpb td label, #recruit form .employ td label, #recruit form .area td label {
		width:100%;
	}
}
@media screen and (max-width:640px) {
    #pp_blk #pp_blkin label {
        font-size:13px;
    }
    #pp_blk #pp_blkin p {
        display:block;
        padding-left:0px;
    }
	#app table th, #app table td {
		font-size:13px;
		display:block;
		padding:10px 10px;
	}
	#app table th {
		text-align:left;
		width:100%;
	}
	
	.pcimg {
		display:none;
	}
	.spimg {
		display:block;
	}
	
	#recruit form table th, #recruit form table td {
		width:100%;
		display:block;
	}
	#recruit form table th {
		padding:10px;
	}
	#recruit form table td {
		padding:15px 0;
	}
    #recruit form .pp th br {
        display:none;
    }
	#age, #year, #month, #day {
		width:50px;
	}
	#recruit form td p {
		font-size:13px;
		line-height:1.4;
	}
	#recruit form td span {
		font-size:13px;
	}

}
@media screen and (max-width:480px) {
	
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:769px) {
	
}