@charset "utf-8";
/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-01-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */


/* !HTML5 elements
 * ---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* !Reseting
 * ---------------------------------------------------------- */
html {
	font-size: 15px;
}
body {
	font-family:"Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.7;
	
	position:relative;
}
@media print {
body {
    width: 980px;
    -webkit-print-color-adjust: exact;
    top:0 !IMPORTANT;
    left:0 !IMPORTANT;
}
}
@media print, screen and (min-width:960px) {
html {
	font-size: 16px;
}

}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption,time {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	border-style: none;
}
img.imgAuto {
	border-style: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
@media print, screen and (max-width:960px) {
img {
	border-style: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: ".";
}
a, input {
	outline: none;
}
input, textarea, select {
	border-radius: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
abbr, acronym {
	border: 0;
}
/*================================================================================================================== */
/*　共通
 * ---------------------------------------------------- */

/*　全体　*/
#wrapper {
	width: 100%;
	overflow: hidden;
	clear: both;
}
/*　囲み　*/
.wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/*　hover　点滅　*/
@-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes sdb03 {
 0% {
 opacity: 0;
}
 30% {
 opacity: 1;
}
 60% {
 box-shadow: 0 0 0 60px rgba(255,255,255,.1);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb03 {
 0% {
 opacity: 0;
}
 30% {
 opacity: 1;
}
 60% {
 box-shadow: 0 0 0 60px rgba(255,255,255,.1);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@media print, screen and (min-width:960px) {
/*　囲み　*/
.wrap {
	max-width: 960px;
}
}
/*================================================================================================================== */
/*　ページ遷移でフェードイン
 * ---------------------------------------------------- */

body {
	animation: fadeIn 0.3s ease 0s 1 normal;
	-webkit-animation: fadeIn 0.3s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
/* リンク
 * ---------------------------------------------------- */
a {
	color: #000;
	text-decoration: underline;
}
a:visited, a:active, a:focus {
	text-decoration: none;
}
a:link {
	color: #000;
}
a:active {
	color: #0000FF;
}
a:visited {
	color: #990066;
}
a:hover {
	color: #E20A16;
}
/*　PDF　*/
.container .PDF {
	margin: 0px;
	padding: 10px;
	width:100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-color: #fff;
	border: 5px solid #F6F6F6;
}
.container .PDF td.banner {
	padding-right: 0px;
}
.container .PDF p.file {
	padding: 0.25em 0em 0.5em 3em;
	margin: 0em 0em 0.5em;
	background-image: url(../img/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.container .PDF p.file a {
	font-weight: bold;
	font-size: 1.067em;
}
.container .PDF p.file:link, .container .PDF p.file:visited, .container .PDF p.file:hover {
	color: #000;
}
.container .PDF dl {
	padding: 0;
	margin: 0;
}
.container .PDF dt {
	padding: 0;
	margin: 0;
	text-align: center;
	float: none;
}
.container .PDF dd {
	margin: 0;
	padding: 0;
	font-size: 0.800rem;
}

.container {
	font-size:16px;
}

@media print, screen and (min-width:780px) {
.container {
	font-size:19px;
}
#home .container {
	font-size:16px;
}
}

@media print, screen and (min-width:960px) {


/*　PDF　*/
.container .PDF {
	padding: 15px 35px;
	margin: 0px;
	overflow: hidden;
}
.container .PDF td.banner {
	padding-right: 20px;
}
.container .PDF p.file {
	padding: 0.25em 0em 0.5em 2.5em;
	margin: 0em 0em 1em;
	background-image: url(../img/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.container .PDF dt {
	float: left;
}
.container .PDF dd {
	margin: 0px;
	padding: 10px 0px 10px 170px;
}
}
/*================================================================================================================== */
/*　ヘッダー
 * ---------------------------------------------------- */
#headerArea {
	margin: 0;
	background-color: #3B72A5;
}

#headerArea .inner {
	padding: 15px 10px 15px 10px;
}
#headerArea .flL {
	padding: 0;
}
#headerArea a, #headerArea {
	text-decoration: none;
}
#headerArea .logo {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 70%;
	height: auto;
	line-height: 0;
}
#headerArea .logo a {
	width: 368px;
	height: auto;
	margin: 0px;
	padding: 0px;
	outline:none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#headerArea .logo a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/*　ナビゲーション　*/
#headerArea #guNav {
	display:none;
}
@media print {
#headerArea .logo {
	max-width: 25% !important;
	float:left;
}
}
@media print, screen and (min-width:1470px) {
#headerArea .inner {
	padding: 15px 15px 15px 20px;
}
#headerArea .logo {
	max-width: 368px;
	float:left;
}
/*　ナビゲーション　*/
#headerArea #guNav {
	padding: 0;
	margin: 0;
	display:flex;
	overflow: hidden;
	position: relative;

	float: right;
}
#headerArea #guNav ul li {
	display: inline-block;
	padding: 0px 8px;
}
#headerArea #guNav ul li a {
	text-align:center;
	text-decoration: none;
	padding: 15px 0px 10px;
	transition: color .3s;
	position: relative;
	display: inline-block;
	transition: .3s;
	text-decoration: none;
	color: #FFF;
	font-size: 0.9em;
}
#headerArea #guNav ul li a::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content:'';
	height: 2px;
	background-color: #FFF;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}
#headerArea #guNav ul li a:hover::after {
	width: 100%;
}
#home #guNav ul li#nav_home a:after,
#greeting #guNav ul li#nav_greeting a:after,
#profile #guNav ul li#nav_profile a:after,
#idea #guNav ul li#nav_idea a:after,
#posture #guNav ul li#nav_posture a:after,
#results #guNav ul li#nav_results a:after,
#column #guNav ul li#nav_column a:after,
#kaiken #guNav ul li#nav_kaiken a:after,
#album #guNav ul li#nav_album a:after,
#joinldp #guNav ul li#nav_joinldp a:after,
#contact #guNav ul li#nav_contact a:after,
#link #guNav ul li#nav_link a:after,
#posture #guNav ul li#nav_posture a:after,
#office #guNav ul li#nav_office a:after {
	color: #FFF;
	width: 100%;
}
}
/*================================================================================================================== */
/*　グローバル　ナビ
 * ---------------------------------------------------- */
/* Toggle Button */
#nav-toggle {
	display: block;
	position:fixed;
	right: 0;
	top: 0;
	
	width: 50px;
	height: 35px;
	cursor: pointer;
	z-index: 9999;
	padding: 12px 10px;
	text-align:center;
	font-weight:bold;
	letter-spacing: 1px;
}
div.navBtn p.dataText {
	margin-top: 34px;
}
/* 右上のメインメニューボタン  */
div.navBtn p.dataText:after {
/*content: attr(data-txt-menu);
	font-size:1rem;*/
}
/* 右上のメインメニューボタン がクリックされた時のスタイル */
.open div p.dataText:after {
/*content: attr(data-txt-close);
	font-size:0.95rem;*/
}
#nav-toggle div {
	position: relative;
	z-index: 9999;
}
#nav-toggle div a {
	display: block;
	height:50px;
}
#nav-toggle div span {
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	background: #FFF;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}
#nav-toggle div span:nth-child(1) {
	top: 0;
}
#nav-toggle div span:nth-child(2) {
	top: 20px;
}
#nav-toggle div span:nth-child(3) {
	top: 40px;
}
@media print, screen and (min-width:1470px) {
#nav-toggle {
	display: none;
}
}

@media print, screen and (max-width:479px) {
#nav-toggle div span {
	height: 6px;
}
#nav-toggle div span:nth-child(2) {
	top: 15px;
}
#nav-toggle div span:nth-child(3) {
	top: 30px;
}
}
/*================================================================================================================== */
/*　グローバルナビ　ナビ
 * ---------------------------------------------------- */
/* メインメニュー　モーダルウィンドウのスタイル  */
#glNav {
	min-width:700px;
	
	position: fixed;
	
	z-index: 9998;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	display: flex;
	-webkit-box-align:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:cente;/*--- safari（PC）用 ---*/
	align-items: center;
	webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content:center;
}
#glNav > .wrap {
	margin: 0 !important;
}
/*================================================================================================================== */
/* コンテンツ
 * ---------------------------------------------------- */
/* 囲み
--------- --------- --------- --------- --------- */
#wrapper {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding-top: 20px;
}
#contents {
	margin: 0;
	padding: 0 0 70px;
	text-align: left;
	position: relative;
}
.container {
	margin-right:auto;
	margin-left:auto;
	width:100%;
}
/* コンテンツタイトル
--------- --------- --------- --------- --------- */
#contenstTit01 {
	text-align:center;
	width: 100%;
	padding: 35px 0px 30px;
	margin: 0px 0px 10px;
	background-color: #F6F6F6;
}

#contenstTit01 h1 {
	font-size: 2rem;
	line-height: 1.4;
	color:#284B9F;
}

#contenstTit01 h1:after {
	display: block;
	text-align: center;
	font-size:1rem;
	padding: 0px 0px 0px;
	content: attr(data-text);
}
#contenstTit02 {
	text-align:center;
	padding: 0px;
	margin: 0px auto 35px;
	font-size: 1.625rem;
	font-weight: bold;
}
#contenstTit03 {
	text-align:center;
	padding: 0px 0px 20px;
	margin: 0px auto 35px;
	font-size: 2rem;
	font-weight: bold;
}
/*　ヘッドライン
--------- --------- --------- --------- --------- */
.container .headline01 {
	font-size:1.5rem;
	text-align: center;
}
.container .headline02 {
	font-size: 1.25rem;
	text-align: center;
	font-weight: bold;
}
/*　タイトル
--------- --------- --------- --------- --------- */
.container .tit01 {
	font-size: 1.375rem;
	text-align:center;
	position: relative;
		color:#284B9F;

}
.container .tit02 {
	font-size:1.4rem;
	padding: 10px;
	border-top: 3px solid #3B72A5;
	color:#284B9F;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.container .tit03 {
	font-size: 1.25rem;
	font-weight:bold;
	line-height:1;
	background-color: #3B72A5;
	padding: 15px;
	color: #FFF;
}
/*　パンくずリスト
--------- --------- --------- --------- --------- */
#pan {
	margin-right: 10px;
	margin-left: 10px;

	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#pan ol li {
	display: inline;
	list-style-type: none;
	font-size: 0.813rem;
}
#pan ol li a {
    color: #333;
}
#pan ol li a:link {
    color: #000;
}
#pan ol li a:hover {
    color: #E20A16;
}
#pan ol li:before {
	content: " > ";
}
#pan ol li:first-child:before {
	content:"";
}
#pan ol li:last-child {
}
#pan ol li:last-child:before {
	font-weight: normal;
}
@media print, screen and (min-width:960px) {
/* 囲み
--------- --------- --------- --------- --------- */
#contents {
	padding: 0 0 60px;
}
.container {
	max-width:960px;
}
/* コンテンツタイトル
--------- --------- --------- --------- --------- */
#contenstTit01 {
	padding: 70px 0px 60px;
	margin: 0px 0px 10px;
}
#contenstTit01 h1 {
	font-size: 2.8rem;
	color:#284B9F;
	line-height: 1.6;
}
#contenstTit01 h1:after {
}
#contenstTit02 {
	padding: 0px;
	margin: 0px auto 70px;
	font-size: 2.625rem;
}
#contenstTit03 {
	padding: 0px 0px 20px;
	margin: 0px auto 40px;
	font-size: 2.625rem;
	border-bottom: 1px solid #CCC;
}
/*　タイトル
--------- --------- --------- --------- --------- */
.container .tit01 {
	font-size: 2.375rem;
}
/*　ヘッドライン
--------- --------- --------- --------- --------- */
.container .headline01 {
	font-size: 1.8rem;
}
.container .headline02 {
	font-size: 1.25rem;
}
/*　パンくずリスト
--------- --------- --------- --------- --------- */
#pan {
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
}
}

/*================================================================================================================== */
/*　バナー
 * ---------------------------------------------------- */
.bannerArea {
	padding: 40px 0px 20px;
}

@media print, screen and (min-width:960px) {
.bannerArea {
	padding: 55px 0px 50px;
}
}
.bannerArea ul {
	display: flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	
	webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content:center;
	
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
}
.bannerArea ul li {
	margin: 0px 5px 15px;
	/*min-width:200px;*/
	text-align:center;
	font-size: 0px;
	line-height: 0;
}


/*================================================================================================================== */
/*　トップ中段バナー
 * ---------------------------------------------------- */
.topbannerArea {
	padding: 40px 0px 0px;
}

.topbannerArea ul {
	display: flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	
	webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content:center;
	
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
}
.topbannerArea ul li {
	margin: 0px 5px 15px;
	/*min-width:200px;*/
	text-align:center;
	font-size: 0px;
	line-height: 0;
}

@media print, screen and (min-width:960px) {
.topbannerArea {
	padding: 0px;
}
.topbannerArea ul li {
	margin: 0px 120px 15px;
}
}


/*================================================================================================================== */
/*　page-top
 * ---------------------------------------------------- */

/*　ページトップへの誘導ボタン */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
  height: 100px;
  width: 100px;
  z-index:9999;
}
#pageTop i {
	margin-top:10px;
}
#pageTop a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 92px;
	width: 92px;
	background-color: #3B72A5;
	font-size: 0.938rem;
	font-weight: bold;
	line-height:1.5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	color: #FFF;
	position: relative;
	bottom: 0;
	left: 0;

	border: 4px solid #FFF;
}
#pageTop a i {
	font-weight: 900;
	font-size: 1.5rem;
}
#pageTop a:hover {
	background-color: #3B72A5;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";

	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
/*================================================================================================================== */
/*　フッタ
 * ---------------------------------------------------- */
#footerArea {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
#footerArea .navi {
	background-color: #3B72A5;
}
#footerArea .navi > .container > .inner {
	padding: 40px 10px 40px;
	margin: 0px;
}
/*　フッタ　ナビゲーション　 */
#footerNavi {
	margin: 0;
	padding: 0;
	color: #FFF;
}
#footerNavi > .block {
	margin: 0;
}
#footerNavi .block > ul {
	list-style: none;
	width:100%;
}
#footerNavi .block > ul li {
	margin: 0;
	padding: 0;
	width:100%;
	border-bottom: 1px solid #628EB7;
}
#footerNavi .block > ul li a {
	display: block;
	position: relative;
	font-size: 15px;
	margin: 0;
	padding: 15px 10px;
	text-decoration: none;
}
#footerNavi .block > ul li a:after {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight:900;
	content:"\f105";

	top: 50%;
	right: 10px;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
#footerNavi a:link {
	text-decoration:none;
}
#footerNavi a:link,
#footerNavi a:active,
#footerNavi a:visited {
	color: #FFF;
}
#footerNavi a:hover {
	color: #E20A16;
}

/*　SNSボタン　*/
#footerNavi .sns {
	text-align:center;
	padding: 55px 0px 0px;

}
#footerNavi .sns a {
	margin: 0 10px;
}
/*　フッタ　選挙区　*/
#constituency {
	margin: 0 auto 30px;
	padding: 0;
	
	max-width:430px;
}
#constituency > div {

	position: relative;
}
#constituency > figure {

	position: relative;
}
@media print, screen and (max-width:960px) {
/*　フッタ　選挙区　*/

#constituency {
	overflow:hidden;
	margin: 0 auto 0px;
}	
}
#constituency p.tit {
	color: #fff;
	font-size: 1.375rem;
	position: relative;
	font-weight: bold;
	display: inline-block;
	margin: 25px 0px 20px;
}
#constituency p.tit:after {
	padding: 0 0 0 10px;
	position: absolute;
	content:"――――――";
	color: #628EB7;
	font-size: 1rem;
	
	top: 50%;

	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
#constituency p.text {
	color: #fff;
	font-size: 0.875rem;
}
#constituency figure.img {
	float:right;
}
@media print, screen and (max-width:410px) {
#constituency {
	margin: 0 auto 0px;
}

#constituency figure.img {
	width:30%;
	padding-top:50px;
}
#constituency br.spMini {
    display: none;
}
}
#constituency p.logo {
	font-size: 0px;
	line-height: 0;
	margin-bottom: 30px;
}
#constituency .map {
	margin: 0px;
	padding: 0px;
}
/*　グローバルサイン認証サイト　*/
#footerArea .sign {
	background-color: #F6F6F6;
	text-align: center;
}
#footerArea .sign .inner {
	padding: 40px 0px 15px;
	margin: 0px;
}
#footerArea .sign p.img {
	font-size: 0px;
	line-height: 0;	
}
#footerArea .sign p.text {
	padding: 10px 0px 15px;
	margin: 0px;
	font-size:0.688rem;
}
/*　copyright　 */
#copyright {
	clear: both;
	font-size: 0.813rem;
	color: #666;
	margin: 0;
	padding: 0;
}
@media print, screen and (min-width:1140px) {
#footerArea {
}
#footerArea .navi > .container > .inner {
	display: flex;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	
	-ms-flex-direction: row-reverse; /*IE10*/
	-webkit-box-direction: row-reverse; /* Android4.3以下、Safari3.1?6.0 */
	-webkit-flex-direction: row-reverse; /* Safari6.1以降 */
	flex-direction: row-reverse;
	
	padding: 70px 0px 80px;
	margin: 0px;
}
#footerNavi {
	width: 480px;
	display: flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
}
#footerNavi > .block {
	width:auto;
	margin: 0px 25px 0px 0px;
	flex-basis: 50%;
}
/*　フッタ　選挙区　*/
#constituency {
	margin: 0 15px 0 30px;
	padding: 0;
}
#constituency figure.img {
	width:auto;
}
/*　SNSボタン　*/
#footerNavi .sns {
	padding: 20px 0px 0px;

}
}

/*　総裁選特設サイトバナー　*/

div.sousei2024 {
margin-bottom: 20px;
text-align:center;
}


@media (min-width:820px) {

div.sousei2024 {
}

div.sousei2024 p.sousei2024_sp {
    display: none;
}
}

@media (max-width:820px) {

div.sousei2024 {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}
div.sousei2024 p.sousei2024_pc {
    display: none;
}
}

