@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: auto;
		/* height: 100vh; */
		/* background: #000000; */
		background-color: var(--palered);
	}
	.head_pix {
		width: var(--per_100);
		padding-top: 100px;
	}
	@media screen and (max-width:767px) {
		.head_pix {
			padding-top: 50px;
		}
	}
	.head_pix > img {
		width: var(--per_100);
	}
	/* ボランティアリンク */
		.volunteer_link {position: fixed; z-index: 1000;}
		.volunteer_link > img {width: 100% display: block;}
		.volunteer_link_pc {
			width: 30vw;
			bottom: 5vh; /* ← これが「常に同じ位置」にするポイント */
			right: 4vw;
		}
		.volunteer_link_sp {
			width: 100vw;
			left: 0;
			bottom: 0;
		}
		@media screen and (min-width:768px) and ( max-width:1024px) {
		/* 画面サイズが600pxから960pxまではここを読み込む */
			.volunteer_link {position: fixed; z-index: 1000;}
			.volunteer_link > img {width: 100% display: block;}
			.volunteer_link_pc {
				width: 40vw;
				top: 40vh; /* ← これが「常に同じ位置」にするポイント */
				right: 3vw;
			}
		}
	/* //ボランティアリンク */


	/*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*/



	/*PC Navi2022*/
	.navi_wide2022 {
		width: 100%;
		height: 100px;
		background: url(img/bg_pink.svg) repeat;
		 position: fixed;
		background-color: #e73861;
    	top: 0;
    	left:0;
		z-index: 99;
	}
	.content_head_action img{padding-top:80px;} /*Actionページのヘッダ整えるため*/
	@media screen and (min-width:768px) and ( max-width:960px) {
	/* 画面サイズが600pxから960pxまではここを読み込む */
		
		ul.pc_navi_2022 {
			width: 80%;
			}
		ul.pc_navi_2022 li span.pc_navi_long{
			font-size: 90%
			}
		/*.navi_wide2022 {height:180px;}*/	 /*ナビが下段に落ちたときのヘッダを整えるため*/
		.navi_wide2022 {height:100px;}	
		.content_head_action img{padding-top:160px;} /*Actionページのヘッダ整えるため*/
		}

	@media screen and (max-width:767px) {
		.navi_wide2022 {
			display: none;
		}
	}
	ul.pc_navi_2022 {
		/* width: 50%; */
		width: 45%;
		float: right;
		padding-top: 2em; /*padding-top: 2em;*/
		list-style: none;

		display: flex;
		justify-content: space-between;
	}
	img.pc_navi2022_img{
		width: 80%;
	}
	li.pc_navi2022_sta {width: 26%;}
	li.pc_navi2022_ana {width:	30%;}
	li.pc_navi2022_koho {width: 25%;}
	li.pc_navi2022_last {width: 22%; margin-top: -0.3em;}
	ul.pc_navi2022_both {
		list-style: none;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: space-between;
		width: 100%;
	}
	li.pc_navi2022_twin {width: 100%;}



	/*//PC Navi 2022*/

	
	/*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-size: 90%;
		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; */
color: var(--pink);
background: var(--palered);
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;
		width: 30%;
	}
	img.content_head_copy {
		width: 100%;
		margin: 0 auto;
	}
	@media screen and (max-width:767px) {
		.content_head p {
			text-align: center;
			width: 100%;
		}
			img.content_head_copy {
				width: 90%;
		}
	}
	/* //ヘッドコピー */
	.content_inside {
		width: 90%;
		height: auto;
		margin: 2em auto;
		display: block;
		overflow: auto;
	}
	/*　//共通*/
	
	
	/* 
	
	2022選挙用追加

	*/
	:root {
		--pink: #e73861;
		--palered:	#ffede4;

		--per_100: 100%;
		--per_90: 90%;
		--per_80: 80%;
		--per_70: 70%;
		--per_60: 60%;
		--per_50: 50%;
		--per_40: 40%;
		--per_30: 30%;
		--per_20: 20%;
		--per_10: 10%;
		--per_05: 5%;
		--per_04: 4%;
		--per_03: 3%;
		--per_02: 2%;
		--per_01: 1%;
	  }
	.content_head {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 3.5em;
		box-sizing: border-box;
	}
	.content_head p{
		width: 40%;
	}
	@media (max-width: 480px) {
		.content_head p{
			width: 60%;
		}
  	}
	/* 三角形 */
	.triangle_pink {
		margin: 0 auto;
		width: 140px; /* 領域確保 */
		height: 70px; /* 領域確保 */
		position: relative;
	}
	.triangle_pink:after {
		border: 40px solid transparent; /* 三角形の元となる指定（一旦全て透過にする） */
		border-top-color: var(--pink); /* 作成したい三角形に合わせて１辺の色をつける */
		content: "";
		position: absolute;
		top: 0px;
		left: 50%; /* 中央寄せに使用 */
		margin-left: -40px; /* 中央寄せに使用*/
	}
	.triangle_palered {
		margin: 0 auto;
		width: 140px; /* 領域確保 */
		height: 70px; /* 領域確保 */
		position: relative;
	}
	.triangle_palered:after {
		border: 40px solid transparent; /* 三角形の元となる指定（一旦全て透過にする） */
		border-top-color: var(--palered); /* 作成したい三角形に合わせて１辺の色をつける */
		content: "";
		position: absolute;
		top: 0px;
		left: 50%; /* 中央寄せに使用 */
		margin-left: -40px; /* 中央寄せに使用*/
	}
	@media (max-width: 480px) {
		.triangle {
			margin: 0 auto 50px;
			width: 140px; /* 領域確保 */
			height: 70px; /* 領域確保 */
			position: relative;
		}
		.triangle:after {
			border: 25px solid transparent; /* 三角形の元となる指定（一旦全て透過にする） */
			border-top-color: #e73861; /* 作成したい三角形に合わせて１辺の色をつける */
			content: "";
			position: absolute;
			top: 0px;
			left: 50%; /* 中央寄せに使用 */
			margin-left: -25px; /* 中央寄せに使用*/
		}
  	}
	 /* //三角形 */ 

	/* ナビ用アンカー */
	#statement {margin-top: 0;}
	#anatani {padding-top: 50px;}
	#kohoshalist {padding-top: 60px;}
	@media screen and (max-width:767px) {
		#statement {margin-top: 350px;}
		#anatani {padding-top: 15px;}
		#kohoshalist {padding-top: 25px;}
	}
	/* //ナビ用アンカー */

	.bg_pink {
		background-color: var(--pink);
	}
	.bg_palered {
		background-color: var(--palered);
	}
	
	.per_90_w {width: var(--per_90);}
	.per_80_w {width: var(--per_80);}
	.per_70_w {width: var(--per_70);}
	.per_60_w {width: var(--per_60);}
	.per_50_w {width: var(--per_50);}
	.per_40_w {width: var(--per_40);}
	.per_30_w {width: var(--per_30);}
	.per_20_w {width: var(--per_20);}
	.per_10_w {width: var(--per_10);}
	
	.per_30_mgb {margin-bottom: var(--per_30);}
	.per_20_mgb {margin-bottom: var(--per_20);}
	.per_10_mgb {margin-bottom: var(--per_10);}
	.per_05_mgb {margin-bottom: var(--per_05);}
	.per_04_mgb {margin-bottom: var(--per_04);}
	.per_03_mgb {margin-bottom: var(--per_03);}
	.per_02_mgb {margin-bottom: var(--per_02);}
	.per_01_mgb {margin-bottom: var(--per_01);}
	
	.per_30_mgt {margin-top: var(--per_30);}
	.per_20_mgt {margin-top: var(--per_20);}
	.per_10_mgt {margin-top: var(--per_10);}
	.per_05_mgt {margin-top: var(--per_05);}
	.per_04_mgt {margin-top: var(--per_04);}
	.per_03_mgt {margin-top: var(--per_03);}
	.per_02_mgt {margin-top: var(--per_02);}
	.per_01_mgt {margin-top: var(--per_01);}

	/* JCPサポーターになろう */
	ul.joinus_2022 {
		width: var(--per_80);
		margin: 2rem auto;
		list-style: none;
		display: flex;
		justify-content: space-between;
	}
	@media screen and (max-width:767px) {
		ul.joinus_2022 {
			width: var(--per_100);
			flex-wrap: wrap;
		}
	}
	ul.joinus_2022 > li:first-child {
		width: 77%;
	}
	@media screen and (max-width:767px) {
		ul.joinus_2022 > li:first-child {width: var(--per_100);}
	}
	ul.joinus_2022 > li:first-child > img {
		width: 100%;
	}
	ul.joinus_2022 > li:nth-child(2) {
		width: 22%;
	}
	@media screen and (max-width:767px) {
		ul.joinus_2022 > li:nth-child(2) {width: var(--per_100);}
	}
	ul.joinus_2022_form {
		width: var(--per_100);
		list-style: none;
		display: flex;
		justify-content: space-between;
	}
	@media screen and (max-width:767px) {
		ul.joinus_2022_form{margin-top: 0.6rem;}
	}
	ul.joinus_2022_form > li:first-child {
		width: 0%;
		display: none;
	}
	ul.joinus_2022_form > li:nth-child(2) {
		width: 100%;
	}
	ul.joinus_2022_form > li:first-child > img {
		width: 100%;
	}
	@media screen and (max-width:767px) {
		ul.joinus_2022_form > li:first-child {
			width: 30%;
			display:inherit;
		}
		ul.joinus_2022_form > li:nth-child(2) {
			width: 70%;
		}
	}
	/* フォームのスタイルは#645辺りで変更 */
	
/* 	受付はこちらから */
	.ukesuke_link_head{
		width: 100%;
	}
	.ukesuke_link_head_inn {
		width: 37.5%;
		height: auto;
		margin: 0 auto;
		padding: 1.5rem 2rem;
	}
	@media screen and (max-width:767px) {
		.content_head {
			padding: 0 3em;
		}
		.ukesuke_link_head{
			width: 100%;
			padding: 0;
			margin: 0;
		}
		.ukesuke_link_head_inn {
			width: 60%;
			height: auto;
			margin: 3em auto 1em auto;
			padding: 0;
		}
	}
	
	ul.ukesuke_link {
	  list-style: none;
	  margin: 0 auto;
	  padding: 0;
	  width: 56%;
	  display: flex;
	  justify-content: space-between;
	}
	@media screen and (max-width:767px) {
		ul.ukesuke_link {
		  width: 100%;
		  margin: 0 auto 3em auto;
		}
	}
	
	ul.ukesuke_link li {
	  position: relative;
	  overflow: hidden;
	  margin: 0 auto;
	  width: 46%;
	  aspect-ratio: 1 / 1; /* 1:1のアスペクト比（正方形）を設定 */
	  display: block;
	}
	@media screen and (max-width:767px) {
		ul.ukesuke_link li {
		  width: 40%;
		}
	}
	ul.ukesuke_link li img {
		width: 100%;
		height: auto;
	}
	
	ul.ukesuke_link li img a{
		display: inline-block;
	}
	ul.ukesuke_link li img.vol:hover{
		background:url('../img_2024/02_icon_volunteer_hover.svg');
		background-repeat: no-repeat
	}
	ul.ukesuke_link li img.kifu:hover{
		background:url('../img_2024/02_icon_kifu_hover.svg');
		background-repeat: no-repeat
	}
	
	@media screen and (max-width:767px) {
		ul.ukesuke_link li img {
			width: 100%;
			height: auto;
		}
		ul.ukesuke_link li img a{
			display: inline-block;
		}
		ul.ukesuke_link li img.vol:hover{
			background:url('../img_2024/02_icon_volunteer_hover.svg');
			background-repeat: no-repeat
		}
		ul.ukesuke_link li img.kifu:hover{
			background:url('../img_2024/02_icon_kifu_hover.svg');
			background-repeat: no-repeat
		}
	}
/* 	//受付はこちらから */	


	/* ステートメント */
	p.statement_2022summer {
		width: 100%;
		margin: 100px auto;
		text-align: center;
	}
	
/* 	.statement_wrap {width: 95%; float: left; padding: 4% 0;} */
	.statement_wrap {width: 61%; margin: 0 auto;  padding: 4% 0;}}
	.statement_wrap > img {width: 100%;}
	@media screen and (max-width:767px) {
		.statement_wrap {width: 72%; margin: a auto; padding: 2rem 0;}
	}

	/* あなたにできること */
	/* 2つの方法があります */
	.your_support {
		height: auto;
		margin: 0 auto;
		padding: 0;
		display: block;
		overflow: auto;
		background-color: #ffede4;
	}
	.your_support_support {width: 65%;}
	.your_support_support p {margin-left: 2%;}
	.your_support_pc img{width: var(--per_100);}
	@media screen and (max-width:767px) {
		.your_support_support {width: var(--per_80);}
		.your_support_support p {margin-left: 1%;}
	}
	/* .support_futatsu_wrap {width: 96%; margin: 0 auto 0 auto;} */
	.support_futatsu_wrap {width: 100%; margin: 0 auto 0 auto;}
	.support_futatsu_up {width: 100%; margin: 0 auto;}
	.support_futatsu_up > img {width: 100%;}
	.support_futatsu_btm {width: 97%; margin: 0;}
	@media screen and (max-width:767px) {
		.support_futatsu_wrap {width:100%; margin: 0 auto 2rem auto;}
		.support_futatsu_up {width: 100%; margin: 3em auto 2rem auto;}
		.support_futatsu_btm {width: 93%; margin: 0 auto;}
	}
	.dekirkoto_pc {position: relative}
	img#dekirkoto_pc_bg {z-index: 0;  width: 100%;}

	/* 寄付ページへ PC- */
	/* .dekirkoto_pc_btn_wrap {width: 20%; z-index: 2; position: absolute; bottom:1.5%; left: 23%;} */
	.dekirkoto_pc_btn_wrap {
		width: 20%; 
		z-index: 2;
		position: absolute;
		bottom:1.5%;
		left: 23%;
	}
	.dekirkoto_pc_btn_wrap_inside {
		 position: relative;
	}
	.dekirkoto_pc_btn_wrap > img {
		width: 100%;
		transition: opacity 0.5s;
	}
	.dekirkoto_pc_btn_wrap:hover img:first-of-type {
		 opacity: 0;
	}
	.dekirkoto_pc_btn_wrap img:last-of-type {
		position: absolute;
    	top: 0px;
    	left: 0px;
    	opacity: 0;
	}
	.dekirkoto_pc_btn_wrap:hover img:last-of-type {
		opacity: 1;
	}
	img#dekirkoto_pc_btn {z-index: 2;}

	/* 寄付ページへ PC- */
	@media screen and (max-width:767px) {
		.dekirkoto_sp {position: relative}
	}
	
	.dekirkoto_sp {position: relative}
	img#dekirkoto_sp_bg {z-index: 0; width: 100%;}
	.dekirkoto_sp_btn_wrap {width: 40%; z-index: 2; position: absolute; bottom:2%; right: 10%;}
	.dekirkoto_sp_btn_wrap > img {width: 100%}
	
	/* //2つの方法があります */

	/* ボランティアには3つのサポートがあります */
	/* テキスト */
	/* .your_support_head_tex {width: var(--per_70);} */
	.your_support_head_tex {width: 58%; margin-top: 1rem;}
	@media screen and (max-width:767px) {
		.your_support_head_tex {width: var(--per_80);}
	}

	/* 街宣 */
	.support_gaisen {width: 73.8%; float: right; padding-right: 0.9%; box-sizing: border-box; }
	.support_gaisen img {width: 100%;}

	/* ポスティング */
	ul.posting_wrap {
		width: 100%;
		display: flex;
		justify-content: left;
		margin: 0 auto;
		list-style: none;
		padding: 0;
	}
	/* ul.posting_wrap > li:first-child{
		width: 2%;
	} */
	/* ul.posting_wrap > li:last-child{
		width: 94%;
		padding-left: 3%;
	} */
	ul.posting_wrap > li{
		width: 100%;
	}
	.support_posting_one {width: 58%; margin: 0 auto;}
	@media screen and (max-width:767px) {
		ul.posting_wrap {width: 80%;}
		ul.posting_wrap > li:first-child{width: 0%;}
		ul.posting_wrap > li:last-child{width: 100%; padding-left: 0%;
		}
	}
	/* グラフ */
	.graff_num_box {
		/* width: var(--per_70);
		margin: 0 auto; */
		width: 55%;
		margin: 0 0 0 22.3%;
	}
	p.graff_num {
		font-size: 1.8rem;
		color: #FFF;
		font-weight: 700;
		margin-left: 3%;
	}
	p.graff_num > span{
		font-size: 4rem;
		margin: 0 0.5rem;
	}
	@media screen and (max-width:767px) {
		.graff_num_box {width: var(--per_100); margin: 0.6em auto; text-align: center;}
		p.graff_num {font-size: 1rem;}
		p.graff_num > span{
			font-size: 2rem;
			margin: 0;
		}
	}
	.graff_box {margin: 0.6rem 0 1.6rem 24%; width:51%;}
	@media screen and (max-width:767px) {
		.graff_box {margin: 0.6rem auto; width: var(--per_100);}
	}
	.graff_flame {
		width: 100%;
		margin:0;
		border: 1px solid #fff;
		box-sizing: border-box;
	}
	.graff{
		height:30px;
		background:#fff;
		display: flex;
		justify-content: right;
		align-items: center;
	}
	.donate_per {
		font-size: 1.5rem;
		font-weight: 700;
		color: var(--pink);
		margin-right: 0.5rem;
	}
	@media screen and (max-width:767px) {
		.graff {height:30px;}
		.donate_per {font-size: 1.2rem;}
	}

	ul.postinglink_pc {
		width: 80%;
		margin: 0 auto;
	}
	ul.postinglink_pc > li > img{
		width: var(--per_100);
	}
	ul.postinglink_pc > li {margin-left: 18%;}
	ul.postinglink_pc > li:first-child {/* width: 39%; */width: 43%;}
	ul.postinglink_pc > li:last-child {/* width: 43%; */width: 48%;}
	ul.postinglink_sp {
		width: var(--per_100);
		margin: 1rem auto;
		display: flex;
		justify-content:space-between;
	}
	ul.postinglink_sp > li > a{
		width: var(--per_100);
	}
	ul.postinglink_sp > li > img{
		width: var(--per_100);
	}
	ul.postinglink_sp li:first-child{
		width: 44%;
	}
	ul.postinglink_sp li:nth-child(2){
		width: 50%;
	}
	/* //ポスティング */

	/* 電話かけ */
	.support_tel {
		display:flex;
		/* justify-content: right; */
		margin-bottom: 5em;
	}
	.tellink {width: 56%; margin-left: 10.6%;}
	.tellink > a{
		width: var(--per_100);
	}
	img.support_tel_img_sp {width:85%; margin-right:15%;}
	/* //あなたにできること */

	/* あなたの寄付でできること */
	.your_kifu_01 {width: 33%; margin: 1rem auto 0 auto;}
	.your_kifu_02 {width: 63%; margin: 1.5rem auto 0 auto;}
	.your_kifu_03 {width: 83%; margin: 3.8rem auto 0 auto;}
	.your_kifu_04 {width: 63%; margin: 3rem auto 3.5rem auto;}
	/* //あなたの寄付でできること */


	/* 候補者一覧暫定 */
	.kohosha_ichiran {width: 80%; margin: 2em auto;}
	h3.kohosha_ichiran_areaname {width:70%; font-size: 1.8rem; font-weight:700; padding: 1rem; box-sizing: border-box; border: 1px solid black;}
	@media screen and (max-width:767px) {
		h3.kohosha_ichiran_areaname {width:90%; font-size: 1rem; padding: 0.6rem; }
	}
	/* //候補者一覧暫定 */

	/* 第26回参議院議員通常選挙候補予定者名 */
	.kohosha_title{
		width: 60%;
	}
	@media screen and (max-width:767px) {
		.kohosha_title{
			width: 100%;
		}
	}
	/* アコーディオン2 */
	.accordion_2022_wrap {width: 80%; margin: 0 auto;}
			.accordion_2022 {
			  /* margin: 3em auto;
			  max-width: 60vw; */
			  margin: 0 auto;
			  width: 100%;
			  padding-bottom: 5rem;
			}
			.toggle_2022 {
			  display: none;
			}
			.option_2022 {
			  position: relative;
			  margin-bottom: 1em;
			}
			.title_2022,
			.content_2022 {
			  -webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				transform: translateZ(0);
				transition: all 0.3s;
			}
			.title_2022 {
				width: 70%;
				border: solid 1px #000;
				padding: 1em;
				box-sizing: border-box;
				display: block;
				color: #000;
				font-size: 1.3rem;
				font-weight: 700;
				cursor: pointer;
			}
			@media screen and (max-width:767px) {
				.title_2022 {width: 100%; padding: 0.8em;}
			}
			.title_2022:after, .title_2022:before {
			  content: "";
			  position: absolute;
			  right: 1.25em;
			  top: 1.25em;
			  width: 2px;
			  height: 0.75em;
			  background-color: #000;
			  transition: all 0.3s;
			}
			.title_2022:after {
			  transform: rotate(90deg);
			}
			.content_2022 {
			  max-height: 0;
			  overflow: hidden;
			}
			.content_2022 p {
			  margin: 0;
			  padding: 0.5em 1em 1em;
			  font-size: 0.9em;
			  line-height: 1.5;
			}
			.toggle_2022:checked + .title_2022 + .content_2022 {
				/* max-height: 400px; */
				max-height: 800px;
				transition: all .8s;
			}
			@media screen and (max-width:767px) {
				.toggle_2022:checked + .title_2022 + .content_2022 {
					/* max-height: 1600px; */
					max-height: 150vh;
				}
			}
			.toggle_2022:checked + .title_2022:before {
				transform: rotate(90deg) !important;
			}
	/* //アコーディオン2 */

	/* 比例区 */
	.kohosha_hirei_head {
		width: 98%;
		background-color: #a67c52;
		border-radius: 6px;
		padding: 1em;
		box-sizing: border-box;
		margin: 1.6em 0 0 0;
	}
	@media screen and (max-width:767px) {
		.kohosha_hirei_head {margin: 0.6em auto 0 auto;}
	}
	.triangle_green {
		margin: 0 auto;
		width: 50px; /* 領域確保 */
		height: 10px; /* 領域確保 */
		position: relative;
	}
	.triangle_green:after {
		border: 20px solid transparent; /* 三角形の元となる指定（一旦全て透過にする） */
		border-top-color: #a67c52; /* 作成したい三角形に合わせて１辺の色をつける */
		content: "";
		position: absolute;
		top: 0px;
		left: 50%; /* 中央寄せに使用 */
		margin-left: -20px; /* 中央寄せに使用*/
	}
	.kohosha_hirei_head > h3 {font-size: 2.5rem; color: #FFF; text-align: center; letter-spacing: -0.1rem;}
	.kohosha_hirei_head > p {font-size:1.2rem; font-weight: 700; text-align: center;}
	@media screen and (max-width:767px) {
		.kohosha_hirei_head > h3 {/* font-size: 1.8rem; */font-size: 1.3rem;}
		.kohosha_hirei_head > p {font-size:1rem;}
	}
	/* 通常選挙区 */
	.kohosha_hirei_head_pink {
		width: 98%;
		background-color: var(--pink);
		border-radius: 6px;
		padding: 1em;
		box-sizing: border-box;
		margin: 1.6em 0 0 0;
	}
	@media screen and (max-width:767px) {
		.kohosha_hirei_head_pink {margin: 0.6em auto 0 auto;}
	}
	.triangle_pink_s {
		margin: 0 auto 1rem auto;
		width: 50px; /* 領域確保 */
		height: 10px; /* 領域確保 */
		position: relative;
	}
	.triangle_pink_s:after {
		border: 20px solid transparent; /* 三角形の元となる指定（一旦全て透過にする） */
		border-top-color: var(--pink); /* 作成したい三角形に合わせて１辺の色をつける */
		content: "";
		position: absolute;
		top: 0px;
		left: 50%; /* 中央寄せに使用 */
		margin-left: -20px; /* 中央寄せに使用*/
	}
	.kohosha_hirei_head_pink > h3 {font-size: 2.5rem; color: #FFF; text-align: center; letter-spacing: -0.1rem;}
	.kohosha_hirei_head_pink > p {font-size:1.2rem; font-weight: 700; text-align: center;}
	@media screen and (max-width:767px) {
		.kohosha_hirei_head_pink > h3 {/* font-size: 1.8rem; */font-size: 1.3rem;}
		.kohosha_hirei_head_pink > p {font-size:1rem;}
	}
	
	/* 候補者リスト */
	ul.kohoshalist {
		list-style: none;
		margin-top: 1em;
		width: var(--per_100);
		display: flex;
		flex-wrap: wrap;
	}
	ul.kohoshalist > li{
		width: 18%;
		margin-bottom: 2%;
		margin-right: 2%;
	}
	ul.kohoshalist > li:last-child{
		margin-right: 0;
	}
	ul.kohoshalist > li > a >img {
		width: 100%;
	}
	ul.kohoshalist > li > img {
		width: 100%;
	}
	@media screen and (max-width:767px) {
		ul.kohoshalist {justify-content: space-between;}
		ul.kohoshalist > li{width: 48%; margin-bottom: 2%; margin-right: 0%;}
	}
	/* //候補者リスト */
	
	
	/* //第26回参議院議員通常選挙候補予定者名 */


	/* ヘッダータイトル変更部分 */
	.content_head_anata {width: 70%; margin: 0 auto;}
	.content_head_kohosha {width: 53%; margin: 0 auto;}
	.content_head_news {width: 10.8%; margin: 0 auto;}
	@media screen and (max-width:767px) {
		.content_head_anata {width: 69%;}
		.content_head_anata img {width: 100%;}
		.content_head_kohosha {width: 100%;}
		.content_head_news {width: 31%;}
	}
	
	.content_totobuken_btn {}
	
	.content_btmtext_anata {width: 65%; margin: 0 auto;}
	.content_btmform_anata {width: 32%; margin: 2em auto;}
	@media screen and (max-width:767px) {
		.content_head_anata {width: 100%;}
		.content_btmtext_anata {width: 100%; margin: 0 auto;}
		.content_btmform_anata {width: 100%; margin: 1em auto 2em auto;}
		.content_btmform_anata > img {width: 100%;}
	}
	.content_btmtext_anata img{width:100%;}
	.content_btmform_anata img{width:100%;}
	
	/* //2022選挙用追加 */

	/*コメント*/
	.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;
		display: table;
  		table-layout: fixed;
  		text-align: center;
	}
	ul.footer_sns li{
		display: table-cell;


	}
	ul.footer_sns li img{
		width: 35%;
	} */
	ul.footer_sns{
		padding-top: 1em;
		list-style: none;
		width: 100%;
		margin:0;
		display: flex;
		justify-content: space-around;
	}
	.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: 55%;
			/* padding: 1em 0 1em 0; */
			padding: 1em 0 10em 0;
		}
		.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;
	}
}
/*//フォーム修飾*/


/*-------------------------------------------*/
/*　202410 */
/*　ボランティアセンター */
/*-------------------------------------------*/
.shikaku {
	width: 80%;
/* 	margin: 5vh auto; */
	margin: 0 auto 4vh auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gradient-border {
	width: 10vw;
	height: 10vw;
	margin: 2vh 1vh 0 1vh;
	
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	border: 1px solid #FFAEAE;
	border-radius: 2px;
}

@media screen and (max-width:479px) {
	.shikaku {
		width: 100%;
	}
/* 	.gradient-border {
		width: 20vw;
		height: 20vw;
		margin: 1.7vh 0 0 1.7vh;
	} */
	.gradient-border {
		width: 18vw;
		height: 18vw;
		margin: 1.7vh 0 0 1.7vh;
	}
}

.gradient-border img {width: 98%;}
/* .gradient-border > a > img {width: 98%; height: 98%} */



/*//ボランティアセンター*/