/* ?w?b?_?[???j???[???CSS */
#btn_menu{
	position: fixed;
	display:none;
	width:100%;
	margin:0 auto;
	padding:0 20px;
	top:70px;
	left:0;
	z-index:9999;
	background-color:#003366;
}
#btn_menu ul{
	display: flex;
	justify-content: space-between;
	width:1000px;
	margin:0 auto;
}
#btn_menu ul li{
	flex-grow:1;
}
#btn_menu ul li a{
	color:#FFFFFF;
}
#btn_menu ul li a:hover{
	color:#FF0033;
}
#recruit_menu div a:hover{
	color:#ff0033;
}
/* ?G???g???[?{?^?? */
#btn_entry{
	position: fixed;
	bottom: 200px;
	right: 0;
	background-color:#ff0033;
	width:50px;
	height:200px;
	border-radius: 10px 0 0 10px;
	display: none;
	z-index:10;
}
#btn_entry a{
	position: absolute;;
	width:100%;
	height:100%;	
	border-radius: 10px 0 0 10px;
	text-align:center;
	line-height:50px;
	font-size:20px;
	display: block;
	color:#FFFFFF;
	padding:0 0;
	writing-mode: vertical-rl;
}
#btn_entry a:hover{
	background-color:#ff9999;
}
/* ?y?[?W???????N??u???? */
.a_target{
    padding-top: 10px;
	margin-top:-10px;
}
/* ?}?E?X?I?[?o?[???? */
.footer-all a:hover,
.entry_new a:hover,
.entry_new:hover{
	opacity: 0.7;
}
.mid_top{
	align-items: flex-start;
	margin-top: 30px;
}

/* ?X?}?z???? */
@media screen and (max-width: 767px) {
	#mobile_submenu{
		width:100%;
	}
	#btn_menu{
		display:none;
	}
	#mobile_submenu.mobile_fixed{
		left: 0;
		position: fixed;
		top: 0;
		z-index:999;
	}
	.submenu_entry{
		width:100%!important;
	}
/* ?y?[?W???????N??u???? */
	.a_target{
    	padding-top: 80px;
		margin-top:-80px;
	}
}

/* youtube????\??t?? (10/20???„ƒj*/
.youtube_movie{
	margin-top:10px;
	margin-bottom:10px;
}
.youtube_movie iframe{
	width:560px;
	height:315px;
}
@media screen and (max-width: 767px) {
	.youtube_movie iframe{
		width:100%;
		height:auto;
	}
}
