@charset "UTF-8";
/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #db001c;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:active {
	text-decoration: none;
	color: #db001c;
}

/* ----------------------------------------------------
	web_member
---------------------------------------------------- */
#web_member {
	/* IE */
	/* IE.end */
	/* memberSearch.end */
	/* prefectures.end */
	/* ----------------------------------------------------
		archive
	---------------------------------------------------- */
	/* memberList.end */
	/* ----------------------------------------------------
		sidenavi
	---------------------------------------------------- */
	/* ----------------------------------------------------
		provinces
	---------------------------------------------------- */
	/* IE */
	/* IE.end */
	/* pagetitle.end */
	/* ----------------------------------------------------
		giin
	---------------------------------------------------- */
	/* IE */
	/* IE */
	/* giinBox.end */
	/* ----------------------------------------------------
		candidate
	---------------------------------------------------- */
}
#web_member .memberSearch {
	padding: 40px 40px 30px 40px;
	margin: 20px 0 30px 0;
	background: #ededed;
}
#web_member .memberSearch .searchWindow {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}
#web_member .memberSearch .searchWindow input[type="text"] {
	border: 0;
	padding: 6px;
}
#web_member .memberSearch .searchWindow input[type="submit"] {
	padding: 3px 10px;
	margin-left: 10px;
	border: 0;
	color: #fff;
	background: #db001c;
	cursor: pointer;
}
#web_member .memberSearch p {
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 2;
	text-align: center;
}
@media all and (-ms-high-contrast: none) {
	#web_member .memberSearch .searchWindow input[type="submit"] {
		padding: 3px 10px 5px 10px;
	}
}
@media screen and (max-width: 768px) {
	#web_member .memberSearch {
		padding: 30px 30px 24px 30px;
	}
	#web_member .memberSearch .searchWindow input[type="text"] {
		width: 100%;
		box-sizing: border-box;
	}
	#web_member .memberSearch p {
		font-size: 8px;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 320px) {
	#web_member .memberSearch {
		padding: 20px 20px 16px 20px;
	}
}
#web_member .prefectures ul {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#web_member .prefectures ul:nth-child(4):before, #web_member .prefectures ul:nth-child(7):before {
	content: "";
	display: block;
	width: 16%;
	order: 1;
}
#web_member .prefectures ul:nth-child(4):after, #web_member .prefectures ul:nth-child(7):after {
	content: "";
	display: block;
	width: 16%;
}
#web_member .prefectures ul:nth-child(6):after {
	content: "";
	display: block;
	width: 16%;
}
#web_member .prefectures ul:last-child:after {
	content: "";
	display: block;
	width: 66.4%;
}
#web_member .prefectures ul li {
	width: 16%;
	text-align: center;
	margin-bottom: 6px;
	box-sizing: border-box;
}
#web_member .prefectures ul li a {
	padding: 6px 0 4px 0;
	margin: 0;
	border: 1px solid #e4e4e4;
	display: block;
}
@media all and (-ms-high-contrast: none) {
	#web_member .prefectures ul li a {
		padding: 7px 0 0 0;
	}
}
#web_member .prefectures ul li a:hover {
	color: #fff;
	background: #db001c;
}
@media screen and (max-width: 768px) {
	#web_member .prefectures {
		margin-bottom: 60px;
	}
	#web_member .prefectures ul:nth-child(4):before, #web_member .prefectures ul:nth-child(7):before {
		content: none;
	}
	#web_member .prefectures ul:nth-child(4):after, #web_member .prefectures ul:nth-child(7):after {
		width: 32%;
	}
	#web_member .prefectures ul:nth-child(6):after {
		width: 32%;
	}
	#web_member .prefectures ul:last-child:after {
		content: "";
		display: block;
		width: 32%;
	}
	#web_member .prefectures ul li {
		width: 32%;
	}
}
#web_member .memberList {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
#web_member .memberList:not(:first-child) {
	margin-top: 60px;
}
#web_member .memberList .photo {
	width: 22.68%;
	/* 162px */
}
#web_member .memberList .photo img {
	width: 100%;
	height: auto;
}
#web_member .memberList .detail {
	width: 70.02%;
	/* 500px */
}
#web_member .memberList .detail p {
	padding: 0;
	margin: 0 0 20px 0;
}
#web_member .memberList .detail .copy {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.28571;
	font-feature-settings: "palt";
	font-weight: bold;
}
#web_member .memberList .detail .copy_add {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.30769;
	font-feature-settings: "palt";
	font-weight: bold;
}
#web_member .memberList .detail .name {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 0.88889;
	font-weight: bold;
}
#web_member .memberList .detail .ruby {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: normal;
	display: inline-block;
	margin-left: 20px;
}
#web_member .memberList .detail .add {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.33333;
	display: inline-block;
}
#web_member .memberList .detail .block {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.45455;
	font-weight: bold;
	display: inline-block;
}
#web_member .pcver dl,
#web_member .memberList_sp dl {
	padding: 0;
	margin: 0;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.77778;
	margin-bottom: 10px;
}
#web_member .pcver dl dt,
#web_member .memberList_sp dl dt {
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	width: 70px;
}
#web_member .pcver dl dd,
#web_member .memberList_sp dl dd {
	padding: 0;
	margin: 0 0 0 70px;
}
#web_member .pcver ul.linkbox,
#web_member .memberList_sp ul.linkbox {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
}
#web_member .pcver ul.linkbox li,
#web_member .memberList_sp ul.linkbox li {
	width: 33%;
	font-feature-settings: "palt";
}
#web_member .pcver ul.linkbox li:before,
#web_member .memberList_sp ul.linkbox li:before {
	content: url(../images/common/icon_arrow05.png);
	margin-right: 4px;
}
#web_member .pcver ul.linkbox .non,
#web_member .memberList_sp ul.linkbox .non {
	color: #999;
}
#web_member .pcver ul.linkbox .non:before,
#web_member .memberList_sp ul.linkbox .non:before {
	content: url(../images/common/icon_arrow_non.png);
	margin-right: 4px;
}
#web_member .memberList_sp {
	display: none;
}
@media screen and (max-width: 736px) {
	#web_member .memberList .photo {
		width: 28%;
	}
	#web_member .memberList .detail {
		width: 66%;
	}
	#web_member .memberList .detail p {
		padding: 0;
		margin: 0 0 20px 0;
	}
	#web_member .memberList .detail .copy {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.33333;
	}
	#web_member .memberList .detail .ruby {
		display: block;
		margin-left: 0;
	}
	#web_member .pcver {
		display: none;
	}
	#web_member .memberList_sp {
		display: block;
	}
}
@media screen and (max-width: 320px) {
	#web_member .memberList_sp ul.linkbox li {
		font-size: 8px;
		font-size: 0.8rem;
		line-height: 2;
	}
}
#web_member .memberListarchive {
	margin-bottom: 50px;
}
#web_member .memberListarchive li:before {
	content: url(../images/common/icon_arrow05.png);
	margin-right: 6px;
}
#web_member .memberListarchive li a {
	border-bottom: 1px solid #e4e4e4;
}
#web_member .memberListarchive li a:hover {
	border-bottom: 1px solid #db001c;
}
#web_member .inner_wrp .conr .sidenavi {
	border-top: 1px solid #e4e4e4;
}
#web_member .pagetitle .committee {
	padding: 0;
	margin: 30px 0 8px 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.53846;
	font-weight: bold;
}
#web_member .pagetitle table {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
#web_member .pagetitle table td {
	padding: 6px 16px;
	margin: 0;
	box-sizing: border-box;
}
#web_member .pagetitle table td:nth-child(odd) {
	background: #ededed;
	width: 150px;
}
@media all and (-ms-high-contrast: none) {
	#web_member .pagetitle table td {
		padding: 8px 16px 2px 16px;
	}
}
@media screen and (max-width: 736px) {
	#web_member .pagetitle table td {
		padding: 6px 10px;
		display: block;
		width: 100%;
	}
	#web_member .pagetitle table td:nth-child(odd) {
		width: 100%;
	}
	#web_member .pagetitle table td:nth-child(even) {
		margin-bottom: 20px;
	}
}
#web_member .giinBox {
	padding: 0;
	margin: 40px 0 0 0;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#web_member .giinBox .giin_photo {
	padding: 0;
	margin: 0;
	width: 28%;
}
#web_member .giinBox .giin_photo img {
	width: 150px;
	height: auto;
}
#web_member .giinBox .giin_detail {
	padding: 0;
	margin: 0 0 40px 0;
	width: 72%;
	border-bottom: 1px dotted #ccc;
}
#web_member .giinBox .giin_shimei {
	margin-bottom: 20px;
}
#web_member .giinBox .giin_shimei span {
	display: inline-block;
}
#web_member .giinBox .giin_shimei .giin_name {
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.36364;
	font-weight: bold;
}
#web_member .giinBox .giin_shimei .giin_kata {
	margin-left: 16px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 0.88889;
}
#web_member .giinBox dl.giin_ju {
	padding: 0;
	margin: 0;
}
#web_member .giinBox dl.giin_ju dt {
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	width: 130px;
}
#web_member .giinBox dl.giin_ju dt span {
	width: 120px;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #595757;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.77778;
	color: #fff;
}
#web_member .giinBox dl.giin_ju dd {
	padding: 0;
	margin: 0 0 4px 130px;
}
#web_member .giinBox .giin_introduction {
	padding: 20px 0 0 0;
	margin: 20px 0;
	border-top: 1px dotted #ccc;
}
#web_member .giinBox dl.url_all {
	padding: 0;
	margin: 0;
	width: 72%;
	box-sizing: border-box;
}
#web_member .giinBox dl.url_all dt {
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	width: 86px;
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#web_member .giinBox dl.url_all dt span {
	width: 74px;
	display: inline-block;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#web_member .giinBox dl.url_all dt .giin_url {
	background: #ededed;
}
#web_member .giinBox dl.url_all dt .giin_tw {
	background: #1da1f2;
	color: #fff;
}
#web_member .giinBox dl.url_all dt .giin_fb {
	background: #3b579d;
	color: #fff;
}
#web_member .giinBox dl.url_all dt .giin_yt {
	background: #f00;
	color: #fff;
}
#web_member .giinBox dl.url_all dd {
	padding: 0;
	margin: 0 0 4px 86px;
}
#web_member .giinBox dl.url_all dd a {
	border-bottom: 1px solid #ededed;
}
#web_member .giinBox dl.url_all dd a:hover {
	border-bottom: 1px solid #db001c;
}
#web_member .giinBox .office {
	padding: 0;
	margin: 20px 0 0 0;
	width: 72%;
}
#web_member .giinBox .office form {
	padding: 0;
	margin: 0;
}
#web_member .giinBox .office input[type="submit"] {
	padding: 0 0 0 20px;
	margin: 0;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", sans-serif;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.77778;
	text-align: left;
	border: 0;
	cursor: pointer;
	background: url(../images/common/icon_arrow01.png) left center no-repeat;
}
#web_member .giinBox .office input[type="submit"]:hover {
	color: #db001c;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media all and (-ms-high-contrast: none) {
	#web_member .giinBox dl.giin_ju dt span {
		padding: 5px 0 0 0;
	}
	#web_member .giinBox dl.giin_ju dd {
		padding: 0;
		margin: 0 0 9px 130px;
	}
	#web_member .giinBox dl.url_all dt span {
		padding: 5px 0 0 0;
	}
	#web_member .giinBox dl.url_all dd {
		margin: 0 0 9px 86px;
	}
}
@media screen and (max-width: 736px) {
	#web_member .giinBox .giin_photo {
		width: 100%;
		text-align: center;
	}
	#web_member .giinBox .giin_detail {
		padding: 0 0 20px 0;
		margin: 0 0 30px 0;
		width: 100%;
	}
	#web_member .giinBox .giin_shimei {
		text-align: center;
	}
	#web_member .giinBox .giin_shimei .giin_name {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
	}
	#web_member .giinBox .giin_shimei .giin_kata {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
	}
	#web_member .giinBox dl.url_all {
		width: 100%;
	}
	#web_member .giinBox dl.url_all dd {
		word-wrap: break-word;
	}
	#web_member .giinBox .office {
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	#web_member .giinBox dl.giin_ju dt {
		width: 110px;
	}
	#web_member .giinBox dl.giin_ju dt span {
		width: 100px;
		font-size: 8px;
		font-size: 0.8rem;
		line-height: 2;
	}
	#web_member .giinBox dl.giin_ju dd {
		margin: 0 0 4px 110px;
		word-wrap: break-word;
	}
}
#web_member .candidate h4 {
	padding-left: 24px;
}
#web_member .candidate ul {
	padding: 0 0 0 24px;
	margin: 0 0 0 22px;
}
#web_member .candidate ul li {
	list-style-type: circle;
}
#web_member .candidate aside {
	padding-left: 24px;
	margin-bottom: 30px;
}

/* web_member */
/* ----------------------------------------------------
.memberlistWrap
---------------------------------------------------- */
@media print {
	body {
		overflow-y: visible !important;
		overflow-x: visible !important;
	}

	.memberlistWrap {
		overflow-y: visible;
		display: block;
	}
	.memberlistWrap .memberlistBox {
		float: left;
		min-height: 186px;
	}

	@-moz-document url-prefix() {}
}
.memberlistWrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.memberlistWrap:after {
	content: "";
	display: block;
	width: 32%; 
}
.memberlistWrap .memberlistBox {
	margin-bottom: 50px;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 32%;
}
.memberlistWrap .memberlistBox .photoBox {
	width: 90px;
}
.memberlistWrap .memberlistBox .photoBox img {
	width: 90px;
	height: auto;
}
.memberlistWrap .memberlistBox .infoBox {
	width: 220px;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.memberlistWrap .memberlistBox .infoBox .block {
	font-weight: bold;
	display: inline-block;
}
.memberlistWrap .memberlistBox .infoBox .block span {
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.77778;
	font-feature-settings: "palt";
}
.memberlistWrap .memberlistBox .infoBox .name {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.14286;
	font-weight: bold;
}
.memberlistWrap .memberlistBox .infoBox .pri {
	margin-top: 10px;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.33333;
}
.memberlistWrap .memberlistBox .linkbox {
	margin-top: 10px;
	width: 100%;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.77778;
}
.memberlistWrap .memberlistBox .linkbox li {
	margin-right: 20px;
	font-feature-settings: "palt";
}
.memberlistWrap .memberlistBox .linkbox li a:before {
	content: url(../images/common/icon_arrow05.png);
	margin-right: 4px;
}
.memberlistWrap .memberlistBox .linkbox li.non {
	color: #999;
}
.memberlistWrap .memberlistBox .linkbox li.non:before {
	content: url(../images/common/icon_arrow03.png);
	margin-right: 4px;
}
.memberlistWrap .memberlistBox .linkbox li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 736px) {
	.memberlistWrap .memberlistBox {
		width: 48%;
	}
	.memberlistWrap .memberlistBox .photoBox {
		width: 30%;
		text-align: center;
	}
	.memberlistWrap .memberlistBox .photoBox img {
		width: 100%;
	}
	.memberlistWrap .memberlistBox .infoBox {
		width: 66%;
	}
	.memberlistWrap .memberlistBox .infoBox .block {
		font-size: 90%;
	}
	.memberlistWrap .memberlistBox .infoBox .name {
		font-size: 116%;
	}
	.memberlistWrap .memberlistBox .infoBox .ruby {
		font-size: 82%;
	}
	.memberlistWrap .memberlistBox .infoBox .pri {
		font-size: 82%;
	}
	.memberlistWrap .memberlistBox .linkbox {
		font-size: 86%;
		display: block;
	}
	.memberlistWrap .memberlistBox .linkbox li {
		margin-right: 0;
	}
}
@media screen and (max-width: 375px) {
	.memberlistWrap .memberlistBox {
		width: 100%;
	}
	.memberlistWrap .memberlistBox .photoBox {
		width: 100%;
		text-align: center;
	}
	.memberlistWrap .memberlistBox .photoBox img {
		width: 160px;
	}
	.memberlistWrap .memberlistBox .infoBox {
		margin: 0 auto;
		width: 80%;
		text-align: center;
	}
	.memberlistWrap .memberlistBox .infoBox .block {
		font-size: 90%;
	}
	.memberlistWrap .memberlistBox .infoBox .name {
		font-size: 130%;
	}
	.memberlistWrap .memberlistBox .infoBox .ruby {
		font-size: 90%;
	}
	.memberlistWrap .memberlistBox .infoBox .pri {
		font-size: 90%;
	}
	.memberlistWrap .memberlistBox .linkbox {
		width: 100%;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flexbox;
		display: -webkit-flex;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -o-flexbox;
		display: flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.memberlistWrap .memberlistBox .linkbox li {
		margin-right: 20px;
	}
	.memberlistWrap .memberlistBox .linkbox li:last-child {
		margin-right: 0;
	}
}
/* ----------------------------------------------------
.prefecturesWs
---------------------------------------------------- */
.prefecturesWs {
	margin-bottom: 70px;
}
.prefecturesWs h3 {
	float: left;
	margin-right: 40px !important;
}
.prefecturesWs .more {
	padding-top: 6px;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.77778;
}
.prefecturesWs .more a {
	border-bottom: none !important;
}
.prefecturesWs .more a:after {
	content: url(../images/common/icon_arrow01.png);
	position: relative;
	top: 1px;
	margin-left: 8px;
}

.prefecturesWs ul {
	clear: both;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prefecturesWs ul:before {
	content: "";
	display: block;
	width: 16%;
	order: 1;
}
.prefecturesWs ul:after {
	content: "";
	display: block;
	width: 16%;
}
.prefecturesWs ul .enptyitem {
	width: 16%;
}
.prefecturesWs ul li {
	width: 16%;
	text-align: center;
	margin-bottom: 6px;
	box-sizing: border-box;
}
.prefecturesWs ul li.non {
	padding: 6px 0 4px 0;
	border: 1px solid #e4e4e4;
	color: #ccc;
}
.prefecturesWs ul li a {
	padding: 6px 0 4px 0;
	margin: 0;
	border: 1px solid #e4e4e4;
	display: block;
}
@media all and (-ms-high-contrast: none) {
	.prefecturesWs ul li a {
		padding: 7px 0 0 0;
	}
}
.prefecturesWs ul li a:hover {
	color: #fff;
	background: #db001c;
}

@media screen and (max-width: 768px) {
	.prefecturesWs {
		margin-bottom: 60px;
	}

	.prefecturesWs ul:before {
		width: 32%;
	}
	.prefecturesWs ul:after {
		width: 32%;
	}
	.prefecturesWs ul li {
		width: 32%;
	}
}
@media screen and (max-width: 736px) {
	.prefecturesWs {
		margin-bottom: 60px;
	}
	.prefecturesWs h3 {
		margin-right: 20px !important;
	}
}
@media screen and (max-width: 375px) {
	.prefecturesWs {
		margin-bottom: 50px;
	}
}

/*----------------------------------------------*/
/*WEB候補者一覧改定2023.07.11
/*---------------------------------------------*/

.memberlistBox3 {
	width: calc(100% / 2);
	margin-bottom:70px;
	font-family:"UD新ゴ R", "UD Shin Go Regular";
/*	background-color: #ededed; */
float:left;
}
.memberlistBox3 .photoBox2 img{width:100px;float:left;margin-right:10px;}
.memberlistBox3 .infoBox2 {width:auto;margin-right:20px;}
.memberlistBox3 .snsBox2 {
	clear: both;
	float: none;
	margin-top:10px;
}

.memberlistBox3 .snsBox2 li{
	display: inline;

}
.memberlistBox3 .snsBox2 li img{
	width: calc(95% /4 - 12px);
	margin-right:6px;
}



@media screen and (max-width: 768px) {
.memberlistBox3 {
	width: 100%;
	margin-bottom:50px;
}
.memberlistBox3 .snsBox2 li img{
	width: calc(95% /6 - 12px);
	margin-right:6px;
}

}

@media screen and (max-width: 400px) {
.memberlistBox3 {
	width: 90%;
	margin-bottom:50px;
}

.memberlistBox3 .infoBox2 {
	width:auto;
	margin-right:5px;
}
.hide_img img{display:block!important;
margin-bottom:30px;
width:100%;}
.form_box {
	/*	margin-bottom:30px; 
*/
	}
.memberlistBox3 .photoBox2 img{width:110px;float:left;margin-right:10px;}
}

.alloff {clear:both;}

/*----------------------------------------------*/
/*候補者一覧改定2019.6.23
/*---------------------------------------------*/

.memberlistWrap2 {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.memberlistBox2 {
	width: calc(100% / 3);
	margin-bottom:70px;
	font-family:"UD新ゴ R", "UD Shin Go Regular";
/*	background-color: #ededed; */
}
.memberlistBox2 .photoBox2 img{width:100px;float:left;margin-right:10px;}
.memberlistBox2 .infoBox2 {width:auto;margin-right:20px;}
.memberlistBox2 .snsBox2 {
	clear: both;
	float: none;
	margin-top:10px;
}

.memberlistBox2 .snsBox2 li{
	display: inline;

}
.memberlistBox2 .snsBox2 li img{
	width: calc(95% /4 - 12px);
	margin-right:6px;
}

.infoBox2 .name strong {	font-family:"UD新ゴ M", "UD Shin Go Medium" ;font-size:130%;}
.infoBox2 .block {
	font-size:small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}
.infoBox2 .ruby {
	font-size:small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}


.infoBox2 .ruby {font-size:x-small;}
.infoBox2 .add {font-size:small;}
.infoBox2 .pri {font-size:small;}

/*回り込み解除して、ボタンを表示*/
/* micro clearfx  */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */


@media screen and (max-width: 768px) {
.memberlistBox2 {
	width: calc(100% / 2);
	margin-bottom:50px;
}

}

@media screen and (max-width: 400px) {
.memberlistBox2 {
	width: 100%;
	margin-bottom:50px;
}

.memberlistBox2 .infoBox2 {
	width:auto;
	margin-right:5px;
}
.hide_img img{display:block!important;
margin-bottom:30px;
width:100%;}
.form_box {
	/*	margin-bottom:30px; 
*/
	}
.memberlistBox2 .photoBox2 img{width:110px;float:left;margin-right:10px;}
}
/*県名をセレクトする*/	

.form_box {
/*	margin-bottom:30px; ;*/
	}

.form_select {}
/*隠し画像*/
.hide_img img{display:none;}

/*一覧を渡るボタン*/
.btn-gradient-radius {
	width:90px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	color: #000000;
	background: #ededed;
	transition: .4s;
	text-align: center;
	font-weight: 400;
}

.btn-gradient-radius:hover {
	background: red;
	color:white;
}
.activ_color {  background: red;
	color:#ffffff;}
.koho_bunki {margin-bottom:30px;}

/*下線を消す*/
.inner_wrp .noColumn .snsBox2 a{
	 border-bottom: 0px solid #e4e4e4;
}
.inner_wrp .noColumn .snsBox2 a:hover{
	 border-bottom: 0px solid #e4e4e4;
}

/*トップページ追加*/

.pagetitle {display: none;}
.box02 {margin-top:20px;}
.sns_btn {text-align:center;}
.sns_btn img{margin:0 10px;}
.navi_top {margin:0;}
.senkyo_news {margin-top:4em;}
.newslist {
	list-style-image: url(https://www.jcp.or.jp/re_common/images/common/icon_arrow05.png);
margin-left:1em;
}
.jcp_sp {
	background-color: #e73861;
	padding: 5px;
	border: 1px solid #e73861;
font-size:110%;
width:220px;
margin:10px auto 10px auto;
		border-radius: 10px;        /* CSS3草案 */  
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 10px;   /* Firefox用 */ 
}
.jcp_sp:hover {	background-color: #ea738f;}
.jcp_sp a {color:#ffffff;}
.memberlistBox img {width:180px;}
.ss_content {margin-top:40px;}
.ss_content img{width:calc(100% / 2 - 23px);}
.ss_content .ss-image-right{margin-right:46px;}
@media screen and (max-width: 768px) {
.ss_content {margin-top:0px;}
.ss_content img{width:100%;}
.ss_content .ss-image-right{margin-right:0px;margin-bottom:20px;}
}

/*下線を消す*/

.inner_wrp .counterPlan a{
	 border-bottom: 0px solid #e4e4e4;
}
.inner_wrp .counterPlan a:hover{
	 border-bottom: 0px solid #e4e4e4;
}
.inner_wrp .memberlistBox a{
	 border-bottom: 0px solid #e4e4e4;
}
.inner_wrp .memberlistBox a:hover{
	 border-bottom: 0px solid #e4e4e4;
}
.inner_wrp .memberlistWrap a{ border-bottom: 0px solid #e4e4e4;}
.inner_wrp .memberlistWrap a:hover{ border-bottom: 0px solid #e4e4e4;}



/* ------------------------------------------------------
YouTube埋め込み
-------------------------------------------------------*/
.youtube_outer {
	width: 100%;
	padding-top: 56%;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom:1em;
}

.youtube_outer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

/* ------------------------------------------------------
add 2023.07.20
-------------------------------------------------------*/
.ornament_1 {
	padding: 20px 24px 30px 24px !important;
	border: 3px solid #db001c;
}
.ornament_1 h3 {
	margin-bottom: 10px !important;
/*	display: flex !important;
	align-items: center !important;*/
}
.ornament_1 h3:before {
	content: none !important;
}
.arrow_cntrl ul {
	margin: 0 !important;
}
.arrow_cntrl {
	padding: 0 !important;
	margin: 0 !important;
}
.arrow_cntrl ul li a {
	background: url(../images/common/icon_arrow01.png) center right 20px no-repeat #fff !important;
}
.arrow_cntrl ul li a:hover {
	background: url(../images/common/icon_arrow04.png) center right 20px no-repeat #db001c!important;
}
@media (max-width: 736px) {
	.ornament_1 {
		margin-bottom: 30px;
	}
	.ornament_1 h3 {
		margin-bottom: 20px !important;
	}
	.arrow_cntrl {
		padding-top: 0 !important;
	}
	.arrow_cntrl ul li:last-child {
		margin-bottom: 0 !important;
	}
}