@charset "UTF-8";

/* Reset CSS
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body {
  height: 100%;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
body {
	font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
ul,ol,li {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
}
address, em {
	font-style: normal;
}
img {
	max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a{
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

@media screen and (min-width:768px){
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}


