@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*共通*/
/*フォント*/
body {
	/* フォントの種類 */
	font-family: toppan-bunkyu-midashi-go-std,sans-serif!important;
	font-weight: 900;
	font-style: normal;
	/* フォントのサイズ */
	font-size: 16px;
}
.single .entry-content {
	font-family: "Noto Sans JP" ,sans-serif!important;
	font-style: normal;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.9;
	color: #2260a7;
}
a img:hover {
	opacity: 0.75;
}
br.sp {
	display: none;
}
pre {
	border: none;
}
body.error404 .content-in {
	width: 980px;
	margin-top: 100px;
}
body.error404 .content-in {
	width: 980px;
	margin-top: 100px;
}
p.bigtxt {
	font-size: 25px;
	color: #205b9c;
	margin: 0;
	letter-spacing: 0.1rem;
	border: none;
	padding: 0;
	line-height: 3.5rem;
}
section.bottom60 {
	margin-bottom:60px;
}
.whitebox {
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
}
#header-container {
	background-color: transparent;
	width: 100%;
	top: -100px;
	position: absolute;
	margin: 100px auto 0;
	padding: 0;
	z-index: 999;
}
#header-container.fixed {
	margin-top: 0;
	width: 100%;
	top: 0;
	position: fixed;
	height: auto;
	transition: top 0.7s ease-in;
	-webkit-transition: top 0.7s ease-in;
	-moz-transition: top 0.7s ease-in;
	background-color: rgba(255,255,255,0.75);
	padding-bottom: 5px;
}
#header-container.fixed #navi .navi-in>ul>li a {
	font-size: 14px;
}
#header-container-in {
	width: 90%;
	margin: auto;
}
.header-container-in.hlt-top-menu .site-name-text {
	font-size: 35px;
	color:#205b9f;
	line-height: 2.5rem;
}
.header-container.fixed .header-container-in.hlt-top-menu .site-name-text {
	font-size: 28px;
	line-height: 2rem;
}
#header-container .navi{
	background-color: transparent;
}
.navi-in > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	text-align: center;
}
#navi .navi-in>ul>li {
	height: 1rem;
	line-height: 1rem;
	margin-top: 40px;
}
#navi-in a{
	color: #205b9f;
}
.header-container-in.hlt-top-menu .tagline {
	display: block;
	color: #205b9f;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	height: 25px;
}
/*480px以下*/
@media screen and (max-width: 480px){
	.header-container-in.hlt-top-menu .tagline {
		height: auto;
	}
}

.content {
	margin-top: 0;
}
.wrap {
	width: 100%;
}
.widget-entry-cards.card-large-image .a-wrap {	
	max-width: 400px;	
	width: 33%;	
}
.main {
	padding:0;
}

a {
	cursor: pointer;
}

.sectiontop {
	margin-top: 100px;
}
.single-post .eye-catch-wrap {
	display: none;
}
/*フロントページ*/

.header_txt {
	position: absolute;
	top: 0;
	color: #205b9c;
	margin-top: 25%;
	margin-left: 7%;
}
.header_txt h2{
	position: absolute;
	font-size:90px;
	background-color: transparent;
}
.header_txt span{
	font-size:50px;
}

.home .entry-title{
	display: none;
}
.home .date-tags {
	display: none;
}

.article p {
	margin-bottom: 0;
}
.sec_inner {
	width: 980px;
	margin:auto;
}
.sec_inner2 {
	width: 90%;
	margin:auto;
}
li {
	list-style: none;
}
section{
	text-align: center;
}
hr.title_line {
	border:none;
	border-top:2px solid #3597cb;
	margin-bottom: 20px;
}
h2.cont_title {
	background-color: transparent;
	font-size: 30px;
	padding-top: 70px!important;
	margin-bottom: 20px!important;
	color: #205b9f;
}
.archive-title {
	display: none;
}
.discript {
	margin-bottom: 20px;
}
.seisaku {
	margin-top: 30px;
}
h2.cont_title span {
	display: block;
	font-size: 16px;
	color: #939393;
}
.article h2, .article h3 {
	color:#205b9c;
	margin: 0;
	letter-spacing: 0.1rem;
	border:none;
	padding: 0;
}
ul.seisaku_list {
	width: 365px;
	text-align: left;
	margin-bottom:0;
}
.seisaku h3 {
	font-size:30px;
	width: 381px;
	margin-right: 30px;
	display: flex;
	justify-content: space-between;
}
.seisaku>ul {
	width: 980px;
	margin: auto;
}
.seisaku>ul>li{
	width: 880px;
	height: 150px;
	margin: auto;
	position: relative;
	border-radius: 15px;
	border: solid 2px #205b9c;
	background-color: rgba(255,255,255,0.60);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-aline: left;
	align-items: center;
	margin-bottom: 10px;
}
.seisaku>ul>li>span{
	display: block;
	padding: 20px;
	background-color: #205b9c;
	color: #ffffff;
	font-size: 30px;
	line-height: 1rem;
	margin-right: 30px;
	margin-left: -15px;
}
ul.seisaku_list li {
	font-size: 16px;
}
section.gradiation {
	background: rgb(44,160,218);
	background: -moz-linear-gradient(180deg, rgba(44,160,218,0.34) 54%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(44,160,218,0.34) 54%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(44,160,218,0.34) 54%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ca0da",endColorstr="#ffffff",GradientType=1);
}
section.gradiation .wp-block-image  img {
	width: 100%;
	margin-top: -50px;
}
.eye-catch {
	margin-bottom:0;
}
.entry-content {
	margin-top: 0;
}
ol, ul {
	padding: 0;
}

section.chiba_promise ul li {
	border-radius: 15px;
	border: solid 2px #205b9c;
	background-color: rgba(255,255,255,0.60);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px;
	margin-bottom: 10px;
}
h4.chiba_area {
	font-size: 30px;
	width: 143px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 30px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
	border:none;
}
section.chiba_promise {
	background-image: url(img/chibamap.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
section.chiba_promise ul li div {
	width: 733px;
	text-align: left;
}
section.chiba_promise ul li div p.promise_title {
	font-size: 20px;
}
hr.dashed {
	border: none;
	border-top: 2px dashed #adadad; 
	margin-top: 5px;
	margin-bottom: 5px;
}
h4.mihama {
	color: #66c6c6;
}
h4.chuou {
	color: #ff6666;
}
h4.inage {
	color: #ff9366;
}
h4.wakaba {
	color: #93c633;
}
h4.hanamigawa {
	color: #ff93c6;
}
h4.midori {
	color: #66c666;
}

section.blue_back, .blue_back {
	background-color:#eef6fb;
	margin-top: 40px;
	padding-bottom: 80px;
}
.arrow_box{
	position:relative;
	width:60px;
	height:23px;
	background:#2260A7;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin-right: 20px;
}
.arrow_box:after{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(34, 96, 167, 0);
	border-top-width:5px;
	border-bottom-width:5px;
	border-left-width:11px;
	border-right-width:11px;
	margin-top: -5px;
	border-left-color:#2260A7;
	left:95%;
	top:50%;
}
#seisaku .eight_policy_cont.flex {
	justify-content: space-between;
	align-items: start;
}
.eight_policy_cont figure{
	width: 36%;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.eight_policy_cont ul li {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
h5.comingsoon {
	font-size: 20px;
	color:#205b9c;
	border:none;
	padding-bottom: 200px;
}
.profile_cont figure{
	width: 36%;
	margin-right: 30px;
}
.profile_cont p {
	width:555px;
	text-align: left;
}
.profilebox {
	width: 655px;
	margin: auto;
}
section.bio_box {
	margin-bottom: 100px;
}
section.bio_box p {
	text-align: left;
	letter-spacing: 0.02rem;
	line-height: 2.3rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
section.profile_container {
	padding: 30px;
}
section.profile_container .whitebox {
	margin: 30px;
}
.history_cont.flex {
	justify-content: center;
}
.profilebox .flex {
	justify-content: space-between;
	padding:  0;
	margin: auto;
}
.home section.frame_advocacy {
	background-image: url(img/makuhari_photo.jpg);
	background-size: cover;
	padding-bottom: 100px;
}
section.frame_advocacy .whitebox {
	padding:25px;
	text-align: left;
	padding-bottom: 30px;
}
.home section.frame_advocacy p.title {
	font-size: 18px;
	color: #22609e;
	width: 22%;
}
section.frame_advocacy .flex {
	border-bottom: dashed 1px #a4a4a4;
}
.home section.frame_advocacy ul {
	width: 78%;
	margin-bottom: 0;
	font-size: 15px;
	letter-spacing: 0.1rem;
	margin-top: 22px;
	margin-bottom: 22px;
}
section.sns_box {
	border-radius : 15px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
section.sns_box .sec_inner {
	width: 980px;
	margin: auto;
}
section.sns_box .sec_inner hr {
	width: 400px;
	margin: auto;
	margin-bottom: 20px;
}
section.sns_box ul {
	justify-content: center;
}
section.sns_box ul li {
	width: 66px;
	height: 51px;
}
section.sns_box ul li a {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
}
section.sns_box ul li.facebook a{
	background-image: url(img/facebook.png);
	background-size: contain;
	margin-right: 15px;
}
section.sns_box ul li.twitter a{
	background-image: url(img/twitter.png);
	background-size: contain;
	margin-right: 15px;
}
section.sns_box ul li.youtube a{
	background-image: url(img/youtube.png);
	background-size: contain;
}
section.formbtn {
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-top: 100px;
}
section.formbtn a {
	width: 48%;
}

.footer {
	background-color: #2260a7;
	margin-top: 0;
}
.footer_map {
	max-width: 400px;
}
.footer-bottom-logo .site-name-text {
	color: #fff;
	font-size: 35px;
}
.footer-bottom {
	width: 980px;
	margin: auto;
}
.footer-bottom-logo {
	text-align: left;
	position: relative;
	float: unset;
	margin-bottom: 30px;
}
.logo-footer {
	text-align: left;
}
.footer-bottom-content {
	text-align: left;
	float: none;
}
.footer-bottom-logo .tagline {
	text-align: left;
	margin: 0;
	height: 25px;
}
.footer-bottom-logo .logo-text {
	padding: 0;
	line-height: 2.5rem;
}
.footer-bottom-cont_in {
	font-size: 16px;
	align-items: baseline;
	justify-content: space-between;
}
.footer-bottom-cont_in a {
	display: block;
	text-decoration: none;
	font-size: 15px;
}
.fa-phone, .fa-map-marker {
	margin-right: 10px;
}

.copyright {
	margin-top: 100px;
	font-size: 12px;
	text-align: center;
}
#footer a.blank {
	color: #939393;
}




/*Contact Form 7カスタマイズ*/
section.contactform {
	text-align: left;
	width: 980px;
	margin: auto;
	margin-top: 80px;
}
/*項目の下線*/
.inquiry th, .inquiry td {
	border: none;
	background: #fff;
}

/*必須・任意のラベルの形状*/
.formlabel  {
	padding:5px;
	font-size: 0.8em;
	border-radius:5px;
	margin-right:10px;
	position:relative;
}

/*必須のカラー*/
.must {
	background: #ed9200;
	color:#fff;
}

/*任意のカラー*/
.may {
	background: #2260a7;
	color:#fff;
}
.formbtns {
	justify-content: center;
}
/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	padding:15px;
	width:20%;
	background:#ffaa56;
	color:#fff;
	font-size: 1.2em;
	font-weight:bold;	 
	border-radius:5px;
	margin-top:25px;
}
/*送信ボタンマウスホバー*/
#formbtn:hover{
	background:#ff8f57;
	color:#fff;
}

/*確認ボタンのデザイン変更*/
#confirmbtn{
	display: block;
	padding:15px;
	width:20%;
	background:#ffaa56;
	color:#fff;
	font-size: 1.2em;
	font-weight:bold;	 
	border-radius:5px;
	margin-top:25px;
}
/*確認ボタンマウスホバー*/
#confirmbtn:hover{
	background:#ff8f57;
	color:#fff;
}

/*修正ボタンのデザイン変更*/
#backbtn{
	display: block;
	padding:15px;
	width:20%;
	background:#2260a7;
	color:#fff;
	font-size: 1.2em;
	font-weight:bold;	 
	border-radius:5px;
	margin-top:25px;
	margin-right: 20px;
}
/*修正ボタンマウスホバー*/
#backbtn:hover{
	background:#ff8f57;
	color:#fff;
}

/*ラジオボタンのデザイン変更*/
.inquiry .wpcf7-radio input[type=radio]{
	display: none;
	vertical-align: middle;
}
.inquiry .wpcf7-radio > .wpcf7-list-item {
	margin-left: 0;
}
.inquiry .wpcf7-radio input[type=radio] + span{
	padding-left: 25px;
	position:relative;
	margin-right: 25px;
	vertical-align: middle;
}
.inquiry .wpcf7-radio input[type=radio] + span::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid gray;
	border-radius: 50%;
}
.inquiry .wpcf7-radio input[type=radio]:checked + span{
	color: #ed9200;
}
.inquiry .wpcf7-radio input[type=radio]:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 11px;
	height: 11px;
	background: #ed9200;
	border-radius: 50%;
}

/*後援会フォーム*/
section.contactform p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
section.blue_back td, table tr:nth-of-type(2n+1) {
	background-color: transparent;
}
section.contactform section.blue_back {
	border-radius: 15px;
	padding-top: 30px;
}
section.contactform section.blue_back td span {
	font-size: 14px;
	margin-bottom: 5px;
}
.article table {
	margin-bottom:0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以下*/
@media screen and (max-width: 1024px){
	/*必要ならばここにコードを書く*/
	section.formbtn {
		width: 100%;
	}
	.no-mobile-header-logo #header .logo-header {
		display: block;
	}
	#navi .navi-in>ul>li>a {
		padding: 0 0.5em;
	}
	#header-container-in {
		width: 93%;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	/*必要ならばここにコードを書く*/
	.no-mobile-header-logo #header .logo-header {
		text-align: left;
	}
	.sec_inner {
		width: 95%;
	}
	main.main, div.sidebar {
		padding: 0;
	}
	.seisaku>ul {
		width: 95%;
		margin: auto;
		padding: 0;
	}
	.seisaku>ul>li {
		width: 100%;
	}
	.seisaku>ul>li>span {
		margin-right: 10px;
	}
	.seisaku h3 {
		font-size: 20px;
		width: 270px;
		margin-right: 10px;
	}
	.article ul, .article ol {
		padding-left: 0;
	}
	ul.seisaku_list {
		width: 330px;
	}
	section.chiba_promise ul li div {
		width: 490px;
	}
	section.chiba_promise {
		padding-bottom: 10px;
	}
	.eight_policy_cont figure {
		margin: auto;
		width: 50%;
	}
	.profile_cont figure {
		width: 50%;
		margin-right: 0;
		margin: auto;
	}
	.profile_cont p {
		margin: auto;
	}
	section.sns_box {
		width: 90%;
	}
	section.sns_box .sec_inner {
		width: 100%;
	}
	.footer-bottom {
		width: 100%;
	}
	.header_txt span {
		font-size: 35px;
	}
	.header_txt h2 {
		font-size: 60px;
	}
	.article ul {
		margin: auto;
	}
	.eight_policy_cont ul li {
		display: block;
		text-align: left;
	}
	.mobile-menu-buttons {
		z-index: 999;
	}
	section.contactform {
		width: 90%;
	}
	section.contactform section.blue_back {
		padding: 30px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
	body {
		letter-spacing: 0.05rem;
	}
	.article ul {
		padding-left: 0;
	}
	br.pc {
		display: none;
	}
	.header_txt {
		margin-top: 20%;
		margin-left: 5%;
	}
	.header_txt span {
		font-size: 14px;
	}
	.header_txt h2 {
		font-size: 25px;
	}
	.sec_inner {
		width: 90%;
	}
	h2.cont_title {
		font-size: 20px;
		padding-top: 30px!important;
	}
	.discript {
		font-size: 12px;
		letter-spacing: 0rem;
	}
	.seisaku>ul>li {
		width: 95%;
		height: auto;
		margin: auto;
		position: relative;
		border-radius: 15px;
		border: solid 2px #205b9c;
		background-color: rgba(255,255,255,0.60);
		display: block;
		align-items: center;
		margin-bottom: 10px;
		padding: 10px;
	}
	.seisaku>ul {
		width: 100%;
		margin: auto;
		padding-left:0;
		padding-right: 0;
	}
	.seisaku>ul>li>span {
		display: block;
		padding: 5px 10px;
		background-color: #205b9c;
		color: #ffffff;
		font-size: 16px;
		line-height: 1rem;
		margin-right: 0;
		margin-left: 0;
	}
	.seisaku h3 {
		font-size: 20px;
		width: auto;
		margin-right: 0;
		display: flex;
		justify-content: end;
		flex-wrap: wrap;
		margin-top: 5px;
	}
	ul.seisaku_list {
		width: 100%;
		padding-left: 0;
	}
	ul.seisaku_list li {
		font-size: 14px;
	}
	.article ul li, .article ol li {
		line-height: 1.3rem;
		text-align: left;
	}
	main.main {
		padding: 0;
	}
	section.sns_box {
		width: 90%;
	}
	section.sns_box .sec_inner {
		width: 90%;
	}
	section.sns_box .sec_inner hr {
		width: 80%;
	}
	section.formbtn {
		width: 90%;
		margin-top: 40px;
		display: block;
	}
	.logo {
		text-align: left;
	}
	#header .site-name-text {
		font-size: 16px;
	}
	.header-container-in.hlt-top-menu .site-name-text {
		line-height: 0rem;
	}
	h2.cont_title span {
		font-size: 14px;
	}
	h4.chiba_area {
		margin: 0 auto;
		font-size: 20px;
		width: 130px;
	}
	section.chiba_promise ul li {
		padding: 0 10px 10px;
	}
	section.chiba_promise ul li div p.promise_title {
		font-size: 18px;
	}
	section.chiba_promise {
		padding-bottom: 0;
	}
	.arrow_box {
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.eight_policy_cont figure {
		width: 100%;
	}
	h5.comingsoon {
		padding-bottom: 50px;
	}
	.profile_cont figure {
		width: 100%;
		margin-right: 0;
	}
	br.sp {
		display: block;
	}

	.menu-close-button {
		text-align: left;
		margin-left: 20px;
	}
	.footer-bottom {
		width: 90%;
	}
	#header-container.fixed {
		display: none;
	}
	.footer-bottom-cont_in div {
		margin-bottom: 20px;
	}
	.copyright {
		margin-top: 0;
	}
	.home.no-mobile-header-logo #header .logo-header {
		display: none;
	}
	#formbtn {
		width: 100%;
	}
	.inquiry th, .inquiry td {
		width: 100%;
		display: block;
	}
}
body.error404 .content-in {
	width: 980px;
	margin-top: 100px;
}

body.single .content-in, body.archive .content-in, body.blog .content-in {
	width: 980px;
	margin-top: 40px;
}
body.single .content-in main, body.archive .content-in main, body.blog .content-in main{
	width: 750px;
}
body.single .content-in .sidebar, body.archive .content-in .sidebar, body.blog .content-in .sidebar {
	width: 188px;
	padding: 0;
}
body.single .content-in .sidebar h3, body.archive .content-in .sidebar h3, body.blog .content-in .sidebar h3 {
	background-color: #2260a7;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	margin: 0;
}
body.blog .entry-card-snippet {
	font-size: 14px;
}
body.single .content-in .entry-content h2 {
	background: #2260a7;
	color: #fff;
	padding: 15px 25px;
	margin-bottom: 30px;
}

body.single .content-in .entry-content h3 {
	padding: 10px;
	border-left: 10px solid #2260a7;
	border-bottom: 1px solid #2260a7; /* 下ボーダーを、1px幅の破線、線色#CC3366に */
	margin: 30px 0;
}
.entry-card-thumb {
	width: 145px;
}
.entry-card-thumb .cat-label {
	display: none;
}
.entry-card-content {
	margin-left: 155px;
	padding-bottom: 5%;
}
.entry-card-title, .related-entry-card-title {
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 30px;
}
.entry-card-snippet {
	font-size: 16px;
}
.entry-card-meta {
	top: 0;
	bottom: auto;
	position: absolute;
	left: 0;
	margin-left: 155px;
	text-align: right;
	line-height: 1;
	display: flex;
}
.entry-card-meta .entry-card-categorys, .single-report .entry-card-categorys {
	display: inline-block;
	background: #2260a7;
	padding: 2px 5px;
	line-height: 1rem;
	border-radius: 3px;
	color: #fff;
	font-size: 11px!important;
	min-width: 95px;
	text-align: center;
	margin-left: 5px;
}
.entry-card-meta .entry-card-categorys span.entry-category {
	font-size: 11px!important;
}
.entry-card-wrap {
	padding: 0;
	margin-bottom: 5%;
	border-bottom: 1px dashed #cbcbcb;
}

.cat-link {
	background: #2260a7;
	padding: 2px 5px;
	line-height: 1rem;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	min-width: 95px;
	text-align: center;
}
.cat-link span.fa {
	display: none;
}

/*議会レポート*/

.post-type-archive-report .entry-card-thumb, .tax-reportcate .entry-card-thumb {
	display: none;
}
.post-type-archive-report .entry-card-content, .post-type-archive-report .entry-card-meta, .tax-reportcate .entry-card-content, .tax-reportcate .entry-card-meta {
	margin-left: 0;
}
.post-type-archive-report #categories-2, .post-type-archive-report #custom-post-type-categories-7, .single-report #categories-2, .single-report #custom-post-type-categories-7, .tax-reportcate #categories-2, .tax-reportcate #custom-post-type-categories-7, .blog #custom-post-type-categories-6, .blog #custom-post-type-categories-7, .tag-pickup #custom-post-type-categories-6, .tag-pickup #custom-post-type-categories-7, .category #custom-post-type-categories-6, .category #custom-post-type-categories-7, .single-post #custom-post-type-categories-6, .single-post #custom-post-type-categories-7, .post-type-archive-movie #categories-2, .post-type-archive-movie #custom-post-type-categories-6, .single-movie #categories-2, .single-movie #custom-post-type-categories-6, .tax-moviecate #categories-2, .tax-moviecate #custom-post-type-categories-6 {
	display: none;
}

/*写真ギャラリー*/
.post-type-archive-gallery #sidebar {
	display: none;
}
.post-type-archive-gallery #list a  {
	display: block;
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
}
.post-type-archive-gallery #list a img{
	width: 100%;
}
.new-entry-cards.gallery-new {
	display: flex;
	width: 100%;
	max-width: 980px;
	margin: auto;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.new-entry-cards.gallery-new a {
	display: block;
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
}
.new-entry-cards.gallery-new a img{
	width: 100%;
}
.new-entry-cards.gallery-new figure {
	width: 100%;
}
.new-entry-cards.gallery-new .widget-entry-card-content {
	margin-left: 0;
}
.new-entry-cards.gallery-new .card-title {
	text-align: left;
	font-size: 16px;
	color: #333;
}
body.post-type-archive-gallery .content-in main {
	width: 100%;
}
body.post-type-archive-gallery .content-in .list, body.tax-gallerycate .content-in .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body.post-type-archive-gallery .content-in .list::after, body.tax-gallerycate .content-in .list::after, body.home .new-entry-cards.gallery-new::after {
	display: block;	
	content:"";	
	width: 33%;	
}
.eight_policy_cont hr {	
	color: #eee;	
	border: none;	
	border-bottom: 1px dashed #a4a4a4;	
	width: 100%;	
	margin-top: 12px;	
}	
.eight_policy_cont > ul.box {	
	width: 60%;	
}
body.post-type-archive-gallery .content-in .list > div, body.tax-gallerycate .content-in .list > div, body.home .new-entry-cards.gallery-new > div {
	width: 33%;
	position: relative;
	margin-bottom:0.5%;
}
body.home .new-entry-cards.gallery-new figure {
	margin: auto;
	margin-bottom: 10px;
}

body.post-type-archive-gallery .content-in .list > div .entry-card-title, body.tax-gallerycate .content-in .list > div .entry-card-title {
	padding-top:0;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.6rem;
}
/*政策について*/
#basicadv .sec_inner {
	border-radius : 15px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.frame_advocacy_inner {
	width: 615px;
	margin: auto;
	text-align: left;
	margin-bottom: 150px;
}
.frame_advocacy_inner p.title {
	font-size: 18px;
	color: #22609e;
	display: inline-block;
	margin-top: 30px;
}
.frame_advocacy_inner p.title span {
	display: block;
	background: #ccf1ff;
	height: 12px;
	margin-top: -8px;
}
.frame_advocacy_inner ul {
	width: 100%;
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: 0rem;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*活動動画*/
a.ytube_bnr {
	width: 100%;
	max-width: 720px;
	margin: auto;
	display: block;
}
a.ytube_bnr img {
	width: 100%;
}

body.post-type-archive-movie .content-in .list, body.tax-moviecate .content-in .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
body.post-type-archive-movie .content-in .list > div, body.tax-moviecate .content-in .list > div, body.home .new-entry-cards.movie-new > div {
	width: 31%;
	position: relative;
	margin: 1%;
}
body.post-type-archive-movie .content-in .list > div .video-container, body.tax-moviecate .content-in .list > div .video-container, body.home .new-entry-cards.movie-new > div .video-container,body.home .new-entry-cards.movie-new figure {
	margin: auto;
	margin-bottom: 10px;
}

body.post-type-archive-movie .content-in .list > div .entry-card-title, body.tax-moviecate .content-in .list > div .entry-card-title {
	padding-top:0;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.6rem;
}
.video-container .video {
	margin-top: 0;
}

a.ytube {
	display: block;
	width: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 100;
}


.new-entry-cards.movie-new {
	display: flex;
	width: 100%;
	max-width: 980px;
	margin: auto;
	justify-content: space-between;
	margin-bottom: 50px;
}
.new-entry-cards.movie-new a.new-entry-card-link {
	width: 30%
}
.new-entry-cards.movie-new .entry-card-title {
	display: none;
}
.new-entry-cards.movie-new figure {
	width: 100%;
}

.home #movie {
	margin-bottom: 100px;
}
section.gikai_Report {
	padding-bottom: 80px;
}

#report .activity {
	display: flex;
	flex-wrap: wrap;
}

#report .activity .new-entry-card-content {
	text-align: left;
	position: relative;
}

.new-entry-cards.activity .new-entry-card-title {
	margin-top: 20px;
}
#report .activity .new-entry-card-date {
	display: inline;
	position: absolute;
	top: 0; 
}

#profile .profile_cont {
	margin-bottom: 30px;
}
section#profile.blue_back {
	padding-bottom: 60px;
}

#parliament .new-entry-cards {
	width: 785px;
	margin: auto;
}
#parliament .new-entry-cards figure {
	display: none;
}
#parliament .new-entry-card-content {
	display: flex;
	margin-left: 0;
}
#parliament .new-entry-card-title {
	margin-left: 195px;
}
#parliament .report-new .new-entry-card-date {
	display: inline;
	position: absolute;
	left: 0;
	line-height: 1rem;
	margin-left: 125px;
}
#parliament .report-new a {
	border-bottom: 2px dashed #939393;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#parliament .new-entry-cards .entry-card-categorys {
	display: inline-block;
	background: #2260a7;
	padding: 2px 5px;
	line-height: 1rem;
	border-radius: 3px;
	color: #fff;
	font-size: 11px!important;
	min-width: 110px;
	text-align: center;
	margin-left: 5px;
	position: absolute;
	left: 0;
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/

	body.post-type-archive-movie .content-in .list > div, body.tax-moviecate .content-in .list > div {
		width: 100%;
	}
	a.ytube_bnr {
		width: 85%;
	}
	a.balloon {
		width: 60%;
		padding: 5px 20px;
		margin: 20px 5px;
	}
	.new-entry-cards.movie-new {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.new-entry-cards.movie-new a.new-entry-card-link {
		width: 100%;
	}
	.home #movie {
		margin-bottom: 50px;
	}

	body.blog .entry-card-meta {
		top: 0;
		bottom: auto;
		position: absolute;
		left: auto;
		margin-left: 0;
		text-align: center;
		line-height: 1;
		display: flex;
		width: 100%;
	}

	body.blog .ect-entry-card .card-content {
		margin: 0;
		width: 100%;
		position: relative;
	}
	body.blog .ect-entry-card .card-content .entry-card-categorys{
		position: absolute;
		right: 0;
	}
	body.single .content-in main, body.archive .content-in main, body.blog .content-in main {
		width: 100%;
	}
	body.blog .entry-card-thumb {
		width: 100%;
		float: none;
	}
	body.post-type-archive-movie .content-in .list {
		flex-wrap: wrap;
	}
	body.post-type-archive-movie .content-in .list > div {
		min-width: 100%;
	}
	.history_cont.flex, .history_cont .panel_area .flex {
		padding: 0;
	}

	.flex .whitebox {
		width: 100%;
		margin-bottom: 20px;
	}

	.history_cont .tab_area .balloon {
		padding: 9px;
	}
	.history_cont .tab_panel div div {
		width: 85%;
	}
	.history_cont  .panel_area h4 {
		line-height: 1.8rem;
	}
	.eight_policy .flex {
		padding-bottom: 0;
		margin: 0;
	}
	section.profile_container {
		padding:15px;
	}
	section.profile_container .whitebox{
		padding: 25px;
	}
	.gallery.blue_back {
		padding-left: 10px!important;
		padding-right: 10px!important;
		padding-top: 40px!important;
		padding-bottom: 40px!important;
	}
	body.post-type-archive-gallery .content-in .list > div, body.tax-gallerycate .content-in .list > div, body.home .new-entry-cards.gallery-new > div {
		width: 49.8%;
	}
	.gallery .whitebox {
		padding: 0!important;
	}
	.new-entry-cards.gallery-new .card-title{
		font-size: 14px;
	}
	section.gallery .sec_inner2 a.balloon {
		width: 65%!important;
	}
	.footer_address, .footer_phone  {
		width: 100%;
		-webkit-appearance: none;
		-webkit-text-size-adjust: 100%;
	}
}


/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
	.arrow_box {
		margin-bottom: 10px;
	}
		.footer_map {
		max-width: 100%;
	}
	.footer-bottom-cont_in > div {
		margin-bottom:20px;
	}
	main.main, div.sidebar {
		width: 100%!important;
		margin-bottom: 50px;
	}
	a.ytube_bnr {
		width: 85%;
	}
	#parliament .new-entry-cards {
		width: 100%;
	}
	body.single .content-in, body.archive .content-in, body.blog .content-in {
		width: 85%;
	}
	.home section.frame_advocacy p.title {
		width: 100%;
	}
	.home section.frame_advocacy ul{
		margin: 0;
		width: 100%;
	}
	.home section.frame_advocacy .flex {
		margin-bottom: 15px;
	}
	.gallery .whitebox {
		width: 95%;
		margin:0!important;
		margin:auto!important;
		padding: 40px;
		padding-top: 0;
		padding-bottom: 10%!important;
	}
	.profilebox {
		width: 100%;
	}
	section.profile_container .whitebox {
		margin: 30px auto;
	}
	#basicadv .sec_inner {
		width: 100%;
	}
	.frame_advocacy_inner {
		width: 100%;
	}
	section.gallery a.balloon {
		width: 35%!important;
	} 
	.new-entry-cards.gallery-new{
		margin-bottom: 0!important;
	}
}


#carousel {
	max-width: 980px;
	margin: auto;
	text-align: left;
}