/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Normalize.css部分 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, a {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
}

.wp-block-image {
  margin: 0;
}

.alignwide, .alignfull {
  width: auto;
}