@charset "utf-8";

* {
	user-select: none;
}

img {
	pointer-events: none;
}

/*------------------
 common Initialize
------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-weight: normal;
}

body {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------
	display
------------------*/
.pc_visible {
	display: block !important;
}

.sp_visible {
	display: none !important;
}

/*------------------
	float
------------------*/
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.left {
	float: left;
}

.right {
	float: right;
}

.left_c {
	float: left;
}

.right_c {
	float: right;
}


@media (max-width: 750px) {
/*------------------
	display
------------------*/
.pc_visible {
	display: none !important;
}

.sp_visible {
	display: block !important;
}
/*------------------
	float
------------------*/
.left_c {
	float: none;
}

.right_c {
	float: none;
}
.footer2 {
	width: 410px;
    margin: 0 auto;
    float: unset;
}






}