.child {
    display: none;
	border-left: 2px solid #053366;
	border-right: 2px solid #053366;
	border-bottom: 2px solid #053366;
	padding: 30px 35px;
}

.cursor {
	margin-top: 20px;
	position: relative;
	display: block;
	background: #fff;
	border: 2px solid #053366;
	text-align: center;
	padding: 25px 0;
	font-size: 1.1rem;
	color: #053366;
	letter-spacing: .1rem;
	cursor: pointer;
	font-weight: bold;
	line-height: 25px;
}

.cursor:before {
	padding-right: 15px;
    margin: -3px 0 0 0;
    content:" ";
    display:inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/contents/toggle_open.png");
    background-size:contain;
	background-repeat: no-repeat;
    vertical-align:middle;
}
 
.cursor.active:before {
    width: 25px;
    height: 25px;
    background: url("../img/contents/toggle_close.png");
    background-size:contain;
	background-repeat: no-repeat;
}

.cursor:after {
    content: '開く';
}
 
.cursor.active:after {
    content: '閉じる';
}

a.recruit_link{
	background: #1d446f;
	box-sizing: border-box;
	border: 5px solid #1d446f;
	display: block;
	margin-top: 20px;
}

a.recruit_link img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align: bottom;
	transition: .3s;
}

a.recruit_link:hover img {
	opacity: .9;
}


	
#recruit table{
	text-align: left;
	font-size: 1rem;
	line-height: 150%;
   border-collapse: collapse;
	box-sizing: border-box;
	width: 100%;
}
	
#recruit table th {
	padding: 20px 25px;
	width: 18%;
	font-size: 1.1rem;
	background: #f2f5f9;
	border-collapse: collapse;
   border-bottom:3px solid #fff;
   border-right:10px solid #fff;
	box-sizing: border-box;
	vertical-align: middle;
}

#recruit table td {
	padding: 20px 25px;
	width: 82%;
	border-collapse: collapse;
   border-bottom:1px solid #e8ecf3;
	box-sizing: border-box;
	vertical-align: middle;
}

#recruit table td span {
	display: block;
	padding-left: 3.5rem;
	padding-bottom: 5px;
}
	
#recruit table tr:first-child td {
   border-top:1px solid #e8ecf3;
}

#recruit .contents_wrap p {
	font-size: .9rem;
}

@media only screen and (max-width: 980px) {

a.recruit_link{
	border: 4px solid #1d446f;
}
	
#recruit table {
	font-size: .8rem;
}
	
#recruit table th {
	display: list-item;
	width: 100%;
	list-style: none;
	padding: 10px;
	font-weight: bold;
   border: none;
	font-size: .9rem;
}
	
#recruit table td {
	display: list-item;
	width: 100%;
	border:none;
	list-style: none;
	padding: 10px 10px 10px 20px;
}

#recruit table td span {
	display: block;
	padding-left: 3rem;
	padding-bottom: 5px;
}
	
#recruit table tr:first-child td {
	border:none;
}

#recruit .contents_wrap p {
	font-size: .85rem;
}

.child {
	padding: 15px;
}

.cursor {
	padding: 15px 0;
}

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

a.recruit_link{
	border: 3px solid #1d446f;
}

}

