@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite,
code, del, dfn, img, ins, kbd, q, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, caption, footer,
header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "meiryo", sans-serif;
	font-weight: 400;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
br {
	line-height: 0;
}
ul {
	list-style: none;
}
a {
	display: inline-block;
	text-decoration: none;
	word-break: break-word;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
input,select,textarea,button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-family: "meiryo", sans-serif;
}
button {
	cursor: pointer;
}
img {
	max-width: 100%;
    height: auto;
	vertical-align: middle;
}
.only_pc {
	display: block;
}
.only_sp {
	display: none;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	content: "";
}
.flex {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

/*For SP*/
@media only screen and (max-width: 767px) {
	.only_pc {
		display: none;
	}
	.only_sp {
		display: block;
	}
}