@charset "utf-8";

#checkcheck:checked ~.hamburger-open div{

}

#checkcheck ~.hamburger-open div{
	display:inline-block;
	width:65px;
	height:65px;
	position:absolute;
	z-index:6;
	top:0px;
	right: 0;
	background:#1F487C;
	cursor: pointer;
	transition:width 0.5s,height 0.5s,background-color 0.5s;
}

.hamburger-open span{
    display: inline;
    transition: all .4s;
    position:absolute;
	top:0px;
	left:11px;
    height:3px;
	background-color:#fff;
	width:41px;
}


#checkcheck ~.hamburger-open  span:nth-of-type(1) {
	top:16px; 
}
#checkcheck ~.hamburger-open  span:nth-of-type(2) {
	top:30.5px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(3) {
	top:45px;
}

#checkcheck:checked ~.sidenavs {
	opacity:1;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:309px;
}
#checkcheck:checked ~.sidenavs2 {
	overflow-x: visible;
	width: 170px;
	display:block;
	opacity:1;
	right: 0px;
}
#checkcheck:checked ~.hamburger-close div{
	display:block;
}
#checkcheck ~.hamburger-close div{
	display:none;
}
.sidenavs {
	background-color:rgba(255,255,255,1);
	border-bottom:5px solid #1F487C;
	height:0px;
	width:100%;
	position: absolute;
	z-index:1;
	top:0px;
	left:0px;
	overflow: hidden;
	padding-top:20px;
	transition: 0.5s;
	opacity:0;
}
.sidenavs2 {
	height:50px;
	width: 170px;
	position: fixed;
	z-index: 2000;
	top: 50px;
	right: -220px;
	overflow-x: hidden;
	transition: 0.5s;
	opacity:0;
}
.sidenavs .img_1 {
	text-align:center;
	padding:20px 0 40px 0;
}
.sidenavs .menu_flex_main {
	display:flex;justify-content:space-between;
}
.sidenavs .menu_flex {
	position:relative;
	display:flex;
	align-items:center;
	padding:9px 0;
	width:338px;
	max-width:100%;
	text-decoration: none;
	font-family:myfont;
	border-top:1px solid #1F487C;
}
.sidenavs .menu_flex::before,.sidenavs .menu_flex::after{
	content: "";
	position:absolute;
	
	right:5px;
	transform:translatey(-50%);

	width: 2px;
	height: 10px;
	background-color:#27579D;
	transform-origin:center;
}
.sidenavs .menu_flex::before {
	transform: rotate(45deg);
	top:45%;
	
}
.sidenavs .menu_flex::after {
	transform: rotate(-45deg);
	top:32%;
}


.sidenavs .menu_flex div:nth-child(1) {
	font-size:18px;
	color:#1F487C;
	font-weight:bold;
}
.sidenavs .menu_flex div:nth-child(2) {
	font-size:10px;
	color:#9A9696;
	margin-left:15px;
}
.sidenavs a:hover {
	color: #aaa;
}

.sidenavs .close-btn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
#menu_jigyou_ac{
	height:0px;
	overflow:hidden;
	transition: 0.5s;
}
#checkcheck{
	display:none;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(1) {
	transform: translateY(6px) rotate(-45deg);
    top: 24.5px;
	/*
    right: 5px;
	*/
    width: 45px;
	
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(2) {
	opacity: 0;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(3){
	transform: translateY(-6px) rotate(45deg);
	top: 37px;
	/*
	left: 18px;
	width: 30%;
	*/
	 width: 45px;
}

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


.sidenavs .menu_flex_main {
	display:block;
	margin:0 auto;
}
#checkcheck:checked ~.sidenavs {
	width:100%;
	height:500px;
}
.sidenavs .menu_flex {
	margin:0 auto;
}
}