@charset "UTF-8";
/* ------------------------------------------------------------
	00. RESET SETTING CSS
   ------------------------------------------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* ------------------------------------------------------------
	01. FONT SETTING CSS
   ------------------------------------------------------------ */

body {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #434343;
}
table {
	font-size: inherit;
	font: 100%;
}
* {
	max-height: 999999px;
	box-sizing: border-box;
}
/* ------------------------------------------------------------
	もっと読む
   ------------------------------------------------------------ */
.paragraph{
	text-indent: 1em;
}
.readMoreBtn {
	display: none;
}
@media screen and (min-width:640px) {
	.readMoreContents {
		display: block !important;
	}
}
@media screen and (max-width:640px) {
	.readMoreContents {
		display: none;
	}
	.readMoreBtn {
		display: block;
		line-height: 60px;
		border-radius: 100px;
		color: #fff;
		background: #006AB4;
		text-align: center;
		text-decoration: none;
		font-size: 20px;
		margin-top: 20px;
		cursor: pointer;
	}
	.readMoreBtn-close {
		display: none;
	}
	.readMoreBtn-open {
		display: inline-block;
	}
	.active .readMoreBtn-close {
		display: inline-block;
	}
	.active .readMoreBtn-open {
		display: none;
	}
}
/* ------------------------------------------------------------
	FAQリスト
   ------------------------------------------------------------ */

.faqBox {
	border: 1px solid #006AB4;
}
.faqBox_question {
	padding: 16px 60px 16px 40px;
	position: relative;
}
.faqBox_answer {
	padding: 16px 28px 16px 40px;
	position: relative;
}
.faqBox_answer+.faqBox_question {
	border-top: 1px solid #006AB4;
}
.faqBox_answer {
	background: #e7f3fb;
}
.faqBox_question::before,
.faqBox_answer::before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 16px;
    font-weight: bold;
    font-size: 18px;
}
.faqBox_question::before {
	content: "Q.";
	color: #FE9B00;
}
.faqBox_answer::before {
	content: "A.";
	color: #006AB4;
}
.faqBox_question::after {
	content: "－";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -0.5em;
	font-size: 40px;
	line-height: 1em;
	color: #a9a9a9;
}
.open.faqBox_question::after {
	content: "＋";
}
@media screen and (max-width:640px) {
	.faqBox_question {
		padding: 16px 40px 16px 40px
	}
	.faqBox_question::after {
		font-size: 20px;
	}
}
/* ------------------------------------------------------------
	前の議案・次の議案
   ------------------------------------------------------------ */

.guideBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 300px;
	margin: 50px auto 0;
}
.guideBtnItem {
	width: 140px;
}
.guideBtnItem_prev {
	display: block;
	border-radius: 100px;
	color: #fff;
	background: #489ad4;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding: 4px 4px;
	border-top-left-radius: 100px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 100px;
}
.guideBtnItem_next {
	display: block;
	border-radius: 100px;
	color: #fff;
	background: #006AB4;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding: 4px 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 0;
}
.guideBtnItem_disab {
	background: #ced0d2;
}
.guideBtnItem_next:hover, .guideBtnItem_prev:hover {
	opacity: 0.6;
}
.guideBtnItem_disab:hover {
	opacity: 1;
}
@media screen and (max-width:640px) {
	.guideBtn {
		width: 100%;
		margin-top: 30px;
		padding: 0 20px;
	}
	.guideBtnItem {
		width: 49.5%;
	}
}
@media screen and (max-width:364px) {
	.sectionTopTitle {
		font-size: 30px;
	}
	.sectionTopTitle-big {
		font-size: 56px;
	}
}

/* ------------------------------------------------------------
	議案　補足資料ボタン
   ------------------------------------------------------------ */
.explanationBtn {
    width: 300px;
    margin: 40px auto 0;
}
.explanationBtn_link {
	display: block;
    line-height: 50px;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
	border: 3px solid #006AB4;
	color: #006AB4;
}
.explanationBtn_link:hover{
	opacity: 0.6;
}
@media screen and (max-width:640px) {
.explanationBtn {
	width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 20px auto 0;
}
.explanationBtn_link {
    line-height: 1em;
    font-size: 14px;
    padding: 12px 10px;
}
}
/* ------------------------------------------------------------
	議案　略歴の表
   ------------------------------------------------------------ */

.electionListItem {
	position: relative;
	padding: 42px 42px 42px 56px;
	border: 3px solid #006AB4;
	counter-increment: number;
}
.electionListItem+.electionListItem {
	margin-top: 40px;
}
.electionListItem_number{
	display: block;
	position: absolute;
	width: 84px;
	height: 94px;
	top: 0;
	left: 0;
	z-index: 1;	
}
.electionListItem_number::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 94px 84px 0 0;
	border-color: #006AB4 transparent transparent transparent;
	top: 0;
	left: 0;
	z-index: 0;
}
.electionListItem_number_bg{
	display: block;
	position: relative;
	width: 45px;
	color: #FFFFFF;
	text-align: center;
  font-size: 40px;
  line-height: 1.3;
  white-space: nowrap;
}
.electionListItem_inner {
	display: flex;
	justify-content: space-between;
}
.electionListItem_person {
    width: 220px;
}
.electionListItem_person img {
	width: 220px;
	vertical-align: bottom;
}
.electionListItem_person_name {
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
}
.electionListItem_person_name_block {
	padding: 0 0.2em;
    text-align: center;
    display: inline-block;
}
.electionListItem_person_name_block_noSpace{
	padding: 0;
}

@media screen and (max-width:1001px) {
.electionListItem_person_name {
	font-size: 24px;
}
}
.electionListItem_person_chuki{
  text-align: center;
  color:#bcbcbc;
}
.electionListItem_person_icn {
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px !important;
	font-size: 15px;
	width: 100px;
	padding: 2px;
}
.icn_sainin {
	background: #006ab4;
	border: 1px solid #006ab4;
	color: #fff;
}
.icn_shinnin {
	background: #ffffff;
	border: 1px solid #006ab4;
	color: #006ab4;
}
.icn_syagai,
.icn_doku {
	background: #ebeff5;
	border: 1px solid #006ab4;
	color: #006ab4;
}
.electionListItem_detail {
	width: 640px;
}
.electionList_table {
	width: 100%;
}
.electionList_table th {
	padding: 13px 20px;
	font-weight: bold;
	line-height: 1.75;
	vertical-align: top;
	width: 185px;
	border: 1px solid #006AB4;
	background: #EBEFF5;
	color: #006AB4;
	border-collapse: collapse;
}
.electionList_table td {
	padding: 13px 20px;
	line-height: 1.75;
	vertical-align: top;
	border: 1px solid #006AB4;
	border-collapse: collapse;
}
.electionBioBtn,
.electionBioBtn-close {
	display: none;
}

.electionBioList_event{
	margin-left: 1em;
}
@media screen and (max-width:1001px) {
.electionListItem_person {
	margin-right: 30px;
}	
}

@media screen and (min-width: 640px) {
	.electionListItem_detail {
		display: block !important;
	}
}
@media screen and (max-width:640px) {
	.electionListItem::before {
		font-size: 24px;
		width: 40px;
	}
	.electionListItem::after {
		border-width: 84px 74px 0 0;
	}
	.electionListItem {
		padding: 42px 16px 30px;
	}
	.electionListItem_inner {
		display: block;
	}
	.electionListItem_person {
		width: auto;
		text-align: center;
		margin-right: 0;
	}
	.electionListItem_detail {
		display: none;
		margin-top: 20px;
		width: 100%;
	}
	.electionList_table th {
		display: block;
		width: 100%;
		border-top: none;
	}
	.electionList_table tr:first-child th {
		border-top: 1px solid #006AB4;
	}
	.electionList_table td {
		display: block;
		width: 100%;
		border-top: none;
	}
	.electionBioBtn {
		display: block;
		background: #006ab4;
		border-radius: 100px;
		font-size: 20px;
		color: #fff;
		text-align: center;
		line-height: 70px;
		margin-top: 30px;
		cursor: pointer;
	}
	.active .electionBioBtn-open {
		display: none;
	}
	.active .electionBioBtn-close {
		display: inline-block;
	}
}

/* ------------------------------------------------------------
	以下カラバリ用 / .color_green（緑）
   ------------------------------------------------------------ */
/* 文字色 */
.color_green .electionList_table th,
.color_green .faqBox_answer::before,
.color_green .icn_shinnin,
.color_green .icn_syagai,
.color_green .icn_doku,
.color_green .explanationBtn_link{
    color: #1BBF20;
}
.color_green .faqBox_question::before {
	color: #FE9B00;
}

/* 背景色 */
.color_green .guideBtnItem_next,
.color_green .icn_sainin,
.color_green .electionBioBtn,
.color_green .readMoreBtn{
    background: #1BBF20;
}
.color_green .guideBtnItem_prev{
	background: #7ed481;
}

.color_green .electionListItem_number::before {
	border-color: #1BBF20 transparent transparent transparent;
}
.color_green .guideBtnItem_disab {
    background: #ced0d2;
}
.color_green .faqBox_answer,
.color_green .icn_syagai,
.color_green .icn_doku{
    background: #ebffec;
}
.color_green .electionList_table th{
    background: #f7f7f7;
}

/* 線色 */
.color_green .faqBox,
.color_green .faqBox_answer+.faqBox_question,
.color_green .electionListItem,
.color_green .electionList_table th,
.color_green .electionList_table td,
.color_green .icn_sainin,
.color_green .icn_shinnin,
.color_green .icn_syagai,
.color_green .icn_doku,
.color_green .explanationBtn_link{
	border-color: #1BBF20 ; 
}
.color_green .electionListItem::after {
    border-color: #1BBF20 transparent transparent transparent;
}
@media screen and (max-width:640px) {
	.color_green .electionList_table tr:first-child th {
		border-top-color: #1BBF20;
	}
}



/* ------------------------------------------------------------
	以下カラバリ用 / .color_red（赤）
   ------------------------------------------------------------ */
/* 文字色 */
.color_red .electionList_table th,
.color_red .faqBox_answer::before,
.color_red .icn_shinnin,
.color_red .icn_syagai,
.color_red .icn_doku,
.color_red .explanationBtn_link{
    color: #D3023C;
}
.color_red .faqBox_question::before {
	color: #a9a9a9;
}

/* 背景色 */
.color_red .guideBtnItem_next,
.color_red .icn_sainin,
.color_red .electionBioBtn,
.color_red .readMoreBtn{
    background: #D3023C;
}
.color_red .guideBtnItem_prev{
	background: #fd4d7e;
}
.color_red .electionListItem_number::before {
	border-color: #D3023C transparent transparent transparent;
}
.color_red .guideBtnItem_disab {
    background: #ced0d2;
}
.color_red .faqBox_answer{
    background: #fff0f4;
}
.color_red .electionList_table th,
.color_red .icn_syagai,
.color_red .icn_doku{
    background: #f7f3f4;
}

/* 線色 */
.color_red .faqBox,
.color_red .faqBox_answer+.faqBox_question,
.color_red .electionListItem,
.color_red .electionList_table th,
.color_red .electionList_table td,
.color_red .icn_sainin,
.color_red .icn_shinnin,
.color_red .icn_syagai,
.color_red .icn_doku,
.color_red .explanationBtn_link{
	border-color: #D3023C ; 
}
.color_red .electionListItem::after {
    border-color: #D3023C transparent transparent transparent;
}
@media screen and (max-width:640px) {
	.color_red .electionList_table tr:first-child th {
		border-top-color: #D3023C;
	}
}

/* ------------------------------------------------------------
	以下カラバリ用 / .color_white（白）
   ------------------------------------------------------------ */
/* 文字色 */
.color_white .electionList_table th,
.color_white .faqBox_answer::before,
.color_white .icn_shinnin,
.color_white .icn_syagai,
.color_white .icn_doku,
.color_white .explanationBtn_link{
    color: #434343;
}
.color_white .faqBox_question::before {
	color: #a9a9a9;
}
/* 背景色 */
.color_white .guideBtnItem_next,
.color_white .icn_sainin,
.color_white .electionBioBtn,
.color_white .readMoreBtn{
    background: #434343;
}
.color_white .guideBtnItem_prev{
	background: #797979;
}
.color_white .electionListItem_number::before {
	border-color: #434343 transparent transparent transparent;
}
.color_white .guideBtnItem_disab {
    background: #ced0d2;
}
.color_white .faqBox_answer{
    background: #f5f5f5;
}
.color_white .electionList_table th,
.color_white .icn_syagai,
.color_white .icn_doku{
    background: #f4f4f4;
}

/* 線色 */
.color_white .faqBox,
.color_white .faqBox_answer+.faqBox_question,
.color_white .electionListItem,
.color_white .electionList_table th,
.color_white .electionList_table td,
.color_white .icn_sainin,
.color_white .icn_shinnin,
.color_white .icn_syagai,
.color_white .icn_doku,
.color_white .explanationBtn_link{
	border-color: #434343 ; 
}
.color_white .electionListItem::after {
    border-color: #434343 transparent transparent transparent;
}
@media screen and (max-width:640px) {
	.color_white .electionList_table tr:first-child th {
		border-top-color: #434343;
	}
}















