#recruit1 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 80px;
}
#recruit1 .box {
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	border-left: #0096E7 5px solid;
	background-color: rgb(255,255,255);
	padding: 50px 50px 90px;
	border-radius: 6px;
	background-color: rgb(255,255,255);
	transition: box-shadow 0.5s;
	box-shadow:
	  10px 10px 30px rgba(0,0,0,.01),
	  -10px -10px 30px rgba(0,0,0,.1),
	  inset 10px 10px 30px transparent,
	  inset -10px -10px 30px transparent;
}
#recruit1 .box .ttl {
	font-size: 140%;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#recruit1 .box .ttl span {
	font-size: 80%;
	font-weight: 600;
}
#recruit1 .box p {
	font-size: 90%;
	letter-spacing: 2px;
}
#recruit1 .box a {
	display: block;
	color: #0084CA;
	max-width: 200px;
	width: 100%;
	padding: 0;
	text-align: center;
	position: absolute;
	right: 40px;
	bottom: 40px;
	letter-spacing: 2px;
}
#recruit1 .box a::before{
    content: '';
	position: absolute;
    bottom:-8px;
    left:0;
	width: 100%;
    height: 1px;
	background:#0084CA;
    transition: all .3s;
}
#recruit1 .box a::after{
    content: '';
	position: absolute;
    bottom:-3px;
    right:0;    
    width: 15px;
    height:1px;
	background:#0084CA;
    transform: rotate(35deg);
    transition: all .3s;
}
#recruit1 .box a:hover::before{
    left:5%;
}

#recruit1 .box a:hover::after{
    right:-5%;
}
.entry_btn {
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 50px auto;
	text-align: center;
	padding: 25px 0;
	font-size: 120%;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: #0096E7;
	color: #fff;
	transition: .3s;
	position: relative;
}
.entry_btn::before{
	content:"";
	position: absolute;
	top:50%;
	right:-16px;
	width:40px;
	height:1px;
	background:#333;
    transition: all .2s linear;
}
.entry_btn::after{
	content:"";
	position: absolute;
    top: 50%;
    right: -11px;
	margin-top: -12px;
	width:1px;
	height:12px;
	background:#333;
    transform:skewX(45deg);
    transition: all .2s linear;
}
.entry_btn:hover::before{
	right:-20px;
}

.entry_btn:hover::after{
	right:-15px;
}
/*---------------------------------------*/
#recruit2 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 100px;
}
#recruit2 .table_section {
}
#recruit2 .table_section dl {
	width: 100%;
	display: table;
	margin-bottom: 2px;
	border-bottom: #bbb 1px dotted;
}
#recruit2 .table_section dt,
#recruit2 .table_section dd  {
	display: table-cell;
	vertical-align: top;
	padding: 20px 25px;
	line-height: 160%;
}
#recruit2 .table_section dt  {
	width: 250px;
	background-color: #eee;
	font-weight: 500;
	letter-spacing: 1px;
}
#recruit2 .table_section dd  {
}
#recruit2 .table_section dd p  {
	margin-bottom: 5px;
}
#recruit2 .table_section dd ul  {
}
#recruit2 .table_section dd li  {
	margin-bottom: 5px;
	padding-left:1em;
	text-indent:-1em;
}
#recruit2 .table_section dd li::before {
	content: '●';
}
#recruit2 .table_section dd .cap  {
	margin-bottom: 0;
	font-size: 90%;
	padding-left:1em;
	text-indent:-1em;
}
#recruit2 .table_section dd .ttl_s {
	display: inline-block;
	font-weight: 500;
	margin-right: 10px;
}
/*---------------------------------------*/
#entry {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 100px;
}
#entry .tb_box {
	margin-bottom: 30px;
}
#entry .tb_box dl {
	width: 100%;
	display: table;
	margin-bottom: 1px;
}
#entry .tb_box dt,
#entry .tb_box dd {
	display: table-cell;
	vertical-align: top;
}
#entry .tb_box dt {
	position: relative;
	width: 30%;
	background-color: #52c2d0;
	color: white;
	text-align: left;
	padding: 23px 45px 5px 20px;
	font-weight: 500;
	font-size: 110%;
	line-height: 160%;
}
#entry .tb_box dt.none_form {
	padding: 15px 15px 15px 20px;
}
#entry .tb_box dt::after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #52c2d0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
#entry .tb_box dt span {
	display: block;
	font-size: 11px;
	margin-left: 10px;
	background-color: #707070;
	color: #fff;
	line-height: 100%;
	font-weight: 400;
	padding: 3px 5px 4px 4px;
	position: absolute;
	right: 15px;
	top: 28px;
}
#entry .tb_box dt.none_form span {
	top: 23px;
}
#entry .tb_box dd {
	text-align: left;
	width: 70%;
	background-color: #eee;
	padding: 13px 15px 13px 25px;
}
#entry .tb_box dd textarea,
#entry .tb_box dd input,
#entry .tb_box dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 2px 2px 6px -6px rgba(0,0,0,0.6);
	background-color: #fff;
	margin: 2px 0;
}
#entry .tb_box dd textarea::placeholder,
#entry .tb_box dd input::placeholder,
#entry .tb_box dd select::placeholder {
	color: #aaa;
}
#entry .tb_box dd textarea:hover,
#entry .tb_box dd input:hover,
#entry .tb_box dd select:hover {
}
#entry .tb_box dd input.size_l {
}
#entry .tb_box dd input.size_m,
#entry .tb_box dd select.size_m {
	max-width: 190px;
	width: 100%;
	margin: 0 3px;
}
#entry .tb_box dd input.size_s,
#entry .tb_box dd select.size_s {
	max-width: 100px;
	width: 28%;
	margin: 0 3px;
}
#entry .tb_box dd .cap {
	font-size: 90%;
	color: #999;
	margin-bottom: 8px;
	line-height: 150%;
}
#entry .tb_box dd .list {
}
#entry .tb_box dd .list li {
	margin: 3px 0;
}
#entry .tb_box dd .list2 {
	overflow: hidden;
}
#entry .tb_box dd .list2 li {
	float: left;
	margin-right: 20px;
}
#entry .tb_box dd li label {
	transition: .4s;
}
#entry .tb_box dd li label input {
	width: auto;
	display: inline-block;
	margin-right: 5px;
	box-shadow: none;
}
#entry .tb_box dd li label:hover {
	cursor: pointer;
	color: #ccc;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	display: block;
	max-width: 350px;
	width: 90%;
	margin: 0px auto;
	background-color: #0096E7;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	font-weight: 200;
	padding: 28px 0 28px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #eee;
	color: #555;
}

#entry .privacy {
	border: #59CAC9 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 0px 0 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#entry .privacy li {
	margin-bottom: 15px;
}
#entry .privacy li strong {
	display: block;
	font-weight: 500;
	font-size: 110%;
	margin-bottom: 5px;
}
#entry .privacy li ol {
	list-style: outside disc;
	margin-left: 25px;
}
#entry .privacy li ol li {
	margin-bottom: 0;
}
#thanks {
	max-width: 500px;
	width: 85%;
	margin: 100px auto 80px;
	background-color: #fff;
	padding: 40px;
}
#thanks dt {
	text-align: center;
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 4px;
}
#thanks dd {
}
#thanks dd a {
	display: block;
	margin-top: 20px;
	background-color: #333;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	transition: .3s;
}
#thanks dd a:hover {
	background-color: #111;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}







@media screen and (max-width: 850px) {
}









@media screen and (max-width: 700px) {
	.entry_btn {
		margin: 30px auto;
	}
	/*---------------------------------------*/
	#recruit2 .table_section {
		border: #ccc 1px solid;
	}
	#recruit2 .table_section dl,
	#recruit2 .table_section dt,
	#recruit2 .table_section dd  {
		display: block;
	}
	#recruit2 .table_section dl {
		margin-bottom: 0;
		border-bottom: none;
		border-top: #ccc 1px solid;
	}
	#recruit2 .table_section dl:first-child {
		border-top: none;
	}
	#recruit2 .table_section dt {
		width: 100%;
		padding: 8px 13px;
	}
	#recruit2 .table_section dd {
		padding: 15px 20px;
	}
	/*---------------------------------------*/
	#entry .tb_box dt {
		padding: 16px 45px 10px 15px;
		font-size: 100%;
	}
	#entry .tb_box dt.none_form {
		padding: 15px 45px 10px 15px;
	}
	#entry .tb_box dt span {
		padding: 3px 4px 4px 3px;
		right: 10px;
		top: 19px;
	}
	#entry .tb_box dt.none_form span {
		top: 23px;
	}
	#entry .tb_box dd {
		padding: 10px 10px 10px 20px;
	}
	#entry .tb_box dd textarea,
	#entry .tb_box dd input,
	#entry .tb_box dd select {
		padding: 8px;
		margin: 4px 0;
	}
	/*---------------------------------------*/
}








@media screen and (max-width: 480px) {
	#recruit1 .box {
		margin-bottom: 20px;
		padding: 30px 30px 60px;
		border-radius: 6px;
		
		box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.6);
		box-shadow:
		  5px 5px 15px rgba(0,0,0,.03),
		  -5px -5px 15px rgba(0,0,0,.1),
		  inset 5px 5px 15px transparent,
		  inset -5px -5px 15px transparent;
	}
	#recruit1 .box .ttl {
		line-height: 140%;
	}
	#recruit1 .box .ttl span {
		display: block;
		margin-left: -10px;
		font-size: 70%;
	}
	#recruit1 .box a {
		right: 30px;
		bottom: 30px;
	}
	/*---------------------------------------*/
	
	/*---------------------------------------*/
	#entry .tb_box dl,
	#entry .tb_box dt,
	#entry .tb_box dd {
		display: block;
		width: 100%;
	}
	#entry .tb_box dt,
	#entry .tb_box dt.none_form {
		padding: 5px 45px 7px 10px;
		font-size: 90%;
	}
	#entry .tb_box dt span,
	#entry .tb_box dt.none_form span {
		top: 7px;
	}
	#entry .tb_box dt::after{
		display: none;
	}
	#entry .tb_box dd {
		padding: 15px;
		line-height: 150%;
	}
	/*---------------------------------------*/
	#thanks {
		margin: 30px auto 50px;
		background-color: #fff;
		padding: 20px;
	}
}