@charset "utf-8";
/* CSS Document */

html, main, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: none;
}

body {
	width: 100%;
	margin: 0;
	color: #333;
	font: 14px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	/*font-size:83%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	line-height: 1.4;
	text-align: left;
	background: #dbdbdb url(../images/bgBody.png) repeat-x;
}

/* body要素backgroundのレスポンシブ */

@media screen and (max-width: 900px) {
	body {
		background: none;
	}
}

h1, h2, h3, h4, h5, dl, dt, dd, p, address, em {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}

ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	outline: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	line-height: 0;
}

/* 後援会タイトル */

@media screen and (max-width: 900px) {
	.img_kouenkai {
		width: 100%;
		height: 100%;
	}
}

/* タイトルレスポンシブ */

/* PC */

/* .title_image {
	display: block !important;
}

.title_image-sp {
	display: none !important;
	text-align: center;
} */

/* SP */

/* @media only screen and (max-width: 630px) {
	.title_image {
		display: none !important;
	}
	.title_image-sp {
		display: block !important;
		width: 100%;
	}
} */

/* PC */

.title_enimage {
	display: block !important;
	margin: 0 auto;
}

.title_enimage-sp {
	display: none !important;
	text-align: center;
}

/* SP */

@media only screen and (max-width: 900px) {
	.title_enimage {
		display: none !important;
	}

	.title_enimage-sp {
		display: block !important;
		width: 100%;
	}
}

img.img_top {
	vertical-align: top;
}

/* top画像レスポンシブ */

@media screen and (max-width: 900px) {
	.img_top202102 {
		width: 100%;
		height: 100%;
	}
}

a:link {
	/*color: #716F64;*/
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	/*color: #F93;*/
}

a:hover {
	text-decoration: none;
	/*color: #F60;*/
}

a:active {
	text-decoration: none;
}

img.img_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

img.img_right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/*clearfix*/

.cl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cl {
	min-height: 1px;
}

* html .cl {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

/*clearfix*/

.clear {
	clear: both;
}

hr.end {
	visibility: hidden;
	clear: both;
}

hr {
	border: 1px #EFEFEF solid;
	clear: both;
}

#header, #wrapper, #contents, #contents_top, #contents_mdl, #contents_btm, #g_navi, #footer {
	clear: both;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* #header {
	height: 240px;
	background: url(../images/imgHeader.png) no-repeat bottom;
} */

/* ヘッダー画像のレスポンシブ */

/* pc */

.header_image {
	display: block !important;
}

.header_image-sp {
	display: none !important;
	text-align: center;
}

.header_image-spimg {
	width: 100%;
	height: 100%;
}

/* sp */

@media only screen and (max-width: 900px) {
	.header_image {
		display: none !important;
	}

	.header_image-sp {
		display: block !important;
	}
}

#contents {
	padding: 10px 25px;
	background: url(../images/bgWrap.png) repeat-y;
}

/* body要素backgroundのレスポンシブ */

@media screen and (max-width: 900px) {
	#contents {
		background: none;
		padding: 10px;
	}
}

#contents_l {
	float: left;
	width: 650px;
	padding: 0px;
}

/*#contents_lのレスポンシブ */

@media screen and (max-width: 900px) {
	#contents_l {
		float: none;
		margin: auto;
		width: 90%;
	}
}

#contents_r, #contents_r02 {
	float: right;
	width: 160px;
}

/* 日本経済再生本部リストレスポンシブ */
@media screen and (max-width: 900px) {
	#contents_r02 {
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}

	#contents_r02 ul {
		display: inline-block;
	}

	#contents_r02 ul li {
		text-align: left;
	}
}

/* 右バナーレスポンシブ */

@media screen and (max-width: 900px) {
	#contents_r {
		float: none;
	}
}

/* 右リストに縦制限を追加する用 */

.contents_r_height_limit {
	height: 800px;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* 右リスト削除レスポンシブ */

@media screen and (max-width: 900px) {
	.contents_r_height_limit {
		display: none;
	}

	.contents_r_height_limit.offset {
		margin: 0em;
	}
}





#footer {
	height: 24px;
	text-align: center;
	background: url(../images/bgFooter.png) repeat-x;
	color: #FFF;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 6px;
}

/* フッターレスポンシブ */

@media screen and (max-width: 900px) {
	#footer {
		background: url(../images/bgFooter.png) repeat-x;
		width: 100%;
	}
}

/*ヘッダーナビ*/

ul#head_navi li {
	display: inline;
	text-indent: -9999px;
	height: 51px;
	width: 135px;
	float: left;
}

#head_navi li a {
	display: block;
	height: 51px;
	background: url(../images/btnHead3.png) no-repeat;
}

ul#head_navi li#head01 a {
	background-position: 0px -10px;
}

ul#head_navi li#head02 a {
	background-position: -135px -10px;
}

ul#head_navi li#head03 a {
	background-position: -270px -10px;
}

ul#head_navi li#head01 a:hover {
	background-position: 0px -5px;
}

ul#head_navi li#head02 a:hover {
	background-position: -135px -5px;
}

ul#head_navi li#head03 a:hover {
	background-position: -270px -5px;
}

/* レスポンシブ */

@media screen and (max-width: 900px) {
	ul#head_navi li#head01, ul#head_navi li#head02, ul#head_navi li#head03 {
		display: none
	}
}

/* ハンバーガーメニューレスポンシブ */

.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #f67516;
}

.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}

.menu-btn span:before {
	bottom: 8px;
}

.menu-btn span:after {
	top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
	background-color: rgba(255, 255, 255, 0);
	/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}

#menu-btn-check {
	display: none;
}

.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #f67516;
	transition: all 0.5s;
	/*アニメーション設定*/
}

.menu-content ul {
	padding: 70px 10px 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

.menu-content ul li {
	border-bottom: solid 2px #ffffff;
	list-style: none;
}

.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 15px;
	position: relative;
	font-weight: 700;
}

#menu-btn-check:checked~.menu-content {
	left: 0;
	/*メニューを画面内へ*/
}

.menu-content-li {
	margin-bottom: 150px;
}

@media screen and (min-width: 900px) {

	/* ハンバーガーボタン */
	.header-sp {
		display: none;
		/*900px以上では使用しない */
	}
}

/*グローバルナビ*/

ul#g_navi {
	padding-left: 9px;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

ul#g_navi li {
	display: inline;
	text-indent: -9999px;
	height: 51px;
	width: 120px;
	float: left;
}

ul#g_navi li#navi3 {
	width: 156px;
}

#g_navi li a {
	display: block;
	height: 51px;
}

ul#g_navi li#navi1 a {
	background-image: url(../images/btn01.png);
}

ul#g_navi li#navi2 a {
	background-image: url(../images/btn02.png);
}

ul#g_navi li#navi3 a {
	background-image: url(../images/btn03.png);
	width: 156px;
}

ul#g_navi li#navi4 a {
	background-image: url(../images/btn04.png);
}

ul#g_navi li#navi5 a {
	background-image: url(../images/btn05.png);
}

ul#g_navi li#navi6 a {
	background-image: url(../images/btn06.png);
}

ul#g_navi li#navi7 a {
	background-image: url(../images/btn07.png);
}

ul#g_navi li#navi1 a:hover {
	background-image: url(../images/btn01on.png);
}

ul#g_navi li#navi2 a:hover {
	background-image: url(../images/btn02on.png);
}

ul#g_navi li#navi3 a:hover {
	background-image: url(../images/btn03on.png);
}

ul#g_navi li#navi4 a:hover {
	background-image: url(../images/btn04on.png);
}

ul#g_navi li#navi5 a:hover {
	background-image: url(../images/btn05on.png);
}

ul#g_navi li#navi6 a:hover {
	background-image: url(../images/btn06on.png);
}

ul#g_navi li#navi7 a:hover {
	background-image: url(../images/btn07on.png);
}

/* レスポンシブ */

@media screen and (max-width: 900px) {
	ul#g_navi {
		display: none
	}
}

/*ヘッダー*/

#header #header_left {
	float: left;
	width: 400px;
	font-size: 90%;
	color: #999;
}

@media screen and (max-width: 900px) {
	#header_left h1 {
		font-size: 60%;
	}
}

#header #header_right {
	float: right;
	width: 420px;
	height: 44px;
}

/* 900px以下ははみでた要素を非表示 */

@media screen and (max-width: 900px) {
	html, body {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

#header_right #head_navi li {
	float: left;
}

.header_image {
	clear: both;
	text-align: center;
}

.font_b {
	color: #66F;
}

.font_bb {
	color: #66F;
	font-weight: bold;
}

.font_g {
	color: #33CC33;
}

.midlle {
	font-size: 12px;
}

.small {
	font-size: 10px;
}

span.small_g {
	font-size: 95%;
	color: #666;
}

div#temp_message_box {
	line-height: 2em;
	padding: 10px;
	border: solid 1px #e0844d;
	background-color: #fffde6;
}

dl.news {
	width: 650px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#bnr_area {
	text-align: center;
}

/* バナー部分レスポンシブ */

/*PCの場合*/

#contents_r {
	display: inline !important;
}

#contents_r-sp {
	display: none !important;
}

@media screen and (max-width: 900px) {

	/*スマホの場合*/
	#contents_r {
		display: none !important;
	}

	#contents_r-sp {
		display: inline !important;
	}
}

@media screen and (max-width: 900px) {
	#bnr_area-sp {
		width: 330px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		text-align: center;
		margin: auto;
		margin-bottom: 20px;
		margin-top: 60px;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 900px) {
	#globalsign {
		width: 330px;
	}
}

.bnr_contents {
	margin-bottom: 15px;
}

#bnr_area img {
	margin-bottom: 7px;
}

#globalsign img {
	margin-bottom: 0px;
}

#list dl dt, #list p, #list li, #list-sp dl dt, #list-sp p, #list-sp li {
	clear: left;
	float: left;
	padding: 10px 0.5em 10px 1em;
	background: url(../images/point.gif) no-repeat left center;
}

#list dl dd, #list-sp dl dd {
	margin-left: 0;
	padding: 10px 0.5em 10px 7em;
}

/* 一覧レスポンシブ */

@media screen and (max-width: 900px) {
	#list-sp dl dt, #list-sp p, #list-sp li {
		float: none;
	}
}

@media screen and (max-width: 900px) {
	#list-sp dl dd {
		padding: 0 7px 20px 10px;
	}
}

#contents_l h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
	margin-top: 10px;
}

.time {
	width: 25%;
}

.position {
	width: 15%;
}

table.solid {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-bottom: 10px;
}



table.solid td, table.solid th {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

/* books レスポンシブ */

/* PC */

#books_table {
	display: block !important;
}

#books_table-sp {
	display: none !important;
}

/* SP */

@media only screen and (max-width: 900px) {
	#books_table {
		display: none !important;
	}

	#books_table-sp {
		display: block !important;
		width: 100%;
	}
}

.books_image {
	text-align: center;
}

/* PC */

.books__contents {
	display: block !important;
}

.books__contents-sp {
	display: none !important;
}

/* SP */

@media only screen and (max-width: 900px) {
	.books__contents {
		display: none !important;
	}

	.books__contents-sp {
		display: block !important;
		width: 100%;
	}
}

/* .books__notel {
	pointer-events: none;
} */

/*                        */

/* プロフィールレスポンシブ */

@media only screen and (max-width: 900px) {
	#profile_solid {
		width: 100%;
	}

	#profile__table {
		width: 100%;
	}
}



/*                        */

#contents_r ul li, #contents_r02 ul li {
	font-size: 80%;
	margin-top: 2em;
	/*list-style: square outside;*/
}

.bold {
	font-weight: bold;
}

ol.no li {
	list-style: decimal inside;
}

div.office {
	border-bottom: 1px dotted #999999;
	padding: 1em;
}

ul#kokkai {
	margin-top: 1em;
	margin-left: 1em;
	width: 210px;
}

div#kokkai_pdf {
	float: right;
	width: 120px;
	margin-top: 160px;
	font-size: 80%;
	line-height: 1.2em;
}

/* 国会通信レスポンシブ */

@media only screen and (max-width: 900px) {
	.kokkai_pdf {
		width: 100%;
		height: 100%;
	}

	#kokkai_list {
		list-style: none;
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
	}

}

/* 　　　　　　　　　　　 */

dl.news dd img {
	margin-right: 1em;
}

p.pdf {
	font-size: 85%;
}

.movie {
	width: 350px;
	height: 197px;
	border: 2px solid #CCC;
}

/* movieレスポンシブ */

/* @media only screen and (max-width: 900px) {
	.movie_youtube {
		width: 50%;
		height: 50%;
	
	}
	.movie_area02{
		margin-right: auto;
		margin-left: auto;

	}
} */

@media screen and (max-width: 900px) {
	table.solid.movieList {
		width: 100%;
		margin: auto;
	}
}

.movie_title, .movie_area {
	width: 354px;
	margin-right: auto;
	margin-left: auto;
}

.movie_title, .movie_area02 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 900px) {
	.movie_title, .movie_area02 {
		width: 100%;
	}
}



.movie_title {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	/* width: 100%; */
}

.movie_area {
	height: 200px;
}

.movie_area02 {
	height: 450px;
}

#return {
	width: 350px;
	margin: 10px auto 10px auto;
	text-align: right;
}

#return02 {
	width: 640px;
	margin: 10px auto 10px auto;
	text-align: left;
}

table.movieList {
	width: 700px;
	margin: auto;
}

.col_r {
	color: red;
}

.discription_wrap {
	line-height: 1.5em;
	padding: 0.5em 1em 2em;
}

ol.ls_disc {
	overflow: inherit;
}

ol.ls_disc>li {
	list-style-type: disc;
	overflow: inherit;
}

ol.ls_c_num {
	overflow: inherit;
	margin-top: 1em;
	margin-bottom: 1em;
}

ol.ls_c_num>li {
	list-style-type: none;
	overflow: inherit;
}

/* 動画 */

#movieWrap {
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 366px;
}

#movieWrap .top_movie {
	width: 650px;
	height: 366px;
	border: 1px solid #CCC;
}

/*----------------------------------------------
	404
---------------------------------------------*/

.c_notfound_text {
    margin-bottom: 30px;
}

.c_notfound_box01{
	text-align: center;
	padding: 35px 100px;
}

.c_notfound_ttl{
	font-size: 120%;
    font-weight: bold;
    color: #FF6600;
    margin: 10px 0;
}

@media screen and (max-width: 767px) {
	.c_notfound_box01{
		padding: 35px;
	}
}