﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');


/*========================
お知らせ (CMSプログラム)
========================*/
/* 記事タイトル */
.article h2 {
  font-size: 1.6em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
.article h2 {
  font-size: 1.4em;
  }
}

/* アーカイブページタイトル */
.archive h2 {
  font-size: 1.4em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #4AB6F0;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
.archive h2 {
  font-size: 1.3em;
  margin-bottom: 30px;
  }
}

/* アーカイブ記事タイトル */
.archive h3 {
  font-size: 1.15em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.archive h3 {
  font-size: 1.05em;
  }
}

/* 挿入画像 */
.article img {
  margin: 20px 0;
  display: block;
}

/* ページャー */
.pager{
	text-align:center;
	padding:0;
	clear:both;
}
/*ページャーボタン*/
.pager a{
  border: 2px solid #4AB6F0;
  color: #4AB6F0;
  font-size: 1.1em;
  padding: 2px 8px 2px;
  text-decoration: none;
  line-height: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  margin:2px;
}
/*現在のページのボタン*/
.pager a.current{
  background: #4AB6F0;
  color: #fff;
}
.pager a:hover{
  background:#4AB6F0;
  color: #fff;
}
.overPagerPattern{
  padding:0 2px ;	
}

/* アイコン付き文字(更新日時・カテゴリ) */
.topics_doc {
  width: 100%;
  margin: 0 0 30px;
}
.topicsdate{
  position:relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height:100%;
  padding-left:1.4em;
  color: #999;
  font-size: 0.9em;
  margin-right: 12px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.topicsdate:before{
  position:absolute;
  left:0;
  top: 0.2em;
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../img/topics/icon_clock.png) no-repeat;
  background-size:contain;
}
.topicscat{
  position:relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height:100%;
  font-weight: 500;
  padding-left:1.3em;
  color: #999;
  font-size: 0.9em;
  margin-right: 12px;
  white-space: nowrap;
}
.topicscat:before{
  position:absolute;
  left:0;
  top: 0.3em;
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../img/topics/icon_folder.png) no-repeat;
  background-size:contain;
}
.topicscat a {
  text-decoration: none;
  color: #999;
  font-weight: normal;
}
.topicscat a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
.topicsdate,
.topicscat {
  font-size: 0.85em;
  margin-right: 10px;
  }
}

/*-------------------------
リンクパーツ
--------------------------*/
.topics_linkpartstitle {
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin: 0 auto;
  background: #4AB6F0;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 100%;
  font-size: 1.05em;
  letter-spacing: 0.04em;
}

/* 記事一覧 */
.topics_archivelink li {
  width: 100%;
  background-color: #FFF;
  border-top: 1px solid #4AB6F0;
  line-height: 1.6;
  position: relative;
}
.topics_archivelink li:hover{
  background-color: #F4F4F4;
}
.topics_archivelink li a{
  display: block;
  padding: 12px 24px 10px 12px;
  text-decoration: none;
  font-size: 1em;
}
.topics_archivelink li a::before,
.topics_archivelink li a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: top;
  margin-right: 12px;
}
.topics_archivelink li a::before{
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4AB6F0;
  border-right: 2px solid #4AB6F0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1240px) {
.topics_archivelink li a{
  font-size: 0.95em;
  }
}
@media screen and (max-width: 960px) {
.topics_archivelink li a{
  padding: 12px 24px 10px 18px;
  }
.topics_archivelink li a::before,
.topics_archivelink li a::after{
  margin-right: 18px;
  }
}
@media screen and (max-width: 640px) {
.topics_archivelink li a{
  font-size:1.05em;
  }
}

/* 最近の投稿 */
.topics_recentlink {
  padding: 0;
}
.topics_recentlink a {
  text-decoration: none;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.9em;
  line-height: 1.6;
  color: #333;
}
.topics_recentlink a:hover {
  text-decoration:underline;
}
.topics_recentlink a {
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
  width: 96%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.topics_recentlink a::before,
.topics_recentlink a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: top;
}
.topics_recentlink a::before{
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4AB6F0;
  border-right: 2px solid #4AB6F0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
.topics_recentlink {
  padding: 0 1em 10px;
  }
}
@media screen and (max-width: 640px) {
.topics_recentlink a {
  font-size: 0.95em;
  }
}
