@charset "UTF-8";

.content_area {
	padding-bottom: 1.5rem;
}

.search_conditions {
	padding-left: 2rem;
}

@media screen and (max-width: 991px) {
	.content_area {
		display: block;
	}

	.search_conditions {
		padding-bottom: 1.5rem;
	}
}

@media screen and (min-width: 992px) {
	.content_area {
		display: flex;
	}

	.search_conditions {
		padding-right: 1rem;
		border-right: 1px solid #c3c3c3 !important;
	}
}

.conditions_title_top {
	margin-bottom: 0.8rem;
	margin-top: 1rem;
}

.conditions_title {
	margin-bottom: 0.8rem;
}

.conditions_select_width {
	width: auto;
}

.result_whole_area {
	margin-top: 1rem;
}

.result_area {
	margin-left: 1rem;
}

.result_content {
	padding-left: 1rem;
}

.font-bold {
	font-weight: bold;
}

.color-gray {
	color: gray;
}

.img_doc {
	width: 100%;
	border: 1px solid #B0C4DE !important;
	margin-top: 0.5rem;
}

.img_new_upd {
	padding-right: 0.3rem;
	width: auto;
}

.new_upd_text {
	background: linear-gradient(transparent 85%, lightskyblue 100%);
}

.text-align_right {
	text-align: right;
}

.div_pdf_dl {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.form-select {
	width: auto;
}

.search_result {
	width: 100%;
}

.disp_none {
	display: none;
}

@media screen and (min-width: 1200px) {
	.select_sub_category {
		max-width: 275px;
	}
}

.row-group-td{
	background: #f0f0f0;
	border-top: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	text-align: center;
	padding: 0.6rem;
	vertical-align: middle;
}
.row-group {
/*	border-collapse: separate!important; */ /* 線の表示を回復 */
/*background-clip: padding-box!important;*/
/*border-bottom: 1px double #000;*/
/*	border-radius: 5px;*/
	border-radius: 0px;
/*	border-collapse: collapse;*/
	border-collapse: separate;
	border-spacing: 0;
	width:1200px!important;
	}
.row-group th{border-bottom: none;border-right: none;}
.row-group td{border-right: none;border-top: none;border-bottom: 1px solid #B3B3B3;}
.row-group tr>*:first-child {border-bottom: 1px solid #B3B3B3;}
.row-group tr>*:last-child {border-bottom: 1px solid #B3B3B3; }
.row-group tr:last-child>* {border-bottom: none;}

.row-group tr:nth-child(1) td {border-top: 1px solid #B3B3B3;}

.row-group > *:first-child:not(caption)  > tr:first-child > *:first-child,
.row-group > caption + *                 > tr:first-child > *:first-child {
	 border-top-left-radius: 0px;
}
/* 右上 */
.row-group > *:first-child:not(caption)  > tr:first-child > *:last-child,
.row-group > caption + *                 > tr:first-child > *:last-child {
	border-top-right-radius: 0px;
}
/* ──────── 下辺の角 ──────── */
/* 左下 */
.row-group > *:last-child                > tr:last-child  > *:first-child {
	border-bottom-left-radius: 0px;
}
/* 右下 */
.row-group > *:last-child                > tr:last-child  > *:last-child {
	border-bottom-right-radius: 0px;
}

.icon_area {
	height: 21px;
}
.title_area {
	height: 63px;
}
.bulletin_no_area {
	height: 21px;
}