/*
Theme Name: myspirt
Author: MOGKB
Author URI: NON
Description: NON
Version: 1.0.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

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

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

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

html {
  height: auto;
  min-height: 100%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: 100vh;
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a {
  color: #ccc;
}
a:hover {
  opacity: 0.8;
}

main {
  text-align: center;
}

.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }
}

.p-planet__list {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ccc;
  width: 80%;
  margin: 30px auto;
}
.p-planet__list > dt {
  width: 20%;
  padding: 10px;
  background-color: #f1f1f1;
  border-top: solid 1px #ccc;
}
.p-planet__list > dd {
  width: 80%;
  text-align: left;
  padding: 10px;
  border-top: solid 1px #ccc;
}

/*# sourceMappingURL=style.css.map */
