@charset "utf-8";

/* ■■■■■■議会質問アーカイブページ■■■■■■ */
.content-div-res {
  display: none;
}

.archiveBar {
  position: relative;
  width: 800px;
  height: 100px;
  margin: auto;
}

.archiveBar h2 {
  padding: 0px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;  
}

.archiveBar .situmonIcon {
  padding: 32px 120px;
  color: white;
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url(../imgs/situmonIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.archiveBar .back {
  position: absolute;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to right, #3788fa, #3ee3ef, #3a7cfe);
  z-index: -1;
  margin: 20px 0px;
  border-radius: 30px 0 0 30px;
}

.read {
  width: 800px;
  margin: 0 auto;
  background-image: url(../imgs/read-man.svg);
  background-repeat: no-repeat;
  background-position: right 20px bottom 10px;
  background-size: 90px;
}

.read p {
  width: 660px;
  padding: 20px;
}


/* ■■■■■■議会質問の記事■■■■■■ */
.article-cover article {
  width: 800px;
  margin: 0 auto;
}

.tag-title {
  display: block;
  text-align: center;
  font-size: 20px;
  width: 800px;
  height: 33px;
  padding: 4px;
  margin: 15px auto 0px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  background-color: #2392ed;
  border-radius: 20px;
  color: white;
}

.teireikai-title {
  display: block;
  text-align: center;
  font-size: 20px;
  width: 800px;
  height: 33px;
  padding: 4px;
  margin: 15px auto 0px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;  border-radius: 20px;
  color: white;
  background-color: #ac90c9;
}

.oshirase-title {
  display: block;
  text-align: center;
  font-size: 20px;
  width: 800px;
  height: 33px;
  padding: 4px;
  margin: 15px auto 0px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;  border-radius: 20px;
  color: white;
  background-color: #278d70;
}

.content-div {
  padding: 10px 0 10px;
  /* background-color: cornsilk; */
}

.module-Article_Item_Body {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #e4f3ff;
}

.tags {
  width: 110px;
  /* background-color: azure; */
}

.tags-kobetu {
  display: flex;
  padding: 0 24px;
}

.tagcover {
  margin: 5px 4px 0%;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 13px;
  height: 23px;
  width: 103px;
}

/* タグ */
#ta-1 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 2px;
  border: 2px solid goldenrod;
  border-radius: 7px;
  color: goldenrod;
}

#ta-2 {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 2px;
  border: 2px solid goldenrod;
  border-radius: 7px;
  color: goldenrod;
}

#ta-3 {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 2px;
  border: 2px solid goldenrod;
  border-radius: 7px;
  color: goldenrod;
}

#tb-1 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 2px;
  border: 2px solid rgb(254, 126, 47);
  border-radius: 7px;
  background-color: rgb(254, 126, 47);
  color: white;
}

#tb-2 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 2px;
  border: 2px solid rgb(0, 211, 218);
  border-radius: 7px;
  background-color: rgb(0, 211, 218);
  color: white;
}

#tb-3 {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 2px;
  border: 2px solid rgb(64, 176, 255);
  border-radius: 7px;
  background-color: rgb(64, 176, 255);
  color: white;
}

#tc-1 {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 2px;
  border: 2px solid rgb(102, 102, 102);
  border-radius: 7px;
  background-color: rgb(102, 102, 102);
  color: white;
}

#tc-2 {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 2px;
  border: 2px solid rgb(102, 102, 102);
  border-radius: 7px;
  background-color: rgb(102, 102, 102);
  color: white;
}

#tc-3 {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 2px;
  border: 2px solid rgb(102, 102, 102);
  border-radius: 7px;
  background-color: rgb(102, 102, 102);
  color: white;
}


/* 記事ボックス */

.article_box {
  padding: 2px 8px;
  width: 550px;
}

.title-date {
  display: flex;
  justify-content: space-between;
}

.date-cover {
  font-size: 12px;
  margin: 2px 0px;
  font-family: 'Times New Roman', Times, serif;
  width: 255px;
}

.date-cover p {
  display: inline;
  font-family:'Times New Roman', Times, serif;
  font-size: 12px;
}

.date-cover p span {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 11px;
  background-color: #2d7fc2;
  color: white;
  border-radius: 5px;
  padding: 3px;
}

.article_box h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.article_box h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  padding: 2px 2px 5px;
  width: 280px;
}



.article_box p {
  line-height: 18px;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 300;
}

.author-box {
  width: 110px;
}

.author-tag {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.author-tag .tagcover {
  margin: 0px;
  text-align: center;
  height: 23px;
  width: 100%;
}

.author-tag p {
  text-align: center;
  padding: 0px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  color: #2392ed;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.author-tag img {
  width: 58%;
}

.next_posts_link {
  display: block;
  width: 200px;
  height: 34px;
  padding: 7px;
  margin: 10px auto;
  color: #2392ed;
  border: solid 1px #2392ed;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  border-radius: 5px;
}