@charset "UTF-8";
#cont { line-height: normal; }
#cont:after{content:"";display:block;clear:both;}
.p_header{margin-bottom:30px;font-family:YuGothic , 游ゴシック , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , メイリオ , sans-serif;}
.p_header__title{font-size:10px;font-family:inherit;}

.p_article_list{margin-bottom:40px;font-family:YuGothic , 游ゴシック , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , メイリオ , sans-serif;}

.p_article_list__title{margin-bottom:30px;text-align: center;color:#333;font-size: 22px;font-weight:bold;font-family:inherit;}

.p_article_list__item{padding: 20px 0;border-bottom: dashed 1px #808080;font-family:inherit;}
.p_article_list__item:first-of-type{border-top: dashed 1px #808080;}
.p_article_list__item::after{content:"";display:block;clear:both;}

.p_article_list__link{overflow:hidden;font-family:inherit;}
.p_article_list__link > a{color:inherit;font-weight: bold;font-size:16px;font-family:inherit;}
.p_article_list__link > a:hover {text-decoration:none;opacity:0.7;}

.p_article_list__date{float:left;width:100px;margin-right:20px;padding:3px 0;background:#cf0c3b;font-size: 10px;text-align: center;color:#fff;font-family:inherit;}

.p_pagenation{list-style:none;margin-bottom:50px;font-family:YuGothic , 游ゴシック , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , メイリオ , sans-serif;text-align: center;}
.p_pagenation::after{content:"";display:block;clear:both;}

.p_pagenation__prev{font-family:inherit;text-align:left;display:inline-block;margin-right:20px;}
.p_pagenation__prev > a{font-size: 14px;font-family:inherit;letter-spacing: 3px;font-weight: bold;color:#333;font-family:inherit;}
.p_pagenation__prev > a:hover{text-decoration: underline;}
.p_pagenation__backnumber{text-align:center;font-family:YuGothic , 游ゴシック , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , メイリオ , sans-serif;font-size:16px;font-weight: 600;margin-bottom:10px;}

/* 2018/04/05 */
.p_article_list__item:first-of-type,
.p_article_list__item { border: none; }

/*.articleList { display: flex; flex-flow: column-reverse wrap; }*/
.articleList_item {
  border-bottom: dashed 1px #808080;
  counter-increment: ranking;
  font-family:inherit;
  position: relative;
}
.articleList_item:first-of-type { border-top: 1px dashed #808080; }

.articleList_item > a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
}

/* 全記事一覧 */
.articleList.all {  }
.articleList_item.all {  }

/*.articleList_item.all > a::before {
  content: "No."counter(ranking);
  display: inline-block;
  color: red;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: text-bottom;
}*/

.articleList_moreCont {
  display: flex;
  flex-flow: row-reverse wrap;
}

.articleList_more {
  background-color: crimson;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  transition : .3s;
  width: 250px;
}

.articleList_more:hover {
  color: #fff;
  opacity: .6;
  text-decoration: none;
}

@media screen and (max-width:768px){
.p_article_list__date{float:none;margin:0 0 10px;}
}


