@charset "Shift_JIS";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap);

/*----------------■初期設定----------------*/
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:400;
	font-style: normal;
}
ul,ol  {
	list-style: none;
}
table  {
	border-collapse: collapse;
}
th,td  {
	text-align: left;
	vertical-align: top;
}
img {
	border: none;
	vertical-align: top;
}

 /* リンク色の初期値 */
a:link { text-decoration:none;color:#000; }
a:visited { text-decoration:none;color:#000; }
a:hover { text-decoration:non;color:#f00; }
a:active { text-decoration:none;color:#ccf; }

a[name]:hover { text-decoration:none;color:#000; }

/*----------------■よく使うもの----------------*/
 
.fltl  {
	float: left;
}
.fltr  {
	float: right;
}
.clear  {
	clear: both;
}
.clearfix:after {
	content:".";
	display:  block;
	clear:  both;
	height:  0;
	visibility:  hidden;
	overflow: hidden;/* 隙間対応 */
	font-size: 0.1em;/* 隙間対応 */
	line-height: 0;/* 隙間対応 */
}
.clearfix  {
	zoom:  1;
}

/*----------------■全体構造----------------*/

body {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
img{
	max-width: 100%;
	height: auto;
}
iframe{
	max-width: 100%;
}

ul.list{
	list-style: disc;
	margin-top:10px;
}
ul.list li{
	margin-left: 20px;
	padding-bottom: 10px;
}
ol.list {
	list-style: decimal;
	margin-left: 20px;
	margin-top: 10px;
}
ol.list li{
	padding-bottom: 10px;
}
.margin10 {
	margin: 10px 0;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.margin_top20 {
	margin-top: 20px;
}
.margin_top30 {
	margin-top: 30px;
}
.margin_top50 {
	margin-top: 50px;
}

a:hover img { /* 画像オンマウス処理 */
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}

.top_news_nv,.movie_nv{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

/*----------------■ヘッダー・フッター---------------*/
.head{text-align:left;margin:20px 20px 0;position:relative;}
.head_logo{float:left;margin-bottom:20px;}
.head_nv_pc{float:right;margin-bottom:20px;}
.head_search{float:right;border:2px solid #2AA51C;border-radius:50px;padding:5px 15px;position:relative;}
.head_search input{border:none;line-height:1.8;}
.head_search button{border:none;background:url(../image/head_search.png) no-repeat center bottom;width:20px;height:20px;cursor: pointer;position:absolute;right:7px;top:7px;}
.head_menu{width:100%;clear:both;background:#fff;border-top:1px solid #ccc;display:none;}
.head_nv_btn{position:absolute;right:0;}
.head_nv_btn{color:#2AA51C;cursor: pointer;}
.head_nv_btn.panel-down #head_nv_btn_open{display:none;}
.head_nv_btn.panel-up #head_nv_btn_close{display:none;}
.menu_box *{font-weight:500;}
.menu_box li{font-size:15px;}
.menu_box li li{font-size:13px;list-style:disc;margin-left:20px;}
.menu_box li a{display:block;}

.page_ti{color:#fff;}

.foot_bn_block{background:#EDFAF0;padding:60px 0;}
.foot_bn li{margin:0 10px;}
.foot_bn img{width:100%;}

.foot_menu{text-align:left;padding:60px 20px;}
.foot{background:#2AA51C;padding:60px 0;color:#fff;}
.foot_adress{margin:20px 0;}
.foot_up{position:fixed;bottom:20px;right:20px;}
.foot_up{opacity:0;}
.foot_up.isActive{opacity: 1;transition: all 1s;}

/*----------------■メインコンテンツ---------------*/
.wrap1100{margin-left:auto;margin-right:auto;max-width:1100px;padding-left:5%;padding-right:5%;text-align:left;}
.main_contents{padding-bottom:80px;font-size:16px;}

.bread{padding:20px 0 0;margin-bottom:60px;}
.bread li{float:left;margin-right:5px;}
.bread *{font-size:14px;}

.mi1,.mi2,.mi3,.news_main_mi{font-weight:500;}
.mi4,.mi5,.box_mi,.news_sub_mi{font-weight:700;}

.mi1,.news_main_mi{padding:.2em 0 .2em .8em;border-left:2px solid #2aa51c;margin:80px 0 40px;}
.news_main_mi{margin-top:0;}
.mi2{padding:.88em 0;margin: 2.5em 0 1em;border-top:2px solid #2aa51c;border-bottom:1px solid #ccc;}
.mi3{background:#2aa51c;color:#fff;padding:.4em 1em;border-radius:6px;margin: 2em 0 1em;}
.mi3.open_detail{cursor:pointer;}
.mi3.open_detail i{float:right;margin-top:0.2em;}
.mi3.open_detail.panel-down #mirai_btn_open{display:none;}
.mi3.open_detail.panel-up #mirai_btn_close{display:none;}
.mi4{padding:.4em 0 .4em 1.4em;position:relative;margin:1em 0 .5em;}
.mi4::after {
position:absolute;
content:"";
left:0;
top: .72em;
border-radius:100px;
width: .48em;
height: .48em;
border:5px solid #2aa51c;
}
.mi5{margin:1em 0;color:#2aa51c;border-bottom:1px solid #2aa51c;padding: 0 0 .8em;}
.text1{text-indent:1em;margin:25px 0 0 0;}
.date{font-size:80%;}

.box{border:1px solid #666;padding: 20px;margin: 0 0 50px;font-size:16px;margin-top:50px;}
.box_mi{background:#f6f6f6;color:#006;padding: .4em 1em;border-radius:6px;margin:0 0 1em;}

.listCaret{margin: 0 0 3em .4em;}
.listCaret li{position: relative;padding: 0 0 .6em 1.4em;}
.listCaret li::after,.listCaret li::before{display: block;content: '';position: absolute;}
.listCaret li::before {
content:"";
position: absolute;
left: 0;
top:.54em;
width: .5em;
height: .5em;
border-top: 2px solid #666;
border-right: 2px solid #666;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.listNote {margin: 0 0 3em;}
.listNote li{padding: 0 0 .6em 1.2em;text-indent: -1.18em;line-height: 1.6em;text-align: left;}


.tb{
border-collapse:collapse;
margin: 1em 0;
width:100%;
}
.tb th, .tb td {
padding: .8em 1em;
border:1px solid #CCC;
text-align: center;
}
.tb th {
color:#FFF;
background:#2aa51c;
font-weight:700;
}
.tb th.thClr {
background:#ECFBF0;
color:#333;
font-weight:700;
}


/*----------------■トップページ---------------*/
.main_vis_ph a,.main_vis_ph span{position:relative;background-color:#000;display:block;background-repeat:no-repeat;background-position:center;padding-top:50%;background-size:100% auto;}
.main_vis_ph a:hover{-moz-opacity:0.7;opacity:0.7;filter:alpha(opacity=70);}
.main_vis_ph_mi{text-shadow:1px 1px 10px #000;font-weight:bold;color:#fff;position:absolute;z-index:9999;right:5%;bottom:5%;}
.main_vis_ph_mi_big{width:100%;bottom:10%;left:50%;transform:translateX(-50%);-webkit- transform:translateX(-50%);text-align:center;}

.main_vis_ph_text{margin-top:20px;}
.top_block01 *,.top_block02 *,.top_block03 *,.top_block05 *{font-weight:500;}
.top_block01{background:#F4F4F4;padding:50px 0;}
.top_block02{background:#fff url(../image/top/bg.jpg) no-repeat center;position:relative;overflow:hidden;}
.top_block02::after,.top_block02::before{content: "";height:50%;position: absolute;z-index:0;width:100%;transform: skewY(-5deg);}
.top_block02::after{
background:#F4F4F4;
left:0;
top:-50%;
transform-origin:right bottom;
}
.top_block02::before{
background:#fff;
bottom:-50%;
right:0;
transform-origin:left bottom;
}
.top_news_ul li{margin-top:40px;text-align:left;}
.top_news_ul div{border:1px solid #ccc;background-color:#fff;display:block;background-repeat:no-repeat;background-position:center;padding-top:65%;background-size:contain;margin-bottom:10px;}
.top_news_ul li h3{font-size:16px;}
.top_news_btn{margin-top:50px;}
.top_profile_mi{padding-bottom:30px;}
.top_profile_ul li{background:#fff;margin-top:40px;}
.top_profile_ul li a{display:block;position:relative;border:1px solid #2AA51C;padding:10px 0 0 125px;height:95px;}
.top_profile_ul li img{position:absolute;left:0;bottom:0;width:120px;}
.top_profile_ul li h3{font-size:15px;}
.top_profile_ul li h4{font-size:30px;}
.top_block03{padding-top:80px;padding-bottom:80px;}
.top_mirai_bn01{background:linear-gradient(45deg, #fff, #eee);}
.top_mirai_bn01 a{display:block;border:1px solid #ccc;color:#000;}
.top_mirai_bn01 span{color:#2AA51C;}
.top_block04{background:#EDFAF0;padding:80px 0;}
.top_news_nv li,.movie_nv li{cursor:pointer;color:#fff;background:#2AA51C;padding:20px 0;width:33.3%;text-align:center;font-weight:500;}
.movie_nv li{width:25%;}
.top_news_nv li:hover,.movie_nv li:hover{background:#9c9;}
.top_news_nv li.select,.movie_nv li.select{background:#fff;color:#2AA51C;}
.top_news_main{padding:30px;background:#fff;}
#top_news_main02,#top_news_main03,#top_news_main04{display:none;}
.top_news_main dt{margin-top:20px;font-weight:500;}
.top_news_main a{font-weight:500;}
.top_news_detail{width:180px;border:1px solid #2AA51C;text-align:center;margin:30px auto 0;}
.top_news_detail a{display:block;padding:5px 20px;}
.top_news_detail i{float:right;color:#2AA51C;line-height:1.6;}
.top_seinen_bn{margin-top:30px;text-align:center;}
.top_block05{padding:80px 0;}
.top_blog_mi{font-size:20px;margin-bottom:50px;}
.top_blog_mi i{font-size:30px;vertical-align:middle;}
.top_blog_ul{overflow:hidden;height:153px;margin-bottom:50px;}
.top_blog_ul iframe{width:100%;height:150px;}

/*----------------■トップページ選挙情報---------------*/
.top_block_elect{margin:0 auto;max-width:1100px;padding-left:5%;padding-right:5%;}
.open_detail_dl{margin-bottom:30px;}
.open_detail_dl dt.open_detail{margin-top:30px;cursor: pointer;padding:0 0 40px 0;text-align:center;}
.open_detail_dl dt.panel-down{background:url(../image/top/election_btn_close.png) no-repeat center bottom;}
.open_detail_dl dt.panel-up{background:url(../image/top/election_btn_open.png) no-repeat center bottom;}

.open_detail_dl dt{padding:20px 0 10px 0;text-align:center;border-bottom:1px solid #004EA2;margin-bottom:10px;}
.open_detail_dl dt span{font-weight:bold;font-size:20px;color:#004EA2;display:block;}

.open_detail_dl dd.detail{text-align:left;}
.open_detail_dl dd.detail h4{background:#004EA2;color:#fff;padding:10px;margin-top:4px;}
.election_profile{padding:4px 0;border-bottom:1px solid #ccc;}
.election_profile a{text-decoration:none;}

.election_profile h5 span{font-size:16px;font-weight:bold;}
.election_profile h6{font-weight:bold;}
.election_ph{float:left;height:100px;margin-right:10px;}

.election_sns{margin:10px 0 0 0;}
.election_sns li{float:left;}

.election_ti1{color:#004EA2;font-weight:bold;text-align:center;font-size:25px;margin:30px 0 10px 0;}
.election_ti1 rb{font-weight:bold;}
.election_ti1 rt{font-size:10px;}
.election_ti2{background:#004EA2;color:#fff;font-weight:bold;padding:10px 0;text-align:center;font-size:25px;}

.election_bara{padding:0 0 10px 0;width:70px;float:right;}
.election_thanks{text-align: center; font-weight: bold; font-size: 20px; color: #f00; margin: 30px 0 0 0;}

/*----------------■活動紹介---------------*/
.news_main p{margin:25px 0;}
.news_main img{margin:20px 0;display:block;}
.news_index_title{border-bottom:1px solid #ccc;}
.news_index_nv li{float:left;margin:0 10px 10px 0;background:#2aa51c;border-radius:10px;text-align:center;width:85px;}
.news_index_nv li a{display:block;padding:10px 0;color:#fff;}
.news_index_nv li a:hover{background:rgba(255,255,255,0.5);color:#fff;}
.news_index_title a{color:#039;}
.news_index_title a:hover{color:#f00;}
.news_sub_mi{font-size:20px;border-bottom:1px solid #ccc;padding-bottom:10px;}
.news_sub li{margin-top:20px;}

/*----------------■サイト内検索---------------*/
.search_list li{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ccc;}
.search_list_each_ti{font-size:18px;font-weight:500;margin-bottom:10px;}
.search_list h2{color:#039;}
.search_list a:hover h2{color:#f00;}

/*----------------■議員情報---------------*/
.profile-list{border-top:1px solid #ccc;}
.profile-list span{font-weight:bold;font-size:20px;}
.profile-list li.clearfix{border-bottom:1px solid #ccc;padding:10px 0;}
.profile-list li.clearfix a{text-decoration:none;}
.profile-list i{color:#2AA51C;margin-right:10px;}

.profile-name{font-weight:bold;margin:50px 0 20px;font-size:18px;}
.profile-name span{font-weight: bold;font-size:30px;}

.profile-details img{border:1px solid #ccc;max-width:160px;}
.profile-details dl{border-top: 5px solid #ddd;}
.profile-details dt{font-weight:bold;border-top:1px solid #ccc;padding: 10px 0 0 0;margin:10px 0 0 0;}
.profile-details dt.first{border:none;}

.profile-sns{border: 1px solid #ddd;margin-top:20px;padding:10px;}
.profile-sns li{float:left;}
.bottom-page-back{margin-top:20px;}
.bottom-page-back i{color:#2AA51C;margin-right:5px;font-size:13px;}
.profile-sns{border:1px solid #ddd;margin-top:15px;padding:0 10px 10px;}
.profile-sns li{float:left;margin-top:10px;}
.bottom-page-back{margin-top:20px;}

/*----------------■ムービーアーカイブ---------------*/
.movie_nv{padding:2px;background:#2AA51C;}
.movie_ul li a{display:block;cursor:pointer;}

/*----------------■中大画面---------------*/
@media print, screen and (min-width: 768px) {

.dis_sp{display:none;}

.menu_box,.top_news_ul,.top_profile_ul,.movie_ul,.open_detail_dl ul,.news_index_dl{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

/*----------------■中大画面ヘッダー・フッター---------------*/
.head_search{margin-right:50px;}
.head_nv_btn{top:0;}
.head_nv_btn i{font-size:40px;}
.head_search input{width:150px;}

.head_nv_pc_each{float:left;font-size:16px;margin-right:10px;position:relative;}
p.head_nv_pc_each_btn,a.head_nv_pc_each_btn{font-weight:bold;cursor:pointer;position:relative;display:block;background:#2AA51C;color:#fff;padding:10px;border-radius:10px;}
.head_nv_pc_each p:before,.head_nv_pc_each a:before{
content: "";
position:absolute;
left:5%;
bottom:-9px;
width:90%;
height:3px;
background:#2AA51C;
transform: scale(0, 1);
transform-origin: left;
transition: 0.4s;
}
.head_nv_pc_each:hover p:before,.head_nv_pc_each:hover a:before{transform: scale(1);}
.head_nv_pc_each ul{padding-top:15px;backgroun:#fff;display:block;max-height:0;transition:max-height 1s ease;overflow:hidden;position:absolute;z-index:100;width:200px;}
.head_nv_pc_each:hover ul{max-height:100vh;}
.head_nv_pc_each ul a{display:block;background:#fff;color:#2AA51C;padding:10px;border:1px solid #6b6;border-bottom:none;font-weight:bold;}
.head_nv_pc_each ul .head_nv_last a{border-bottom:1px solid #6b6;border-radius:0 0 10px 10px;}
.head_nv_pc_each ul .head_nv_first a{border-radius:10px 10px 0 0;}
.head_nv_pc_each ul  a:hover{background:#6b6;color:#fff;}

.head_menu{border-bottom:1px solid #ccc;padding-bottom:20px;}
.menu_ul{margin-top:20px;}

.page_ti{background:#2aa51c url(../image/miyagi.png) no-repeat 20% center / auto 180px;padding:70px 0;font-size:40px;}

/*----------------■中大画面メインコンテンツ---------------*/
.mi1{font-size:36px;}
.mi2,.news_main_mi{font-size:28px;}
.mi3,.box_mi{font-size:22px;}
.mi4{font-size:20px;}
.mi5{font-size:20px;}

.news_main{float:left;}
.news_sub{float:right;}
.news_index_date{clear:both;width:25%;padding:10px 0;border-bottom:1px solid #ccc;}
.news_index_title{width:75%;padding:10px 0;}

.profile-list p{width:45%;float:left;padding-right:5%;}
.profile-list ul{width:50%;float:right;}

.profile-list p.profile-list01{width:15%;float:left;padding-right:5%;}
.profile-list dl{width:80%;float:right;}
.profile-list dt{width:55%;float:left;clear:both;padding-right:5%;}
.profile-list dd{width:40%;float:left;}

.profile-details img{float:left;}
.profile-details div{float:right;}
.profile-details-left{float:left;width:46%;}
.profile-details-right{float:right;width:46%;;}
.bottom-page-back{text-align:right;}
.map_scroll_comment{display:none;}

.movie_ul li{width:33.3%;margin-top:30px;}
.movie_ul li a{padding:10px;}
.movie_ul li img{width:100%;}
.movie_ul li .movie_name{margin-top:10px;}

/*----------------■中大画面トップページ---------------*/
.top_news_mi{font-size:50px;}
.top_news_mi span{font-size:30px;}
.top_profile_mi{font-size:40px;}
.top_news_ul li{width:22%;margin-right:4%;}
.top_news_ul li.fourth{margin-right:0;}
.top_block02{padding:150px 0 0;}
.top_mirai_bn01 a{padding:40px;}
.top_news_nv li,.movie_nv li{font-size:20px;}
.top_news_main dt{float:left;width:120px;clear:both;}
.top_news_main dd{float:left;margin-top:20px;width:80%;}
.top_blog_mi{float:left;width:25%;}
.top_blog_ul{float:right;width:70%;}
#facebook1,#facebook2,#twitter1{width:32%;float:left;}
#facebook2{margin:0 2%;}

.election_thanks br{display:none;}

}


/*----------------■大画面---------------*/
@media screen and (min-width: 1100px) {

.menu_ul{width:12%;margin-left:2.5%;}
.menu_ul.menu_ul01{margin-left:0;}
.main_vis_ph_mi{font-size:30px;}
.main_vis_ph_mi_big{font-size:60px;}
.top_block02{background-size:2000px auto;}
.top_profile_ul li{width:32%;margin-right:2%;}
.top_profile_ul li.third{margin-right:0;}
.top_mirai_bn01 a{font-size:40px;background:url(../image/top/mirai.png) no-repeat right 50px top 10px;}

.news_main{width:70%;}
.news_sub{width:25%;}

.profile-details div{width:76%;}

.election_profile{width:33.3%;}

}

/*----------------■中小画面---------------*/
@media screen and (max-width: 1099px) {

.movie_ul .movie_name{font-size:14px;}

}

/*----------------■中画面---------------*/
@media screen and (min-width: 768px) and (max-width: 1099px) {

.head_nv_pc{clear:both;float:none;;}
.menu_ul{width:20%;margin-left:5%;}
.menu_ul.menu_ul01,.menu_ul.menu_ul05{margin-left:0;}
.main_vis_ph_mi{font-size:18px;}
.main_vis_ph_mi_big{font-size:35px;}
.top_block02{background-size:2800px auto;}
.top_profile_ul li{width:47.5%;margin-right:5%;}
.top_profile_ul li.even{margin-right:0;}
.top_mirai_bn01 a{font-size:27px;background:url(../image/top/mirai.png) no-repeat right 0 top 10px;}

.news_main{width:65%;}
.news_sub{width:30%;}

.profile-details div{width:70%;}

.election_profile{width:50%;}

}

/*----------------■小画面---------------*/
@media screen and (max-width: 767px) {

.dis_pc,.head_nv_pc,.foot_menu{display:none;}

.head_logo{width:130px;}
.head_search{margin-right:35px;}
.head_search input{width:100px;}
.head_nv_btn{top:5px;}
.head_nv_btn i{font-size:30px;}
.menu_box li a,.menu_box li p{padding-bottom:5px;padding-top:5px;border-bottom:1px solid #ccc;}

.page_ti{background:#2aa51c url(../image/miyagi.png) no-repeat 5% center / auto 110px;padding:40px 0;font-size:30px;}

/*----------------■小画面メインコンテンツ---------------*/
.mi1{font-size:30px;}
.mi2,.news_main_mi{font-size:24px;}
.mi3,.box_mi{font-size:18px;}
.mi4{font-size:18px;}
.mi5{font-size:16px;}

.tb *{font-size:14px;}
.news_sub{margin-top:50px;}
.news_index_date{padding-top:10px;}
.news_index_title{padding-bottom:10px;}
.profile-details dl{margin-top:20px;}

.movie_ul li{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ccc;}
.movie_ul li img{float:left;width:150px;}
.movie_ul .movie_name{margin-left:160px;}
.movie_nv{margin-bottom:30px;}

.profile-list dt{margin-top:10px;}
.map_scroll{overflow-x:scroll;}
.map_scroll img{max-width:none;}

/*----------------■小画面トップページ---------------*/
.main_vis_ph_mi{font-size:14px;}
.main_vis_ph_mi_big{font-size:20px;}
.top_profile_mi{font-size:20px;}
.top_news_mi{font-size:30px;}
.top_news_mi span{font-size:20px;}
.top_block02{background-size:2200px auto;}
.top_block02{padding:80px 0 0;}
.top_mirai_bn01 a{padding:20px 140px 50px 20px;font-size:22px;background:url(../image/top/mirai.png) no-repeat right 0 top 5px;}
#facebook1,#facebook2,#twitter1{width:100%;}
#facebook2{margin-top:30px;margin-bottom:30px;}

}