@charset "UTF-8";
/* //コンテンツ
$header_width:310px; */
/* $border_radius:4px; */
/* $bar-style: solid; 
$cbar-size: 1px;
$cbar-color: #fff; */
/* ブレイクポイント */
/* inner*/
/*見出し大*/
/*見出し中*/
/* @mixin mdltxt($weight:bold,$center:center) {
   font-size:24px;
   font-weight:$weight;
   text-align: $center;
}  */
/*見出し小*/
/* @mixin sabtxt($weight:bold,$center:center) {
   font-size:24px;
   font-weight:$weight;
   text-align: $center;
}  */
/* セクション */
/*--- マージン ---*/
/*--- パディング ---*/
/* flex */
/* 背景 */
/*absolute*/
/*----------------------------------

@use"var/var";
上記の記述だとと二重読み込みになりバグが出る
全てに読み込まれるstyle.cssで既に、var/valiable.sccはもう読み込んでいるため二重の読み込みなる

----------------------------------*/
/*-----------------------------------------------
個別投稿・投稿アーカイブのスタイル記述
------------------------------------------------*/
/*---※ 以下の表記はディレクトリパス追記不要
    @include mixin.flex(flex-end);
    @include mixin.mq(var.$sm){
        display: block;
    }
    background-color: var.$color_lightblue;                
                                            --*/
/*----------------------------------*/
.article h2, .article h3, .article h4, .article h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.single__wrapper, .container_archive_news {
  margin-top: 180px;
}
@media screen and (max-width: 639px) {
  .single__wrapper, .container_archive_news {
    margin-top: 80px;
  }
}

.page__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 639px) {
  .page__head {
    font-size: 1.75rem;
  }
}

.post_category {
  display: flex;
}
@media screen and (max-width: 639px) {
  .post_category {
    font-size: 0.875rem;
  }
}
.post_category .post-categories {
  margin-left: 0.4rem;
}

.container_article h2 {
  margin: 40px 0;
}
@media screen and (max-width: 639px) {
  .container_article h2 {
    margin: 20px 0 10px 0;
  }
}
.container_article .single_container {
  margin-top: 40px;
}
.container_article .return_news {
  margin-top: 100px;
}
.container_article .return_news .topkaisai__link {
  margin-left: auto;
  margin-right: auto;
}

/*-- ページネーション --*/
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.pagination .page-numbers, .pagination .custum_post ul li, .custum_post ul .pagination li {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px;
  text-decoration: none;
  color: #3CB8EC;
  border: solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 20px; */
}
/*# sourceMappingURL=sing_arc.css.map */