@charset "utf-8";

/* 一括設定 */
*{
  margin: 0;
  padding: 0;
}
a{
  color: #fff;
  text-decoration: none;
}

/* ヘッダー */
#logo{
  margin: 30px 0 0 0;
  text-align: center;
}

/* タイトル */
#title{
  width: 1040px;
  height: 200px;
  margin: 50px auto 50px auto;
}
#title-word{
  width: 520px;
  height: 200px;
  text-align: center;
  font-size: 4rem;
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
#title-space{
  width: 520px;
  height: 200px;
  text-align: center;
}
#title-space a{
  font-size: 1.5rem;
  font-weight: 400;
}

/* 記事一覧 */
  /* 一括設定 */
  .article-common{
    width: 1040px;
    margin: 0 auto 50px auto;
    font-size: 1.5rem;
    border:2px solid #fff;
    border-radius: 20px;
  }
  .article-contents{
    width: 1040px;
    padding: 20px 20px 10px 20px;
  }
  .article-date{
    width: 520px;
    padding: 10px 20px 20px 20px;
    text-align: left;
  }
  .article-category{
    width: 520px;
    padding: 10px 20px 20px 20px;
    text-align: right;
  }
  /* その他 */
  