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


@media (max-width:1080px) {

/* sticky */
  .menu-footer li {
	    padding: 0 20px;
	}
}
@media (max-width: 980px) {

	.container {
		width: 98%;
	}
	footer .container {
		width: 98% !important;
	}
	#content-inner {
    	width: 95%;
    	margin: auto;
    }
.pc-hidden {
	display: block;
}

}
@media (max-width: 830px) {
	.menu-footer li {
	    padding: 0 15px;
	}
}
@media (max-width: 820px) {
	
}
@media (max-width: 768px) {
	.menu-footer li {
	    padding: 0 10px;
	}
}
@media (max-width: 740px) {
}
@media (max-width: 720px) {
	.sp_hidden {
	  display: none;
	}
	.container {
		width: 100% !important;
		padding: 0px 15px !important;
	}
	.box-footer p {
		font-size: 12px !important;
	}
	.menu-footer {
		display: none;
	}
	.box-footer {
	    border-bottom: none!important;
	}
	.text-foot {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
	}
	.text-foot img {
		width: 100% !important;
	}
	.box-footer p {
		letter-spacing: 1px !important;
	}
}
@media (max-width: 680px) {
	.pc_hidden_footer {
		display: block;
	}
	.copyright {
	    font-size: 10px;
	    padding: 10px 0;
	}

}
@media (max-width: 640px) {

}
@media (max-width: 570px) {
}
@media (max-width: 420px) {
	.box-footer img {
	    width: 31.5%;
	}
	.box-footer p {
		line-height: 21px;
	    letter-spacing: 3px !important;
	}
	footer {
	    padding-bottom: 22px;
	}
	.box-footer .logo-foot {
	  width: 98px;
	  height: 144px;
	}
}
@media (max-width: 360px) {
	.box-footer p {
	    letter-spacing: 1.5px !important;
	}
}
@media (max-width: 330px) {
	
}
@media (max-width: 320px) {
	.box-footer p {
	    letter-spacing: 0 !important;
	}
}


.textAlert{
	margin-top: 10px;
	margin-bottom: 35px;
  }
  .textAlert h2{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 19px;
	font-feature-settings: "palt";
	letter-spacing: 3px;
  }
  .textAlert a{
	color:#ff0000;
	/* font-weight: bold; */
	/* font-size: 20px; */
	margin-bottom: 1em;
	text-decoration: underline;
  }
  .textAlert a:hover{
	opacity: 0.6;
  }
  
  @media (max-width: 980px) {
	.textAlert h2{
	  font-size: 25px;
	}
  }