@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
* {
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 0 0.625rem; }

h1 {
  text-align: center; }

.intro {
  text-align: center;
  width: 100%;
  max-width: 60rem;
  margin: 1.25rem auto;
  line-height: 1.5rem; }
  .intro span {
    word-break: break-all;
    display: block; }

button {
  display: block;
  margin: 1.5rem auto;
  font-size: 1.125rem; }

.flex {
  display: flex;
  justify-content: center;
  margin: 0 auto; }

ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.625rem 0.625rem 0 0.625rem; }
  @media screen and (max-width: 103.75rem) {
    ul {
      border-bottom: 1px solid rgba(128, 128, 128, 0.2); } }
  ul.sample-deck {
    background-color: rgba(128, 128, 128, 0.2); }
  ul:not(.sample-deck) {
    cursor: pointer; }
  ul.highlighted {
    background-color: rgba(247, 220, 111, 0.5); }

li.card {
  width: 1.625rem;
  background-color: #fff;
  text-align: center;
  border: 1px solid #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.1875rem;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.1875rem 0;
  margin-bottom: 0.625rem; }
  li.card.spade, li.card.club {
    color: #222; }
  li.card.diamond, li.card.heart {
    color: #d12d36; }
  li.card.matched {
    background-color: AquaMarine; }

ul.results-area {
  flex-direction: column;
  font-size: 0.75rem;
  padding: 0; }
  ul.results-area li {
    padding: 0 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1660px) {
      ul.results-area li {
        border-bottom: 1px solid rgba(128, 128, 128, 0.2); } }

li.sample-deck {
  background-color: rgba(128, 128, 128, 0.2); }

li.result {
  text-align: center;
  min-width: 6.875rem; }
  li.result.highlighted {
    background-color: rgba(247, 220, 111, 0.5); }

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