@charset "UTF-8";
/*
    Template: swell
    Theme Name: 選挙いちろう
    Theme URI: https://swell-theme.com/
    Description: 選挙いちろうWordPressテーマ
    Version: 1.0.0

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 標準フォント */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.font-zen-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.font-zen-exbold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}

/* h2タイトルmargin調整 */
.post_content>h2{
	margin-left:-2px;
	margin-right:0;
}

/* ナビバー文字 */
#gnav .ttl{
	font-size:17px;
	letter-spacing:1px;
	font-weight:bold;
}

/* SNSアイコンサイズ */
.l-footer__foot .c-iconList__link{
	margin:10px;
	font-size:2rem;
}

@media screen and (max-width: 599px) {
 /* フッターセンタリング */
	.l-footer__widgetArea{
	text-align:center;
 }
}