@charset "utf-8";
/* CSS Document */
@import url(css/ress_custom.css);
@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);

/*-------------------------------------------------------------------
		wrap
-------------------------------------------------------------------*/
#wrap{
	padding: 100px 0 0;
}

/*-------------------------------------------------------------------
		common
-------------------------------------------------------------------*/
.tc_red{ color: #ff6100;}
.tc_gray{ color: #999;}
.tc_blue{ color: #4285f4;}

/*-------------------------------------------------------------------
		header
-------------------------------------------------------------------*/

/*		header
----------------------------------------------------*/
header{
	width: 100%;
	height: 50px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
    background: rgba(255,255,255,0.9);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	z-index: 999;
}
header h1{
	width: 300px;
	height: 100%;
	padding-left: 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
header h1 a{
	width: 200px;
	height: 50px;
	display: block;
	background: url(img/common/logo.png) no-repeat center;
	background-size: 100% auto;
	text-indent: -9999px;
}
header a{
	transition: all 0.2s;
}
header a:hover{
	opacity: 0.6;
}


/*		nav
----------------------------------------------------*/
header nav{
	width: 100%;
	padding: 0 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}
header nav ul{
	height: 50px;
	list-style: none;
	float: right;
	display: flex;
	flex-wrap: nowrap;
}
header nav ul li{
	margin-left: 20px;
}
header nav ul li a{
    padding: 0 5px;
    display: inline-block;
	font-size: 1.4em;
	line-height: 50px;
	letter-spacing: 0.1em;
}
header nav ul li a:link,
header nav ul li a:active,
header nav ul li a:visited{
	text-decoration: none;
	color: #333;
}
header nav ul li a:before{}


/*		common_page
----------------------------------------------------*/
#common_page article{
	width: calc(100% - 40px);
	max-width: 780px;
	margin: 0 auto 100px;
	font-size: 1rem;
}
#common_page article :is(h1,h2,h3,h4){
	margin: 2em 0;
	font-weight: 600;
	color: #111;
}
#common_page article h1{
	padding: .25em 0 .25em calc(.75em - 4px);
	font-size: 1.5rem;
	border-left: 4px solid #111;
}
#common_page article h2{
	font-size: 1.25rem;
}
#common_page article p{
	margin: 1.5em 0;
}
#common_page article :is(ul,ol){
	margin: 2em;
	margin-right: 0;
}
#common_page article li{
	margin: .5em 0;
}

/*		
----------------------------------------------------*/





/*-------------------------------------------------------------------
		footer
-------------------------------------------------------------------*/

/*		footer
----------------------------------------------------*/
footer{
	padding: 40px 0;
	background: #f5f5f5;
}




/*		copy
----------------------------------------------------*/
footer p.copy{
	text-align: center;
}





/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/


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

/*-------------------------------------------------------------------
		wrap
-------------------------------------------------------------------*/
#wrap{
	padding: 40px 0 0;
}

/*-------------------------------------------------------------------
		header
-------------------------------------------------------------------*/

/*		header
----------------------------------------------------*/
header{
	height: 40px;
    top: 0;
    transition: top 0.5s ease;
}
header.scroll{
	height: 40px;
    top: -50px;
}
header h1{
	width: 100%;
	padding: 0;
	line-height: 40px;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
}
header h1 a{
	width: auto;
    height: 40px;
	margin: 0 auto;
	background: none;
	text-indent: inherit;
	display: inline-block;
}
header h1 a:link,
header h1 a:visited{
	color: #000;
	text-decoration: none;
	}


/*		nav
----------------------------------------------------*/
header nav{
	padding: 0;
	background: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	top: 40px;
	left: 0;
	right: 0;
	bottom: auto;
}
header nav ul{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	background: rgba(0,0,0,0.04);
	flex-wrap: wrap;
}
header nav ul li{
	width: 100%;
	height: auto;
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.05);
}
header nav ul li a{
	height: auto;
	padding: 16px 0;
	display: block;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2;
	position: relative;
}
header nav ul li a:link,
header nav ul li a:active,
header nav ul li a:visited{
	text-decoration: none;
	color: #333;
}
header nav ul li a:before{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 1em;
	font-weight: 900;
	line-height: 16px;
	color: #bbb;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
}
/*		js
----------------------------------------------------*/
header span.navbtn{
	width: 30px;
	height: 30px;
	display: block;
	position: fixed;
	right: 5px;
	top: 5px;
	text-align: center;
	font-size: 1.6em;
	line-height: 30px;
	z-index: 100;
}
header span.navbtn:before{
	content: '\f0c9';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
header nav{
	display: none;
}

}

@media screen and (min-width:1001px){
header.scroll{}
header.scroll h1{
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	}
header.scroll h1 a{
	width: 200px;
	height: 50px;
	}
}
@media screen and (min-width:801px){
/*-------------------------------------------------------------------------------------
		common
-------------------------------------------------------------------------------------*/
.onlySP{ display: none;}

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

/*-------------------------------------------------------------------------------------
		common
-------------------------------------------------------------------------------------*/
.onlyPC{ display: none;}




}





