@charset "UTF-8";
/* Scss Document */
/* Scss Document */
                  /*===========================================
	Shared Style
=============================================*/
body {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #333;
  height: 100%;
  word-wrap: break-word;
}

html {
  height: 100%;
}

img {
  border: none;
  vertical-align: bottom;
}

form,
h1,
h2,
h3,
h4,
h5,
img,
input,
p,
textarea {
  margin: 0;
  padding: 0;
}

article,
main,
section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

p {
  line-height: 160%;
}

/*===========================================
	リセットCSS
=============================================*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

address {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 余白解除 */
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* ブラウザ標準のスタイルを削除 */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
