@charset "UTF-8";
/*!
Theme Name: core_theme
Version: 1.0.0
*/
/*///////////////////////////////////////////////////////
	reset
///////////////////////////////////////////////////////*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-feature-settings: normal;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

article, aside, details, figcaption, figure, picture,
header, footer, hgroup, menu, nav, section {
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

nav, ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  display: block;
  text-decoration: none;
}
a:hover, a.selected {
  text-decoration: none;
}

button, fieldset, form, input, label, legend, select, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

table {
  border-spacing: 0;
  font-size: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
}

.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
  letter-spacing: 0;
}

/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/