

.search-status-text {
	min-height: 1.4em;
	margin: 0.3em 0 0.8em;
	padding: 0.4em 0.8em;
	color: #2a6f2a;
	background: #eef7ee;
	border: 1px solid #c8e6c8;
	border-radius: 4px;
}
.search-status-text:empty {
	display: none;
}

.panel-description {
	text-align: left;
	display: inline-block;
	width: 650px;
	padding-left: 10px;
}


.panel-image {
	display: inline-block;
	vertical-align: top;
	width: 250px;
/*	height:170px;
	overflow: hidden;

 */
}
.panel-image  img{
width: 250px;
height: 170px;
object-fit: cover;
font-family: 'object-fit: cover;'; /*IE対策*/
}

.corps-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.8em;
	margin: 0 0 1em;
	padding: 0.7em 2em;
	background: linear-gradient(to right, #eef6f9, #ffffff);
	border-left: 5px solid #2c6877;
	border-radius: 6px;
}

.corps-header h1{
	margin: 0;
	padding: 0;
	font-size: 155%;
	font-weight: bold;
	color: #2c6877;
	letter-spacing: 0.03em;
	background: none;
	border: none;
	border-radius: 0;
}

.search-header-actions{
	display: flex;
	gap: 0.6em;
	flex-wrap: wrap;
}

.search-header-actions button{
	font-size: 0.8em;
	padding: 0.5em 1.1em;
	border: 1px solid #999;
	border-radius: 20px;
	background: #fff;
	color: #555;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.search-header-actions button:hover{
	background: #f2f2f2;
}

.btn-search-toggle.is-active{
	background: #2c6877;
	border-color: #2c6877;
	color: #fff;
}

.btn-search-toggle.is-active:hover{
	background: #245560;
}
