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


/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-footerここから*/
@media screen and (min-width:1025px) {
#footer{
	background-color:#F7C802;
	position: relative;
	z-index:0;
	margin-top:100px;
	clear:both;
	height:135px;
	width:100%;
       }
}
@media screen and (max-width:1024px) {
#footer{
	background-color:#F7C802;
	position: relative;
	z-index:0;
	margin-top:100px;
	clear:both;
	height:300px;
	width:100%;
       }
}

@media screen and (min-width:1025px) {
.footer_contents{
	width: 1000px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
       }
}
@media screen and (max-width:1024px) {
.footer_contents{
	width: 330px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	margin: 0 auto;
       }
}

@media screen and (min-width:1025px) {
.footer_logo{
    position: absolute;
    left: 0;
    margin: auto;
	top: 35px;
    width: 239px;
	    }
}
@media screen and (max-width:1024px) {
.footer_logo{
    position: absolute;
    left: 0;
    margin: auto;
	top: 230px;
    width: 239px;
}
}

@media screen and (min-width:1025px) {
.footer_menu{
	top:25px;
	position:absolute;
    right: 0;
    margin: auto;
	width: 620px;
	    }
}
@media screen and (max-width:1024px) {
.footer_menu{
	top:5px;
	left: -15px;
	position:absolute;
    margin: auto;
	width: 330px;
	    }
}

.footer_menu ul {
     padding-left: 10px;
}

.footer_menu li{
	margin-bottom: 3px;
	font-size: 15px;
	letter-spacing:4px;
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	letter-spacing:1px;
	font-weight:700;
	    }	
@media screen and (max-width:1024px) {
	.footer_menu li{
	display: list-item;
	}
}
.footer_menu li a{
	color:#000000;
	    }

.footer_menu li a:hover{
	color:white;
	    }
		
.footer_logo img{
	width:240px;
	    }

.footer_logo a:hover{
	opacity:0.5;
	    }

@media screen and (min-width:1025px) {						   
hr.footer_hr{
	background-color:#000000;
	position:absolute;
	height:1px;
	right: 0;
    left: 0;
    margin: auto;
	top:80px;
	border: none;
}
}
@media screen and (max-width:1024px) {						   
hr.footer_hr{
	background-color:#000000;
	position:absolute;
	height:1px;
	right: 0;
    left: 0;
    margin: auto;
	top:215px;
	border: none;
}
}

@media screen and (min-width:1025px) {
.footer_copyright_privacy{
	 margin: auto;
	 margin-top:85px;
	 font-size:12px;	
	    }
}
@media screen and (max-width:1024px) {
.footer_copyright_privacy{
	 margin: auto;
	 margin-top:245px;
	 font-size:12px;	
	    }
}

@media screen and (min-width:1025px) {
p.copyright{
	float:left;
	    }

p.privacy{
	float:right;
	    }
}
@media screen and (max-width:1024px) {
p.copyright{
	padding-top: 20px;
	    }
}

@media screen and (min-width:1025px) {
	.privacy_sp{
	display:none;
	    }
}
@media screen and (max-width:1024px) {
	.privacy_sp{
	display:inline;
	position:absolute;
	bottom: 75px;
    left: 5px;
	    }

.privacy_sp p.privacy_sp_p a{
	color:black;
	font-size:10pt;
	    }
}

@media screen and (max-width:1024px) {
p.privacy{
	display:none;
	    }
}

p.privacy a{
	color:#000000;
	    }

p.privacy a:hover{
	color:white;
	    }
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-footerここまで*/ 