@charset "utf-8";

/* --------------------------------------------------------------- */
/* reset start */
/* --------------------------------------------------------------- */

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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  word-break: normal;
  word-wrap: break-word;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li,
ol,
dl {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

input, input:active, input:focus-visible {
  border: none;
  outline: none;
}

th {
  font-weight: normal;
}

*,
*:after,
*:before {
  -webkit-appearance: none;
  word-break: break-all;
  box-sizing: border-box;
}

/* --------------------------------------------------------------- */
/* reset end */
/* --------------------------------------------------------------- */

@media (min-width: 768px) {
  .pc-off {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-off {
    display: none !important;
  }
}

/* tel config */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    color: #333333;
  }
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

html {
  color: #333333;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 374px) {
  html {
    /* 9px/16 */
    /* font-size: 56.25%; */
    /* 8px/16 */
    font-size: 50%;
  }
}

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ------------------------------------------- */
/* print setting */
/* ------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    position: relative;
    width: 1920px;
    zoom: 70%;
  }
}
@page {
  size: A4;
  margin: 10mm;
}