@charset "utf-8";
/* common */
body{
	font-size:16px;line-height:1.8;background-repeat:repeat;background-color:#FFFFFF;margin:0px;padding:0px;-webkit-text-size-adjust:100%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;color: #3E3A39;font-weight: 500;
}
img{max-width:100%;height:auto;}
h1{font-size:40px;margin:0;padding:0;}
h2{font-size:24px;margin:0;padding:0;line-height:100%;}
p{margin:0;padding:0;}
a{color: #3E3A39;}

a:hover {opacity:0.6;filter:Alpha(opacity=60);transition: all .6s ease}
a:hover img{opacity:0.6;filter:Alpha(opacity=60);transition: all .6s ease}


html,body{height: 100%;}
#wrap{
    min-height: 100vh;
    position: relative;
    padding-bottom: 77px;
    box-sizing: border-box;
}


#header{
	width: 100%;
    color: #000000;
}
#header.shadow{
	box-shadow: 0px 3px 6px #00000029;
}
#header .top{
	height: 30px;
	padding: 0 30px;
	background: #1F5CAA 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}
#header .top h1{
	font-size: 16px;
	font-weight: normal;
}
#header .contents{
	max-width: calc( 1920px - 60px );
	margin: 0 auto;
	padding: 10px 30px;
	height: 65px;
}
#header .contents .logo{
	/*
	width: 120px;
	height: 45px;
	*/
	float: left;
}
#header .contents .contact{
	text-align: right;
	float: right;
	margin: 0 15px;
}
#header .contents .contact a{
	display: block;
}
#header .contents .inquiry{
/*	position: relative;*/
	float: right;
}
#header .contents .inquiry a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 200px;
	/*height: 65px;*/
	padding: 20px 0;
	background: #C30D23 0% 0% no-repeat padding-box;
	border-radius: 5px;
	line-height: 100%;
	text-align: center;
	font-size: 21px;

	/*
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
	*/
}

#footer{
	width: 100%;
	height: 77px;
	margin: 0 auto;
	padding: 0;

	position: absolute;
    bottom: 0;
}
#footer .contents{
	max-width: calc( 1920px - 60px );
	margin: 0 auto;
	padding: 0 30px;
}
#footer .contents a{
	text-decoration: none;
}
#footer .contents .info{
	font: normal normal normal 10px/23px Meiryo;
	text-align: center;
	margin: 10px auto;
}
#footer .contents .navi{
	text-align: left;
	margin: 10px auto;
	font: normal normal normal 14px/23px Meiryo;
}
#footer .contents .navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .contents .navi ul li {
	display: inline-block;
	line-height: 100%;
	margin-right: 20px;
}
#footer .contents .navi ul li:before{
	content: "＞";
	padding: 0;
}
#footer .contents .navi ul li a{
	text-decoration: none;
	margin: 0;
	padding: 0;
}



/* media-query */
@media screen and (max-width: 767px) {
	#header .shadow{
		box-shadow: none;
	}
	#header .top{
		display: none;
	}

	#header .contents .contact{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	#header .contents{
		height: 45px;
	}
	#header .contents .logo{
		width: 120px;
		height: 45px;
	}
	#header .contents .inquiry a{
		width: 150px;
		/*
		height: 45px;
		*/
		padding: 12px 0;
	}
}
@media screen and (max-width: 360px) {
	#header .contents .inquiry a{
		width: 125px;
		font-size: 19px;
	}
}
/* media-query */