@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/*settings*/

/*fonts*/

body {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.new-tegomin-regular {
  font-family: "New Tegomin", serif;
  font-weight: 400;
  font-style: normal;
}

/*general*/

body {
  font-size: 10pt;
  color: #222222;
}

a {
	text-decoration: none !important;
}

a {
  color: #222222;
}

img {
  max-width: 100%;
  height: auto;
}

.my-container {
    max-width: 840px !important;
  }


h1 {
    font-size: 18pt;
    text-align: center;
}

/*HOME*/

.title-text {
  padding: 100px 0;
}

.nav-col {
  min-width: 140px;
  flex: 0 0 auto;
  line-height: 2;
}

.profile {
  margin: 10px 0;
}

hr {
  margin: 0;
}

.information {
  font-size: 14pt;
}

.info-article p {
  margin: 0;
  padding: 3px 0;
}

/* 本文を非表示にする */
.article-body {
    display: none;
    padding: 15px;
    border-top: 1px solid #aaa;
    background-color: #ffffff;
}

/* 記事がアクティブなときに本文を表示する */
.active .article-body {
    display: block;
}

/* タイトル部分のスタイル */
.article-header {
    cursor: pointer; /* マウスオーバー時にカーソルを指マークに */
    padding: 3px;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    display: flex; /* 日付とタイトルを横並びに */
    justify-content: space-between;
    align-items: center;
}

.article-header h3 {
    margin: 0;
    font-size: 10pt;
}

.article-header span {
    color: #222;
    font-size: 0.9em;
}

/* リストマーカーを非表示にする */
.info-list {
    list-style-type: none;
    /* 必要に応じて、左側の余白も調整 */
    padding-left: 0;
}

.copyright{
    text-align: right;
    font-size: 8pt;
}