@charset "UTF-8";

#news h3 {
	font-size: 2.3em;
	margin-bottom: 30px;
}

#news .liner {
	margin-bottom: 50px;
}

#news .liner .lead {
	margin-bottom: 30px;
	line-height: 2;
}

#news .liner .bold {
	margin-bottom: 25px;
	font-size: 1.06em;
}

#news .section h4 {
	border-left: 10px solid #0057a0;
	background: #e3e3e3;
	font-size: 1.15em;
	padding: 10px 0 10px 15px;
	margin-bottom: 45px;
}

#news .section h5 {
	color: #00579f;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 6px solid #0057a0;
}

#news .section h6 {
	color: #00579f;
	font-weight: bold;
	font-size: 1.06em;
	margin-bottom: 10px;
}

.wrap-history .wrap h5 {
	font-size: 12px;
}

.wrap-history .wrap p {
	margin-bottom: 8px;
	font-size: inherit;
	line-height: inherit;
}

p {
	margin-bottom: 20px;
	line-height: 1.4;
}

p.lead {
	font-size: 108%;
}

.img {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.img > * {
	flex: 1;
	min-width: 240px;
}

dl {
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 1.2;
}

dl dt {
	color: #00579f;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 4px;
}

.expImg {
	border: 1px solid #c8c8c8;
}

.search {
	font-size: 11px;
	color: #FFF;
	background: #6e6e6e;
	padding: 5px;
	text-align: center;
	margin: 0;
}

.search span {
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(../css/images/products/search.png) no-repeat 0 0;
	vertical-align: middle;
	margin-left: 5px;
}

@media screen and (max-width: 640px) {
	#news h3 {
		font-size: 1.6em;
	}

	#news .section h4 {
		border-left: 5px solid #0057a0;
		background: #e3e3e3;
		font-size: 1em;
		padding: 6px 0 8px 10px;
		margin-bottom: 25px;
	}

	#news .section ul li {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}

	#news .section ul li img {
		width: 100%;
	}

	#news .section ul li dd.txt {
		margin: 10px 0 0;
		line-height: 1.6;
	}
}

/*--===========max640px=============--*/
@media screen and (max-width: 980px) {}

/*--===========max980px=============--*/
@media screen and (min-width: 981px) {
	.wrap-history {
		display: flex;
		flex-wrap: wrap;
		gap: 24px 0;
		margin: 24px auto;
	}

	.wrap-history .wrap {
		flex: 1;
		flex-basis: 23%;
		min-width: 150px;
		padding: 12px;
		background: rgba(240, 240, 240, .6);
	}

	.wrap-history .wrap.bg01 {
		background: #e2f2fb;
	}

	.wrap-history .wrap.bg02 {
		background: #fce8e1;
	}

	.wrap-history .wrap.bg03 {
		background: #fcf6cb;
	}

	.wrap-history .wrap.bg04 {
		background: #e6f1d6;
	}
}