@charset "UTF-8";

html,
body {
	height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	font-size: inherit;
	width: 100%;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

.aligncenter {
	text-align: center;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width: 100%;
	height: auto;
	width: 100%;
}

a {
	text-decoration: none;
	transition: all .25s ease;
}

* {
	box-sizing: border-box;
}

/* pcのみ */
@media screen and (min-width: 835px) {
	.sp {
		display: none !important;
	}

	.spbr {
		display: none;
	}
}

@media screen and (max-width: 834px) {

	/* default ---------------------------------------*/
	img {
		max-width: 100%;
	}

	* {
		box-sizing: border-box;
	}

	/* common item ---------------------------------------*/
	.pc {
		display: none !important;
	}

	.pcbr {
		display: none;
	}

	.btn {
		max-width: 280px;
	}
}
