@charset "UTF-8";
/*
Reset & Base Styles
SEO Service Site - Migrated from WordPress theme
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input[type="date"],
input[type="submit"],
select {
  -webkit-appearance: none;
  appearance: none;
}
ol,
ul,
dl {
  list-style-type: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
a {
  text-decoration: none;
  color: inherit;
}
#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  color: #0a0a0a;
  overflow-y: auto;
}
.w-wide {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.w-middle {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.w-small {
  width: 75%;
  max-width: 740px;
  margin: 0 auto;
}
.inner {
  margin: 0 auto;
}
a {
  transition: all 0.3s 0s ease;
}
a:hover {
  opacity: 0.8;
}
h1 {
  color: #0c1e84;
}
h2,
h3 {
  color: #0a0a0a;
}
.pc-only {
  display: unset;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 980px) {
  .w-wide,
  .w-middle,
  .w-small {
    width: 90%;
  }
}
@media screen and (max-width: 680px) {
  .w-wide .w-middle,
  .w-wide .w-small,
  .w-middle .w-middle,
  .w-middle .w-small {
    width: 100%;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: unset;
  }
}
