@charset "utf-8";

/* CSSリセット
  ############################################################################################# */

* {
	-webkit-tap-highlight-color: transparent;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form, figure, menu {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}
th, td {
	text-align: left;
	vertical-align: top;
}
li {
	list-style: none;
}
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}
input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a {
	text-decoration: none;
	color: inherit;
}
button {
	border: none;
	font-size: inherit;
  background:transparent;
  padding: 0;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

img,
picture {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
  vertical-align: top;
}
.pc_none {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp-none {
		display: none;
	}
	.pc_none {
		display: block;
	}
}
