* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  text-align: justify;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1a1a1a;
  list-style-type: none; }

.pc {
  display: block; }

.sp {
  display: none; }

h1 {
  padding: 10px 0;
  background-color: #021b33;
  color: white;
  text-align: center;
  font-size: 30px; }

#content {
  width: 600px;
  margin: 0 auto; }
  #content p {
    font-size: 25px;
    margin: 50px 0;
    color: #021b33; }
  #content ul li {
    margin-bottom: 30px; }
    #content ul li dl dt {
      font-size: 23px;
      font-weight: bold;
      color: #021b33; }
    #content ul li dl dd {
      font-size: 20px;
      color: #021b33;
      font-weight: normal; }

#copyright {
  background-color: #021b33;
  padding: 10px 0;
  margin-top: 100px; }
  #copyright p {
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: bold; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  h1 {
    padding: 10px 0;
    background-color: #021b33;
    color: white;
    text-align: center;
    font-size: 25px; }

  #content {
    width: 85%;
    margin: 0 auto; }
    #content p {
      font-size: 20px;
      margin: 50px 0;
      color: #021b33; }
    #content ul li {
      margin-bottom: 30px; }
      #content ul li dl dt {
        font-size: 20px;
        font-weight: bold;
        color: #021b33; }
      #content ul li dl dd {
        font-size: 18px;
        color: #021b33;
        font-weight: normal; }

  #copyright {
    background-color: #021b33;
    padding: 10px 0;
    margin-top: 50px; }
    #copyright p {
      font-size: 14px;
      text-align: center;
      color: white;
      font-weight: bold; } }
