@charset "utf-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  ランキングコンテンツ

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#MAIN #CONTENTS #CONTLEFT {
  width: 800px;
}
div.ranking_contents {
  font-family: 'Helvetica neue', Helvetica, Arial, Meiryo, sans-serif;
}

/* ===========================================================================

  メーカー/商品/パターン数

===========================================================================*/
h2.h_item_guide {
  margin: 0 0 19px;
  padding: 0 0 3px 10px;
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
h2.h_item_guide strong {
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: bold;
  color: #c60005;
}
h2.h_item_guide strong.ifs_maker {
  padding: 0 0 0 6px;
}
h2.h_item_guide strong.item_num {
  padding: 0 1px 0 4px;
}
h2.h_item_guide strong.pattern {
  padding: 0 2px 0 7px;
}

/* ===========================================================================

  都道府県マップ選択

===========================================================================*/
#map_box {
  margin: 30px auto 0;
  position: relative;
  width: 585px;
  height: 635px;
  font-size: 12px;
  color: #333;
  background: url("/public/img/static/special/ranking/bg_map.png") left 70px no-repeat;
}
#map_box p.request_select {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #808080;
}
#map_box dl {
  position: absolute;
  width: 143px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#map_box dl dt {
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;

  background: rgb(233,108,0);
  background: -moz-linear-gradient(top,  rgba(233,108,0,1) 0%, rgba(227,85,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,108,0,1)), color-stop(100%,rgba(227,85,0,1)));
  background: -webkit-linear-gradient(top,  rgba(233,108,0,1) 0%,rgba(227,85,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(233,108,0,1) 0%,rgba(227,85,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(233,108,0,1) 0%,rgba(227,85,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(233,108,0,1) 0%,rgba(227,85,0,1) 100%);
}
#map_box dl dt span.area {
  padding-left: 12px;
  background: url("/public/img/review/menu/ico_area_arrow.png") left center no-repeat;
}
#map_box dl dd {
  padding: 10px 8px 5px 13px;
  background-color: #fff;
  *padding-bottom: 10px; /* IE7 */
  *background-color: #fff; /* IE7 */
}
#map_box dl dd ul {
  text-align: center;
}

/*---------------------------------------------------------------------
  都道府県ボタン共通設定
-------------------------------------------------------------------- */
#map_box dl dd ul li {
  float: left;
  display: block;
  width: 54px;
  height: 24px;
  margin: 0 5px 5px 0;
  border: 1px solid #ccc;
  color: #bbb;/* 工事なしカラー */
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  background: rgb(248,248,248);
  background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(240,240,240,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(240,240,240,1)));
  background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(240,240,240,1) 100%);
  background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(240,240,240,1) 100%);
  background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(240,240,240,1) 100%);
  background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(240,240,240,1) 100%);

  -webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 1) inset;
  -moz-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 1) inset;
  box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 1) inset;
}
#map_box dl dd ul li a {/* 工事あり設定 */
  display: block;
  color: #333;
}
#map_box dl dd ul li a:hover {
  color: #e24747;
  text-decoration: none;
}

#map_box dl dd ul li span.pref {/* 都道府県テキスト */
  display: block;
  height: 10px;
  margin: 2px auto 1px;
  color: #bbb;/* 工事なしカラー */
  font-size: 11px;
}
#map_box dl dd ul li span.pref {/* #2257_#58 */
  height: 24px;
  line-height: 20px;
  font-size: 13px;
}
#map_box dl dd ul li a span.pref {/* 工事あり設定 */
  color: #e24747;
}

/* 北海道エリア
------------------------------------------------------------------------*/
#map_box dl#voice_hokkaido {
  top: 0px;
  right: 0px;
}
#map_box dl#voice_hokkaido dd ul li {
  float: none;
  margin: 0 auto 5px;
}

/* 東北エリア
------------------------------------------------------------------------*/
#map_box dl#voice_tohoku {
  top: 283px;
  right: 0px;
}

/* 関東エリア
------------------------------------------------------------------------*/
#map_box dl#voice_kanto {
  top: 436px;
  right: 40px;
}

/* 東海エリア
------------------------------------------------------------------------*/
#map_box dl#voice_tokai {
  top: 182px;
  left: 185px;
}

/* 北陸エリア
------------------------------------------------------------------------*/
#map_box dl#voice_hokuriku {
  top: 39px;
  right: 195px;
}

/* 近畿エリア
------------------------------------------------------------------------*/
#map_box dl#voice_kinki {
  top: 467px;
  left: 231px;
}

/* 中国エリア
------------------------------------------------------------------------*/
#map_box dl#voice_chugoku {
  top: 40px;
  left: 60px;
}

/* 四国エリア
------------------------------------------------------------------------*/
#map_box dl#voice_shikoku {
  top: 183px;
  left: 0px;
}

/* 九州エリア
------------------------------------------------------------------------*/
#map_box dl#voice_kyusyu {
  top: 467px;
  left: 16px;
  width: 204px;
}

/* 注記事項
------------------------------------------------------------------------*/
#map_box p.note_map {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #555;
  font-size: 11px;
}

/* ===========================================================================

  地域リンク リスト

===========================================================================*/
p.h_list-area {/* 見出し */
  margin: 50px 0 10px;
  font-size: 14px;
  font-weight: bold;
}
/*--------------------------------------------------------------------------------------
  施工エリア一覧
-------------------------------------------------------------------------------------*/
.list_area-voice ul.location {
  padding: 12px 4px 0 14px;
  background: #fff;
  border: 1px solid #ddd;
  *padding-bottom: 12px; /* IE7 */
}

/* 市区郡町村リスト
-----------------------------------------------------------------------*/
.list_area-voice ul.location li {
  float: left;
  overflow: visible;
  min-width: 70px;
  margin: 0 2px 12px 8px;
  color: #aaa;
  font-size: 12px;
  line-height: 1.2;
  *width: auto !important;/* IE7 */
}
.list_area-voice ul.location li a {
  display: block;
  overflow: visible;
  margin-left: -8px;
  padding-left: 8px;
  background: url(/public/img/global/left/icon_link.png) no-repeat 0 50%;
  color: #333;
  line-height: 1.2;
  white-space: nowrap; /* IE7 */
}
.list_area-voice ul.location li a:hover {
  color: #f66;
}
/* ===========================================================================

  ランキングコンテンツ

===========================================================================*/
/* 見出し
------------------------------------------------------------------------*/
.ranking_contents .head_line {
    margin-bottom: 5px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #c40000;
    text-align: center;
    border-radius: 4px;
}
/* ランキング画像
------------------------------------------------------------------------*/
.ranking_contents .rank_1 {
  background: url("/public/img/static/special/ranking/img_rank_1_s.png") 0 center no-repeat;
}
.ranking_contents .rank_2 {
  background: url("/public/img/static/special/ranking/img_rank_2_s.png") 0 center no-repeat;
}
.ranking_contents .rank_3 {
  background: url("/public/img/static/special/ranking/img_rank_3_s.png") 0 center no-repeat;
}
.ranking_contents .item_list .rank_1 {
  background: url("/public/img/static/special/ranking/img_rank_1.png") 0 21px no-repeat;
}
.ranking_contents .item_list .rank_2 {
  background: url("/public/img/static/special/ranking/img_rank_2.png") 0 21px no-repeat;
}
.ranking_contents .item_list .rank_3 {
  background: url("/public/img/static/special/ranking/img_rank_3.png") 0 21px no-repeat;
}
.ranking_contents .area_list .rank_1,
.ranking_contents .area_list .rank_2,
.ranking_contents .area_list .rank_3 {
  background-position: left center;
}
.ranking_contents .ranking_list {
  margin-bottom: 100px;
}
.ranking_contents .ranking_list li {
  position: relative;
  padding: 11px 0 11px 62px;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}
.ranking_contents .ranking_list .item-name-wrap {
  display: flex;
  align-items: center;
  padding-left: 62px;
  margin-bottom: 20px;
}
.ranking_contents .ranking_list li:nth-child(n+4) .item-name-wrap {
  padding-left: 12px;
}
.ranking_contents .item_list .ranking_num {
  margin-right: 24px;
  color: #c40000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}
.ranking_contents .item_list .rank_1 .ranking_num,
.ranking_contents .item_list .rank_2 .ranking_num,
.ranking_contents .item_list .rank_3 .ranking_num {
  display: none;
}
.ranking_contents .item_list .ranking_unit {
  font-size: 12px;
}
.ranking_contents .ranking_list .ranking_maker-logo {
  margin-right: 16px;
}
.ranking_contents .ranking_list .item_name a {
  font-size: 20px;
  font-weight: bold;
  color: #111;
}
.ranking_contents .ranking_list .item_name a:hover {
  color: #F66;
	text-decoration: underline;
}
.ranking-item-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
.ranking-item-wrap_left {
  width: 280px;
}
/* レビュー
------------------------------------------------------------------------*/
.item-ast {
  margin: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
a.item-ast_review-link {
  display: flex;
  align-items: center;
  height: 71px;
}
a.item-ast_review-link:hover {
  text-decoration: none;
}
.item-ast_rating {
  width: 116px;
  padding: 0;
  text-align: center;
}
.item-ast_rating-img {
  display: inline-block;
  --curHeight: 16;
  --thisHeight: 16;
  width: calc(85 * var(--thisHeight) / var(--curHeight) * 1px);
  height: calc(var(--thisHeight) * 1px);
  margin-bottom: 10px;
  background-image: url(/public/img/item/estimate/item_customer_reviews/sprite_star.svg);
  background-size: inherit;
  background-position: calc(var(--posX) * var(--thisHeight) / var(--thisHeight) * 1px) 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.item-ast_rating-img--1 {
  --posX: -68;
}
.item-ast_rating-img--2 {
  --posX: -52;
}
.item-ast_rating-img--3 {
  --posX: -34;
}
.item-ast_rating-img--4 {
  --posX: -16;
}
.item-ast_rating-img--5 {
  --posX: 0;
}
.item-ast_review-count {
  position: relative;
  float: right;
  width: 165px;
  padding: 0;
  background-image: url(/public/img/global/icon_next-darkgray.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.item-ast_review-count {
  position: relative;
  float: right;
  width: 154px;
  background: url("/public/img/global/icon_next-mediumgray.png") right center no-repeat;
  color: #333;
  padding: 9px 0 6px;
  text-align: center;
  text-decoration: none;
}
.item-ast_review-count::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 33px;
  margin: auto 0;
  background-color: #eee;
}
.ranking_contents .ranking_list .ranking-item-wrap_right {
  float: left;
  width: 487px;
}
.ranking_contents .ranking_list .ranking-item-wrap_right p#txt-newitem {
  text-align: justify;
  line-height: 1.6;
}
.ranking_contents .item_list li {
  padding: 32px 0 42px 0;
}
.ranking_contents .item_list .ranking-box {
  padding: 32px 0 42px 0;
}
/* 価格
------------------------------------------------------------------------*/
.ranking-item-wrap-price {
  display: flex;
  margin-bottom: 36px;
  align-items: baseline;
  font-size: 16px;
  color: #fe0000;
}
.ranking-item-wrap-price_ex-num {
  margin-left: 30px;
  font-size: 44px;
  font-weight: bold;
}
.ranking-item-wrap-price_ex-yen {
  font-weight: bold;
}
/* 商品規格
------------------------------------------------------------------------*/
.ranking-item-spec {
  margin-bottom: 16px;
}
.ranking-item-spec_ttl {
  margin-bottom: 2px;
  font-size: 14px;
}
.ranking-item-spec-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.ranking-item-spec-table th,
.ranking-item-spec-table td {
  border-bottom: 1px dashed #ccc;
  vertical-align: middle;
}
.ranking-item-spec-table tr:last-of-type th,
.ranking-item-spec-table tr:last-of-type td {
  border: none;
}
.ranking-item-spec-table th {
  width: 111px;
  padding: 7px 10px;
  background-color: #f7f7f7;
  font-weight: normal;
  text-align: center;
}
.ranking-item-spec-table td {
  padding: 7px 20px;
}
.ranking-item-spec_area {
  display: flex;
}
.ranking-item-spec_area-hd {
  flex-shrink: 0;
  margin-right: 20px;
}
.ranking-item-spec a {
  padding-right: 15px;
  background: url(/public/img/global/ico_blank.png) right center no-repeat;
  color: #0034ca;
  text-decoration: underline;
}
.ranking-item-spec a:hover {
  text-decoration: none;
}
/* 商品カラー
------------------------------------------------------------------------*/
.ranking-item-color_ttl {
  margin-bottom: 10px;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.ranking-item-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 7px;
}
.ranking-item-color-list li {
  width: 77px;
  padding: 0!important;
  border: none!important;
}
.ranking-item-color_img {
  width: 77px;
  margin-bottom: 12px;
}
.ranking-item-color_img img {
  width: 100%;
  height: auto;
}
.ranking-item-color_name {
  display: flex;
  justify-content: center;
  font-size: 11px;
  line-height: 1.3;
  text-align: justify;
}
/* 施工例
------------------------------------------------------------------------*/
.ranking_contents .reviews {
  font-size: 12px;
  color: #333;
}
.review_num {
  font-size: 16px;
  padding-right: 2px;
}
/* 商品コメント
------------------------------------------------------------------------*/
.ranking_contents .item_description {
  margin: 0 0 20px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
/* 詳細ページへボタン
------------------------------------------------------------------------*/
.btn_detail {
  margin: 0;
  padding: 0;
  background: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.btn_detail a {
  display: inline-flex;
  justify-content: center;
  width: 408px;
  height: 50px;
  border-radius: 5px;
  background: url(/public/img/global/icon_next-white.svg) right 20px center no-repeat #2467c5;
  background-size: 10px auto;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  text-decoration: none;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
}
.ranking_contents .component_list {
  margin-top: 12px;
}
.ranking_contents .component_list li {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
/* エリア別ランキング
------------------------------------------------------------------------*/
.ranking_contents .top3_list {
  margin-top: 17px;
}
.ranking_contents .top3_list dt {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
}
.ranking_contents .area_list {
  margin-bottom: 18px;
  padding: 9px 0px 12px 25px;
  border: 1px solid #ccc;
}
.ranking_contents .area_list li {
  float: left;
  padding-left: 54px;
}
.ranking_contents .area_list li.first {
  width: 147px;
}
.ranking_contents .area_list li.second {
  width: 156px;
}
.ranking_contents .area_list a {
  font-size: 16px;
  font-weight: bold;
  color: #00f;
  text-decoration: underline;
}
.ranking_contents .area_list a:hover {
  text-decoration: none;
}
/* ====================================================
  リード文
====================================================*/
.lead-ranking {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 86px;
  margin: 9px 0 15px;
  padding: 0 112px 0 0;
  background: url("/public/img/static/special/ranking/img_operator.png") right center no-repeat;
  font-size: 14px;
}
.lead-ranking_txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 33px;
  padding: 11px 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  line-height: 1.57;
}
.lead-ranking_txt::after {
  content: "";
  position: absolute;
  top: 31px;
  right: -22px;
  width: 22px;
  height: 18px;
  background: url("/public/img/static/special/ranking/img_balloon.png") left top no-repeat #fff;
}
.lead-ranking_txt--single::after {
  top: 22px;
}
.lead-ranking {
  display: none;
}
/* ====================================================
  見出し
====================================================*/
.hdln-ranking {
  margin-bottom: 5px;
  padding: 10px 19px;
  border-radius: 4px;
  background-color: #c40000;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.hdln-ranking--big {
  padding: 8px 19px;
  font-size: 20px;
}
.hdln-ranking_place {
  margin-left: -1ex;
  font-size: 16px;
}
/* ====================================================
  もっと見る
====================================================*/
.rank_item_hide {
  display: none!important;
}
.rank_item_more {
  margin-bottom: 45px;
  text-align: center;
}
.rank_item_more a {
  display: inline-block;
  height: 32px;
  padding: 0 57px;
  border: 1px solid #205fc0;
  border-radius: 6px;
  background-color: #fff;
  color: #205fc0;
  font-size: 13px;
  text-decoration: none;
  line-height: 32px;
}

/* ====================================================
	お客様の声
====================================================*/
.voice-ttl {
  height: 40px;
  margin-top: 100px;
  padding-left: 18px;
  font-family: verdana, meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  background-color: #f7edee;
  border-radius: 4px;
}
.voice_contents {
  width: 676px;
	font-family: verdana, Meiryo, sans-serif;
	margin: 20px auto 59px;
	font-size: 12px;
	color: #111;
}
.voice_contents img {
	vertical-align: bottom;
}
.voice_contents p.date {/*　工事年月　*/
	height: 1.3em;
	margin-bottom: 3px;
	padding-left: 19px;
	background: url("/public/img/review/menu/ico_house.png") left center no-repeat;
	color: #333;
	font-family: verdana, meiryo, sans-serif;
}
.voice_contents .h_voice_contents {
	padding-bottom: 8px;
	line-height: 1;
	border-bottom: 3px solid #aa1318;
	font-family: verdana, meiryo, sans-serif;
}
.voice_contents .h_voice_contents_ttl,
.voice_contents .h_voice_contents h2,
.voice_contents .h_voice_contents h3 {
	float: left;
	margin-top: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #aa1318;
	/* init.css対策 */
	line-height: 1;
}
.voice_contents .h_voice_contents_ttl a,
.voice_contents .h_voice_contents h2 a,
.voice_contents .h_voice_contents h3 a {
	text-decoration: none;
	color: inherit;
	*color: #aa1318; /* IE7 */
}
.voice_contents .h_voice_contents_ttl span.pref,
.voice_contents .h_voice_contents h2 span.pref,
.voice_contents .h_voice_contents h3 span.pref {/* 都道府県 */
	padding-right: 4px;
}
.voice_contents .h_voice_contents_ttl span.city,
.voice_contents .h_voice_contents h2 span.city,
.voice_contents .h_voice_contents h3 span.city {/* 市区町村郡 */
	padding-right: 11px;
}
.voice_contents .h_voice_contents_ttl span.user_name,
.voice_contents .h_voice_contents h2 span.user_name,
.voice_contents .h_voice_contents h3 span.user_name {/* 施主イニシャル */
	padding-right: 8px;
}
.voice_contents .h_voice_contents_ttl span.pict_no,
.voice_contents .h_voice_contents h2 span.pict_no,
.voice_contents .h_voice_contents h3 span.pict_no {/* 写真No. */
	color: #333;
	font-size: 11px;
	font-weight:  normal;
}

/* SNSボタン
------------------------------------------------------------------------*/
.voice_contents .voice_menu_sns ul {
	float: right;
}
.voice_contents .voice_menu_sns li {
	float: left;
}
.voice_contents .voice_menu_sns li.voice_menu_google_plus {
	margin-top: 5px;
	margin-right: 5px;
}
.voice_contents .voice_menu_sns li.voice_menu_facebook {
	height: 20px;
	width: 98px;
	overflow: hidden;
}

/* 商品内容
------------------------------------------------------------------------*/
.voice_contents .item_box {
	margin-top: 19px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.voice_contents .item_box p.item_img {
	float: left;
}
.voice_contents .item_box p.item_img img {
	padding: 8px 9px 8px 9px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.voice_contents .item_box p.item_img .pic_no {
  margin-top: 5px;
  display: block;
  text-align: right;
}
.voice_contents .item_box .right {
	float: right;
	padding-top: 4px;
	width: 280px;
}

/* メーカーロゴ
------------------------------------------------------------------------*/
.voice_contents .item_box p.maker_logo span {
	padding-left: 7px;
	font-size: 12px;
	color: #333;
}

/* 商品名
------------------------------------------------------------------------*/
.voice_contents .item_box h3,
.voice_contents .item_box h4 {
	margin-top: 8px;
	font-weight: bold;
}

/* 商品スペック
------------------------------------------------------------------------*/
.voice_contents .item_box .item_spec {
	width: 100%;
	margin: 10px 0 10px;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.voice_contents .item_box .item_spec th,
.voice_contents .item_box .item_spec td {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}
.voice_contents .item_box .item_spec th {
	width: 49px;
	padding: 6px 5px 6px 10px;
	font-weight: normal;
	background-color: #f7f7f7;
}
.voice_contents .item_box .item_spec td {
	padding: 6px 0 6px 10px;
}

/* この商品のページへ
------------------------------------------------------------------------*/
.voice_contents .item_box p.bt_item_link a {
	display: block;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #333;
}

/* 工事図面を見る
------------------------------------------------------------------------*/
.voice_contents .item_box p.bt_show_drawing {
	float: right;
  padding-bottom: 10px;
}
.voice_contents .item_box p.bt_show_drawing a {
	width: 137px; /* 162px - padding */
	padding-left: 25px;
	padding-bottom: 2px;
	background: url("/public/img/review/menu/bt_show_drawing.png") left top no-repeat; /* 背景画像を分けるとIE11でにじみが発生 */
	font-family: "meiryo ui", sans-serif
}

/* この商品のページへ
------------------------------------------------------------------------*/
.voice_contents .item_box p.bt_item_link {
	float: right;
}
.voice_contents .item_box p.bt_item_link a {
	width: 128px; /* 162px - padding */
	padding-left: 34px;
	background: url("/public/img/review/menu/bt_item_link.png") left top no-repeat;
	font-family: meiryo, sans-serif;
}
/* 商品図面を見る
------------------------------------------------------------------------*/
.voice_contents .item_box p.bt_show_drawing--item {
	clear: both;
	margin-top: 5px;
}

/*--------------------------------------------------------------------------------------------
	工事費込価格の表示
--------------------------------------------------------------------------------------------*/
.item_price {
	clear: both;
	padding-top: 15px;
	font-family: arial,meiryo;
}
.item_price dl {
	position: relative;
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
}
.item_price dt {
	display: inline-block;
	font-size: 12px;
}
.item_price dd {
	display: inline-block;
	color: #f00;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
}
.item_price dd.txt_price {
	width: 150px;
	vertical-align: middle;
}
.item_price dd span {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
.item_price dd a {
	display: block;
	padding: 5px 10px 4px 20px;
	border-radius: 4px;
	background: #2e68c9 url(/public/img/review/search/icon_imte-link02.png) no-repeat 10px center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.item_price dd a:hover {
	text-decoration: none;
}
.item_price dd.bt_price-detail {
	position: absolute;
	top: 0;
	right: 0;
}
.item_price ul {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 10px;
	color: #333;
	margin-top: 5px;
	text-align: right;
}


/*--------------------------------------------------------------------------------------------
	お客様の感想/エクスショップ担当者より
--------------------------------------------------------------------------------------------*/
.voice_contents .user_exshop {
	margin-top: 20px;
	background: url("/public/img/review/menu/bg_user_exshop.png") 50% top repeat-y;
}
.voice_contents .user_exshop_hd {
	height: 39px;
	margin-bottom: 15px;
	padding-left: 47px;
	font-size: 16px;
	line-height: 39px;
}
.voice_contents .user_exshop p {
  padding-top: 15px;
	line-height: 1.6;
	font-size: 14px;
	/*text-align: justify; chrome不具合により凍結 */
	text-justify: inter-ideograph;/* for IE5-9 */
}

/* お客様の感想
------------------------------------------------------------------------*/
.voice_contents .user_impression {
	float: left;
	width: 280px;
}
.voice_contents .user_impression_hd {
	position: relative;
	background: url("/public/img/review/search/icon_smile.png") left center no-repeat;
	color: #f07b1e;
}
/* ====================================================
	評価
====================================================*/
.user_impression_eval {
	position: absolute;
	top: 55px;
	bottom: 0;
	display: flex;
	align-items: center;
	right: 0;
	height: 27px;
	margin: auto 0;
	padding: 0 9px;
	border: 1px solid #ffe3cd;
	border-radius: 5px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 27px;
}
.user_impression_eval_star {
	display: inline-block;
	*display: block; /* IE7 */
	width: 84px;
	height: 16px;
	background: url("/public/img/item/estimate/item_customer_reviews/sprite_star.png") 0px 0px no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
.user_impression_eval_star.star-1 { background-position: -68px 0; }
.user_impression_eval_star.star-2 { background-position: -51px 0; }
.user_impression_eval_star.star-3 { background-position: -34px 0; }
.user_impression_eval_star.star-4 { background-position: -17px 0; }
.user_impression_eval_star.star-5 { background-position: 0 0; }

.user_impression_eval_star-num {
	margin-left: 6px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* エクスショップ担当者より
------------------------------------------------------------------------*/
.voice_contents .from_exshop {
	float: right;
	width: 280px;
}
.voice_contents .from_exshop_hd {
	background: url("/public/img/review/search/icon_operator.png") left center no-repeat;
	color: #0a4355;
}

/* この工事の詳細情報へボタン
------------------------------------------------------------------------*/
.voice_contents .bt_detail {
	margin-top: 20px;
	padding: 10px 0 11px;
	border-radius: 0 0 8px 8px;
	background-color: #f0f0f0;
	text-align: center;
}
.voice_contents .bt_detail a {
	position: relative;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 41px;
	padding: 0 42px 0 37px;
	border-radius: 4px;
	background-color: #db2b31;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 41px;
}
.voice_contents .bt_detail a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 8px;
	height: 14px;
	margin: auto 0;
	background: url("/public/img/review/icon_next-white.png") left center no-repeat;
}

/* ====================================================
	#25514: ランキングコンテンツ改定
====================================================*/
.ranking_contents .static-list li {
  padding: 0 0 20px 0;
}
.static-list_ttl {
  position: relative;
  padding: 16px 0 16px 62px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
}
.static-ranking-wrap {
  display: flex;
  justify-content: space-between;
}
.static-list .txt_detail {
  width: 487px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
.static-list .txt_detail--color {
  width: 680px;
  display: flex;
  align-items: center;
}

/* 目次
------------------------------------------------------------------------*/
.toc-container {
  width: 580px;
  margin: 0 auto 32px;
  padding: 28px 30px 34px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  font-family: 'Helvetica neue', Helvetica, Arial, Meiryo, sans-serif;
}
.toc-container .toc-title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
}
.toc-container .toc-list ul {
  margin-top: 14px;
  margin-left: 1em;
}
.toc-container .toc-list li {
  margin-bottom: 14px;
}
.toc-container .toc-list li:last-of-type {
  margin-bottom: 0;
}
.toc-container .toc-list a {
  display: inline-block;
  padding-left: 14px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-indent: -14px;
  text-decoration: underline;
}
.toc-container .toc-list a:hover {
  text-decoration: none;
}
.toc-container .toc-list a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #d1d5db;
  border-radius: 50%;
  vertical-align: middle;
}

/* 商品情報の箇条書き
------------------------------------------------------------------------*/
.ranking-item-tag-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
.ranking-item-tag-ul li {
  padding: 6px!important;
  margin: 0 6px 6px 0;
  border-radius: 3px;
  border: none!important;
  background-color: #f5f5f5;
}
.ranking-item-tag-ul p {
  line-height: 1.4;
}