@charset "utf-8";
* {
	box-sizing: border-box;
}
a[href^="tel:"] {
	cursor: default;
}
html {
	line-height: 1.4;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	color: #000;
	font-feature-settings: "palt";
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
body {
	letter-spacing: 0.05em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-feature-settings: "palt";
	word-break: break-all;
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
nav {
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 	100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px;
}
article,
aside,
footer,
header,
section {
	display: block;
	width: 	100%;
}
figcaption,
figure,
main {
	display: block;
	overflow-x: hidden;
}
figure {
	margin: 0;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	border: 0;
	color: #000;
	cursor: pointer;
}
a:hover {
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
img {
	vertical-align: bottom;
	border: none;
	width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
table {
  border-collapse: collapse;
	border-spacing: 0;
}
ul,
li,
ol,
dl,
dt,
dd {
	width: 100%;
	list-style: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
[hidden] {
	display: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}