body {
  /* 日本語デフォルトフォント */
  font-family: 'Zen Kaku Gothic New', serif;
}

p {
  font-size: 14px;
  line-height: 32px;
  margin: 0 0 32px 0;
  color: #504946;
}

a {
  font-size: 14px;
  line-height: 32px;
  color: #504946;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #504946;
}

th,
td,
label {
  color: #504946;
}

.font-jp {
  /* 日本語フォント */
  font-family: 'Zen Kaku Gothic New', serif;
  letter-spacing: 0.05em;
}

.font-en {
  /* 英語フォント */
  font-family: 'Ysabeau', serif;
  letter-spacing: 0;
}

.pc {
  /* PC用 */
  display: block;
}

.sp {
  /* スマートフォン用 */
  display: none;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 32px;
    margin: 0 0 32px 0;
  }

  a {
    font-size: 14px;
    line-height: 32px;
  }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
