@charset "utf-8";
/* =======================================

	Globalnavi CSS

========================================== */



/* =======================================

	Common CSS

========================================== */


.nosp{display:none !important;}
body {
	margin:0 auto;
	padding:0;
	font-size:14px;
	line-height: 1.7;
	background:#fff;
	position:relative;
	color:#333;
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
a {
	height:0 !important;
	color:#1DAC42;
}
a img{
	transition:0.3s;
}
.inner {
	width:100%;
	margin:0 auto;
	position:relative;
	clear:both;
}
.fixed{
	position: fixed !important;
	top: 20px !important;
	padding-top:0 !important;
}
.txtright{
	text-align:right;
}
img{
	width:100%;
}
.green{
	color:#1DAC42 !important;
}
.bg_gray{
	background:#E4E4E4 !important;
}
/* top_contents
========================================== */
.slider_pc{
	display:none;
}
.slider_sp{
	text-align:center;
	width:100%;
}
#top_contents01{
	margin-bottom:10%;
}
#left{
	width:100%;
}
#right{
	width:100%;
}
.title{
	font-size:18px;
	font-weight:bold;
	color:#1DAC3F;
}
.keyword{
	padding:0 5% 10%;
}
.keyword a{
	display:inline-block;
	background:#E4E4E4;
	padding:3% 2%;
	line-height:0;
	font-size:13px;
	color:#333;
	text-decoration:none;
	margin-bottom:1%;
}
h2{
	font-size:20px;
	font-weight:bold;
	color:#1DAC3F;
	text-align:center;
	margin-bottom:10%;
}
h2 span{
	display:block;
	font-size:13px;
	color:#333;
}
#top_contents02 section{
	margin-bottom:5%;
	border-top:5px solid #1DAC3F;
	background:url(../../img/top/top_bg01.png) no-repeat 85% bottom;
	background-size:cover;
	padding:5% 0;
}
#top_contents02 dl{
	color:#000;
	width:80%;
	margin:0 auto;
	background:rgba(255,255,255,0.5);
	padding:5%;
}
#top_contents02 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:5%;
	text-align:center;
}
#top_contents02 dl dd{
	font-size:13px;
}
#top_contents02 dl dd a{
	display:block;
	margin:5% auto 0;
	border:2px solid #000;
	padding:8%;
	line-height:0;
	background:url(../../img/arrow02.png) no-repeat 90% center;
	background-size:5%;
	box-sizing:border-box;
	width:80%;
	font-size:13px;
	color:#000;
	text-decoration:none;
	transition:0.5s;
}
#top_contents02 p{
	padding:0 5% 5%;
}
#top_contents03{
	padding:10% 0;
	background:#F1F1F1;
}
#top_contents03 section{
}
#top_contents03 dl{
	width:90%;
	margin:0 auto 5%;
}
#top_contents03 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#top_contents03 dl dt img{
	width:10%;
	margin-right:2%;
}
#top_contents03 dl dd{
	width:100%;
	margin:0 auto 5%;
	box-sizing:border-box;
	background:#fff;
}
#top_contents03 div.sns_ch{
	width:90%;
	margin:0 auto 5%;
	box-sizing:border-box;
	line-height:1.7em !important;
}
#top_contents03 div.sns_ch{
	display:block;
	box-sizing:border-box;
	background:#fff;
	padding:3% 3%;
	border:3px solid #E9E9E9;
}
#top_contents03 div.sns_ch a{
	color:#333;
	text-decoration:none;
}
#top_contents03 div.sns_ch img{
	display:inline-block;
	vertical-align:middle;
	width:20%;
	margin:0 2% 3% 0;
}
#top_contents03 div.sns_ch p{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
	width:75%;
	line-height:1.2em;
	margin-bottom:3%;
}
#top_contents03 div.sns_ch p span{
	display:block;
	font-size:12px;
	color:#1DAC3F;
}
#top_contents03 div.sns_ch dl{
	margin:10px 0 0 0;
}
#top_contents03 div.sns_ch dl dt{
	font-size:11px;
	color:#fff;
	background:#1DAC3F;
	display:inline-block;
	vertical-align:top;
	border-radius:5px;
	margin-right:2%;
	width:20%;
	text-align:center;
}
#top_contents03 div.sns_ch dl dd{
	display:inline-block;
	vertical-align:top;
	width:75%;
	font-size:12px;
	height:auto;
	background:none;
}
/* top_news
========================================== */
.top_news h3{
	padding:0 5%;
}
.top_news{
	position:relative;
}
.top_news span.menu a{
	display:block;
	box-sizing:border-box;
	width:90%;
	margin:0 auto 5%;
	text-align:center;
	padding:3% 2% 8%;
	background:#ccc;
	color:#333;
	text-decoration:none;
}
.top_news span.menu img{
	display:inline-block;
	vertical-align:middle;
	width:5%;
	margin-left:3%;
}
label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #333;
  cursor: pointer;
  background-color: #D8D8D8;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
#panels {
  background-color: white;
}
#panels .container {
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  overflow-y: hidden;
}

#top_news_notice:checked ~ #panels #panel-notice main,
#top_news_media:checked ~ #panels #panel-media main,
#top_news_movie:checked ~ #panels #panel-movie main,
#top_news_gallery:checked ~ #panels #panel-gallery main,
#top_news_election:checked ~ #panels #panel-election main {
  max-height: initial;
  opacity: 1;
}
#top_news_notice:checked ~ #tabs-list #li-for-panel-notice,
#top_news_media:checked ~ #tabs-list #li-for-panel-media,
#top_news_movie:checked ~ #tabs-list #li-for-panel-movie,
#top_news_gallery:checked ~ #tabs-list #li-for-panel-gallery,
#top_news_election:checked ~ #tabs-list #li-for-panel-election {
  pointer-events: none;
  cursor: default;
  box-shadow: none;
  border-right: none;
}
#top_news_notice:checked ~ #tabs-list #li-for-panel-notice.last,
#top_news_media:checked ~ #tabs-list #li-for-panel-media.last,
#top_news_movie:checked ~ #tabs-list #li-for-panel-movie.last,
#top_news_gallery:checked ~ #tabs-list #li-for-panel-gallery.last,
#top_news_election:checked ~ #tabs-list #li-for-panel-election.last {
  border-right: 1px solid transparent;
}
#top_news_notice:checked ~ #tabs-list #li-for-panel-notice + li,
#top_news_media:checked ~ #tabs-list #li-for-panel-media + li,
#top_news_movie:checked ~ #tabs-list #li-for-panel-movie + li,
#top_news_gallery:checked ~ #tabs-list #li-for-panel-gallery + li,
#top_news_election:checked ~ #tabs-list #li-for-panel-election + li {
  border-left: 1px solid #dfdfdf;
}
#top_news_notice:checked ~ #tabs-list #li-for-panel-notice label.panel-label,
#top_news_media:checked ~ #tabs-list #li-for-panel-media label.panel-label,
#top_news_movie:checked ~ #tabs-list #li-for-panel-movie label.panel-label,
#top_news_gallery:checked ~ #tabs-list #li-for-panel-gallery label.panel-label,
#top_news_election:checked ~ #tabs-list #li-for-panel-election label.panel-label {
  background-color: #333;
	color:#fff;
}
#top_news_notice:checked ~ #tabs-list #li-for-panel-notice label.panel-label::after,
#top_news_media:checked ~ #tabs-list #li-for-panel-media label.panel-label::after,
#top_news_movie:checked ~ #tabs-list #li-for-panel-movie label.panel-label::after,
#top_news_gallery:checked ~ #tabs-list #li-for-panel-gallery label.panel-label::after,
#top_news_election:checked ~ #tabs-list #li-for-panel-election label.panel-label::after {
  height: 6px;
}
ul#tabs-list {
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}
ul#tabs-list li {
  display: flex;
  text-align: center;
  font-size: 0.875em;
  width: 20%;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #dfdfdf;
  position: relative;
}
ul#tabs-list li label.panel-label {
  position: relative;
  padding: 10px 0;
  font-size: 10px;
}
.panel-radios {
  display: none;
}
#panels dl{
	box-sizing:border-box;
	width:100%;
	padding:5%;
	letter-spacing:-.4em;
	border-bottom:4px solid #E9E9E9;
}
#panels dl:last-of-type{
	border-bottom:none;
}
#panels dl dt{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:38%;
	margin-right:2%;
}
#panels dl dd{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	font-weight:bold;
	color:#1DAC3F;
	width:60%;
}
#panels dl dd span{
	font-size:12px;
	color:#333;
	font-weight:100;
	display:block;
	margin-bottom:5px;
}
#panels dl dd span img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	padding:2px 5px;
	margin-right:5px;
	background:#F3F3F3;
}
/* news
========================================== */
.txt01{
	padding:0 3%;
}
.pankuzu{
	background:#E4E4E4;
	font-size:12px;
	padding:3px 0;
	margin-bottom:5%;
}
.pankuzu a{
	color:#1DAC3F;
	text-decoration:none;
}
.pankuzu ul{
	width:94%;
	margin:0 auto;
}
.pankuzu ul li{
	display:inline-block;
	vertical-align:middle;
}
.pankuzu ul li:after{
	content:">";
	margin:0 10px;
}
.pankuzu ul li:last-of-type:after{
	content:"";
}
h2.h2border{
	border-bottom:2px solid #E4E4E4;
	padding-bottom:5%;
}
h3.h3title{
	letter-spacing:normal;
	font-size:22px;
	font-weight:bold;
	padding:0 5% 3%;
	margin-bottom:5%;
	border-bottom:4px solid #1DAC42;
	clear:both;
}
h4.h4title{
	letter-spacing:normal;
	font-size:18px;
	font-weight:bold;
	color:#1DAC42;
	background:#F5F4F3;
	padding:2% 0 2% 5%;
	border-bottom:2px solid #1DAC42;
	margin-bottom:5%;
}
.newsBox01{
	margin-bottom:5%;
}
.newsBox01 dl{
	box-sizing:border-box;
	width:100%;
	padding:5%;
	letter-spacing:-.4em;
	border-bottom:4px solid #E9E9E9;
	position:relative;
}
.newsBox01 dl:last-of-type{
	border-bottom:none;
}
.newsBox01 dl dt{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:38%;
	margin-right:2%;
}
.newsBox01 dl dd{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	font-weight:bold;
	color:#1DAC3F;
	width:60%;
}
.newsBox01 dl dd a,
.newsBox02 dl dd a{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
.newsBox01 dl dd span{
	font-size:12px;
	color:#333;
	font-weight:100;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}
.newsBox01 dl dd span img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	padding:2px 5px;
	margin-right:5px;
	background:#F3F3F3;
}
.newsBox01 dl dd:nth-of-type(2){
	display:none;
}
.news_sidelist dl dd.side_news_a a,
.election_sidelist dl dd.side_news_a a{
	display:inline-block;
	padding:20px 5px;
	line-height:0;
	border:2px solid #E4E4E4;
	text-decoration:none;
	color:#333;
	transition:0.3s;
	margin:0 5px 5px 0;
}
.member_sidelist dl dd.side_member_a p input{
	display:none;
}
.member_sidelist dl dd.side_member_a p{
	display:inline-block;
	color:#333;
	transition:0.3s;
	border-bottom:none;
	padding:0;
	font-size:12px;
	margin:0 0px 5px 0;
}
.member_sidelist dl dd.side_member_a p label{
	display:block;
	padding:18px 6px;
	line-height:0;
	border:2px solid #E4E4E4;
	transition:0.3s;
}
.member_sidelist dl dd.side_member_a p input[type="radio"]:checked ~ label{
	background-color:#F5F4F3;
}
.member_sidelist dl dd select{
	margin:0 5%;
	width:90%;
	padding:3%;
	border:2px solid #E4E4E4;
}
.member_sidelist dl.branch dd,
.member_sidelist dl.prefecture dd{
	padding:3% 0;
}
.shibucho .election_sidelist dl dd.shibucho a,
.togisen .election_sidelist dl dd.togisen a,
.district .election_sidelist dl dd.district a{
	background-color:#F5F4F3;
}
a.button02,
a.button03{
	display:inline-block;
	color:#1DAC3F;
	box-sizing:border-box;
	padding:10px 40px 30px;
	border:2px solid #1DAC3F;
	background:url(../../img/arrow03.png) no-repeat 90% center;
	background-size:8px;
	text-decoration:none;
	transition:0.3s;
	margin:20px 0;
}
a.button02{
	color:#000;
	background:url(../../img/arrow02.png) no-repeat 90% center;
	background-size:8px;
	border:2px solid #000;
}
a.button03{
	background:none;
	position:relative;
}
a.button03:after{
	position:absolute;
	font-family:FontAwesome;
	content:"\f0da";
	line-height:0;
	top:50%;
	left:90%;
	transform:scaleX(1.5);
}
.newsBox02{
	margin-bottom:5%;
}
.newsBox02 section{
	box-sizing:border-box;
	width:100%;
	border-bottom:3px solid #E9E9E9;
	padding:3%;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	position:relative;
}
.newsBox02 section div{
	display:table;
}
.newsBox02 section img{
	display:table-cell;
	vertical-align:middle;
	letter-spacing:normal;
	width:80%;
	padding:5%;
}
.newsBox02 section dl{
	display:table-cell;
	vertical-align:middle;
	letter-spacing:normal;
	width:75%;
}
.newsBox02 section dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.newsBox02 section dl dd a.button02{
	width:100%;
}
.newsBox02 section.news_category01{
	width:100%;
	height:auto;
	margin:0 0 0 0;
}
.newsBox02 section.news_category01 img{
	display:block;
	vertical-align:middle;
	letter-spacing:normal;
	width:100%;
	padding:0 0 3% 0;
}
.newsBox02 section.news_category01 dl{
	display:block;
	vertical-align:middle;
	letter-spacing:normal;
	width:100%;
}
.newsBox02 section.news_category01 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	color:#51A837;
}
.newsBox02 section.news_category02 dl dt{
	color:#9D70C2;
}
.newsBox02 section.news_category02 .button03{
	color:#9D70C2;
	border:2px solid #9D70C2;
}
.newsBox02 section.news_category03 dl dt{
	color:#EEBE00;
}
.newsBox02 section.news_category03 .button03{
	color:#EEBE00;
	border:2px solid #EEBE00;
}
.newsBox02 section.news_category04 dl dt{
	color:#50DDCB;
}
.newsBox02 section.news_category04 .button03{
	color:#50DDCB;
	border:2px solid #50DDCB;
}
.newsBox02 section.news_category05 dl dt{
	color:#FF4617;
}
.newsBox02 section.news_category05 .button03{
	color:#FF4617;
	border:2px solid #FF4617;
}
.newsBox02 section.news_category06 dl dt{
	color:#0099CC;
}
.newsBox02 section.news_category06 .button03{
	color:#0099CC;
	border:2px solid #0099CC;
}
.newsBox02 section.news_category07 dl dt{
	color:#EE4872;
}
.newsBox02 section.news_category07 .button03{
	color:#EE4872;
	border:2px solid #EE4872;
}
.newsBox02 section.news_category09 dl dt{
	color:#36c200;
}
.newsBox02 section.news_category09 .button03{
	color:#36c200;
	border:2px solid #36c200;
}
.news_year ul{
	letter-spacing:-.4em;
	margin-bottom:5%;
	padding:0 3%;
}
.news_year ul li{
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	width:49%;
	margin:0 2% 2% 0;
}
.news_year ul li:nth-of-type(even){
	margin:0 0 2% 0;
}
.news_year ul li a{
	display:block;
	box-sizing:border-box;
	width:100%;
	color:#9F9F9F;
	border:2px solid #9F9F9F;
	padding:5% 5% 18%;
	text-decoration:none;
	transition:0.3s;
	position:relative;
}
.news_year ul li a:before{
	position:absolute;
	font-family:FontAwesome;
	content:"\f0da";
	line-height:0;
	left:88%;
	top:50%;
}
.newsBox03{
	margin-bottom:5%;
}
.newsBox03 div{
	width:90%;
	padding:0 5%;
}
.newsBox03 div dt{
	font-size:18px;
	color:#1DAC42;
	font-weight:bold;
	margin-bottom:10px;
}
.newsBox03 div dt span{
	font-size:13px;
	font-weight:100;
	color:#fff;
	background:#1DAC42;
	padding:5px 10px;
	margin-right:10px;
}
.newsBox03 div dd{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.newsBox03 div dd iframe,
.newsBox03 div dd object,
.newsBox03 div dd embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newsBox03 div p a.button01{
	text-align:center;
	width:100%;
}
.newsBox04 section{
	width:100%;
	margin:0 0 5% 0;
}
.newsBox04 section p{
	padding:0 5%;
}
.newsBox04 section p a.button01{
	text-align:center;
	width:100%;
}
a.button01,
.form_id button{
	display:block;
	box-sizing:border-box;
	width:80%;
	color:#333;
	border:1px solid #333;
	padding:10px 20px 30px;
	text-decoration:none;
	position:relative;
	margin:5% 0;
}
a.button01.b_center{
	margin:0 auto !important;
}
a.button01:before,
.form_id button:before{
	position:absolute;
	font-family:FontAwesome;
	content:"\f0da";
	line-height:0;
	left:88%;
	top:50%;
}
/* news_notice
========================================== */
#left .newsBox01 dl:last-of-type{
	border-bottom:4px solid #E9E9E9;
}
h4.h4news_category{
	letter-spacing:normal;
	font-size:18px;
	color:#fff;
	background:#51A837;
	padding:1% 0 1% 5%;
	margin-bottom:5%;
}
h4.h4news_category.media{
	background:#9875B5 !important;
}
h4.h4news_category.movie{
	background:#EABD37 !important;
}
h4.h4news_category.gallery{
	background:#57CAC1 !important;
}
h4.h4news_category.election{
	background:#DC5736 !important;
}
h4.h4news_category.parliament{
	background:#3C95B3 !important;
}
h4.h4news_category.voice{
	background:#DC6D89 !important;
}
h3.h3sidetitle{
	letter-spacing:normal;
	font-size:14px;
	font-weight:bold;
	background:#F5F4F3;
	padding:20px 0 20px 10px;
	border-top:2px solid #1DAC42;
}
.news_sidelist,
.member_sidelist,
.schedule_sidelist,
.election_sidelist{
	margin-bottom:3%;
}
.news_sidelist p,
.member_sidelist p,
.schedule_sidelist p,
.election_sidelist p{
	border-bottom:1px solid #E4E4E4;
}
.news_sidelist p a,
.member_sidelist p a,
.schedule_sidelist p a,
.election_sidelist p a{
	display:block;
	padding:6% 0 6% 3%;
	line-height:0;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	transition:0.3s;
}
.news_sidelist dl dt,
.member_sidelist dl dt,
.election_sidelist dl dt{
	border-bottom:1px solid #E4E4E4;
	padding:3% 0 3% 6%;
	font-weight:bold;
	background:url(../../img/icon_plus.png) no-repeat 90% center;
	background-size:5%;
}
.schedule_sidelist dl dt a{
	display:block;
	border-bottom:1px solid #E4E4E4;
	padding:5% 0 10% 6%;
	background-size:5%;
	text-decoration:none;
	color:#333;
}
.news_sidelist dl.library_year dt{
	border-bottom:none;
	padding:0;
	font-weight:100;
	background:none;
}
.news_sidelist dl.library_year dt a{
	display:block;
	border-bottom:1px solid #E4E4E4;
	padding:5% 0 10% 6%;
	background-size:5%;
	text-decoration:none;
	color:#333;
}
.news_sidelist dl dt.active,
.member_sidelist dl dt.active{
	background:url(../../img/icon_minus.png) no-repeat 90% center;
	background-size:5%;
}
.news_sidelist dl.acMenu dd,
.member_sidelist dl.acMenu dd,
.schedule_sidelist dl.acMenu dd{
	display:none;
}
.news_notice .news_sidelist dl.category dd,
.news_medhia .news_sidelist dl.category dd,
.news_movie .news_sidelist dl.category dd,
.news_gallery .news_sidelist dl.category dd,
.news_election .news_sidelist dl.category dd,
.news_parliament .news_sidelist dl.category dd,
.news_vioce .news_sidelist dl.category dd{
	display:block;
}
.news_notice .news_sidelist dl.category dt,
.news_medhia .news_sidelist dl.category dt,
.news_movie .news_sidelist dl.category dt,
.news_gallery .news_sidelist dl.category dt,
.news_election .news_sidelist dl.category dt,
.news_parliament .news_sidelist dl.category dt,
.news_vioce .news_sidelist dl.category dt{
	background:url(../../img/icon_minus.png) no-repeat 90% center;
	background-size:5%;
}
.news_notice .news_sidelist dl.category dt.active,
.news_medhia .news_sidelist dl.category dt.active,
.news_movie .news_sidelist dl.category dt.active,
.news_gallery .news_sidelist dl.category dt.active,
.news_election .news_sidelist dl.category dt.active,
.news_parliament .news_sidelist dl.category dt.active,
.news_vioce .news_sidelist dl.category dt.active{
	background:url(../../img/icon_plus.png) no-repeat 90% center;
	background-size:5%;
}
.news_sidelist dl dd,
.member_sidelist dl dd,
.schedule_sidelist dl dd,
.election_sidelist dl dd{
	border-bottom:1px solid #E4E4E4;
}
.news_sidelist dl dd a,
.member_sidelist dl dd a,
.schedule_sidelist dl dd a{
	display:block;
	padding:6% 0 6% 18%;
	line-height:0;
	text-decoration:none;
	color:#333;
	transition:0.3s;
}
.election_sidelist dl dd.togisen a,
.election_sidelist dl dd.district a{
	padding:3% 0 3% 18%;
	line-height:1.5;
}
.news_sidelist dl dd.side_news_category01 a{
	background:url(../../img/n_icon01.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category02 a{
	background:url(../../img/n_icon02.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category03 a{
	background:url(../../img/n_icon03.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category04 a{
	background:url(../../img/n_icon04.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category05 a{
	background:url(../../img/n_icon05.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category06 a{
	background:url(../../img/n_icon06.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category07 a{
	background:url(../../img/n_icon07.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category08 a{
	background:url(../../img/n_icon08.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category09 a{
	background:url(../../img/n_icon09.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_belong01 a{
	background:url(../../img/icon_belong01.png) no-repeat 25px center;
}
.news_sidelist dl dd.side_news_belong02 a{
	background:url(../../img/icon_belong02.png) no-repeat 25px center;
}
.news_sidelist dl dd.side_news_belong01 a.current{
	background:#F5F4F3 url(../../img/icon_belong01.png) no-repeat 25px center;
}
.news_sidelist dl dd.side_news_belong02 a.current{
	background:#F5F4F3 url(../../img/icon_belong02.png) no-repeat 25px center;
}
.news_sidelist dl dd.side_news_a a.current{
	background-color:#F5F4F3;
}
.news_sidelist dl dd.side_news_a,
.member_sidelist dl dd.side_member_a,
.schedule_sidelist dl dd.side_schedule_a{
	padding:10px 15px;
}
.news_sidelist dl dd.side_news_a a,
.member_sidelist dl dd.side_member_a a,
.schedule_sidelist dl dd.side_schedule_a a{
	display:inline-block;
	padding:20px 5px;
	line-height:0;
	border:2px solid #E4E4E4;
	text-decoration:none;
	color:#333;
	transition:0.3s;
	margin:0 5px 5px 0;
}
.recognize_shibucho .election_sidelist dl dd.shibucho a,
.recognize_togisen .election_sidelist dl dd.togisen a,
.recognize_district .election_sidelist dl dd.district a,
.result_page01 .election_sidelist dl dd.result01 a,
.library2016 .news_sidelist dl dt.y2016 a{
	background-color:#F5F4F3;
}
a.arrow01{
	background:url(../../img/arrow03.png) no-repeat 90% center;
	background-size:8px;
}
a.page01{
	background:url(../../img/icon_page.png) no-repeat 90% center;
	background-size:8px;
}
#news .side_news a.arrow01,
#news_bunsho .side_bunsho a.arrow01,
.introduce .side_introduce a.arrow01,
.outline .side_outline a.arrow01,
.agreement .side_agreement a.arrow01,
.branch .side_branch a.arrow01,
.joinus .side_joinus a.arrow01,
.donation .side_donation a.arrow01,
.shibucho .side_kobo a.arrow0,
.togisen .side_kobo a.arrow01,
.district .side_kobo a.arrow01,
.recognize_shibucho .side_recognize a.arrow0,
.recognize_togisen .side_recognize a.arrow01,
.recognize_district .side_recognize a.arrow01,
.result_page01 .side_result a.arrow01,
#news_library .side_library a.arrow01{
	background:#1DAC42 url(../../img/arrow01.png) no-repeat 90% center !important;
	background-size:8px !important;
	color:#fff;
}
/* election
========================================== */
.newslist01 ul{
	width:100%;
	margin-bottom:5%;
}
.newslist01 ul li{
	border-bottom:1px solid #E4E4E4;
	padding:3%;
}
.newslist01 ul li span{
	display:block;
}
.news_button01{
	letter-spacing:-.4em;
	margin-bottom:5%;
}
.news_button01 li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	box-sizing:border-box;
	width:90%;
	font-size:14px;
	font-weight:bold;
	margin:0 5% 3%;
}
.news_button01 li a{
	display:block;
	height:100% !important;
	vertical-align:middle;
	padding:5% 8% 5% 17%;
	border:2px solid #D8D8CB;
	text-decoration:none;
	color:#000;
}
.news_button01 li.icon01 a{
	background-image:url(../../img/news/icon_election06.png),
	url(../../img/arrow02.png);
	background-repeat:no-repeat;
	background-position:5% center,94% center;
	background-size:10%,8px;
	transition:0.3s;
}
.news_button01 li.icon02 a{
	background-image:url(../../img/news/icon_election05.png),
	url(../../img/arrow02.png);
	background-repeat:no-repeat;
	background-position:5% center,94% center;
	background-size:10%,8px;
	transition:0.3s;
}
.news_button01 li.icon03 a{
	background-image:url(../../img/news/icon_election04.png),
	url(../../img/arrow02.png);
	background-repeat:no-repeat;
	background-position:5% center,94% center;
	background-size:10%,8px;
	transition:0.3s;
}
.news_button01 li.icon04 a{
	background-image:url(../../img/news/icon_election07.png),
	url(../../img/arrow02.png);
	background-repeat:no-repeat;
	background-position:5% center,94% center;
	background-size:10%,8px;
	transition:0.3s;
}
.news_button01 li.icon05 a{
	background-image:url(../../img/news/icon_election08.png),
	url(../../img/arrow02.png);
	background-repeat:no-repeat;
	background-position:5% center,94% center;
	background-size:10%,8px;
	transition:0.3s;
}
.news_button01 li.icon06 a{
	background-image:url(../../img/news/icon_election09.png),
	url(../../img/arrow02.png);
	background-repeat:no-repeat;
	background-position:5% center,94% center;
	background-size:10%,8px;
	transition:0.3s;
}

/* news_bunsho
========================================== */
.block{
	display:block !important;
}
.search_member01{
	margin-bottom:10%;
}
.search_member01 div{
	box-sizing:border-box;
	width:90%;
	border:3px solid #E9E9E9;
	margin:0 auto 5%;
	position:relative;
}
.search_member01 div img{
	display:inline-block;
	vertical-align:top;
	width:48%;
}
.search_member01 div dl{
	display:inline-block;
	vertical-align:top;
	position:relative;
	box-sizing:border-box;
	width:50%;
	padding:3% 3% 20% 3%;
}
.search_member01 div dl dt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
    white-space: nowrap;
}
.search_member01 div dl dt span{
	display:block;
	font-size:12px;
	font-weight:100;
	color:#666666;
}
.search_member01 div dl dd ul li{
	font-size:12px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:5px;
}
.search_member01 div a{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
	z-index:10;
}
.member_label01{
	background:#999;
	border:1px solid #999;
	padding:0 3px;
	color:#fff;
}
.member_label02{
	background:#D51717;
	border:1px solid #D51717;
	padding:0 3px;
	color:#fff;
}
.member_label03{
	background:#003FBF;
	border:1px solid #003FBF;
	padding:0 3px;
	color:#fff;
}
.member_label04{
	background:#fff;
	border:1px solid #333;
	padding:0 3px;
	color:#333;
}
/* member
========================================== */
.membername{
	font-size:26px;
	font-weight:bold;
	color:#1DAC3F;
	line-height:1.2;
	margin:0 0 3% 0;
	padding:0 5%;
}
.membername span{
	display:block;
	font-weight:100;
	font-size:14px;
}
.profile .member_label01,
.profile .member_label02,
.profile .member_label03,
.profile .member_label04,
.profile .member_label05{
	display:inline-block;
	vertical-align:middle;
}
.member_profile{
	margin:3% auto;
}
.member_profile dt{
	width:100%;
	margin-bottom:3%;
	text-align:center;
}
.member_profile dt img{
	display:inline;
	width:60%;
	margin-bottom:3%;
}
.member_profile dt a img{
	display:inline;
	width:auto;
	margin-bottom:3%;
}
.member_profile dd{
	box-sizing:border-box;
	padding:0 5%;
	width:100%;
	margin-bottom:5%;
}
.member_profile dd table tr{
	border-bottom:3px solid #fff;
	border-collapse:collapse;
}
.member_profile dd table tr th{
	border-right:3px solid #fff;
	border-collapse:collapse;
	width:30%;
	box-sizing:border-box;
	padding:3%;
	background:#E4E4E4;
	font-weight:bold;
}
.member_profile dd table tr td{
	width:100%;
	box-sizing:border-box;
	padding:3%;
	background:#FAFAFA;
}
.member_profile dd table tr td dl{
	letter-spacing:-.4em;
}
.member_profile dd table tr td dl dt{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	margin:0;
	width:6em;
}
.member_profile dd table tr td dl dd{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:calc( 100% - 6em );
	margin:0;
}
.office{
	margin-bottom:5%;
	width:100%;
}
.office .map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:20px;
}
.office .map iframe,
.office .map object,
.office .map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.office table{
	width:90%;
margin:0 auto 20px;
}
.office table tr{
	border-bottom:3px solid #fff;
	border-collapse:collapse;
}
.office table tr th{
	border-right:3px solid #fff;
	border-collapse:collapse;
	width:30%;
	box-sizing:border-box;
	padding:3%;
	background:#E4E4E4;
	font-weight:bold;
}
.office table tr td{
	width:70%;
	box-sizing:border-box;
	padding:3%;
	background:#FAFAFA;
}
.member_sns{
	width:100%;
	margin:0 0 5% 0;
}
.member_tw,
.member_fb{
	width:90%;
	margin:0 auto;
}
/* schedule
========================================== */
.scheduleBox01{
	overflow-x:scroll;
	padding-bottom:5%;
	-webkit-overflow-scrolling: touch;
	margin-bottom:5%;
}
.scheduleBox01::-webkit-scrollbar{height:3px;}
.scheduleBox01::-webkit-scrollbar-track{background:#E4E4E4;}
.scheduleBox01::-webkit-scrollbar-thumb{background:#999;}
.scheduleBox01 table{
	width:690px;
	text-align:center;
	vertical-align:middle;
}
.scheduleBox01 table tr{
	border:2px solid #fff;
	border-collapse:collapse;
}
.scheduleBox01 table tr th{
	border:2px solid #fff;
	border-collapse:collapse;
	background:#F5F4F3;
	vertical-align:middle;
	padding:10px;
	text-align:center;
	font-weight:bold;
}
.scheduleBox01 table tr td{
	border:2px solid #fff;
	border-collapse:collapse;
	background:#FAFAFA;
	vertical-align:middle;
	padding:10px;
}
.scheduleBox01 table tr td span{
	display:block;
	padding:0 3px;
	border:1px solid #000;
}
.sp_search{
	letter-spacing:normal;
	background:#fff;
}
.sp_search ul{
}
.sp_search ul li{
	text-align:center;
	padding:3% 0;
}
.sp_search ul li input{
	width:70%;
	padding:3%;
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	margin-right:3%;
}
.sp_search ul li button{
	background:none;
	padding:0;
	border:none;
}
.sp_search ul li i{
	display:inline-block;
	vertical-align:middle;
	font-size:30px;
	color:#1DAC42;
}
/* about
========================================== */
.box01{
	margin-bottom:5%;
	padding:0 5%;
}
.box01 img{
	width:45%;
	float:right;
	margin:0 0 3% 3%;
}
.box01 dl dt{
	margin-bottom:10px;
}
.box01 dl dd a{
	width:80%;
	margin:5% 10%;
}
.introBox01{
	background:url(../../img/top/top_bg01.png) no-repeat 70% bottom;
	background-size:200%;
	box-sizing:border-box;
	margin-bottom:5%;
	padding:5% 0;
}
.introBox01 h3{
	font-size:28px;
	font-weight:bold;
	margin-bottom:50px;
	text-align:center;
}
.introBox01 p{
	width:90%;
	margin:0 auto 3%;
}
.introBox01 div{
	width:94%;
	box-sizing:border-box;
	padding:5%;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:rgba(29,172,66,0.5);
	margin:0 auto;
}
.introBox02{
	margin-bottom:10%;
	text-align:center;
}
.introBox02 img{
	width:80%;
	margin:0 auto 3%;
}
.introBox02 dl{
	width:94%;
	padding:0 3%;
}
.introBox02 dl dt{
	font-size:22px;
	font-weight:bold;
	margin-bottom:3%;
	text-align:left;
}
.introBox02 dl dd{
	text-align:left;
}
.introBox02 p{
	text-align:right;
	font-size:18px;
	margin-top:5%;
}
.introBox02 p span{
	font-size:14px;
	display:block;
	margin-bottom:5px;
}
.outlineBox01{
	padding:0 3%;
	margin-bottom:5%;
}
.outlineBox01 p{
	text-align:right;
	margin-bottom:1em;
}
.outlineBox01 li{
	margin-bottom:15px;
}
.outlineBox01 div span{
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.outlineBox01{
	padding:0 3%;
	margin-bottom:5%;
}
.outlineBox01 p{
	text-align:right;
	margin-bottom:2em;
}
.agreementBox01{
	margin-bottom:10%;
	padding:0 3% 0;
}
.agreementBox01 > ol{
	padding-left:2em;
	margin-bottom:1em;
}
.agreementBox01 li{
	text-indent:-1em;
}
.agreementBox01 li span{
	display:inline-block;
	width:2em;
	margin-right:1me;
	text-indent:0;
}
.agreementBox01 h5{
	display:block;
	padding-left:2em;
	text-indent:-2em;
}
.agreementBox01 h5 span{
	margin-right:1em;
	display:inline-block;
	text-indent:0;
}
.agreementBox01 li ol{
	padding-left:1em;
}
.agreementBox01 li ol li{
	margin-bottom:0;
}
.branchTable01{
	padding:0 3%;
	margin-bottom:5%;
}
.branchTable01 table{
	width:100%;
	letter-spacing:-.4em;
	font-size:12px;
}
.branchTable01 table thead{
	display:block;
	float:left;
	width:30%;
}
.branchTable01 table tbody{
	display:block;
	float:left;
	width:70%;
	border-bottom:10px solid #fff;
}
.branchTable01 table tr{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
}
.branchTable01 table thead th{
	background:#E4E4E4;
	border-bottom:2px solid #fff;
	border-collapse:collapse;
	vertical-align:middle;
	float:left;
	padding:5px 10px;
	width:100%;
	box-sizing:border-box;
}
.branchTable01 table tbody th{
	background:#F5F4F3;
	border-bottom:2px solid #fff;
	border-collapse:collapse;
	vertical-align:middle;
	width:100%;
	float:left;
	font-weight:bold;
	padding:5px 10px;
	box-sizing:border-box;
}
.branchTable01 table td{
	background:#F5F4F3;
	vertical-align:middle;
	float:left;
	width:100%;
	padding:5px 10px;
	box-sizing:border-box;
	border-bottom:2px solid #fff;
}
.height01{
	height:4.2em !important;
}
.height02{
	height:6em !important;
}
.table01{
	margin-bottom:10%;
	padding:0 3%;
}
.table01 table tr{
	border-bottom:2px solid #fff;
	border-collapse:collapse;
}
.table01 table tr th{
	background:#E4E4E4;
	border-right:2px solid #fff;
	border-collapse:collapse;
	padding:3%;
	width:30%;
	box-sizing:border-box;
	font-weight:bold;
}
.table01 table tr td{
	background:#FAFAFA;
	padding:3%;
	width:70%;
	box-sizing:border-box;
}
.table-form{
	margin-bottom:20px;
}
.table-form tr{
	border-bottom:1px solid #E4E4E4;
}
.table-form tr th{
	font-weight:bold;
	box-sizing:border-box;
	padding:3% 5%;
	float:left;
	width:100%;
}
.table-form tr td{
	box-sizing:border-box;
	padding:0 5% 3%;
	float:left;
	width:100%;
}
.table-form tr td input,
.table-form tr td select,
.table-form tr td textarea{
	padding:10px;
	border:2px solid #E9E9E9;
}
.input01{
	width:90%;
}
.input02{
	width:60%;
}
.input03{
	width:30%;
}
.select01{
	width:60%;
}
.textarea01{
	width:90%;
	height:10em;
}
.table-form-child{
	width:100%;
}
.table-form-child tr{
	border-bottom:none;
}
.table-form-child tr th{
	vertical-align:middle;
	box-sizing:border-box;
	width:10%;

}
.table-form-child tr td{
	font-weight:100;
	box-sizing:border-box;
	width:80%;
}
.formtxt01{
	padding:3%;
	background:#FAFAFA;
	margin-bottom:3%;
}
.formtxt01 div{
	margin-top:3%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.button-area{
	text-align:center;
	margin-bottom:10%;
}
.button-area button{
	display:inline-block;
	color:#333;
	box-sizing:border-box;
	padding:3% 0;
	width:80%;
	border:2px solid #333;
	text-decoration:none;
	transition:0.3s;
	margin:3% 0;
	font-weight:bold;
	position:relative;
	background:#fff;
}
.button-area button:before{
	position:absolute;
	font-family:FontAwesome;
	content:"\f0da";
	line-height:0;
	top:50%;
	left:90%;
}
.elebutton01 a.button01{
	width:80%;
	margin:0 auto 3%;
}
.member01{
	margin-bottom:10%;
}
.member01 div{
	box-sizing:border-box;
	width:90%;
	border:3px solid #E9E9E9;
	margin:0 auto 5%;
	position:relative;
}
.member01 div img{
	display:inline-block;
	vertical-align:top;
	width:48%;
}
.member01 div span img{
	display:block;
	position:absolute;
	bottom:10%;
	right:3%;
	width:20%;
}
.member01 div dl{
	display:inline-block;
	vertical-align:top;
	position:relative;
	box-sizing:border-box;
	width:50%;
	padding:3% 3% 20% 3%;
}
.member01 div dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:1.2;
}
.member01 div dl dt span{
	display:block;
	font-size:12px;
	font-weight:100;
	color:#666666;
}
.member01 div dl dd ul li{
	font-size:12px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:5px;
}
/*.member01 div dl dd:last-of-type{
	position:absolute;
	bottom:0;
}*/
.member01 div a{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
/* SNS Shar Btn
========================================== */
.share-buttons{
	text-align: center;
	letter-spacing:-0.4em;
	width:100%;
	margin:0 auto 3%;
}
.share-buttons i {
	margin-right:10px;
	font-size:12px;
	line-height:1.5em;
}
.share-buttons a {
	letter-spacing:normal;
    position: relative;
    display: inline-block;
    width: 33%;
		padding:2px 0 20px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    text-decoration: none !important;
}
.share-buttons .facebook-button{
    background: #3B5999;
		transition:background 0.3s linear;
}
.share-buttons .twitter-button{
    background: #02abee;
		transition:background 0.3s linear;
}
.share-buttons .line-button{
    background: #25AF01;
		transition:background 0.3s linear;
}
.newsdetail_head{
	padding:0 10px 20px;
	border-bottom:1px solid #E4E4E4;
	margin-bottom:30px;
	position:relative;
}
.newsdetail_head .h4newstitle{
	color:#1DAC3F;
	font-size:26px;
	font-weight:bold;
	margin:5% 0 5%;
}
.newsdetail_head dl{
	margin-bottom:5%;
}
.newsdetail_head dt{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.newsdetail_head dd{
	display:inline-block;
	vertical-align:middle;
	padding:2px 10px;
	color:#fff;
}
.newsdetail_head dd.newslabel01{
	background:#9D70C2;
}
.newsdetail_head dd.newslabel02{
	background:#EEBE00;
}
.newsdetail_head dd.newslabel03{
	background:#50DDCB;
}
.newsdetail_head dd.newslabel04{
	background:#FF4617;
}
.newsdetail_head dd.newslabel05{
	background:#0099CC;
}
.newsdetail_head dd.newslabel06{
	background:#EE4872;
}
.newsdetail_contents .newsdetailImg01{
	width:100%;
	margin:0 auto 5%;
}
.newsdetail_contents .newsdetailImg01 img{
	width:100%;
}
.newsdetail_contents .newsdetailTxt01{
	margin-bottom:5%;
}
.libraryList01 ul{
	margin-bottom:10%;
}
.libraryList01 li{
	margin:0 auto 3%;
	width:80%;
}
.libraryList01 li img{
	width:100%;
}
.share-buttons02{
	text-align: center;
	letter-spacing:-0.4em;
	width:100%;
	margin:0 auto 9%;
}
.share-buttons02 i {
	margin-right:10px;
	font-size:12px;
	line-height:1.5em;
}
.share-buttons02 a {
	letter-spacing:normal;
    position: relative;
    display: inline-block;
    width: 33%;
		padding:2px 0 20px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    text-decoration: none !important;
}
.share-buttons02 .facebook-button{
    background: #3B5999;
		transition:background 0.3s linear;
}
.share-buttons02 .twitter-button{
    background: #02abee;
		transition:background 0.3s linear;
}
.share-buttons02 .line-button{
    background: #25AF01;
		transition:background 0.3s linear;
}
/* 17/2/22 bunsho/
========================================== */
h5.bunshoName{
	letter-spacing:normal;
	font-size:18px;
	font-weight:bold;
	padding:3%;
}
.bunsholist{
	margin-bottom:5%;
	padding:0 5%;
}
.bunsholist li{
	margin-bottom:5px;
	padding-left:5%;
	background:url(../../img/arrow03.png) no-repeat left center;
	background-size:8px;
}
.pager01 ul li span.current_page{
	color:#fff;
	display:block;
	line-height:0;
	padding:15px 13px;
	text-decoration:none;
	font-weight:bold;
	border:2px solid #1DAC42;
	transition:0.3s;
	background:#1DAC42;
}
.news_sidelist dl dd.side_news_category01 a.current{
	background:#F5F4F3 url(../../img/n_icon01.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category02 a.current{
	background:#F5F4F3 url(../../img/n_icon02.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category03 a.current{
	background:#F5F4F3 url(../../img/n_icon03.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category04 a.current{
	background:#F5F4F3 url(../../img/n_icon04.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category05 a.current{
	background:#F5F4F3 url(../../img/n_icon05.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category06 a.current{
	background:#F5F4F3 url(../../img/n_icon06.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category07 a.current{
	background:#F5F4F3 url(../../img/n_icon07.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category08 a.current{
	background:#F5F4F3 url(../../img/n_icon08.png) no-repeat 30px center;
}
.news_sidelist dl dd.side_news_category09 a.current{
	background:#F5F4F3 url(../../img/n_icon09.png) no-repeat 30px center;
}
.newsdetail_contents div.newsdetail_inner{
	border-bottom:1px solid #E4E4E4;
	margin:0 3% 5%;
}
.newsdetail_contents .newsdetailGallery01{
	width:100%;
	letter-spacing:-.4em;
}
.newsdetail_contents ul.newsdetailGallery01 li{
	width:48.5%;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	margin:0 3% 3% 0;
}
.newsdetail_contents ul.newsdetailGallery01 li:nth-of-type(2n){
	margin:0 0 3% 0
}
.newsdetail_contents ul.newsdetailGallery01 li div{
	width:100%;
	height:0;
	padding:0 0 67%;
	overflow:hidden;
	position:relative;
}
.newsdetail_contents ul.newsdetailGallery01 img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.newsdetail_contents .newsdetailTxt01{
	margin:0 auto 5%;
	position:relative;
}
.newsdetail_contents .newsdetailTxt01 iframe{
	width: 100%;
	height:200px;
}
.office h4.member-detail__access__text__title{
	width:90%;
	box-sizing:border-box;
	padding:3%;
	background:#E4E4E4;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	margin:0 5%;
}
.office p{
	width:90%;
	box-sizing:border-box;
	padding:3%;
	background:#FAFAFA;
	display:inline-block;
	vertical-align:middle;
	margin:0 5% 3%;
}
.election_sidelist dl dd{
	display:table;
	width:100%;
}
.election_sidelist dl dd a{
	display:table-cell;
	vertical-align:middle;
	padding:3% 5% 3% 18%;
	text-decoration:none;
	color:#333;
	transition:0.3s;
}
.election_sidelist a.current{
	background-color:#F5F4F3;
}
.schedule_sidelist p a.current{
	background:#1DAC42 url(../../img/arrow01.png) no-repeat 90% center;
	background-size:8px;
	color:#fff;
}
.schedule_sidelist dl dt a.current{
	background-color:#F5F4F3;
}

/*  リニューアル
=================================*/


/* header
========================================== */
header{
	position:fixed;
	z-index:100;
	padding:15px 3% 5px;
	border-top:4px solid #36C200;
	width:94%;
	background:#fff !important;
	box-shadow:0 3px 10px rgba(0,0,0,0.3);
}
header p.special-right{
	position:fixed;
	right:0;
	bottom:0;
	z-index:1000;
}
header h1{
	width:50%;
	float:left;
}
header p#sp_menu{
	width:6%;
	float:right;
	margin-top:2%;
}
.sp_menulist{
	display:block;
	width:100%;
	clear:both;
	background:#fff;
}
.sp_menulist ul li{
	text-align:center;
	border-bottom:1px dotted #189437;
}
.sp_menulist ul li a{
	display:block;
	padding:5% 0 12%;
	color:#333;
	text-decoration:none;
}
/* footer
========================================== */
footer{
	background:#E8E6DD;
	padding:15% 0;
	color:#333;
	width:100%;
}
footer a{
	color:#333;
	text-decoration:none;
}
footer nav{
	box-sizing:border-box;
	width:90%;
	margin:0 auto 5%;
	border:2px solid #D3D0BE;
	border-top:none;
}
footer nav dl{
	text-align:center;
}
footer nav dl:last-of-type{
	margin-right:0;
}
footer nav dl dt a{
	display:block;
	font-weight:bold;
	border-top:2px solid #D3D0BE;
	background:#E2E0D3;
	line-height:0;
	padding:6%;
	position:relative;
}
footer nav dl dt a:before{
	position:absolute;
	font-family:FontAwesome;
	content:"\f105";
	top:50%;
	left:90%;
	line-height:0;
	color:#333;
	font-size:14px;
}
footer nav dl.acMenu dt a:before{
	font-family:FontAwesome;
	content:"\f067" !important;
	font-size:12px;
	font-weight:100;
	left:89%;
}
footer nav dl.acMenu dt.active a:before{
	font-family:FontAwesome;
	content:"\f068" !important;
	font-size:12px;
	font-weight:100;
	left:89%;
}
footer nav dl.acMenu dt a{
	pointer-events:none;
}
footer nav dl dd{
	display:none;
}
footer nav dl dd.active{
	display:block;
}
footer nav dl dd.mb20{
	margin:0 !important;
}
footer nav dl dd a{
	display:block;
	font-size:12px;
	border-top:2px solid #D3D0BE;
	padding:6%;
	background:#F2F1EC;
	line-height:0;
	position:relative;
}
footer nav dl dd a:before{
	position:absolute;
	font-family:FontAwesome;
	content:"\f105";
	top:50%;
	left:90%;
	line-height:0;
	color:#A69F7B;
	font-size:14px;
}
footer ul{
	text-align:center;
	margin-bottom:5%;
}
footer ul li{
	display:inline-block;
	vertical-align:top;
}
footer div.footbox01{
	width:100%;
	text-align:center;
}
footer div.footbox01 img{
	width:45%;
}
footer div.footbox01 p{
	font-size:12px;
	opacity:1;
}
footer div.footbox02{
	text-align:center;
	width:100%;
	padding:5% 0;
}
footer div.footbox02 ul{
	text-align:center;
	margin-bottom:0;
}
footer div.footbox02 ul li{
	border-right:1px solid #666;
	padding:0 2%;
	font-size:11px;
}
footer div.footbox02 ul li:first-of-type{
	border-left:1px solid #666;
}
footer div.footbox02 p{
	opacity:0.3;
}
#totop{
	text-align:center;
	position:relative;
	z-index:20;
}
#totop a{
	display:block;
	position:relative;
	top:-20px;
	transition:0.2s;
	z-index:20;
	width:40px;
	margin:0 auto;
}
.footer-right{
	width:100%;
	padding-top:80px;
}
.footer-right .f_ba02{
  display: -webkit-flex; /* Safari */
  display: flex;
}
.footer-right .f_ba02 li{
	margin:0 1%;
}
.footer-left{
	width:100%;
}
.footer-left p.nopc{
	margin:5% auto 0;
	width:20%;
}

/* news
========================================== */
.pankuzu{
	padding-top:40px;
	background:#fff;
}
.pankuzu nav{
	display:none;
}
@import url('https://fonts.googleapis.com/css?family=Lora');
h2{
	font-family: 'Lora', serif;
	font-size:20px;
	color:#000;
	text-align:center;
	margin-bottom:10%;
	line-height:1em;
	padding-top:7%;
	font-weight:400;
}
h2.act_bg{
	background:url(../../img/news/newsh2_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
h2.about_bg{
	background:url(../../img/about/abouth2_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
h2.joinus_bg{
	background:url(../../img/joinush2_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
h2.contact_bg{
	background:url(../../img/contacth2_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
h2.member_bg{
	background:url(../../img/memberh2_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
h2.policy_bg{
	background:url(../../img/policyh2_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
h2.privacy_bg{
	background:url(../../img/privacyh2_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
h2.schedule_bg{
	background:url(../../img/scheduleh2_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
h2.election_bg{
	background:url(../../img/electionh2_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
h2 span{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	display:block;
	font-size:13px;
	color:#000;
}
h2.border{
	border-bottom:none !important;
	margin-bottom:0;
}

h3.h3title{
	letter-spacing:normal;
	font-size:20px;
	padding-bottom:3%;
	margin-bottom:5%;
	border-bottom:2px solid #D5D5D5;
}
h4.h4title{
	letter-spacing:normal;
	font-size:18px;
	font-weight:bold;
	color:#333;
	background:#EFEEE9;
	padding:2% 0 2% 5%;
	border-bottom:none;
    /* margin-bottom: 5%; */
    width: 85%;
    margin: 0 auto 3%;
}
.pager01{
	text-align:center;
}
.pager01 ul{
	margin-bottom:10%;
}
.pager01 ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 3px 6px;
}
.pager01 ul li a{
	color:#9F9F9F;
	display:block;
	line-height:0;
	padding:15px 13px;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #9F9F9F;
	transition:0.3s;
}
.pager01 ul li.on a{
	background:#9F9F9F;
	color:#fff;
}
.newsdetail_contents ul,
.policy_detail ul.policydetailButton{
	text-align:center;
	width:94%;
	margin:0 auto 10%;
}
.newsdetail_contents ul li,
.policy_detail ul.policydetailButton li{
	display:inline-block;
	vertical-align:middle;
	width:40%;
	margin:0 3% 3%;
}
.newsdetail_contents ul li a,
.policy_detail ul.policydetailButton li a{
	display:inline-block;
	color:#9F9F9F;
	box-sizing:border-box;
	width:100%;
	padding:10px 0 30px;
	text-decoration:none;
	transition:0.3s;
	margin:0 0 5%;
	position:relative;
	border:1px solid #9F9F9F;
}
.newsdetail_contents ul li a:after,
.policy_detail ul.policydetailButton li a:after{
	position:absolute;
	font-family:FontAwesome;
	content:"\f0da";
	line-height:0;
	top:50%;
	left:90%;
}
.newsdetail_contents ul li:first-of-type  a:after,
.policy_detail ul.policydetailButton li:first-of-type  a:after{
	left:10%;
	content:"\f0d9";
}
.searchBox01{
	background:#FAFAFA;
	padding:5%;
}
.searchBox01 dl{
	margin-bottom:3%;
}
.searchBox01 dl dt{
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin-bottom:2%;
}
.searchBox01 dl dt img{
	display:inline-block;
	vertical-align:middle;
	width:8%;
	margin-right:2%;
	margin-bottom:1%;
}
.searchBox01 dl dd{
	font-size:14px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.searchBox01 dl.search01 dd{
	box-sizing:border-box;
	width:48%;
}
.searchBox01 dl.search01 dd a{
	display:block;
	padding:5% 0 23%;
	background:#fff;
	border:1px solid #333;
	text-decoration:none;
	transition:0.3s;
	margin:0 3% 5% 0;
	color:#333;
}
.searchBox01 dl.search01 dd:nth-of-type(even) a{
	margin:0 0 5% 0;
}
.searchBox01 dl.search02 dd{
	box-sizing:border-box;
	width:19%;
}
.searchBox01 dl.search02 dd a{
	display:block;
	padding:13% 0 50%;
	background:#fff;
	border:1px solid #333;
	text-decoration:none;
	transition:0.3s;
	margin-bottom:5px;
	color:#333;
}
.search03{
	box-sizing:border-box;
	width:100% !important;
}
.search03 dd{
	width:100% !important;
}
.search03 dd select{
	box-sizing:border-box;
	width:100% !important;
	padding:3%;
	border:1px solid #333;
	color:#333;
	font-weight:100;
	cursor:pointer;
}
.searchBox02{
	background:#FAFAFA;
	padding:5%;
}
.searchBox02 dl{
	margin-bottom:3%;
}
.searchBox02 dl dt{
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin-bottom:2%;
}
.searchBox02 dl dt img{
	display:inline-block;
	vertical-align:middle;
	width:10%;
	margin-right:2%;
}
.searchBox02 dl dd{
	font-size:14px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.searchBox02 dl.search01 dd{
	box-sizing:border-box;
	width:48%;
}
.searchBox02 dl.search01 dd a{
	display:block;
	padding:5% 20% 23%;
	background:#fff;
	border:1px solid #333;
	text-decoration:none;
	transition:0.3s;
	margin:0 3% 5% 0;
	color:#333;
}
.searchBox02 dl.search01 dd:nth-of-type(even) a{
	margin:0 0 5% 0;
}
.searchBox02 dl.search02 dd{
	box-sizing:border-box;
	width:19%;
}
.searchBox02 dl.search02 dd a{
	display:block;
	padding:13% 0 50%;
	background:#fff;
	border:1px solid #333;
	text-decoration:none;
	transition:0.3s;
	margin-bottom:5px;
	color:#333;
}
.searchBox02 dl.search02 dd a.current{
	color:#fff;
	background:#333;
}
.searchBox02 dl.search03 dd{
	box-sizing:border-box;
	width:49% !important;
}
.searchBox02 dl.search03 dd a{
	display:block;
	padding:6% 0 20%;
	background:#fff;
	border:1px solid #333;
	text-decoration:none;
	transition:0.3s;
	margin-bottom:5px;
	font-size:14px;
	color:#333;
}
.nav_sp ul{
	background:#1DAC42;
	letter-spacing:-.4em;
	margin-bottom:5%;
}
.nav_sp ul li{
	box-sizing:border-box;
	padding:3% 0;
	width:33.3%;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	text-align:center;
	font-size:10px;
	position:relative;
	border-bottom:1px solid #189437;
}
.nav_sp ul li:nth-of-type(4),
.nav_sp ul li:nth-of-type(5),
.nav_sp ul li:nth-of-type(6){
	border-bottom:none;
}
.nav_sp ul li:after{
  content: "";
	position:absolute;
	right:0;
	height:15px;
	border:1px solid #189437;
}
.nav_sp ul li:nth-of-type(3n):after{
	border:none;
}
.nav_sp ul li a{
	color:#fff;
	text-decoration:none;
}
.aboutBox02{
	margin-bottom:5%;
}
.aboutBox02 section{
	box-sizing:border-box;
	width:100%;
	border-bottom:3px solid #E9E9E9;
	padding:3%;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	position:relative;
}
.aboutBox02 section div{
	display:table;
}
.aboutBox02 section img{
	display:table-cell;
	vertical-align:middle;
	letter-spacing:normal;
	width:80%;
	padding:5%;
}
.aboutBox02 section dl{
	display:table-cell;
	vertical-align:middle;
	letter-spacing:normal;
	width:75%;
}
.aboutBox02 section dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.aboutBox02 section dl dd a{
	position:absolute;
	left:0;
	top:0;
	height:100% !important;
	width:100% !important;
}
.aboutBox01{
	background:url(../../img/about/about_foot.png) no-repeat center bottom ,url(../../img/about/about_bg01.jpg) no-repeat center;
	background-size:contain,cover;
	padding:0 0 8%;
	margin-bottom:10%;
}
.aboutBox01 .aboutImg01{
	width:90%;
	padding:5%;
	margin-bottom:5%;
}
.aboutBox01 .about_message{
	width:94%;
	margin:0 auto;
	box-sizing:border-box;
	padding:10% 3% 5%;
	position:relative;
	background:#fff;
	line-height:2em;
}
.aboutBox01 .about_message:before{
	background:url(../../img/about/about_m.png) no-repeat center;
	background-size:contain;
	width:50%;
	height:200px;
	position:absolute;
	left:0;
	bottom:0;
	content:"";
}
.aboutBox01 .about_message h3{
	text-align:center;
	margin-bottom:5%;
	width:43%;
	margin:0 auto 10%;
}
.aboutBox01 .about_message .aboutImg02{
	display:none;
}
.aboutBox01 .about_message .aboutTxt02{
	margin-bottom:28%;
}
.aboutBox01 .about_message .aboutSign{
	width:42%;
	float:right;
}
.aboutBox01 a.button01{
	margin:15% auto 10%;
	background:#fff;
	width:60%;
}
.policyBox01 h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10%;
	text-align:center;
}
.policyBox01 h3 span{
	font-family: 'Lora', serif;
	font-size:16px;
	font-style:italic;
	display:block;
}
.policyBox01 h4{
	font-size:16px;
	font-weight:bold;
	line-height:2em;
	margin-bottom:10%;
	padding:0 3%;
}
.policy_button{
	width:94%;
	margin:0 auto;
}
.policy_button li{
	border-bottom:1px solid #000;
	padding:5% 3%;
	position:relative;
	transition:0.3s;
}
.policy_button:first-of-type li:first-of-type{
	border-top:1px solid #000;
}
.policy_button li dl dt:first-of-type{
	font-size:15px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:75px;
	color:#fff;
	background:#C95C5C;
	text-align:center;
	transition:0.3s;
}
.policy_button li dl dt:last-of-type{
	font-size:15px;
	display:none;
	vertical-align:middle;
	margin-right:10px;
	width:75px;
	color:#C95C5C;
	background:#fff;
	text-align:center;
	transition:0.3s;
}
.policy_button li dl dd{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
	width:100%;
}
.policy_button li a{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
.policy_button li:before{
	position:absolute;
	line-height:0;
	top:50%;
	left:95%;
	font-family:FontAwesome;
	content:"\f0da";
	font-size:18px;
}
.policy_button:first-of-type li:nth-of-type(2) dl dd span{
	color:#E0981F;
}
.policy_button:first-of-type li:nth-of-type(2) dl dt:first-of-type{
	background:#E0981F;
}
.policy_button:first-of-type li:nth-of-type(2) dl dt:last-of-type{
	color:#E0981F;
}
.policy_button:first-of-type li:nth-of-type(3) dl dd span{
	color:#97C923;
}
.policy_button:first-of-type li:nth-of-type(3) dl dt:first-of-type{
	background:#97C923;
}
.policy_button:first-of-type li:nth-of-type(3) dl dt:last-of-type{
	color:#97C923;
}
.policy_button:first-of-type li:nth-of-type(4) dl dd span{
	color:#3AB656;
}
.policy_button:first-of-type li:nth-of-type(4) dl dt:first-of-type{
	background:#3AB656;
}
.policy_button:first-of-type li:nth-of-type(4) dl dt:last-of-type{
	color:#3AB656;
}
.policy_button:nth-of-type(2) li:first-of-type dl dd span{
	color:#34BAA9;
}
.policy_button:nth-of-type(2) li:first-of-type dl dt:first-of-type{
	background:#34BAA9;
}
.policy_button:nth-of-type(2) li:first-of-type dl dt:last-of-type{
	color:#34BAA9;
}
.policy_button:nth-of-type(2) li:nth-of-type(2) dl dd span{
	color:#4F79BF;
}
.policy_button:nth-of-type(2) li:nth-of-type(2) dl dt:first-of-type{
	background:#4F79BF;
}
.policy_button:nth-of-type(2) li:nth-of-type(2) dl dt:last-of-type{
	color:#4F79BF;
}
.policy_button:nth-of-type(2) li:nth-of-type(3) dl dd span{
	color:#7172AC;
}
.policy_button:nth-of-type(2) li:nth-of-type(3) dl dt:first-of-type{
	background:#7172AC;
}
.policy_button:nth-of-type(2) li:nth-of-type(3) dl dt:last-of-type{
	color:#7172AC;
}
.policy_detail nav ul{
	width:94%;
	margin:10% auto;
	letter-spacing:-.4em;
}
.policy_detail nav ul li{
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	width:30%;
	margin:1.5%;
}
.policy_detail nav ul li a{
	display:block;
	line-height:0;
	color:#fff;
	background:#ccc;
	padding:20px 10px;
	font-size:15px;
	text-decoration:none;
	letter-spacing:0.1em;
}
.policy_detail.act01 nav ul li:first-of-type a{
	background:#C95C5C;
}
.policy_detail.act02 nav ul li:nth-of-type(2) a{
	background:#E0981F;
}
.policy_detail.act03 nav ul li:nth-of-type(3) a{
	background:#97C923;
}
.policy_detail.act04 nav ul li:nth-of-type(4) a{
	background:#3AB656;
}
.policy_detail.act05 nav ul li:nth-of-type(5) a{
	background:#34BAA9;
}
.policy_detail.act06 nav ul li:nth-of-type(6) a{
	background:#4F79BF;
}
.policy_detail.act07 nav ul li:last-of-type a{
	background:#7172AC;
}
.policy_detail section.policy_detail_contents{
	margin-bottom:10%;
	text-align:center;
}
.policy_detail section.policy_detail_contents img{
	margin:0 auto 5%;
	width:95%;
}
.policy_detail section.policy_detail_contents div{
	text-align:left;
	box-sizing:border-box;
	width:94%;
	margin:0 auto 5%;
	padding:60px 3% 20px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	position:relative;
	background:#F4DEDE;
}
.policy_detail section.policy_detail_contents div > span{
	display:block;
	position:absolute;
	top:20px;
	right:3%;
	padding:2px 10px;
	background:#E3ACAC;
	color:#fff;
	font-size:15px;
}
.policy_detail section.policy_detail_contents div h3{
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;
}
.policy_detail section.policy_detail_contents div p{
	line-height:2em;
	font-size:14px;
	margin-bottom:20px;
}
.policy_detail section.policy_detail_contents div p span{
	font-size:18px;
	font-weight:bold;
}
.policy_detail section.policy_detail_contents div dl{
	margin-bottom:10px;
	letter-spacing:-.4em;
}
.policy_detail section.policy_detail_contents div dl dt{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:18px;
	height:18px;
	text-align:center;
	margin:2px 2% 0 0;
	color:#fff;
	background:#ccc;
}
.policy_detail section.policy_detail_contents div dl dd{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:90%;
}
.policy_detail.act02 section.policy_detail_contents div{
	background:#F3DAAF;
}
.policy_detail.act02 section.policy_detail_contents div > span{
	background:#ECC077;
}
.policy_detail.act02 section.policy_detail_contents div dl dt{
	background:#E0981F;
}
.policy_detail.act03 section.policy_detail_contents div{
	background:#EDF6DA;
}
.policy_detail.act03 section.policy_detail_contents div > span{
	background:#CCE593;
}
.policy_detail.act03 section.policy_detail_contents div dl dt{
	background:#97C923;
}
.policy_detail.act04 section.policy_detail_contents div{
	background:#D9F2DE;
}
.policy_detail.act04 section.policy_detail_contents div > span{
	background:#9BDBA9;
}
.policy_detail.act04 section.policy_detail_contents div dl dt{
	background:#3AB656;
}
.policy_detail.act05 section.policy_detail_contents div{
	background:#DEF5F3;
}
.policy_detail.act05 section.policy_detail_contents div > span{
	background:#9CDED6;
}
.policy_detail.act05 section.policy_detail_contents div dl dt{
	background:#34BAA9;
}
.policy_detail.act06 section.policy_detail_contents div{
	background:#E1E8F4;
}
.policy_detail.act06 section.policy_detail_contents div > span{
	background:#A8BDDF;
}
.policy_detail.act06 section.policy_detail_contents div dl dt{
	background:#4F79BF
}
.policy_detail.act07 section.policy_detail_contents div{
	background:#D2D2E6;
}
.policy_detail.act07 section.policy_detail_contents div > span{
	background:#ACADCF;
}
.policy_detail.act07 section.policy_detail_contents div dl dt{
	background:#7172AC;
}
.newsBox05{
	margin-bottom:20px;
	letter-spacing:normal;
}
.newsBox05 dl{
	box-sizing:border-box;
	padding:20px;
	border-bottom:1px solid #E9E9E9;
	position:relative;
}
.newsBox05 dl dt{
	color:#333;
	font-weight:100;
	display:block;
	margin-bottom:5px;
}
.newsBox05 dl dt img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	padding:2px 5px;
	margin-right:5px;
	background:#F3F3F3;
}
.privacyBox01{
	margin-bottom:15%;
}
.privacyBox01 ol > li{
	margin-bottom:5%;
}
.privacyBox01 ol li div,
.privacyBox01 ol li dl{
	width:94%;
	margin:0 auto 3%;
}
.privacyBox01 .innertable01{
	padding:3%;
	background:#FAFAFA;
	margin:0 auto 3%;
	width:100%;
}
.privacyBox01 .innertable01 table{
	width:94%;
	margin:0 auto 3%;
}
.privacyBox01 .innertable01 table th{
	font-weight:bold;
	width:50%;
}
.privacyBox01 .innertable01 table td{
	width:50%;
}
.no_page{
	margin:15% auto;
	text-align:center;
	padding:0 3%;
}
.no_page h3{
	font-size:26px;
	font-weight:bold;
	margin-bottom:5%;
}
.no_page p{
	margin-bottom:5%;
}
.no_page a{
	margin:0 auto;
}
.search_menu{
	margin:0 8% 5% 0;
	float:right;
	width:50%;
}
.search_menu a{
	margin:0;
	width:100%;
}
.search_menu + .searchBox01{
	display:none;
	clear:both;
}
.search_menu + .searchBox01.active{
	display:block;
}
.pull_down{
	display:none;
}



.dona_box01{
	padding:0 5%;
}
.dona_box01 ul{
	margin-bottom:5%;
}
.dona_box02 {
	text-align:center;
	margin-bottom:5%;
	padding:0 5%;
}
.dona_box02 p{
	font-size:20px;
	font-weight:bold;
	margin:8% 0 5%;
}
.dona_box02 span{
	display:block;
	margin-bottom:5%;
	font-size:15px;
}
.form_id > p{
	padding:0 5%;
}
.form_id table{
	width:100%;
}
.form_id table tr{
}
.form_id table th{
	float:left;
	box-sizing:border-box;
	width:100%;
	padding:3% 5%;
	background:#E8E8E8;
}
.form_id table td{
	float:left;
	box-sizing:border-box;
	width:100%;
	padding:3% 5%;
	line-height:3.5em;
}
.form_id table td p{
	line-height:1.5em;
}
.form_id table td div{
	line-height:1.5em;
	padding:5%;
	background:#FAFAFA;
}
.form_id table td input,
.form_id table td select{
	display:inline-block;
	vertical-align:middle;
	border:2px solid #E9E9E9;
	padding:8px;
	margin:0;
}
.form_id table td label{
	white-space:nowrap;
}
.form_id table td p > label > span{
	white-space:normal;
}
.form_id table td input[type=checkbox]{
	padding-top:5%;
}
.form_id button{
	background:#fff;
	padding:3% 5%;
	margin:0 auto;
	cursor:pointer;
}
#keyword{
	display:none;
}
.paperbox01{
	text-align:center;
	padding:10% 5%;
	background:#F5FAF7;
	margin-bottom:5%;
}
.paperbox01 dl{
	width:100%;
	text-align:left;
	margin-bottom:5%;
}
.paperbox01 dl dt{
	margin-bottom:3%;
}
.paperbox01 dl dt img{
	width:100%;
}
.paperbox01 dl dd{
	font-size:16px;
	font-weight:bold;
	color:#1DAC3F;
}
.paperbox01 > img{
	width:100%;
}
.night_title {
	background: #062E88;
	text-align: center;
	margin-bottom: 5%;
	position: relative;
}
.night_title img {
	width: 70%;
}
.night_title span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.night_title span:before,
.night_title span:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background: #4E6AA9;
}
.night_title span:first-of-type:before,
.night_title span:first-of-type:after {
	left: 10px;
}
.night_title span:first-of-type:before {
	top: 10px;
}
.night_title span:first-of-type:after {
	bottom: 10px;
}
.night_title span:last-of-type:before,
.night_title span:last-of-type:after {
	right: 10px;
}
.night_title span:last-of-type:before {
	top: 10px;
}
.night_title span:last-of-type:after {
	bottom: 10px;
}
.night_box01 {
	margin-bottom: 5%;
	padding: 5%;
}
.night_box01 img {
	margin-bottom: 5%;
}
.n_cast_box {
	padding: 3%;
	border: 1px solid #DDDDDD;
	margin:0 auto 5%;
	width: 94%;
	box-sizing: border-box;
}
.n_cast_box img {
	width: 100px;
	margin: 0 5% 5% 0;
	float: left;
}
.n_cast_box dl {
	display: inline;
}
.n_cast_box dl dt {
	font-size: 15px;
}
.n_cast_box dl dt a {
	font-size: 18px;
	margin-right: 3%;
}
.n_cast_box dl dt span {
	font-size: 12px;
	border: 1px solid #000;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.n_cast_box dl dd {
	margin-top: 3%;
}
.night_box02 {
	padding: 5%;
	background: #FAFAFA;
	margin:0 auto 80px;
	width: 94%;
	box-sizing: border-box;
}
.n_detail_title {
	font-size: 18px;
	color: #1DAC41;
	font-weight: bold;
	margin-bottom: 3%;
}
.n_detali {
	width: 100%;
	margin-bottom: 3%;
}
.n_detali tbody tr {
	border-bottom: 10px solid transparent;
}
.n_detali tbody tr th {
	font-weight: bold;
	width: 25%;
}
.n_movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 5%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.n_movie iframe,
.n_movie object,
.n_movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.n_next {
	width: 100%;
	margin: auto;
}
.n_next tbody tr th,
.n_next tbody tr td  {
	text-align: center;
	padding: 15px 15px;
	font-weight: bold;
}
.n_next tbody tr th {
	background: #1DAC41;
	color: #fff;
}
#right .here a {
	background: #1DAC41;
}
li.block .gakuseikyokufb{
	display: none;
}


/*    18.05.30    */
.bill_list p {
	padding: 0 5%;
	margin-bottom: 5%;
}
.bill_list dl {
	background: #FAFAFA;
	padding: 5%;
	margin-bottom: 5%;
}
.bill_list dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3%;
}
.bill_list dl dt img {
	margin-right: 10px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.bill_list dl dd a.button01 {
	width: 100%;
	display: inline-block;
	margin: 0 0 1%;
}
.bill_list a img {
	margin-bottom: 10%;
}
.bill_list>a.button01,
.bill_list_detail>a.button01 {
	text-align: center;
	margin: auto;
	margin-bottom: 10%;
}
.bill_rnavi dt {
	padding: 0 !important;
	background: none !important;
}
.bill_rnavi dt a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	height: 100% !important;
	box-sizing: border-box;
	padding: 10px 0 10px 40px;
	background: url(../../img/icon_flag.png) no-repeat 8px center !important;
	background-size: 25px !important;
}
.bill_rnavi dt.here a {
	background-color: #F5F4F3 !important;
}
.news_sidelist p.here a {
	background: #1DAC42 url(../../img/arrow01.png) no-repeat 90% center !important;
	background-size: 8px !important;
	color: #fff;
}

/*    18.06.27    */
.bill_list_detail {
	padding: 0 5%;
}
.bill_list_detail h4 {
	margin-bottom: 3%;
}
.bill_list_detail h4 img {
	width: 100%;
}
.bill_list_detail dl {
	border: 2px solid #E9E9E9;
	margin-bottom: 2%;
	width: 100%;
	box-sizing: border-box;
	display: table;
}
.bill_list_detail dl:last-of-type {
	margin-bottom: 10%;
}
.bill_list_detail dl dt {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 5%;
	padding: 0 5px;
	background: #F5F4F3;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
}
.bill_list_detail dl dt span {
	font-size: 17px;
}
.bill_list_detail dl dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 95%;
	padding: 5%;
	line-height: 1.8;
}
.bill_list_detail dl dd b {
	font-size: 18px;
}
.bill_list_detail dl dd span {
	font-size: 13px;
	color: #666;
}
.bill_list_detail dl dd a {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
	width: 100%;
	background: #F5F4F3;
	text-align: center;
	color: #333;
	text-decoration: none;
	height: auto !important;
	margin: 1% 0 2%;
	position: relative;
	transition: 0.3s;
}
.bill_list_detail dl dd a:before {
	content: "\f1c1";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 8%;
	line-height: 0;
	color: #1DAC42;
	font-size: 18px;
	transition: 0.3s;
}
.bill_list_detail dl dd a:hover {
	background: #1DAC42;
	color: #fff;
}
.bill_list_detail dl dd a:hover:before {
	color: #fff;
}


/* 20190123党大会 */
.party_box01{
	text-align:center;
}
.party_box01 article{
	padding:5% 5% 0;
}
.party_box01 article dl{
	text-align:left;
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:5%;
}
.party_box01 article dl dt{
	letter-spacing: normal;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #EFEEE9;
    padding: 2% 0 2% 5%;
    border-bottom: none;
    margin-bottom: 5%;
}
.party_box01 article dl dd{
	padding:0 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.party_box01 article dl dd div{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
	margin-bottom:2%;
}
.party_box01 article dl dd div iframe,
.party_box01 article dl dd div object,
.party_box01 article dl dd div embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.party_box01 article dl dd p,
.party_box01 article dl dd ul{
	margin-top:3%;
	margin-bottom:0;
}
.party_box01 article dl dd p img{
	width:100%;
	margin-bottom:2%;
}
.mention{
	text-align: center;
	border-bottom: solid 2px #00a755;
	margin: 5% 5% 0 6%;
	font-size: 1.4em;
}

/*190213統一*/
/*
.toitsu {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 2% 4%;
    font-size: 16px;
    width: 100%;
}
.toitsu p {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 3% 1% 0;
    font-size: 16px;
}

.toitsu p a {
    display: block;
    padding: 6px 40px;
    border: 1px solid #1dac42;
    background: #1dac42;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: auto!important;
    font-weight: bold;
}
.kounin01 {
    background: none;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5%;
    padding: 0% 6%;
    color: #333;
}
*/

/*190306追加*/
/*動画アイコン設置*/
#bill .bill_ico_01 a {
  font-size: 14px;
  vertical-align: middle;
  padding: 2px 1em 1px 2em;
  margin: 4px 10px 10px 10px;
  width: inherit;
  background: #1dac42;
  text-align: center;
  color: #fff;
  text-decoration: none;
  height: auto !important;
  position: relative;
}

#bill .bill_ico_01 a:hover {
  /*  opacity: 0.6;*/
  background: #F5F4F3;
  color: #1dac42;
}

#bill .bill_ico_01 a::before {
  font-family: FontAwesome;
  content: "\f04b";
  color: #fff;
  font-size: smaller;
  padding-left: 0.5em;
  font-size: 11px;
}

#bill .bill_ico_01 a:hover::before {
  color: #1dac42;
}




/* 20190312追加 */
.box5 {
    padding: 0.5em 1em;
    margin: 2em auto;
    border: double 5px #ababab;
	text-align: center;
	width: 85%;
}
.box5 p {
    margin: auto; 
    padding: 5px;
}
.textbox000{
	color: #1DAC42;
	font-size:1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
.textbox001b{
	width: 90%;
	margin: 0 auto 50px;
}
.fcclbnr{
	margin:0 auto;
	width:90%;
}
.contentxbox002{
	width: 100%;
	margin-bottom: 50px;
}
.textbox002 {
	width: 90%;
	margin: auto;
}
.fcclimg001{
	width:40%;
	margin:10px auto 50px;
}
.contentxbox003{
	width: 100%;
	margin-bottom: 50px;
}
.box1 {
	width:90%;
    margin: 2em auto;
    border: solid 1px #000000;
	position:relative;
}
.box1 p {
    margin: 0 auto; 
    padding: 5px;
}
.textbox003{
	width: 90%;
	margin: auto;
}
.fcclimg003{
	width:40%;
}

.box1 ::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    display: block;
    margin: -5px auto;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #282828;
    border-right: 12px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 12px solid transparent;
    z-index: 3;
	celar:both;
}
.fcclimg004{
	width:40%;
}
.box1b {
    width:90%;
    margin: 2em auto;
    border: solid 1px #000000;
	position:relative;
}
.box1b p {
    padding: 5px;
}
.fcclimg005{
	width:40%;
	margin: auto;
}
.box3 {
	width: 90%;
    padding: 0.5em 1em;
    margin: 2em auto 50px;
    color: #2c2c2f;
    background: #FAFAFA;
}
.box3 p {
    margin: 0; 
    padding: 5px;
}

/*190306追加*/
/*提出法案一覧ページ：動画一覧追加*/
.bill_mov_01 {
  background: #FAFAFA;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.bill_mov_01 h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 30px;
}
.bill_mov_01 h4 img {
  margin-right: 10px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}
.bill_mov_01 div {
  padding-top: 0;
}
.bill_mov_01 dl {
  width: ;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bill_mov_01 dt {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.bill_mov_01 iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.bill_mov_01 a.button01 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 5px;
  width: 258px;
}


/*190327*/
/*統一公認ページ*/
.toitsu_txt01 {
  padding-left: 5%;
  padding-right: 5%;
  
}
.toitsu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 5%;
  padding-right: 5%;
}
.toitsu p {
  text-align: center;
  width: 49.5%;
  font-size: 16px;
  margin-top: 1vw;
}
.toitsu p a {
  display: block;
  padding: 1.5vw 0;
  border: 1px solid #1dac42;
  background: #1dac42;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: auto!important;
  font-weight: bold;
}
.kounin01 {
  background: none;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 5%;
  padding: 0% 6%;
  color: #333;
}