@charset "utf-8";
/* レンジフードメーカーごとの特長 */
.bl_panel + .un_kitchenFoodChoice_cardUnit {
  margin-top: 20px;
}
.un_kitchenFoodChoice_cardUnit {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
.un_kitchenFoodChoice_card {
  width: calc((100% - 10px) / 2);
  position: relative;
  box-sizing: border-box;
  border: solid 2px #ececec;
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.un_kitchenFoodChoice_card:nth-child(n+3) {
  margin-top: 10px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_edg {
  display: flex;
  align-items: end;
  border-bottom: solid 1px #F2F2F2;
  padding: 10px 0 18px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_edg .un_kitchenFoodChoice_card_edg_logo img {
  width: 140px;
  height: auto;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_edg .un_kitchenFoodChoice_card_edg_logo.un_kitchenFoodChoice_card_edg_logo__panasonic img {
  width: auto;
  height: 30px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_edg .un_kitchenFoodChoice_card_edg_logo.un_kitchenFoodChoice_card_edg_logo__noritz img {
  width: 170px;
  height: 35px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_edg p {
  font-weight: bold;
  padding-left: 13px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_inner {
  padding: 10px 0;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_inner p + .un_kitchenFoodChoice_card_inner_feature {
  padding-top: 10px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_inner p {
  height: 105px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_inner .un_kitchenFoodChoice_card_inner_feature {
  font-weight: bold;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_price .un_kitchenFoodChoice_card_price_edg {
  background: #F9F9F9;
  border: solid 1px #BFBFBF;
  text-align: center;
  padding: 5px 0;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_price .un_kitchenFoodChoice_card_price_txt {
  padding-top: 10px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_inner + .un_kitchenFoodChoice_card_price {
  margin-top: 10px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_price {
  line-height: 1.8;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_price .un_kitchenFoodChoice_card_price_txt {
  color: var(--emphasisRed);
  font-weight: bold;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_price .un_kitchenFoodChoice_card_price_num {
  color: var(--emphasisRed);
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_price .un_kitchenFoodChoice_card_price_num .un_kitchenFoodChoice_card_price_num_unit {
  font-size: 15px;
}
.un_kitchenFoodChoice_card .un_kitchenFoodChoice_card_topBtn {
  box-sizing: border-box;
  text-align: center;
  background-color: var(--dekiruGreen);
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  position: relative;
  margin-top: 5px;
}

/* レンジフード シリーズ別 カラーバリエーション一覧 */
.el_hdg4 + .un_kitchenFoodChoice_colorvariationTable_wrapper {
  margin-top: 10px;
}
.un_kitchenFoodChoice_colorvariationTable {
  border: solid 1px #BCBCBC;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.un_kitchenFoodChoice_colorvariationTable tr th {
  border: solid 1px #BCBCBC;
  font-weight: normal;
  padding: 5px;
  background: #F4F4F4;
}
.un_kitchenFoodChoice_colorvariationTable tr td {
  border: solid 1px #BCBCBC;
  padding: 10px 3px;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_seriesName {
  width: 20%;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_color.un_kitchenFoodChoice_colorvariationTable_color__black {
  background: #222;
  color: #fff;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_color.un_kitchenFoodChoice_colorvariationTable_color__white {
  background: #fff;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_color.un_kitchenFoodChoice_colorvariationTable_color__stainless {
  background: #F9F9F9;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_color.un_kitchenFoodChoice_colorvariationTable_color__silver {
  background: #D9D9D9;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_color.un_kitchenFoodChoice_colorvariationTable_color__gray {
  background:#888676;
  color: #fff;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_maker .un_kitchenFoodChoice_colorvariationTable_maker_img img {
  width: 80px;
  height: auto;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_maker .un_kitchenFoodChoice_colorvariationTable_maker_img.un_kitchenFoodChoice_colorvariationTable_maker_img__panasonic img {
  width: 100px;
  height: auto;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_maker .un_kitchenFoodChoice_colorvariationTable_maker_img.un_kitchenFoodChoice_colorvariationTable_maker_img__noritz img {
  width: auto;
  height: 20px;
}
.un_kitchenFoodChoice_colorvariationTable .un_kitchenFoodChoice_colorvariationTable_maker {
  background: #F4F4F4;
}

/**************************************************
table ①
**************************************************/
.tb_01{
	width: 100%;
	border-collapse: collapse;
}
.tb_01 th{
	padding: 10px;
	text-align: center;
	color: #333;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	width: 10%;
}
.tb_01 td{
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 30%;
	text-align: center;;
}
.tb_01 td.un_foodChoice_txtL{
	text-align: left;
}
.bt {
	vertical-align: top;
}
.tb_01 p{
	margin-top: 5px;
}

.bl_panel p + .un_foodChoice_cleanPanel {
  margin-top: 20px;
}

/* シロッコファンのお手入れ */
.bl_panel p + .un_kitchenFoodChoice_cleaningCardUnit {
  margin-top: 20px;
}
.un_kitchenFoodChoice_cleaningCardUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.un_kitchenFoodChoice_cleaningCard {
  width: calc((100% + 4px) / 2 - 10px);
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
.un_kitchenFoodChoice_cleaningCard + .un_kitchenFoodChoice_cleaningCard:nth-child(n+3) {
  margin-top: 15px;
}
.un_kitchenFoodChoice_cleaningCard .un_kitchenFoodChoice_cleaningCard_ttl {
  background: #f4f4f4;
  border: solid 1px #ccc;
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 4px;
  font-size: 16px;
}
.un_kitchenFoodChoice_cleaningCard .un_kitchenFoodChoice_cleaningCard_inner {
  padding: 10px;
  border: solid 1px #ccc;
  border-top: none;
}
.un_kitchenFoodChoice_cleaningCard .un_kitchenFoodChoice_cleaningCard_inner .un_kitchenFoodChoice_cleaningCard_inner_txt {
  text-align: left;
  padding: 0 5px;
  height: 180px;
}
.un_kitchenFoodChoice_cleaningCardUnit.un_kitchenFoodChoice_cleaningCardUnit__col2.un_kitchenFoodChoice_cleaningCardUnit__height .un_kitchenFoodChoice_cleaningCard .un_kitchenFoodChoice_cleaningCard_inner .un_kitchenFoodChoice_cleaningCard_inner_txt {
  min-height: 216px;
}
.un_kitchenFoodChoice_cleaningCard .un_kitchenFoodChoice_cleaningCard_inner .un_kitchenFoodChoice_cleaningCard_inner_img + .un_kitchenFoodChoice_cleaningCard_inner_txt {
  padding-top: 20px;
}

/* レンジフード シリーズ別 シロッコファンの着脱・お手入れ比較一覧 */
.un_kitchenFoodChoice_cleaningCardUnit + .el_hdg4 {
  margin-top: 20px;
}

.un_foodChoice_cleanPanel{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.un_foodChoice_cleanPanel .un_foodChoice_cleanPanel_inner {
  width: calc(33.33% - 7px);
}
.un_foodChoice_cleanPanel .un_foodChoice_cleanPanel_inner + .un_foodChoice_cleanPanel_inner {
  padding-left: 10px;
}
.un_foodChoice_cleanPanel .un_foodChoice_cleanPanel_inner .un_foodChoice_cleanPanel_inner_img .un_foodChoice_cleanPanel_inner_img_ttl {
  font-weight: bold;
}
.un_foodChoice_cleanPanel .un_foodChoice_cleanPanel_inner .un_foodChoice_cleanPanel_inner_img img + .un_foodChoice_cleanPanel_inner_img_ttl {
  margin-top: 5px;
}


.un_kitchenFoodChoice_cleaningCardUnit + .el_hdg4 {
  margin-top: 20px;
}
.el_hdg4 + .un_kitchenFoodChoice_seriesFunctionTable_wrapper {
  margin-top: 10px;
}
.un_kitchenFoodChoice_seriesFunctionTable {
  border: solid 1px #BCBCBC;
  border-collapse: collapse;
  width: 100%;
}
.un_kitchenFoodChoice_seriesFunctionTable th {
  text-align: center;
  border: solid 1px #BCBCBC;
  background: #F2F2F2;
  padding: 5px 10px;
}
.un_kitchenFoodChoice_seriesFunctionTable.un_kitchenFoodChoice_seriesFunctionTable__width {
  width: unset;
}
.un_kitchenFoodChoice_seriesFunctionTable tr td {
  border: solid 1px #BCBCBC;
  padding: 10px;
}
.un_kitchenFoodChoice_seriesFunctionTable .un_kitchenFoodChoice_seriesFunctionTable_inner {
  background: #F2F2F2;
  text-align: center;
}
.un_kitchenFoodChoice_seriesFunctionTable .un_kitchenFoodChoice_seriesFunctionTable_inner .un_kitchenFoodChoice_seriesFunctionTable_inner_img img {
  width: 85px;
  height: auto;
}
.un_kitchenFoodChoice_seriesFunctionTable .un_kitchenFoodChoice_seriesFunctionTable_inner .un_kitchenFoodChoice_seriesFunctionTable_inner_img.un_kitchenFoodChoice_seriesFunctionTable_inner_img__rinnai img {
  width: 67px;
  height: auto;
}
.un_foodChoice_cleanPanel{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.un_foodChoice_cleanPanel .un_foodChoice_cleanPanel_inner {
  width: calc(33.33% - 7px);
}
.un_foodChoice_cleanPanel .un_foodChoice_cleanPanel_inner + .un_foodChoice_cleanPanel_inner {
  padding-left: 10px;
}
.un_foodChoice_cleanPanel .un_foodChoice_cleanPanel_inner .un_foodChoice_cleanPanel_inner_img .un_foodChoice_cleanPanel_inner_img_ttl {
  font-weight: bold;
}
.un_foodChoice_cleanPanel .un_foodChoice_cleanPanel_inner .un_foodChoice_cleanPanel_inner_img img + .un_foodChoice_cleanPanel_inner_img_ttl {
  margin-top: 5px;
}


/* レンジフード メーカー別 整流板の特長 */
.un_foodChoice_cleanPanel + .el_hdg4 {
  margin-top: 20px;
}
.el_hdg4 + .un_kitchenFoodChoice_rectifierFortecardUnit {
  margin-top: 10px;
}
.un_kitchenFoodChoice_rectifierFortecardUnit {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
.un_kitchenFoodChoice_rectifierFortecard {
  width: calc((100% - 10px) / 2);
  position: relative;
  box-sizing: border-box;
  border: solid 2px #ececec;
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.un_kitchenFoodChoice_rectifierFortecard + .un_kitchenFoodChoice_rectifierFortecard:nth-child(n+3) {
  margin-top: 10px;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_edg .un_kitchenFoodChoice_rectifierFortecard_edg_logo img {
  width: 110px;
  height: auto;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_edg .un_kitchenFoodChoice_rectifierFortecard_edg_logo.un_kitchenFoodChoice_rectifierFortecard_edg_logo__noritz img,
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_edg_logo.un_kitchenFoodChoice_rectifierFortecard_edg_logo__panasonic img {
  width: 150px;
  height: auto;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_inner {
  padding: 10px 0;
  min-height: 105px;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_inner + .un_kitchenFoodChoice_rectifierFortecard_seriesEdg {
  margin-top: 10px;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_seriesEdg + .un_kitchenFoodChoice_rectifierFortecard_seriesTargetItems {
  margin-top: 10px;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_seriesTargetItems {
  padding: 0 5px;
  height: 50px;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_seriesTargetItems a + a:nth-child(n+2) {
  padding-left: 5px;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_edg {
  display: flex;
  align-items: end;
  border-bottom: solid 1px #F2F2F2;
  padding: 10px 0 18px;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_edg p {
  font-weight: bold;
  padding-left: 13px;
}
.un_kitchenFoodChoice_rectifierFortecard .un_kitchenFoodChoice_rectifierFortecard_seriesEdg {
  background: #F9F9F9;
  border: solid 1px #BFBFBF;
  text-align: center;
  padding: 5px 0;
}

/* ハイグレードのおすすめシリーズ */
.un_sharedFoodPrice_costMarket_wrapper + .el_hdg5 {
  margin-top: 20px;
}
.un_food_card>a,
.un_food_card>a:link,
.un_food_card>a:active,
.un_food_card>a:visited {
  color: #222;
}
.un_food_card>a:hover {
  text-decoration: none;
}
.un_food_cardWrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  width: 100%;
}
.un_food_card {
  background-color: #fff;
  border: solid 2px #ececec;
  box-sizing: border-box;
  width: calc((100% + 15px) / 2 - 15px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.un_food_card .un_food_card_ttl {
  background: #ececec;
  font-size: 16px;
  padding: 11px 10px 10px 15px;
  text-align: center;
}
.un_food_card .un_food_card_inner {
  width: 100%;
  padding: 10px;
  position: relative;
}
.un_food_card .un_food_card_inner .un_food_card_name + .un_food_card_inner_detail {
  margin-top: 5px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail {
  display: flex;
  align-items: center;
  min-height: 144px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_productNum {
  position: absolute;
  position: absolute;
  font-weight: bold;
  right: 8%;
  bottom: 23%;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail .un_food_card_inner_detail_feature_wrapper {
  display: block;
}
.un_food_card_inner_detail_feature_wrapper + .un_food_card_inner_detail_goods {
  padding-left: 3px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail .un_food_card_inner_detail_feature_makerLogo img {
  width: 165px;
  height: auto;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail .un_food_card_inner_detail_feature_makerLogo.un_food_card_inner_detail_feature_makerLogo__noritz img {
  width: 120px;
  height: auto;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail .un_food_card_inner_detail_feature_makerLogo + .un_food_card_inner_detail_feature {
  margin-top: 10px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail .un_food_card_inner_detail_feature {
  border: solid 1px #BFBFBF;
  padding: 5px 0;
  text-align: center;
  width: 155px;
  font-size: 13px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail .un_food_card_inner_detail_feature.un_food_card_inner_detail_feature__font {
  font-size: 12px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail .un_food_card_inner_detail_feature + .un_food_card_inner_detail_feature {
  margin-top: 5px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail .un_food_card_inner_detail_goods {
  text-align: center;
}
.un_food_card .un_food_card_inner .un_food_card_inner_detail .un_food_card_inner_detail_goods img {
  width: 162px;
  height: auto;
}
.un_food_card .un_food_card_inner .un_food_card_inner_price {
  color: #d70101;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  line-height: 0.8;
  margin-top: auto;
  padding: 0 15px 15px;
  align-items: center;
}
.un_food_card .un_food_card_inner .un_food_card_inner_price .un_food_card_inner_price_num {
  font-size: 28px;
  line-height: 17px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_price .un_food_card_inner_price_num .un_food_card_inner_price_num_unit {
  font-size: 14px;
}

/* おすすめシリーズUkomi */
.un_food_cardWrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  width: 100%;
}
.un_food_card_inner_review {
  min-height: 70px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_review_star {
  display: flex;
  padding: 15px 15px 12px 0;
  width: 90%;
}
.un_food_card .un_food_card_inner .un_food_card_inner_review .un_food_card_inner_review_star .review-summary-container .ukomistarRatingSummarySection .starRating {
  padding: 5px !important;
  align-items: baseline;
}
.review-summary-container .ukomistarRatingSummarySection {
  padding-top: 4px !important;
}
.review-summary-container {
  background-color: #fff;
}
.review-summary-container .starRating span:last-child {
  margin-top: 0.5px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_review_star .review-summary-container:empty:before {
  content: '\307E\3060\30EC\30D3\30E5\30FC\6295\7A3F\304C\A\3042\308A\307E\305B\3093\3002';
  color: var(--weakTxtColor);
  display: flex;
  align-items: center;
  height: 39px;
  white-space: pre;
  text-align: left;
  color: #999;
  line-height: 1.3;
  font-size: 14px;
}
.un_food_card .un_food_card_inner .un_food_card_inner_review .un_food_card_inner_review_star .ukomiAvr_wrapper{
  font-size: 0;
}
.un_food_card .un_food_card_inner .un_food_card_inner_review .un_food_card_inner_review_star p.ukomiAvr_wrapper span[data-review-name]{
  color: #777;
  font-weight: bold;
  font-size: 23px;
  margin-right: 3px;
  letter-spacing: -1.5px;
}
.review-summary-container .starRating .reviewNumber {
  font-size: 16px !important;
}


/* レンジフードの風量と運転音の目安 */
.el_hdg4 + .un_food_noiseIndexRankingTable_edg {
  margin-top: 10px;
}
.un_food_noiseIndexRankingTable_edg {
  font-size: 15px;
  font-weight: bold;
}
.un_food_noiseIndexRankingTable_edg.un_food_noiseIndexRankingTable_edg__weak {
  position: absolute;
  right: 46%;
  top: -22%;
}
::-webkit-full-page-media, :future, :root .un_food_noiseIndexRankingTable_edg.un_food_noiseIndexRankingTable_edg__weak {
  top: -19%;
}
.un_food_noiseIndexRankingTable_edg + .un_food_noiseIndexRankingTable_wrapper {
  margin-top: 10px;
}
.un_food_noiseIndexRankingTable_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.un_food_noiseIndexRankingTable {
  border: solid 1px #BCBCBC;
  border-collapse: collapse;
  width: 41%
}
.un_food_noiseIndexRankingTable.un_food_noiseIndexRankingTable__weak {
  width: 58%;
}
.un_food_noiseIndexRankingTable tr  th {
  font-weight: normal;
  background: #F2F2F2;
  text-align: center;
  border: solid 1px #BCBCBC;
  padding: 5px;
}
.un_food_noiseIndexRankingTable .un_food_noiseIndexRankingTable_series {
  width: 65%;
}
.un_food_noiseIndexRankingTable tr td {
  border: solid 1px #BCBCBC;
  padding: 5px;
}
.un_food_noiseIndexRankingTable .un_food_noiseIndexRankingTable_rank {
  text-align: center;
  font-weight: bold;
}
.un_food_noiseIndexRankingTable .un_food_noiseIndexRankingTable_rank.un_food_noiseIndexRankingTable_rank__01 {
  color: #c7a402;
}
.un_food_noiseIndexRankingTable .un_food_noiseIndexRankingTable_rank.un_food_noiseIndexRankingTable_rank__02 {
  color: #808080;
}
.un_food_noiseIndexRankingTable .un_food_noiseIndexRankingTable_rank.un_food_noiseIndexRankingTable_rank__03 {
  color: #aa7246;
}
.un_food_noiseIndexRankingTable .un_food_noiseIndexRankingTable_bold {
  font-weight: bold;
  text-align: center;
}
.un_food_noiseIndexRankingTable_wrapper + .un_food_noisePanel {
  margin-top: 10px;
}

/* 騒音指数（db）の目安 */
.un_food_noisePanel {
  border: solid 1px #D9D9D9;
  padding: 10px 20px;
}

.un_food_noisePanel + .un_food_graphPanel_edg {
  margin-top: 20px;
}
.un_food_graphPanel_edg {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #555;
  background: var(--secondBgColor);
  background: repeating-linear-gradient(-45deg, var(--secondBgColor) 0, var(--secondBgColor) 2px, #f6f6f6 2px, #f6f6f6 4px);
  padding: 9px 10px 6px 15px;
  border: var(--defaultBorder);
  box-sizing: border-box;
  display: block;
}
.un_food_graphPanel_edg + .un_food_graphPanel {
  margin-top: 10px;
}

/* レンジフード シリーズ別 換気騒音指数一覧 */
.un_food_graphPanel_edg + .un_food_graph {
  margin-top: 10px;
}
.un_food_graph img {
  width: 100%;
  height: auto;
}
.un_food_graph + .el_annotation {
  margin-top: 20px;
}
