@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
}
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
table {
	border: none;
	border-collapse: initial;
	border-spacing: 0 0px;
}
th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
caption{
	text-align: left;
}

a, a:focus, a:hover, a:active {
	outline: none;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	pointer-events: none;
}

input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

::-moz-selection {
	background: #b2d7fe;
}

* {
	min-height: 0%;
	word-break: break-all;
}

/* clearfix */
/* .clearfix {
} */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

@media (min-width: 751px) {
.sp {
	display: none;
	}
}

@media (max-width: 750px) {
a[href^="tel:"] {
	pointer-events: auto;
}
.pc {
	display: none;
	}
}

