@charset "UTF-8";

/* ====================================================== *
	#pid-404
 * ====================================================== */

#pid-404 .m_post {
	margin-top: 50px;
	text-align: center;
	border-bottom: none;
}

/* ====================================================== *
	common
 * ====================================================== */

body.single .m_post__wrap .m_post__head {
	border-bottom: 1px dotted #999;
	margin-bottom: 3.0rem;
	padding-bottom: 1.0rem;
}

body.single .m_post__wrap .m_post__head .c_post__head__title {
	font-size: 3.0rem;
	line-height: 4.2rem;
	margin: 2.0rem 0;
	font-family: "Yu Mincho", "YuMincho", serif;
}

body.single .m_post__wrap .m_post__body h1 {
	margin-bottom: 1rem;
	font-size: 2.2rem;
}

body.single .m_post__wrap .m_post__body h2 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
}

body.single .m_post__wrap .m_post__body h3 {
	margin-bottom: 1rem;
	font-size: 1.6rem;
}

body.single .m_post__wrap .m_post__body h4 {
	margin-bottom: 1rem;
	font-size: 1.4rem;
}

body.single .m_post__wrap .m_post__body h5 {
	margin-bottom: 1rem;
	font-size: 1.4rem;
}

body.single .m_post__wrap .m_post__body h5::before {
	content: '●';
	color: #f99;
}

body.single .m_post__wrap .m_post__body h6 {
	margin-bottom: 1rem;
	padding: 4px 0 2px 1rem;
	font-size: 1.4rem;
	background-color: #ffeded;
}

body.single .m_post__wrap .m_post__body p {
	margin-top: 0;
	text-indent: 1.0rem;
}

body.single .m_post__wrap .m_post__body table {
	margin-bottom: 1rem;
	border-top: 1px solid #1e1e1e;
	border-left: 1px solid #1e1e1e;
}

body.single .m_post__wrap .m_post__body th {
	background-color: #eee;
	text-align: center;
}

body.single .m_post__wrap .m_post__body th,
body.single .m_post__wrap .m_post__body td {
	padding: 6px 10px 4px;
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
}

body.single .m_post__wrap .m_post__body ul,
body.single .m_post__wrap .m_post__body ol {
	margin-bottom: 1rem;
	padding-left: 2rem;
}

body.single .m_post__wrap .m_post__body ul > li {
	list-style: disc;
}

body.single .m_post__wrap .m_post__body ol > li {
	list-style: decimal;
}

body.single .m_post__wrap li.m_post:last-child {
	border-bottom: none;
}

/* ====================================================== *
	#pid-home
 * ====================================================== */

#pid-home .m_eyecatch__slide {
	width: 1024px;
}

#pid-home .m_eyecatch__slide__slides {
	height: 240px;
}

#pid-home .m_eyecatch__slide__slides > li {
	list-style: none;
}

#pid-home .m_eyecatch__slide__slides > li > a {
	display: block;
	width: 1024px;
	height: 240px;
	background-color: #ccc;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* sliderボタン用にクラス名変更 */
#pid-home .sp-buttons {
	padding-top: 0;
	text-align: right;
}

#pid-home .sp-button {
	list-style: none;
	display: inline-block;
	margin: 8px 8px 0 0;
	border: none;
	border-radius: 0;
}

#pid-home .sp-button {
	/*display: block;*/
	width: 46px;
	height: 10px;
	background-color: #ccc;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#pid-home .sp-button.sp-selected-button {
	background-color: #f99;
}

#pid-home .m_topics {
	background-color: #f3f3f3;
}

#pid-home .m_lawmaker__wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
}

#pid-home .m_lawmaker__wrap > li {
	text-align: center;
	line-height: 2.0rem;
	list-style: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fef6f6), color-stop(0.50, #ef9595));
	background: -webkit-linear-gradient(top, #ef9595 50%, #fef6f6 100%);
	background: -moz-linear-gradient(top, #ef9595 50%, #fef6f6 100%);
	background: -o-linear-gradient(top, #ef9595 50%, #fef6f6 100%);
	background: -ms-linear-gradient(top, #ef9595 50%, #fef6f6 100%);
	background: linear-gradient(to bottom, #ef9595 50%, #fef6f6 100%);
}

#pid-home .m_lawmaker__wrap > li > a {
	color: #1a1a1a;
}

#pid-home .c_lawmaker__name {
	margin-top: 6px;
	font-size: 1.8rem;
	font-weight: bold;
}

#pid-home .c_lawmaker__election {
	margin-bottom: 4px;
	font-size: 80%;
}

#pid-home .m_topics,
#pid-home .m_latest {
	margin-top: 24px;
}

#pid-home .m_latest__wrap .m_post {
	padding: 0 0 20px 0;
    margin-bottom: 20px;
}

#pid-home .m_topics__wrapper {
	margin: 0;
	padding: 0 20px 6px;
}

#pid-home li.m_topics__wrap:first-child {
	border-top: none;
}

#pid-home li.m_topics__wrap {
	margin-top: 10px;
	list-style: none;
	border-top: 2px dotted #6a6a6a;
}

#pid-home .m_topics__wrap .c_post__head__title {
	margin: 16px 0 4px;
}

#pid-home .m_topics__wrap .m_post__excerpt {
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 1.4rem;
}

#pid-home .m_topics__wrap .m_post__excerpt > p {
	margin: 0;
}

#pid-home .m_topics__wrap .m_post__excerpt > ul,
#pid-home .m_topics__wrap .m_post__excerpt > ol {
	padding-left: 2rem;
}

#pid-home .m_topics__wrap .m_post__excerpt > ul > li {
	list-style-type: disc;
}

#pid-home .m_topics__wrap .m_post__excerpt img {
	border: 1px solid #ddd;
	float: left;
}

#pid-home .m_cont-box__sub-title {
	position: absolute;
	bottom: 2px;
	right: 10px;
}

#pid-home .m_cont-box__sub-title > a {
	font-size: 80%;
	color: #fff;
}

#pid-home section.m_post {
	overflow: hidden;
	border-bottom: 2px dotted #6a6a6a;
}

#pid-home .m_lawmaker__wrap > li > a {
	display: block;
}

/* 20230501~ start */
#pid-home .m_lawmaker__wrap > li {
  width: 49%;
  text-align: left;
}

#pid-home .m_lawmaker__wrap > li > a:hover {
	text-decoration: none;
}

#pid-home .m_lawmaker__wrap > li > a > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#pid-home .m_lawmaker__wrap .m_lawmaker_name-election {
	display: inline-block;
	vertical-align: middle;
}

#pid-home .c_lawmaker__name {
  font-size: 2.6rem;
}

#pid-home .c_lawmaker__election {
	font-size: 100%;
    margin: 10px 0 0;
}
/* 20230501~ end */

/* ====================================================== *
	#pid-information
 * ====================================================== */

#pid-information li.m_post:first-child {
	border-top: none;
}

/* ====================================================== *
	#pid-congress
 * ====================================================== */

 #pid-congress li.m_post:first-child {
	border-top: none;
}

/* ====================================================== *
	#pid-policy
 * ====================================================== */

#pid-policy li.m_post:first-child {
	border-top: none;
}

/* ====================================================== *
	#pid-handout
 * ====================================================== */

#pid-handout li.m_post:first-child {
	border-top: none;
}

#pid-handout .m_post__excerpt > img {
	border: 1px solid #ddd;
}

/* ====================================================== *
	#pid-link
 * ====================================================== */

 #pid-link .m_cont-box__sub-title {
	font-size: 1.6rem;
	margin: 30px 20px 20px;
	padding-left: 1rem;
	border-left: 6px solid #b50000;
}

#pid-link .m_link_list__wrap {
	margin: 0;
	padding: 0 20px;
}

#pid-link .m_link_list__wrap > li {
	clear: both;
	overflow: hidden;
	list-style: none;
	padding: 16px 0;
	border-top: 2px dotted #6a6a6a;
}

#pid-link .m_link_list__wrap > li:last-child {
	border-bottom: 2px dotted #6a6a6a;
}

#pid-link .m_link_list__site-name {
	margin: 0;
	font-size: 1.6rem;
}

/* ====================================================== *
	#pid-web-accessibility
 * ====================================================== */

#pid-web-accessibility .m_cont-box__sub-title {
	font-size: 1.6rem;
	margin: 30px 20px 20px;
	padding-left: 1rem;
	border-left: 6px solid #b50000;
}

#pid-web-accessibility .m_latest ul {
	margin: 30px 20px 20px 4rem;
}

/* ====================================================== *
	#pid-inquiry	.inquiry
	#pid-coronavirus2020-questionnaire	.coronavirus2020-questionnaire
 * ====================================================== */

.inquiry .c_submit_bt,
.coronavirus2020-questionnaire .c_submit_bt {
	margin: 20px auto;
	text-align: center;
	display: table;
	position: relative;
}

.inquiry .m_inquiry__form,
.coronavirus2020-questionnaire .m_inquiry__form {
	padding: 30px 10px;
}

.inquiry .m_inquiry__form-input,
.coronavirus2020-questionnaire .m_inquiry__form-input {
	width: 100%;
	margin: 40px auto;
}

.inquiry .m_inquiry__form-input th,
.coronavirus2020-questionnaire .m_inquiry__form-input th {
	width: 30%;
	vertical-align: top;
	text-align: left;
	border-top: 2px solid #666;
	padding: 30px 20px 30px 14px;
}

.inquiry .m_inquiry__form-input td,
.coronavirus2020-questionnaire .m_inquiry__form-input td {
	width: 70%;
	border-top: 1px dotted #666;
	padding: 30px 5px 30px 14px;
}

.coronavirus2020-questionnaire .mwf_select_box {
	padding: 4px 1.0rem;
}

/* mw_wp_form -------------------------------------------- */

.mwf_input_text {
	width: 90%;
}

.mwf_submit {
	overflow: hidden;
	padding: 6px 10px 4px;
	border: none;
	white-space: nowrap;
	background-color: #160;
	font-weight: bold;
	color: #FFF;
	border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
}

.mwf_submit:hover {
	background-color: #380;
}