@charset "utf-8";
/* CSS Document */


/*===============================================
●style.css 画面の横幅が764px以下
===============================================*/
@media only screen and (max-width: 806px) {
	
	
	.smart_non,
	#primary{
    	display: none;
	}
	
	body{
		margin: 0;
		padding: 0;
		background-color: #FFF;
	}
	
	img{
		width: 100%;
		height: auto;
	}
	
	#wrapper{
		padding: 0 5%;
	}
	
	#header {
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
}
	
	.hd p {
		position: absolute;
		color: #333;
		font-weight: bold;
		font-size: 22px;
		line-height: 30px;
		font-family :Quicksand, sans-serif;/*Google Font*/
		top: 5%;
		left: 5%;
		filter: drop-shadow(2px 2px 0px #FFF);
	}
	
	

	.hd img {
		width: 100%;
	}
	
	.open_pdf{
		margin: 0 0 30px 30px;
	}
	p.tit {
		padding: 10px 20px;
		font-size: 20px;
		border-left: 6px double #222;
	}
	
	#footer {
	width: 90%;
	margin: 50px 0 0 0;
	padding: 10% 5%;
	background-color: #F1F1F1;
	font-size: 18px;
}
	
#footerbox {
	line-height: 34px;
}
	#footerbox01com {
		margin-top: 0;
		font-size: 30px;
		font-weight: bold;
	}
	#footerbox02 {
		margin-top: 50px;
	}
	#footerbox02com {
		margin: 20px 0;
		font-size: 20px;
		font-weight: bold;
	}
	
	#copyright{
		width: 100%;
		margin: 0 ;
		padding: 20px 0;
		font-size: 16px;
		text-align: center;
	}

	
	
	
	
	
}
	