@charset "utf-8";
/* JCPS_main CSS Document */

	*{
	margin:0;
	padding:0;
	}
	html,body {
	margin:0;
	padding:0;
	line-height:1.5;
	height: 100%;
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
	}
	img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border-style:none;
	}

.actionsns {font-size:2.7vw;padding-top:50px;padding-bottom:30px;text-align:center;color:#e73861;font-weight: 600;font-family:Hiragino Kaku Gothic Pro W6;

	} /*ACtion SNS呼びかけテキスト*/	
		
	@media screen and (max-width:768px) {	
		img {
		margin: 0;
		padding: 0;
		vertical-align: bottom;
		border-style:none;
		}
	}
	
	
	.pcOnly {
		display:inherit;
		visibility:inherit;
	}
	.spOnly {
		display: none;
		visibility: hidden;
	}
	@media screen and (max-width:767px) {
		.pcOnly {
			display: none;
			visibility: hidden;
		}
		.spOnly {
			display:inherit;
			visibility:inherit;
		}
	}
	
	.bgv {
		width: 100%;
		height: 100vh;
		background: #000000;
	}
	
	/*PC Navi*/
	.navi_wide {
		width: 100%;
		height: 100px;
		/*background: #e73861;*/
		background: url(img/bg_pink.svg) repeat;
		 position: fixed;
		background-color: #e73861;
    top: 0;
    left:0;
		z-index: 99;
	}
	img.jcps_logo {
		width: 240px;
		height: 41px;
		float: left;
		margin-left: 2em;
		padding-top: 2em;
		
	}
	ul.pc_navi {
		width: 60%;
		float: right;
		padding-top: 1em; /*padding-top: 2em;*/
		list-style: none;
		
		display: table;
  		table-layout: fixed;
  		text-align: center;
	}
	ul.pc_navi li {
		display: table-cell;
  		vertical-align: middle;
	}
	ul.pc_navi li a{
		color: white;
		font-size: 100%;
		text-decoration: none;
	}
	
	ul.pc_navi li span.pc_navi_sub{
		font-size: 80%
	}	
		.content_head_action img{padding-top:80px;} /*Actionページのヘッダ整えるため*/
	@media screen and (min-width:768px) and ( max-width:960px) {
	/*　画面サイズが600pxから960pxまではここを読み込む　*/
		ul.pc_navi {
		width: 80%;
		}
		ul.pc_navi li span.pc_navi_long{
		font-size: 90%
		}
		.navi_wide {height:180px;}	 /*ナビが下段に落ちたときのヘッダを整えるため*/
		.content_head_action img{padding-top:160px;} /*Actionページのヘッダ整えるため*/
	}

	@media screen and (max-width:767px) {
	.navi_wide {
		display: none;
	}
}
	/*//PC Navi*/
	
	/*SP Navi*/
	header.spOnly {
	width:100%;
	height:50px;
	z-index:2;
	position:fixed;
	/*background: #e73861;*/
	background: url(img/bg_pink.svg) repeat;
	background-color: #e73861;
	}
	header.spOnly h1{margin:0;padding:0;}
	header.spOnly h1 a img {
	height:28px;
	/*margin: 14px 0px 6px 50px;*/
	margin: 0px 0px 6px 50px; /*	margin: 14px 0px 6px 20px;*/

	}
	nav.spOnly ul {margin-left: 0;}	
	nav.spOnly ul li{
		font-size: 110%;
		font-weight: 700;
		margin-left: 1.5em; /*margin-left: -1.5em;*/
	}
	nav.spOnly ul li a{
		color: white;
		text-decoration: none;
	}
	/* //SP Navi*/
	
	
	/*ビデオ上コンテント*/
	.top_content {
		width: 90%;
		height: auto;
		margin: 0 auto;
		/*border: 1px solid white*/
	}
	.top_left {
		width: 35%;
		float: left;
		margin-top: 25%;
		margin-left: 10%;
		/*border: 1px solid white*/
	}
	.top_left img{
		width: 100%;
	}
	.top_right {
		float: left;
		margin-top: 25%;
		width: 40%;
		/*border: 1px solid white*/
	}
	
/*@media screen and (max-width:960px) {*/
@media screen and (max-width:768px) {	
	.top_left {
		width: 100%;
		float: none;
		margin: 0;
		/*padding-top: 7em;*/
		padding-top: 8em;
		/*border: 1px solid white*/
	}
	.top_left img{
		/*width: 81%;*/
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.top_right {
		float: none;
		width: 100%;
		margin: 0;
		padding-top: 1em;
		/*border: 1px solid white*/
	}
}
	/*　・・ビデオ上コンテント*/
	
	
	
	/*フォーム*/
	/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* //iOSでのデフォルトスタイルをリセット */
	
	.form_area {
		float: right;
		width: 60%;
	}
	h3.form_copy {
		color: white;
		text-align: center;
		font-size: 120%;
	}
	.form_inside {
		width: 100%;
		/*border: 1px solid white;*/
	}
	.input {
/*基本のスタイル*/
display: block;
margin-bottom: 0.7em;
/*width: 20em;*/
width: 100%;
height: 1em;
font-size: 80%;
border-radius: 5px;
		border: none;
		text-align: center;
/*テキスト入力のエリアを調整*/
padding: 1em 0em;
/* このプロパティを変更します*/
/*border: solid 2px #ccc;*/
/*このプロパティを変更します*/
box-shadow: none;
/*フォーカスしたときのトランジション設定 すべてのプロパティが0.5秒で切り替わる*/
/*transition: all 0.5s;*/
}
	.input:focus {
/*フォーカスした時に影をつける*/
/*box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);*/
/*フォーカスした時に枠線を太く濃く*/
/*border: solid 2px #666;*/
}
	.submit {
/*基本のスタイル*/
display: block;
/*width: 16.8em;*/
		width: 100%;
height: auto;
font-size: 106%;
font-weight: 700;
color: white;
background: #e73861;
border-radius: 5px;
		border: none;
/*テキスト入力のエリアを調整*/
padding: 0.5em 0.3em;
/* このプロパティを変更します*/
/*border: solid 2px #ccc;*/
/*このプロパティを変更します*/
box-shadow: none;
/*フォーカスしたときのトランジション設定 すべてのプロパティが0.5秒で切り替わる*/
/*transition: all 0.5s;	*/	
}
	@media screen and (max-width:960px) {
		.form_area {
		float: none;
		width: 100%;
		margin: 0em auto 2em auto;
		}
		.input {
		margin: 1em auto;
		width: 80%;
		}
		.submit {
		margin: 1em auto;
		width: 80%;	
		}
}
/*//フォーム*/
	
	
	/*共通*/
	.content {
		width: 100%;
	}
	.content_head {
		width: 100%;
		height: auto;
		background-image: url(img/copy_bg.svg);
		background-repeat: repeat;
		background-color: #e73861;
	}
	.content_head p {
		text-align: center;
	}
	img.content_head_copy {
		width: 50%;
		display: block;
		/*padding: 7em 0;*/
		margin: 0 auto;
	}
	.content_inside {
		width: 90%;
		height: auto;
		margin: 2em auto;
		display: block;
		overflow: auto;
	}
@media screen and (max-width:767px) {
	.content_head p {
		text-align: center;
	}
		img.content_head_copy {
			width: 90%;
			padding-right: 1em;
		/*padding: 3em 0;*/
	}
}
	/*　//共通*/
	
	
	/*コメント*/
	.comment_text {
		width: 100%;
		height: auto;
	}
	.comment_text_l {
		width: 50%;
		height: auto;
		float: left;
	}
	.comment_text_r {
		width: 50%;
		height: auto;
		float: right;
	}
	.comment_text_l img{
		width: 100%;
		height: auto;
	}
	.comment_text_r img{
		width: 100%;
		height: auto;
	}
	
@media screen and (max-width:767px) {
	.comment_text_l {
		width: 100%;
		height: auto;
		float: none;
	}
	.comment_text_r {
		width: 100%;
		height: auto;
		float: none;
	}
}
	/*//コメント*/
	
	
	
	
	/*アバウト About*/
	img.copy_about {
		width: 35%;
	}
	.about_text_pc {
		width: 80%;
		padding: 2em 0;
		display: block;
		margin: 0 auto;
	}
	.about_text_pc img{
		width: 100%;
	}
	
@media screen and (max-width:767px) {
		img.copy_about {
		width: 55%;
		}
		.about_text_pc {
		display: none;
		}
		.about_text_sp {
		width: 100%;
		padding: 0em 0;
			overflow: hidden;
		}
		.about_text_sp img{
		width: 100%;
		}
}
	/*//アバウト About*/
	
	
	/*ニュース用*/
	.news_area {
	background: #ededed;	
	}
	img.copy_news {
		width: 10%;
	}
	ul.news_items {
		width: 90%;
		height: auto;
		margin: 2em auto 0em auto; /*margin: 2em auto 0em auto;*/
		padding: 0em 0 4em 0; /*padding: 2em 0 4em 0;*/
		list-style: none;
		overflow: visible;
		margin-top:60px; /*追加*/
		display: table;
  		table-layout: fixed;
  		text-align: center;
		border-collapse: separate;  /* セルの間隔を空ける */
 		border-spacing: 10%; 　/*10%*/
	}
	ul.news_items li{
	display: table-cell; /*table*/
	vertical-align: middle;
	min-width:calc(99% / 3); /*min-width: 30%;*/
	margin:0; /*新設*/
	}
	ul.news_items li img{
		width:100%; /*width:90%;*/
		border: none;
	}
/*ニュース目次のBOX作成*/
.adjust-box {
	position: relative;
	width: 100%;　/*100％ */
	height: auto;
/*	background: #fff; 一時退避*/
	padding:0;

}
.box-1x1:before {
	content: "";
	display: block;
	padding-top: 125%;
	padding-left:0;
}
.inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	padding:0;
	margin:0 5%;
background: #fff; /*追加*/
}
.inner img{margin:0;
}
.adjust-box p {
	font-size:1.4vw; /*	font-size:2.1vw;*/
	line-height:1.5em;
	padding:0 1.3em;
	margin-top:0.5em;
	text-align:left;
	background-color: #FFFFFF;
	font-family: "Midashi Go MB31";
	letter-spacing: 0.05em;
}
.adjust-box p.update {
	font-size:1.2vw;
	margin-top:0.5em;
	margin-left:0.8em;
	font-family: "Gothic Medium BBB";
	letter-spacing: 0;
}
/*ニュース目次BOXおわり*/
/*ニュースリンクカラー*/
.adjust-box .inner a:hover{
	color:#e73861;
	transition: .3s;
	opacity: 0.5;
}	
.adjust-box .inner a{color:#e73861;	text-decoration: none;}

	
@media screen and (max-width:767px) {
		img.copy_news {
		width: 25%;
		}
		ul.news_items {
		width: 100%;
		height: auto;
		margin: 0 auto 0em auto;
		padding: 2em 0 4em 0;
		list-style: none;
		overflow: visible; 
	}
	ul.news_items li{
		display: block;
  		vertical-align: middle;
		min-width: 90%;　/*min-width: 90%;*/
		margin-top: 10%;
	}
	ul.news_items li:first-child{
		margin-top: 0%;
	}
	/*ul.news_items li:nth-child(2){
		margin-top: 10%;
	}*/
	/*ul.news_items li:last-child{
		display: none;
	}*/
/*ニュースBOX*/	
	.adjust-box {
	position: relative;
	width: 100%;　/*100％*/
	height: auto;
	background: #fff; 
	padding:0;

}
.adjust-box p {
	font-size:6.5vw;
	line-height:1.5em;
	padding:0 1.5em;
	margin-top:0.5em;
	text-align:left;
	background-color: #FFFFFF;
}
.adjust-box p.update {font-size:4.5vw;margin-top:0.5em;margin-left:1em;letter-spacing: 0;}
.news_area {
	background: #ffffff;	
	}
}
	
	/*ニュース中身*/
	.news_content {
		width: 80%;
		height: auto;
		position: relative;
		margin: 0 auto;
		background: #FFFFFF;
	}
	.news_content_inside {
		padding: 3em;
		background: #FFF;
	}
	.news_content_inside img{
		width: 100%;
		margin-bottom: 3em;
	}
	.news_content_inside p img{
		width: 100%;
		height:auto;
		margin-bottom: 3em;
	}
	.news_content_tex_l {
		width: 30%;
		float: left;
		color: #e73861;
		font-weight: 700;
		
	}
	.news_content_tex_r {
		width: 65%;
		float: right;
	}
	.news_content_tex_r p{
		text-indent: 1em;
	}
	.new_date {
		font-size: 100%;
		font-weight: 400;
		color: black;
	}
	.news_content_tex_btm {
		clear: both;
	}
	
@media screen and (max-width:767px) {
		.news_content {
			width: 90%;
		}
		.news_content_inside {
			padding: 3em 1em 1em 1em;
		}
		.news_content_tex_l {
		width: 100%;
		float: none;
		}
		.news_content_tex_r {
		width: 100%;
		float: none;
		}
		.news_content_tex_btm {
		display: none;
		}
}
/*表示のエフェクト*/
      .mfp-fade.mfp-bg {
        opacity: 0.001; /* Chrome opacity transition bug */
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
      }
      .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
      }
      .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
      }
      .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
      }
	/*　//ニュース中身*/
	/*　//ニュース用*/
	
	
	/*テイクアクション用*/
	img.copy_action {
		width: 15%;
	}
	/*Action追加*/
	.action_items_info {
		width:auto;
		margin-top:50px;
		margin-bottom:0;
		margin-left:auto;
		margin-right:auto;
		padding:60px 0;
		background-color:#e73861;
		color:#ffffff;
	}
	.action_items_info_inner {
		width:100%;
	}
	.action_items_info_inner .midashi{
		margin:0;
		padding:0;
		font-size:6vw;
		line-height:1.5em;
		text-align:center;
		font-family: "Midashi Go MB31";
	}
	.action_items_info_inner .honbun{
		margin:0;
		padding:0;
		font-size:2.5vw;
		line-height:1.5em;
		text-align:center; /*	text-align:left;*/
		font-family: "Gothic Medium BBB";
	}
	/*アクションリンクカラー*/
	.action_items_info_inner a:hover{
		color:#ffffff;
		transition: .3s;
		opacity: 0.5;
	}	
	.action_items_info_inner a{
		color:#ffffff;
		text-decoration: none;
	}

	/* /Action追加*/
	
	img.action_top {
		width: 90%;
		height: auto;
		display: block;
		margin: 1em auto; /*margin: 3em auto; */
	}
	ul.action_items {
		width: 90%;
		height: auto;
		margin: 2em auto;
		padding: 2em 0;
		list-style: none;
		overflow: auto;
		
		display: table;
  		table-layout: fixed;
  		text-align: center;
	}
	ul.action_items li{
		display: table-cell;
  		vertical-align: middle;
	}
	ul.action_items li img{
		width: 80%;
	}
	img.action_2nd {
		width: 60%;
		height: auto;
		display: block;
		margin: 3em auto;
	}
	ul.action_sns {
		width: 60%;
		height: auto;
		margin: 1em auto;
		padding: 1em 0 2em 0;
		list-style: none;
		overflow: auto;
		display: table;
  		table-layout: fixed;
  		text-align: center;
	}
	ul.action_sns li{
		display: table-cell;
  		vertical-align: middle;
	}
	ul.action_sns li img{
		width: 90%;
	}
	
@media screen and (max-width:767px) {
		.content_inside {
		overflow: hidden;
		}
		img.copy_action {
		width: 30%;
		}
		img.action_top {
		width: 90%;
		height: auto;
		display: block;
		margin: 1em auto;
	}
	ul.action_items {
		width: 90%;
		height: auto;
		margin: 0em auto;
		padding: 0em 0;
		list-style: none;
		overflow: auto;
	}
	ul.action_items li{
		margin: 0;
		padding: 0;
		width: 50%;
		float: left;
	}
	ul.action_items li img{
		width: 96%;
		margin-bottom: 4%;
	}
		img.action_2nd {
		width: 60%;
		height: auto;
		display: block;
		margin: 1em auto;
	}
	ul.action_sns {
		width: 90%;
		height: auto;
		margin: 0em auto;
		padding: 0em 0;
		list-style: none;
		overflow: auto;
		
		display: table;
  		table-layout: fixed;
  		text-align: center;
	}
	ul.action_sns li{
		display: table-cell;
  		vertical-align: middle;
	}
	ul.action_sns li img{
		width: 95%;
	}
}
	/* //テイクアクション用*/
	
	
	/*寄付用*/
	.kifu_area {
		background: #fff;
	}
	img.copy_kifu {
		width: 8%;
	}
	img.kifu_tex {
		width: 55%;
		display: block;
		margin: 5em auto 0em auto;
	}
	img.kifu_item {
		width: 55%;
		display: block;
		margin: 2em auto 2em auto;
	}
	.kifu_btn {
		width: 30%;
		margin: 4em auto;
	}
	.kifu_item img{
		width: 100%;
	}

	
@media screen and (max-width:767px) {
		.action_sns p{
			padding-bottom:20px;
			padding-top:30px;
			}
		img.copy_kifu {
		width: 15%;
		}
		img.kifu_tex {
		width: 80%;
		display: block;
		margin: 3em auto;
		}
		.kifu_item {
		width: 100%;
		display: block;
		margin: 0em auto 4em auto;
		}
		img.kifu_item {
		width: 80%;
		}
		.kifu_btn {
		width: 70%;
		margin: 2em auto 4em auto;
		}
		img.action_2nd {
		width: 100%;
		}
		
}
	/* //寄付用*/
	
	/*footer フッタ*/
	footer {
		width: 100%;
		height: auto;
		background: #333333;
	}
	.footer_content {
		width: 100%;
		height: auto;
	}
	.footer_content_inside {
		padding: 3em 0 1em 0;
		width: 300px;
		margin:0 auto;
	}
	img.footer_logo {
		width: 100%;
	}
	ul.footer_sns{
		padding-top: 1em;
		width: 100%;
		margin-left:0; /*	margin-left:-30px;*/
		display: table;
  		table-layout: fixed;
  		text-align: center;
	}
	ul.footer_sns li{
		display: table-cell;


	}
	ul.footer_sns li img{
		width: 35%;
	}
	
	.footer_content2nd {
		color:#6A6A6A;
		padding: 2em 0;
		width: 50%;
		margin: 0 auto;
	}
	h3.footer_guideline {
		font-size: 80%;
		text-align: center;
	}
	ul.footer_footer_guideline_att{
		padding-top: 1em;
		width: auto; /*		width: 100%;*/
	}
	ul.footer_footer_guideline_att li{
		font-size: 60%;
		line-height: 1.4em;
		margin-bottom: 0.5em;
	}
@media screen and (max-width:767px) {
		.footer_content_inside {
			width: 75%;
		}
		.footer_content2nd {
		color:#6A6A6A;
		padding: 2em 0;
		width: 80%;
		margin: 0 auto;
	}
}
	/*//footer フッタ*/

/*-------------------------------------------*/
/*　201903 */
/*　統一地方選挙 */
/*-------------------------------------------*/
#actionshare2019 {
	font-size: 62.5%;
}
.wrapper_action {
	width: 80%;
	max-width: 750px;
	margin: 2% auto 0 auto;
}
.wrapper_action img{
	width: 100%;
}
@media screen and (max-width:479px) {
	.wrapper_action {
		width: 90%;
		}
}
.watercolor {
	background: #91D2E6;
}
/* //共通*/

/*TOP Page*/
.top_select {
	width: 80%;
	max-width: 750px;
	margin: 1rem auto;
	display: flex;
}
.top_select_left {
	width: 50%;
	padding: 2rem;
	box-sizing: border-box;
}
.top_select_left img{
	width: 100%;
	vertical-align: middle;
}
.top_select_right {
	width: 45%;
	height: 4rem;
	background: #FFFFFF;
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	/*border: 1px solid red;*/
}
@media screen and (max-width:479px) {
	.top_select {
		width: 90%;
	height: 4rem;
	}
	.top_select_left {
		padding: 1rem;
	}
	.top_select_right {
	height: 2rem;
		margin-top: 0.4rem;
		padding-top: 1rem;
	}
}

/*フォーム修飾*/
.cp_ipselect {
	overflow: hidden;
	width: 80%;
	margin: 1.2rem auto;
	/*text-align: center;
	font-weight: 700;*/
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	letter-spacing: 0.5rem;
	font-weight: 700;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl05 {
	position: relative;
	border-radius: 6px;
	background: #91D2E6;
}
.cp_ipselect.cp_sl05::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
	pointer-events: none;
}
.cp_ipselect.cp_sl05 select {
	padding: 8px 38px 8px 8px;
	color: #000;
}
@media screen and (max-width:479px) {
	.cp_ipselect {
		margin-bottom: 2rem;
	}
	.cp_ipselect select {
		letter-spacing: 0.1rem;
	}
}
/*//フォーム修飾*/
