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

　お客様の声　詳細
  voice/search/detail.html

///////////////////////////////////////////////////////////*/
.voice_menu_facebook {
  height: 20px;
}
/* ==============================================
  ヘッダ
==============================================*/
#voice_head {
  z-index: 0;
  min-height: 161px;
  margin-top: 20px;

  *height: 200px; /* IE7 */
  *margin-top: 10px; /* IE7 */
}
#voice_head dl.uservoice {
  top: 50px;

  *top: 74px;
}
p.bt_back_header {
  margin: -34px 0 0;
}
p.bt_back_below {
  margin: 10px 0 0 30px;
}
#voice_head p.ttl_cap02 {
  margin: 24px 0 54px;
}
ul.bt_box_header {
  position: relative;
  z-index: 1;
  margin: -89px 0 0;
}
ul.bt_box_header li {
  float: left;
  margin-right: 10px;
}
ul.bt_box_header li a {
  display: block;
}

/* ==============================================
  工事例の情報ボックス
==============================================*/
.voice_contents {
  margin-bottom: 36px;
  font-family: verdana, Meiryo, sans-serif;/*2016/09/09追加【フォント調整】*/
  line-height: 1.6;/*2016/09/09追加【フォント調整】*/
  -ms-text-justify: inter-ideograph;/*2016/09/09追加【フォント調整】*/
  text-justify: inter-ideograph;
  text-align: justify;
}
.voice_contents .item_box {
  position: relative;/* before要素のため */
  margin-bottom: 30px;
  padding: 15px 16px 10px 17px;/* common.cssリライト */
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}
.voice_contents .item_box.last {
  margin-bottom: 50px;
}
.voice_contents .item_box.last::before {
  content: "";
  display: block;
  position:absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 0px;
  border-bottom: 1px dotted #ccc;
}
.voice_contents .item_box div.item_info {
  float: left !important;/* common.cssリライト */
}
/*-----------------------------------------
  工事写真
---------------------------------------- */
.item_box .item_img {
  float: none !important;/* common.cssリライト */
  text-align: center;
}
.item_box .item_img img {/* common.cssリライト */
  padding: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* 写真No.
---------------------------------------- */
.pic_no {
  clear: both;
  padding: 5px 0 10px;
  font-size: 11px;
  text-align: right;
}


/* ==============================================
  工事情報エリア
==============================================*/
.item_info {
  max-width: 100%;
}
.item_info_ttl {
  margin-top: 8px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 5px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.item_info h3 {
  overflow: hidden;
  margin-bottom: 5px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.item_info_ttl a,
.item_info h3 a {
  display: inline;
}

/*-----------------------------------------
  左カラム
---------------------------------------- */
.left-box {
  float: left;
  width: 50%;
}

/*-----------------------------------------
  右カラム
---------------------------------------- */
.right-box {
  float: right;
  width: 296px;
  padding-top: 37px;
}

/* お見積り額表示
---------------------------------------- */
.estimate-area dl {
  margin-top: -37px;
  margin-bottom: 4px;
  padding: 7px 10px 10px;
  border: 1px solid #ccc;
}
.estimate-area dl dt {/* "工事費込価格" */
  float: left;
  margin-right: 10px;
  line-height: 28px;
  vertical-align: middle;
}

/* 価格
---------------------------------------- */
.estimate-area dl dd {
  padding: 0 5px;
  color: #f00;
  line-height: 1;
}
.estimate-area dl dd span.price_num {/* 見積もり額 */
  float: left;
  display: block;
  width: 153px;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  *width: 130px;
}
.estimate-area dl dd span.txt_tax {/* "（税込）" */
  float: right;
  display: block;
  margin-right: -11px;
  font-size: 11px;
  text-align: center;
  line-height: 1.25;
  *margin-right: 0;/* IE7 */
}

/* ボタン共通
---------------------------------------- */
.bt_large {
}
.bt_large a {
  display: block;
  padding: 8px 0;
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,0.2);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,0.2);
  box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,0.2);
  color: #fff;
  font-size: 14px;
  font-family: arial, meiryo, sans-serif;
  text-align: center;
  text-indent: -1em;
  line-height: 1;
}

/* お見積りリンクボタン
---------------------------------------- */
.estimate-area dl dd.estimate-link {
  clear: both;
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.estimate-area .bt_large {
  border: 1px solid #1650b1;
  border-radius: 4.5px;
  background: #3f78d0;
  background: -moz-linear-gradient(top,  #3f78d0 0%, #285ec2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f78d0), color-stop(100%,#285ec2));
  background: -webkit-linear-gradient(top,  #3f78d0 0%,#285ec2 100%);
  background: -o-linear-gradient(top,  #3f78d0 0%,#285ec2 100%);
  background: -ms-linear-gradient(top,  #3f78d0 0%,#285ec2 100%);
  background: linear-gradient(to bottom,  #3f78d0 0%,#285ec2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f78d0', endColorstr='#285ec2',GradientType=0 );
}
.estimate-area .bt_large a {
  background-image: url(/public/img/review/search/icon_estimate-link.png);
  background-position: 82% center;
  background-repeat: no-repeat;
  *color: white;/* IE7 */
}
.estimate-area .bt_large a span.ext {/* 拡張子 */
  display: inline-block;
  margin-left: 3px;
  font-size: 85%;
  vertical-align: middle;
  text-indent: 0;
}
.estimate-area .bt_large a:hover {
  text-decoration: none;
}
.estimate-area ul.comment {/* コメント */
  color: #333;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 10px;
  line-height: 1.25;
  white-space: nowrap;
}
.estimate-area ul.comment li {/* コメント */
  /* chrome最少フォントサイズ対策 */
  /*-webkit-transform: scale(0.9);*/
  /*-webkit-transform-origin: 0 0;*/
}

/* リンクボタン
---------------------------------------- */
.bt_box_wrapper {
  margin: 24px 0 0;
  padding: 0 15px;
}
.image_drawing {
  float: left;
}
.image_drawing .img img {
  width: 51px;
  height: auto;
  border: 1px solid #999;
}
.image_drawing .txt {
  color: #999;
  font-size: 12px;
  text-align: center;
}
.bt_box {
  width: 196px;
  float: right;
}
.bt_box .bt_large {
  margin: 0 auto 10px;
  border: 1px solid #cb383d;
  border-radius: 4.5px;
  background: #de474c;
  background: -moz-linear-gradient(top,  #e45f64 0%, #db4449 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e45f64), color-stop(100%,#db4449));
  background: -webkit-linear-gradient(top,  #e45f64 0%,#db4449 100%);
  background: -ms-linear-gradient(top,  #e45f64 0%,#db4449 100%);
  background: linear-gradient(to bottom,  #e45f64 0%,#db4449 100%);
}
.bt_box .bt_large a span.ext {
  display: inline-block;
  margin-left: 3px;
  font-size: 80%;
  vertical-align: middle;
  text-indent: 0;
}
.bt_box .bt_large a:hover {
  text-decoration: none;
}
.show_drawing a {/* PDFアイコン */
  background-image: url(/public/img/review/search/icon_pdf.png);
  background-position: 89% center;
  background-repeat: no-repeat;
}
.item_link a {/* リンクアイコン */
  background-image: url(/public/img/review/search/icon_item-link.png);
  background-position: 88% center;
  background-repeat: no-repeat;
}
/* ====================================================
  価格表示が無い場合
====================================================*/
.bt_box_wrapper--no-drawing {
  margin-top: 15px;
}
.bt_box_wrapper--no-drawing .bt_box {
  width: 256px;
}
.bt_box_wrapper--no-drawing .show_drawing a {/* PDFアイコン */
  background-position: 84% center;
}
.bt_box_wrapper--no-price .item_link a {/* リンクアイコン */
  background-position: 83% center;
}

/* ===========================================================================
  使用している商品紹介
===========================================================================*/
#item_detail {
  margin: 50px 30px 0;
}
#item_detail img {
  vertical-align: bottom;
}
#item_detail .user-item-rvw_ttl {
  height: 35px;
  line-height: 34px;
  font-size: 14px;
  text-align: left;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-bottom: none;
}
#item_detail .user-item-rvw_ttl .user-item-rvw_ttl--edt {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  padding-left: 40px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url("/public/img/review/search/ico_box.png") 4px center no-repeat;
}
#item_detail .user-item-rvw-box {
  margin-bottom: 40px;
  padding: 19px 19px 20px;
  border: 1px solid #ddd;
  border-top: none;
  /padding-bottom: 0;/* ie7 */
  *margin-bottom: 40px; /* IE7 */
  *border-bottom-color: #eee; /* IE7 */
}
/* 商品画像
------------------------------------------------------------------------*/
#item_detail .per_item_box p.item_img {
  float: left;
}
#item_detail .per_item_box p.item_img img {
  width: 301px;
  height: 226px;
}
#item_detail .per_item_box .right {
  font-family: 'Helvetica neue', Helvetica, Arial, Meiryo, sans-serif;/*2016/09/09追加【フォント調整】*/
  float: right;
  width: 317px;
  -ms-text-justify: inter-ideograph;/*2016/09/09追加【フォント調整】*/
  text-justify: inter-ideograph;
  text-align: justify;
}

/* 商品名
------------------------------------------------------------------------*/
#item_detail .per_item_box_item_name,
#item_detail .per_item_box h4 {
  margin-top: 4px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

/* 割引/基本工事費無料/値引き
------------------------------------------------------------------------*/
#item_detail .user-item-rvw_discount_list  {
  margin-left: 10px;
}
#item_detail .user-item-rvw-box .user-item-rvw_discount_list li {
  float: left;
  margin: 0 2px 5px 0;
  padding: 0 7px 0 0;
  background: url("/public/img/review/search/ico_plus_discount.png") right center no-repeat;
}
#item_detail .user-item-rvw-box .user-item-rvw_discount_list li:last-child {
  background: none;
}
#item_detail .user-item-rvw-box .user-item-rvw_discount_list_last {
  margin-right: 0;
  padding-right: 0;
}
#item_detail .user-item-rvw-box .user-item-rvw_discount_list li span {
  display: block;
  padding: 5px 6px 4px;
  line-height: 1;
  font-family: 'Helvetica neue', Helvetica, Arial, Meiryo, sans-serif;
  color: #fff;
  background-color: #f00;
  font-size: 14px;
}

/* エクスショップ工事費込価格
------------------------------------------------------------------------*/
#item_detail dl dd .per_item_box dl.price_box {
  margin: 4px 0 0 0;
  color: #f00;
  border: none;
}
#item_detail dl dd .per_item_box dl.price_box dt {
  float: left;
}
#item_detail dl dd .per_item_box dl.price_box dd {
  float: right;
  padding: 0 0 5px 0;
}
#item_detail dl dd .per_item_box dl.price_box dt {
  height: auto;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
  background-color: #fff;
}
#item_detail dl dd .per_item_box dl.price_box span.price_num,
#item_detail dl dd .per_item_box dl.price_box span.price_unit {
  float: left;
}
#item_detail dl dd .per_item_box dl.price_box span.price_unit {
  padding-left: 2px;
}
#item_detail dl dd .per_item_box dl.price_box span.price_unit span.range,
#item_detail dl dd .per_item_box dl.price_box span.price_unit span.yen {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#item_detail dl dd .per_item_box dl.price_box span.price_unit span.yen,
#item_detail dl dd .per_item_box dl.price_box span.price_unit span.tax {
  float: left;
  font-size: 12px;
}
#item_detail dl dd .per_item_box dl.price_box span.price_num {
    font-family: 'Helvetica neue', Helvetica, Arial, Meiryo, sans-serif;/*2016/09/09追加【フォント調整】*/
  line-height: 27px;
  *line-height: 1.1; /* IE7 */
  font-size: 27px;
}
#item_detail dl dd .per_item_box dl.price_box span.price_unit span.range {
  display: block;
  text-align: center;
  line-height: 16px;
  font-size: 26px;
}
#item_detail dl dd .per_item_box dl.price_box span.price_unit span.currency {
  display: block;
  line-height: 1;
}

/* メーカー価格
------------------------------------------------------------------------*/
#item_detail dl dd .per_item_box p.maker_price {
  font-family: verdana, Meiryo, sans-serif;/*2016/09/09追加【フォント調整】*/
  padding: 4px 0 8px 0;
  text-align: right;
  white-space: nowrap;
  font-size: 11px;
  color: #333;
  border-top: 1px solid #ddd;
}

/* 商品説明
------------------------------------------------------------------------*/
#item_detail .user-item-rvw-box .user-item-rvw_description {
  margin: 25px 0px 7px;
  line-height: 1.6;
  font-size: 13px;
}

/* ページネーション
------------------------------------------------------------------------*/
#item_detail .voice_pagination {
  /*margin-top: 10px;*/
}
#item_detail .voice_pagination p.prev_voice {
  float: left;
}
#item_detail .voice_pagination p.next_voice {
  float: right;
}

/* 一覧へ戻るボタン
------------------------------------------------------------------------*/
p.bt_back {
  margin-top: 50px;
  text-align: center;
}


/* ===========================================================================
  お問い合わせフォーム（css/mailform/form03/regist/）
===========================================================================*/
#voice_form {
  width: 634px;
  margin: 28px 0 0 50px;
  padding: 56px 0 0;
  background: url("/public/img/review/search/bg_item_detail.png") 50% 0 no-repeat;
}
/* ===========================================================================
  施工店リスト
===========================================================================*/
#partners_area {
  width: 675px;
  margin: 107px auto 40px;
}
#partners_area .partners {
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#partners_area .partners .title {
  width: 633px;
  height: 34px;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 34px;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  border: 1px solid #ddd;
  background: url("/public/img/review/search/ico_partners_area.png") 4px center no-repeat #f0f0f0;
}
#item_detail .rvw-com,
#partners_area .partners {
  position: relative;
  width: auto !important;
  margin-bottom: 40px;
  font-size: 10px;
}
#item_detail .rvw-com .swiper-button-prev:hover,
#item_detail .rvw-com .swiper-button-next:hover,
#partners_area .partners .swiper-button-prev:hover,
#partners_area .partners .swiper-button-next:hover,
.related .swiper-button-prev:hover,
.related .swiper-button-next:hover {
  transform: scale(2);
}
#item_detail .rvw-com .swiper-button-prev,
#item_detail .rvw-com .swiper-button-next,
#partners_area .partners .swiper-button-prev,
#partners_area .partners .swiper-button-next,
.related .swiper-button-prev,
.related .swiper-button-next {
  position: absolute;
  --nav-size: 32px;
  display: block;
  width: var(--nav-size);
  height: var(--nav-size);
  margin-top: 0;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 90;
  z-index: 52;
  transition: transform 0.25s ease-in-out;
}
#item_detail .rvw-com .swiper-button-prev,
#partners_area .partners .swiper-button-prev {
  left: -20px;
  background: url(/public/img/item/estimate/item_image/icon_prev.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}
#item_detail .rvw-com .swiper-button-next,
#partners_area .partners .swiper-button-next {
  right: -20px;
  background: url(/public/img/item/estimate/item_image/icon_next.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}
#item_detail .rvw-com .swiper-button-prev, 
#item_detail .rvw-com .swiper-button-next {
  top: 174px;
}
#partners_area .partners .swiper-button-prev, 
#partners_area .partners .swiper-button-next {
  top: 106px;
}
#partners_area .partners dl {
  width: 198px;
  text-align: center;
  border: 1px solid #cce7f7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#partners_area .partners .swiper {
  width: 622px;
}
#partners_area .partners li {
  width: 200px;
}
#partners_area .partners .partner-name {
  height: 24px;
  text-align: center;
  color: #00507f;
  background-color: #e1f2fc;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#partners_area .partners .partner-name a.allink {
  text-indent: 0;
  color: #00507f;
  text-align: center;
  text-decoration: none;
}
#partners_area .partners .partner-name a:hover {
  color: #00507f;
  text-decoration: none;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#partners_area .partners .partner-name .partner-name1,
#partners_area .partners .partner-name .partner-name2 {
  position: relative;
  top: 4px;
}
#partners_area .partners .partner-name .partner-name1 {
  font-size: 12px;
}
#partners_area .partners .partner-name .partner-name2 {
  font-size: 14px;
}
#partners_area .partners .partner-staff {
  display: inline-block;
  padding: 4px 1px 1px;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
}
#partners_area .partners .partner-staff .partner-staff-photo img {
  border: 1px solid #ddd;
}
#partners_area .partners .partner-staff .partner-staff-name {
  padding-top: 1px;
  color: #333;
  font-size: 11px;
  text-align: center;
}

/*2016/09/09追加【フォント調整】*/
.voice_contents .item_box div.item_info .item_spec td {
  font-size: 11px;
}
.voice_contents .item_box div.item_info .item_spec tr th {
  font-size: 11px;
    padding: 6px 5px 6px 5px;
}
.voice_contents .h_voice_contents .h_group {
  float: left;
}
.voice_contents p.date {
  color: #333;
}
.voice_contents .h_voice_contents_ttl,
.voice_contents .h_voice_contents h2,
.voice_contents .h_voice_contents h3 {
  font-size:16px;
}
.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 {
  font-size: 12px;
  color: #111;
}
/*--------------------------------
  お気に入りボタン
--------------------------------*/
.voice_contents .btn_review_add_fav {
  float: right;
}
.voice_contents .btn_review_add_fav .bt_wishlist_register {
  margin-top: 10px;
  padding-left: 25px;
  border: 1px solid #ff8d5a;
  background: url(/public/img/global/main/wishlist/ico_heart_register.png) 10px center no-repeat;
  border-radius: 4px;
  cursor: pointer;
}
.voice_contents .btn_review_add_fav .bt_wishlist_register .txt {
  height: 30px;
  padding: 0 9px 0 8px;
  color: #ff8d5a;
  font-size: 13px;
  line-height: 30px;
}
.voice_contents .btn_review_add_fav .bt_wishlist_register .txt::before {
  left: -8px;
  width: 1px;
  height: 20px;
  background-color: #ffe1d3;
}
/* 登録済み
--------------------------------*/
.voice_contents .btn_review_add_fav .bt_wishlist_registered {
	box-shadow: none;
	padding-left: 25px;
	background: url("/public/img/global/main/wishlist/ico_heart_registered.png") 10px center no-repeat #ff6c2b;
	border: 1px solid #ff6c2b;
}
.voice_contents .btn_review_add_fav .bt_wishlist_registered .txt {
	height: 30px;
  padding-right: 10px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}
.voice_contents .item_box p.maker_logo span {
  font-size: 12px;
  color: #333;
}
.voice_contents .user_exshop p {
  line-height: 1.6;
  font-size: 14px;
}
.voice_contents .user_exshop p.now-writing {
  color: #555;
  text-align: center;
}
#item_detail .item_detail_ttl {
  font-size: 16px;
}
#item_detail dl dd .per_item_box dl.price_box dt {
  font-size: 16px;
}
#item_detail dl dd .per_item_box dl.price_box span.price_unit span.tax {
  margin-left: -5px;
}
#voice_head dl.uservoice dd.voice_date {
  font-size: 11px;
  color: #333;
}
/* ====================================================
  こちらの工事に使用しているエクステリア
====================================================*/
/* 左側 */
.user-item-rvw_hd {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.user-item-rvw_maker {
  float: left;
  margin-right: 12px;
}
.user-item-rvw_name {
  font-size: 14px;
  font-weight: bold;
}
.user-item-rvw_brief {
  float: left;
  width: 238px;
}
.user-item-rvw_img {
  margin-bottom: 10px;
}
.user-item-rvw_img img {
  width: 238px;
  height: 179px;
}
.user-item-rvw_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  color: #f00;
  text-align: center;
}
.user-item-rvw_price-hd {
  font-size: 14px;
}
.user-item-rvw_price-txt {
  font-size: 12px;
  font-weight: bold;
}
.user-item-rvw_price-num {
  font-size: 24px;
}
/* 右側 */
.user-item-rvw_detail {
  float: right;
  width: 367px;
}
.user-item-rvw_review {
  display: flex;
  flex-wrap: wrap;
}
.user-item-rvw_rating {
  width: 185px;
  border-right: 1px solid #eee;
}
.user-item-rvw_rationg-hd {
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 16px;
}
.user-item-rvw_rationg-hd .user-item-rvw_rationg-hd-extra {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}
.user-item-rvw_rationg-num {
  padding-left: 15px;
  color: #cd0505;
  font-family: 'helvetica neue', helvetica, arial;
  font-size: 32px;
  line-height: 1;
}
.user-item-rvw_rationg-num::before {
  content: "";
  display: inline-block;
  width: 84px;
  height: 16px;
  margin-right: 15px;
  background: url(/public/img/item/estimate/item_customer_reviews/sprite_star.png) 0px 0px no-repeat;
  vertical-align: middle;
}
.user-item-rvw_rationg-num--1::before { 
  background-position: -68px 0; 
}
.user-item-rvw_rationg-num--2::before { 
  background-position: -51px 0; 
}
.user-item-rvw_rationg-num--3::before { 
  background-position: -34px 0; 
}
.user-item-rvw_rationg-num--4::before { 
  background-position: -17px 0; 
}
.user-item-rvw_rationg-num--5::before { 
  background-position: 0px 0; 
}
.user-item-rvw_total {
  width: 181px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.user-item-rvw_total-hd {
  font-size: 16px;
  text-align: center;
}
.user-item-rvw_total-txt {
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.user-item-rvw_total-num {
  padding-right: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold
}
.user-item-rvw_link {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding: 5px 0 9px;
  border-radius: 5px;
  background-color: #2467c5;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: #fff !important;
  text-decoration: none !important;
}
.user-item-rvw_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 9px;
  height: 16px;
  margin: auto 0;
  background: url(/public/img/global/icon_next-white.svg) left center no-repeat;
  background-size: contain;
}
.user-item-rvw_link-hd {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.user-item-rvw_link-txt {
  font-size: 13px;
  text-align: center;
}
/* ====================================================
  こちらの工事に使用しているエクステリア　商品レビュー
====================================================*/
#item_detail .rvw-com .rvw-com_ttl{
  margin-bottom: 30px;
  padding-left: 11px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  background-color: #f0f0f0;
  border: none;
}
#item_detail #nav_search {
  margin-bottom: 16px;
}
.rvw-com-list a:hover {
  text-decoration: none;
}
.rvw-com-review {
  width: 200px;
  font-size: 13px;
}
.rvw-com-review_img {
  margin-bottom: 14px;
}
.rvw-com-review_img img {
  width: 198px;
  height: auto;
  border: 1px solid #ddd;
}
.rvw-com-review_user {
  color: #6a6c77;
  font-size: 11px;
  margin-bottom: 8px;
}
.rvw-com-review_rating {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.rvw-com-review_rating::before {
  content: "";
  display: inline-block;
  width: 84px;
  height: 16px;
  margin-right: 4px;
  background: url(/public/img/item/estimate/item_customer_reviews/sprite_star.png) 0px 0px no-repeat;
  vertical-align: text-bottom;
}
.rvw-com-review_rating--1::before {
  background-position: -68px 0px;
}
.rvw-com-review_rating--2::before {
  background-position: -51px 0px;
}
.rvw-com-review_rating--3::before {
  background-position: -34px 0px;
}
.rvw-com-review_rating--4::before {
  background-position: -17px 0px;
}
.rvw-com-review_rating--5::before {
  background-position: 0px 0px;
}
.rvw-com-review.rvw-com-review--last {
  border-bottom: none;
}
.rvw-com-review_txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.rvw-com-all_item_review_link-txt {
  margin-top: 32px;
  text-align: right;
}
.rvw-com-all_item_review_link-txt a {
  color: #0034ca;
  font-size: 12px;
  text-decoration: underline;
}
.rvw-com-all_item_review_link-txt a:hover {
  text-decoration: none;
}
.rvw-com-all_item_review_link-txt a::before{
  content: "";
  display: inline-block;
  margin-right: 7px;
  border: 3px solid transparent;
  border-left: 5px solid #002fb8;
  border-right: none;
  vertical-align: middle;
  }
/* ====================================================
  関連コンテンツ
====================================================*/
.related {
  padding: 0 30px;
}
.related-box {
  margin-bottom: 35px;
}
.related-box_ttl {
  height: 32px;
  margin-bottom: 30px;
  padding: 0 10px;
  background-color: #f5f5f5;
  font-size: 13px;
  line-height: 32px;
}
.related-envelope {
  position: relative;
}
.related-holder {
  position: relative;
}
/*--------------------------------
  もっと見る
--------------------------------*/
.related-show-more {
	margin-top: 10px;
  text-align: center;
}
.related-show-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;
}
/* ====================================================
  swiper
====================================================*/
.related .swiper li {
  display: none;
  width: 200px;
}
.related .swiper-initialized li {
  display: block !important;
}
.related .swiper-button-prev,
.related .swiper-button-next {
  top: 69px;
}
.related .swiper-button-prev {
  left: -18px;
  background: url(/public/img/item/estimate/item_image/icon_prev.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}
.related .swiper-button-next {
  right: -18px;
  background: url(/public/img/item/estimate/item_image/icon_next.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}
/* ====================================================
  関連するお客様の声
====================================================*/
.related-impression-list li {
  padding: 30px 15px;
  border-bottom: 1px solid #eee;
}
.related-impression-list li:first-of-type {
  padding-top: 0;
}
.related-impression-list li:nth-of-type(3),
.related-impression-list li:last-of-type {
  border-bottom: none;
}
.related-impression-list--open li:nth-of-type(3) {
  border-bottom: 1px solid #eee;
}
.related-impression-list li:nth-of-type(n+4) {
  display: none;
}
/*--------------------------------
  お客様情報
--------------------------------*/
.related-impression-customer {
  font-size: 11px;
}
.related-impression-wrap {
  display: flex;
  justify-content: space-between;
}
.related-impression-img img {
  box-sizing: border-box;
  width: 200px;
  height: auto;
  border: 1px solid #eee;
  vertical-align: middle;
}
.related-impression-person {
  height: 19px;
  margin-bottom: 9px;
  padding-left: 23px;
  background: url("/public/img/item/estimate/item_customer_reviews/icon_face.png") left center no-repeat;
  line-height: 19px;
}
.related-impression-evaluate {
  margin-bottom: 5px;
}
.related-impression_star {
  display: inline-block;
  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;
}
.related-impression_star-1 { background-position: -68px 0; }
.related-impression_star-2 { background-position: -51px 0; }
.related-impression_star-3 { background-position: -34px 0; }
.related-impression_star-4 { background-position: -17px 0; }
.related-impression_star-5 { background-position: 0px 0; }
/*--------------------------------
  評価の内容
--------------------------------*/
.related-impression-info {
  width: 420px;
}
.related-impression_date {
  padding-left: 10px;
}
.related-impression-voice_txt {
  font-size: 12px;
  line-height: 1.7;
  text-align: justify;
}
/* ====================================================
  関連するブログ記事
====================================================*/
.related-blog .related-holder {
  width: 642px;
}
.related-blog-list a {
  text-decoration: none;
}
.related-blog_img {
  margin-bottom: 8px;
}
.related-blog_img img {
  width: 200px;
  height: 150px;
}
.related-blog-body {
  font-size: 12px;
  text-align: justify;
}
/* ====================================================
  関連するよくあるご質問
====================================================*/
.related-faq-list li {
  margin-bottom: 18px;
  padding: 0 16px;
}
.related-faq-list li:nth-of-type(n+4) {
  display: none;
}
.related-faq-list a {
  text-decoration: none;
}
.related-faq_hd {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.related-faq_hd::before {
  content: "Q";
  margin-right: 10px;
  color: #fe3c00;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.related-faq-body {
  display: flex;
  margin-left: 27px;
}
.related-faq_q-no {
  margin-right: 20px;
  color: #777;
  font-size: 10px;
  white-space: nowrap;
}
.related-faq-helpful {
  display: flex;
  color: #333;
  font-size: 10px;
}
.related-faq-helpful_num {
  display: inline-block;
  height: 13px;
  margin-left: 2px;
  padding: 0 5px;
  border: 1px solid #ddd;
  border-radius: 7px;
  line-height: 13px;
}