*:focus {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  position: relative;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
body {
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
dt,
dd,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #393939;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
input[type="button"],
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="tel"] {
  border-radius: 0;
  /* -webkit-appearance: none; */
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
.cf:after {
  content: " ";
  display: block;
  clear: both;
}
#container {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 351px) {
  #container {
    min-width: 1280px;
  }
}
@media screen and (min-width: 351px) {
  a[href^="tel:"] {
    pointer-events: none;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input,
button,
select,
textarea {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.sp-inline {
  display: inline-block;
}
.pc-inline {
  display: none;
}
@media screen and (min-width: 351px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc-inline {
    display: inline-block;
  }
  .sp-inline {
    display: none;
  }
}
