@charset "utf-8";
*{
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

html {
	-webkit-tap-highlight-color: hsla(0, 0%, 0%, 0)
}

html {
	font-weight: normal;
	font-weight: 400
}

body {
	margin: 0;
	opacity: 1;
	color: #000000;
	background: #fff;
}

main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
dialog {
	display: block
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
	font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
dl,
table,
pre,
figure,
input,
textarea {
	margin-top: 0
}

figure {
	margin-right: 0;
	margin-left: 0
}

ul,
ol {
	padding-left: 0;
	list-style: none
}

dd {
	margin-left: 0
}

label {
	margin-bottom: 0
}

img,
iframe {
	border: 0
}

img,
object,
video,
picture {
	max-width: 100%
}
img {
  height: auto;
  width: 100%;
}

svg:not(:root) {
	overflow: hidden
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

table {
	border-collapse: separate;
	border-spacing: 0
}

table,
tbody,
tr {
	padding: 0;
	border: 0
}

h2,
h3,
p,
li,
dt,
dd,
th,
td {
	data-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word
}

em {
	font-style: normal
}

abbr[title] {
	border-bottom: 1px dotted inherit
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: inherit;
	vertical-align: baseline
}

sup {
	top: -0.25em
}

sub {
	bottom: -0.25em
}

a,
a:hover {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: hsla(0, 0%, 0%, 0);
	-ms-tap-highlight-color: hsla(0, 0%, 0%, 0);
	tap-highlight-color: hsla(0, 0%, 0%, 0)
}

a:hover {
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	touch-callout: none
}

[hidden],
template {
	display: none
}

pre {
	margin-bottom: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: inherit;
	line-height: inherit;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	white-space: pre-line
}

@supports (-webkit-scroll-behavior:smooth) or (scroll-behavior:smooth) {
	body {
		-webkit-scroll-behavior: smooth;
		scroll-behavior: smooth
	}
}

html,
body,
th,
td,
input,
textarea,
select,
option,
button,
select {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
	font-size: 87.5%
}

body {
	line-height: 1.5
}

label,
select,
button,
input,
textarea,
small {
	font-size: inherit;
	line-height: inherit
}

@media only screen and (max-width:47.9375em) {
	label,
	select,
	button,
	input,
	textarea {
		font-size: 16px
	}
}

small {
	font-size: 80%
}

::-webkit-input-placeholder {
	font-size: .875rem;
	line-height: 2
}

input:-moz-placeholder {
	font-size: .875rem;
	line-height: 2
}

:-ms-input-placeholder {
	font-size: .875rem;
	line-height: 2
}

:placeholder {
	font-size: .875rem;
	line-height: 2
}

@media only screen and (min-width:48em) {
	h1,
	h2 {
		-webkit-font-smoothing: antialiased
	}
}

body {
/*	overflow-x: hidden*/
}

body,
input,
textarea,
pre,
code {
	color: #1f1f1f
}

::-webkit-selection,
::-moz-selection,
::selection {
	background: hsl(220, 48%, 90%);
	text-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal
}

p {
	line-height: 1.5;
	margin: 0
}

a {
	color: #000000;
}


input[type="text"],
input[type="mail"],
input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
}
input:-webkit-autofill {
  background:none;
}
input[type="text"]:focus,
input[type="mail"]:focus,
input[type="tel"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

input[type="radio"] {
  display: none;
}


input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  right: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 16px;
  right: -26px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 16px;
}

input[type="radio"]:checked + span::after {
  opacity: 1;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

button {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

button:hover,
button:focus {
  outline: none;
}

button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
