@charset "UTF-8";

/* reset部分
---------------------------------------------------------------------------*/
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,
font,
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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-x: hidden;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,dt {
	color: #333;
}

p,li {
	color: #333;
	font-size: 16px;
	padding: 10px 0;
}
dd {
	color: #333;
	font-size: 16px;
}

a {
	color: #0000ee;
	font-size: 16px;
	font-weight: 700;
	-moz-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
	-ms-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
	transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
}

a:hover {
	border-bottom-color: transparent;
	border-bottom: 1px;
	color: #ffaa00;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Hidden
---------------------------------------------------------------------------*/

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

	.sp {
		display: block;
	}
}


/* clearfix部分
---------------------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */