@charset "utf-8";
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: auto;
}

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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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;
}
input,
textarea {
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  padding: 8px;
}


::-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;
}


/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

@media  screen and (max-width:750px) {
  img {
    height: auto;
    width: auto;
  }
}