
a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease-in-out;
}
a:hover, a:focus {
  opacity: 0.7;
}

a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th,
td {
  text-align: left;
}

strong,
em,
b {
  font-weight: bold;
}

hr {
  border: none;
}

label,
input,
button,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

input::-ms-clear {
  visibility: hidden;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button {
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

svg {
  max-width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  color: inherit;
  height: auto;
  min-height: 40px;
}
@media screen and (max-width: 744px) {
  select {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

/* ==================================================
	print
================================================== */
@media print {
  body {
    min-width: 1150px;
    transform: scale(0.9);
    transform-origin: 0 0;
    overflow-y: visible !important;
  }
  .js_fadein {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
  }
  [data-no-print] {
    display: none !important;
  }
}