/*------------------------------------------------
ƒ{ƒ^ƒ“ƒiƒr
-------------------------------------------------*/
.btnNavi{
	position: relative;
    display: inline-block;
    background: #15a8ce;
    padding: 0.8em 2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding-left: 10px;
    color: #ffffff;
}
.btnNavi:hover{
	background:#0a81a0;
	text-decoration:none;
}
.btnNavi:before {
	content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto;
}



.tab_fs th {
	vertical-align: middle;
}
.sp_nama {
	background: #cc3d3d;
}
.sp_on {
	background: #003f91;
}
.sp_zoom {
	background: #2b66b3;
}
.st_tx {
	display: inline-block;
	padding: 4px;
	border-radius: 2px;
	font-size: 0.8em;
	line-height: 1.1;
	color: #fff;
}
.tab_fs {
	font-size: 12px;
}
.tb_h {
	font-size: 15px;
}
.th_01 {
	width: 34% !important;
	vertical-align: middle;
}
.th_02 {
	width: 14% !important;
	vertical-align: middle;
}
.th_03 {
	width: 21% !important;
	vertical-align: middle;
}
.th_04 {
	width: 16% !important;
	vertical-align: middle;
}
.th_05 {
	width: 15% !important;
	vertical-align: middle;
}
.mg_on {
	margin: 5px 0 0;
}
@media screen and (min-width:769px) and ( max-width:1800px)  {
	.tab_fs td ,.tab_fs td a {
		font-size: 12px;
	}
	.tab_fs th {
		font-size: 14px;
		vertical-align: middle;
	}
	.tb_h {
		font-size: 14px !important;
	}
	.th_01 {
		width: 34% !important;
	}
	.th_02 {
		width: 14% !important;
	}
	.th_03 {
		width: 21% !important;
	}
	.th_04 {
		width: 16% !important;
	}
	.th_05 {
		width: 15% !important;
	}
	.mg_on {
		margin: 5px 0 0;
	}
}
@media screen and (min-width:560px) and ( max-width:768px) {
	.tab_fs th , .tab_fs td ,.tab_fs td a {
		font-size: 12px;
	}
	.tb_h {
		font-size: 14px !important;
	}
	.th_01 {
		width: 34% !important;
	}
	.th_02 {
		width: 14% !important;
	}
	.th_03 {
		width: 21% !important;
	}
	.th_04 {
		width: 16% !important;
	}
	.th_05 {
		width: 15% !important;
	}
	.mg_on {
		margin: 3px 0 0;
	}
}
@media screen and (min-width:480px) and ( max-width:559px) {
	.tab_fs th , .tab_fs td ,.tab_fs td a {
		font-size: calc(28vw/12);
	}
	.tb_h {
		font-size: calc(34vw/12) !important;
	}
	
	.th_01 {
		width: 26% !important;
	}
	.th_02 {
		width: 19% !important;
	}
	.th_03 {
		width: 22% !important;
	}
	.th_04 {
		width: 17% !important;
	}
	.th_05 {
		width: 16% !important;
	}
	.mg_on {
		margin: 2px 0 0;
	}
}
@media screen and (min-width:320px) and ( max-width:479px) {
	.tab_fs th {
		font-size: calc(26vw/12);
	}
	.tb_h {
		line-height: 1.2;
		font-size: calc(28vw/12) !important;
	}
	.tab_fs td {
		font-size: calc(27vw/12);
	}
	.tab_fs td a {
		font-size: calc(24vw/12);
	}
	
	.th_01 {
		width: 26% !important;
	}
	.th_02 {
		width: 19% !important;
	}
	.th_03 {
		width: 22% !important;
	}
	.th_04 {
		width: 17% !important;
	}
	.th_05 {
		width: 16% !important;
	}
	.mg_on {
		margin: 2px 0 0;
	}
	.st_tx {
		padding: 2.5%;
		line-height: 1;
		font-size: 0.7em;
	}
	.btnNavi{
		padding: 0.8em 2em;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		padding-left: 6px;
		color: #ffffff;
	}
	.btnNavi:hover{
		background:#0a81a0;
		text-decoration:none;
	}
	.btnNavi:before {
		width: 4px;
		height: 4px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		transform: rotate(45deg);
		top: -1px;
		right: 6px;
		bottom: 0;
	}
}






.e_w {
	margin: 15px 0 0;
}
.entry_btn {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 0 15px; 
    box-sizing: border-box;
}
.entry_btn p {
    position: absolute;
    top: 0;
    width: 55%;
    border-bottom: 5px solid #2d7ca3;
    border-radius: 8px;
    background: #2d7ca3;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: .3s;
}
.entry_btn p:hover {
    top: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #2d7ca3;
	opacity: 0.8;
}
.entry_btn a {
    position: relative;
    display: block;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #50b2e3;
    text-decoration: none;
    line-height: 1.3;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.entry_btn a:after {
    content: "";
    background: url("/koumuin/event/images/employment/arrow.png");
    display: inline-block;
    position: absolute;
	right: 11px;
    top: 8px;
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
}
@media screen and (min-width:768px) and ( max-width:899px) {
    .e_w {
        margin: 15px 0 0;
    }
	.entry_btn p {
		width: 60%;
	}
    .entry_btn a {
		font-size: 15px;
    }
    .entry_btn a:after {
		right: 11px;
		top: 8px;
		width: 23px;
		height: 23px;
		background-size: 23px 23px;
    }
}
@media screen and (min-width:500px) and ( max-width:767px) {
    .e_w {
        margin: 2% 0 0;
    }
    .entry_btn p {
		width: 52%;
        border-bottom: 4px solid #2d7ca3;
        border-radius: 6px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    }
    .entry_btn p:hover {
        top: 4px;
    }
    .entry_btn a {
        padding: 3% 0 3%;
		border-radius: 6px;
        font-size: calc(24vw / 12);
    }
	.entry_btn a:after {
		right: 11px;
		top: 22%;
		width: 19px;
        height: 19px;
        background-size: 19px 19px;
    }
}
@media screen and (min-width:375px) and ( max-width:499px) {
    .e_w {
        margin: 3% 0 0;
    }
    .entry_btn p {
		width: 75%;
        border-bottom: 4px solid #2d7ca3;
        border-radius: 6px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    }
    .entry_btn p:hover {
        top: 6px;
    }
    .entry_btn a {
        padding: 3% 0 3%;
		border-radius: 6px;
        font-size: calc(35vw / 12);
    }
	.entry_btn a:after {
		right: 9px;
        top: 22%;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }
}

@media screen and (min-width:320px) and ( max-width:374px) {
    .e_w {
        margin: 3.5% 0 0;
    }
    .entry_btn p {
		width: 100%;
        border-bottom: 4px solid #2d7ca3;
        border-radius: 6px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    }
    .entry_btn p:hover {
        top: 4px;
    }
    .entry_btn a {
        padding: 3% 0 3%;
		border-radius: 6px;
        font-size: calc(42vw / 12);
    }
	.entry_btn a:after {
		right: 9px;
        top: 22%;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }
}

.end_btn {
	background: linear-gradient(180deg, #abccfb, #418cf5);
	border: 5px outset #418cf5;
	font-size: 1.3rem;
	position: relative;
	display: inline-block;
	padding: 0.6rem 3rem;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	text-shadow: 2px 1px 2px #111;
	line-height: 1.1;
	font-weight: bold;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "ƒqƒ‰ƒMƒmŠÛƒS Pro", "Hiragino Maru Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "HGŠÛºÞ¼¯¸M-PRO", "HGMaruGothicMPRO";
	color: #fff;
}