html{
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

.editor ul ul {
    list-style-type: circle;
	margin-top: 0.7em;
}
.report_wrap p{
	text-indent: 1em;
}
.report_wrap  dl{
	margin-top: 20px;
	margin-bottom: 30px;
}
.report_wrap  dl dt{
	font-weight: normal;
}
.report_wrap  dl dd{
	padding-left: 3em;
}
.text_border_box{
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #000000;
}
.f_underline{
	text-decoration: underline;
}
.f_bold{
	font-weight: bold !important;
}

ul.circle{
	list-style-type: circle;
}

@media screen and (min-width: 768px){
	.table_style02 td:nth-of-type(1){
		width: 22%;
	}
	.table_register .year{
		width: 14%;
	}
	.table_register .name{
		width: 30%;
	}
}

.f_blue{
	color: #0b4bdd;
}



/**** 「提言・アピール」改修 ****/
.box_head{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}
.box_info{
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
	font-size: 91%;
	font-weight: bold;
	color: #31b876;
}
.box_date{
	color: #D0021B;
	font-size: 88%;
	margin-left: auto;
}

/*** facebookアイコン追加 ***/
.search_wrap{
	display: flex;
    gap: 10px;
	align-items: center;
}
.search_wrap .icon_facebook{
	line-height: 0;
}

#wrapper{
	overflow: hidden;
}

.roster_wrap{
	font-size: 0.94rem;
}

.list_topics .box .more{
	text-align: left;
}
.list_topics .box .more .fa{
	color: #FF6008;
}
.list_topics .box .more a{
	color: #000000;
}