/*【ヘッダー】*/
a{
	text-decoration: none;
}
#h_contents1{
	width:100vw;
}
#h_wide1{
 display: block;
}
#h_page{
	width:100vw;
}
#menu_img{
	position:fixed;
	top:3vw;
	width:15%;
	left:80vw;
	z-index:100;
}	
#menu_img img:hover{
	cursor : pointer;
}
#menu_img img{
	width:100%;
}
/*
#h_contents1{
	width:90vw;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	overflow:hidden;
}
#img_herder_rogo{
	width:30vw;
	margin-top:3vw;
	float:left;
}
#img_herder_rogo img{
	width:100%;
}
#img_herder_info{ 
	width:40vw;
	margin-left:3vw;
	margin-top:6vw;
	float:left;	
}
#img_herder_info img{ 
	width:100%;
}
*/

#h_wide1{
	width:53vw;
	margin: 20px auto 0 7.5vw;
	background-color:#FFFFFF;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
}
#img_herder_rogo{
	width:40%;
    margin-left: 7%;
}
#img_herder_rogo img{
	width:100%;
}
#img_herder_info{ 
	width:53%;
}
#img_herder_info img{ 
	width:100%;
}

#h_contents2{
	position:fixed;
	top:0vw;
	left:100vw;	
	width:100vw;
	height:100vh;
	padding-top:10vw;
	padding-bottom:8vw;
	margin-left:auto;
	margin-right:auto;
	background-color:#89be1f;
	z-index:99;
}
#h_list{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#h_list div{
	padding-top:3vw;
	padding-bottom:3vw;
	font-size:5vw;
}
#h_list p{
	color:#FFFFFF;
}
#h_top{
	border-bottom: solid 1px #FFFFFF;
}
#h_houjin{
	border-bottom: solid 1px #FFFFFF;
}
#h_sisetu{
	border-bottom: solid 1px #FFFFFF;
}
#h_sisetu:hover{
	cursor : pointer;
}
#h_staff{
	border-bottom: solid 1px #FFFFFF;
}
#h_info{
	border-bottom: solid 1px #FFFFFF;
}
#h_access{
	border-bottom: solid 1px #FFFFFF;
}
#sisetu_list{
	display:none;
}
#sisetu_list p{
	margin-top:2.5vw;
	font-size:4vw;
}
