@charset"utf-8";
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*-- リセット
--------------------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  white-space: normal;
  word-break: normal;
}

html {
  font-size: 62.5%;
}

body {
  color: #19191a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

span {
  display: inline;
}

label {
  font-weight: normal;
}

a,
a span {
  background: transparent;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover,
a:hover span {
  cursor: pointer;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #19191a;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #19191a;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #19191a;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre;
  word-break: break-all;
  word-wrap: break-word;
}

input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: 0;
  display: inline-block;
}

img,
a img {
  background: transparent;
  border: 0;
  border-image-width: 0;
  font-size: 0;
  height: auto;
  line-height: 0;
  max-width: 100%;
  opacity: inherit;
  outline: none;
  vertical-align: top;
}

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
  border: none;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
          appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
          box-sizing: border-box;
  cursor: pointer;
  outline: none;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea,
.inputForm input[type="email"] {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
}
