@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body,
#main_contents,
#main_col h3.cm-main_headline,
#main_col .tabarticle01 samp
{
	font-family: 'Noto Sans Japanese', sans-serif;
	overflow: hidden;
}
/* リライトアイコン
/////////////////////////////////////////*/
.rewrite::before {
    padding-right: 5px;
    content: "\f01e";
	color: #ff9000;
}



/* タイトル文字色 /ホバー
/////////////////////////////////////////*/

.post_list .title a{
	color: #421700;
	    line-height:170%;
}



/* サイドバー文字色 
/////////////////////////////////////////*/

.side_widget a{
	color: #421700;
}




/* サイドバー文字調整
/////////////////////////////////////////*/

.styled_post_list1 .image {
	margin: 0 5px 0 0;
}

.styled_post_list1 .title {
	font-weight: 400;
	max-height: 100px;
	font-size: 12px;
}

/* 一覧本文削除
/////////////////////////////////////////*/
.post_list .excerpt{
	display: none;
	
}
/* 都道府県タグ
/////////////////////////////////////////*/
.post_list .category a {
	background-color: #421700 !important;
}

/* まとめ記事ページネーションの位置設定
/////////////////////////////////////////*/

#post_pagination {
	margin: 0 0 50px 0;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ここまでテーマcss　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/* ここからカスタム　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



@media screen and (max-width: 770px){
.post_list .title a {
    font-size: 13px;
}
}
