@charset "UTF-8";

/*----------------------------------------
news
-----------------------------------------*/
#news20250201 .news20250201Txt {
	margin-bottom: 15px;
}

#news20250201 .priceChangeTbl,
#news20250201 .priceChangeList,
#news20250201 .news20250201Head {
	margin-bottom: 25px;
}

#news20250201 .news20250201Head {
	margin-bottom: 25px;
}

#news20250201 .priceChangeTblTxt {
	margin-bottom: 5px;
}

#news20250201 .priceChangeTbl th,
#news20250201 .priceChangeTbl td {
	width: 30%;
	vertical-align: middle;
	padding: 10px;
}

#news20250201 .priceChangeTbl th.w30,
#news20250201 .priceChangeTbl td.w30 {
	width: 40%;
}

#news20250201 .priceChangeTbl th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #d5d5d5;
	border-collapse: collapse;
}

#news20250201 .priceChangeTbl .priceChangeTblC {
	text-align: center;
}

/*
#news20250201 .priceChangeTbl .fwb{
	font-weight: bold;
}
*/
#news20250201 ul.priceChangeList {
	margin-bottom: 10px;
}

#news20250201 .priceChangeList li {
	margin-bottom: 5px;
	float: none;
}

#news20250201 .priceChangeTblsubHead {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#news20250201 .txtBox .databox {
	margin: 10px 0;
}

#news20250201 .txtBox .name {
	text-align: right;
}

.head3 {
	padding: 10px 0 8px;
	margin-bottom: 10px;
	background-color: #06c;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.flexbox-questionnaire{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.flexbox-item{
  box-sizing: border-box;
  width: 48%;
  padding: 5px;
  margin-bottom: 15px;
}

.flexbox-head{
  font-weight: bold;
  color: #06c;
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #06c;
}

.flexbox-img{
  width: 100%;
  height: auto;
}