@charset "utf-8";
/*/////////////////////////////////////////////////////////

　商品詳細ページ
  item/[cate]/estimate/input.html
  ※見積もりシミュレーションは、simulation.cssで設定。

/////////////////////////////////////////////////////////*/

/* ===========================================================
  商品情報BOX（商品名?キャンペンバナーまで）
===========================================================*/
#contents_wide {
  width: 750px;
  padding-right: 43px;

  color: #111;
  font-family: verdana, meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#item_box {
  margin: 35px 0 0 0;
  font-size: 12px;
}
#item_box img {
  vertical-align: bottom;
}

/* ===========================================================
  商品名
===========================================================*/
#item_box #item_name {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: #fafafa;
}
#item_box #item_name h1.name {
  display: table;
  border-radius: 1px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}
#item_box #item_name p.logo {
  float: left;
  margin: 0 10px 0 0;
}

/* ===========================================================
  商品メイン情報BOX（商品イメージ?SNSボタンまで）
===========================================================*/
#item_box #item_summary {
  margin-bottom: 30px;
  padding: 20px 0 0 0;
}

/* ===========================================================
  商品メイン情報　左カラム
===========================================================*/
#item_box #item_summary .left {
  float: left;
  width: 452px;
}

/* ------------------------------------------------------------------------
  商品画像
------------------------------------------------------------------------*/
#item_box #item_summary .item_image {
  position: relative;
/*	max-height: 452px;*/
  min-height: 100px;
/*	_max-height: none;*/
  overflow: visible;
}
#item_box .item_image li {
  min-height: 350px;
}
#item_box .item_image li.video {
  display: flex;
}
#item_box .item_image li iframe {
  width: 452px;
  height: 254px;
  margin: auto 0;
}
#item_box .item_image a {
  position: relative;
  display: block;
}
#item_box #item_summary .item_image img {
  width: 452px;
  height: auto;
}
#item_box .item_image .swiper-button-next,
#item_box .item_image .swiper-button-prev,
#item_box .item_image .bx-controls a {
  position: absolute;
  top: 152px;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 90;
  z-index: 52;
  transition: transform 0.25s ease-in-out;
  margin-top: 0;
}
#item_box .item_image .swiper-button-prev,
#item_box .item_image .bx-controls a.bx-prev {
  left: -14px;
  background: url("/public/img/item/estimate/item_image/icon_prev.svg") 8px center no-repeat rgba(51, 51, 51, 0.7);
}
@media \0screen\,screen\9 { /* lte IE8 */
  #item_box .item_image .bx-controls a.bx-prev {
    background: url("/public/img/item/estimate/item_image/icon_prev.png") 8px center no-repeat #707070;
  }
}
#item_box .item_image .swiper-button-next,
#item_box .item_image .bx-controls a.bx-next {
  right: -14px;
  background: url("/public/img/item/estimate/item_image/icon_next.svg") 10px center no-repeat rgba(51, 51, 51, 0.7);
}
@media \0screen\,screen\9 { /* lte IE8 */
  #item_box .item_image .bx-controls a.bx-next {
    background: url("/public/img/item/estimate/item_image/icon_next.png") 10px center no-repeat #707070;
  }
}
#item_box .item_image .swiper-button-next:hover,
#item_box .item_image .swiper-button-prev:hover,
#item_box .item_image .bx-controls a:hover {
  transform: scale(2);
}
/* 画像拡大
--------------------------------*/
#item_box .enlarge_image {
  margin: 7px 0 3px 0;
}
#item_box .box_image_explanation .enlarge_image {
  float: left;
  margin: 7px 10px 3px 0;
}
#item_box .enlarge_image a {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  height: 22px;
  padding: 0 10px 0 26px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: url("/public/img/item/estimate/item_image/icon_magnifier.png") 5px 3px no-repeat;
  box-shadow: 1px 1px 2px 0px rgba(204, 204, 204, 0.6);
  line-height: 1.65;
  letter-spacing: 0.1ex;
}
#item_box .enlarge_image a:hover {
  color: #333;
  text-decoration: none;
}
/* カラー名称
--------------------------------*/
#item_box .box_image_explanation .txt_color {
  float: right;
  margin: 11px 0 0 0;
}

/* ------------------------------------------------------------------------
  人気ランキングアイコン
------------------------------------------------------------------------*/
span#rank1_l { background: url(/public/img/img_ranking/icon_l_ranking1.png) no-repeat 0 0; }
span#rank2_l { background: url(/public/img/img_ranking/icon_l_ranking2.png) no-repeat 0 0; }
span#rank3_l { background: url(/public/img/img_ranking/icon_l_ranking3.png) no-repeat 0 0; }

/* ------------------------------------------------------------------------
  商品タイプ別ランキングアイコン
  ※古いものは、legacy.cssにあり。
------------------------------------------------------------------------*/
span#cg05l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_cg05.png) no-repeat 0 0;}
span#cg05l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_cg05.png) no-repeat 0 0;}
span#cg05l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_cg05.png) no-repeat 0 0;}

span#cg06l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_cg06.png) no-repeat 0 0;}
span#cg06l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_cg06.png) no-repeat 0 0;}
span#cg06l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_cg06.png) no-repeat 0 0;}

span#sh01l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_sh01.png) no-repeat 0 0;}
span#sh01l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_sh01.png) no-repeat 0 0;}
span#sh01l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_sh01.png) no-repeat 0 0;}

span#sh02l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_sh02.png) no-repeat 0 0;}
span#sh02l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_sh02.png) no-repeat 0 0;}
span#sh02l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_sh02.png) no-repeat 0 0;}

span#br05l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_br05.png) no-repeat 0 0;}
span#br05l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_br05.png) no-repeat 0 0;}
span#br05l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_br05.png) no-repeat 0 0;}

span#br06l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_br06.png) no-repeat 0 0;}
span#br06l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_br06.png) no-repeat 0 0;}
span#br06l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_br06.png) no-repeat 0 0;}

span#tr05l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_br05.png) no-repeat 0 0;}
span#tr05l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_br05.png) no-repeat 0 0;}
span#tr05l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_br05.png) no-repeat 0 0;}

span#tr06l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_br06.png) no-repeat 0 0;}
span#tr06l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_br06.png) no-repeat 0 0;}
span#tr06l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_br06.png) no-repeat 0 0;}

span#fe01l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe01.png?20251010) no-repeat 0 0;}
span#fe01l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe01.png?20251010) no-repeat 0 0;}
span#fe01l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe01.png?20251010) no-repeat 0 0;}

span#fe02l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe02.png?20251010) no-repeat 0 0;}
span#fe02l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe02.png?20251010) no-repeat 0 0;}
span#fe02l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe02.png?20251010) no-repeat 0 0;}

span#fe03l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe03.png?20251010) no-repeat 0 0;}
span#fe03l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe03.png?20251010) no-repeat 0 0;}
span#fe03l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe03.png?20251010) no-repeat 0 0;}

span#fe04l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe04.png) no-repeat 0 0;}
span#fe04l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe04.png) no-repeat 0 0;}
span#fe04l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe04.png) no-repeat 0 0;}

span#fe05l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe05.png) no-repeat 0 0;}
span#fe05l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe05.png) no-repeat 0 0;}
span#fe05l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe05.png) no-repeat 0 0;}

span#fe06l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe06.png) no-repeat 0 0;}
span#fe06l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe06.png) no-repeat 0 0;}
span#fe06l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe06.png) no-repeat 0 0;}

span#fe07l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe07.png) no-repeat 0 0;}
span#fe07l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe07.png) no-repeat 0 0;}
span#fe07l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe07.png) no-repeat 0 0;}

span#fe08l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe08.png) no-repeat 0 0;}
span#fe08l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe08.png) no-repeat 0 0;}
span#fe08l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe08.png) no-repeat 0 0;}

span#fe09l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe09.png) no-repeat 0 0;}
span#fe09l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe09.png) no-repeat 0 0;}
span#fe09l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe09.png) no-repeat 0 0;}

span#fe10l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe10.png) no-repeat 0 0;}
span#fe10l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe10.png) no-repeat 0 0;}
span#fe10l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe10.png) no-repeat 0 0;}

span#fe11l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe11.png) no-repeat 0 0;}
span#fe11l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe11.png) no-repeat 0 0;}
span#fe11l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe11.png) no-repeat 0 0;}

span#fe12l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_fe12.png) no-repeat 0 0;}
span#fe12l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_fe12.png) no-repeat 0 0;}
span#fe12l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_fe12.png) no-repeat 0 0;}

span#mp01l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_mp01.png) no-repeat 0 0;}
span#mp01l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_mp01.png) no-repeat 0 0;}
span#mp01l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_mp01.png) no-repeat 0 0;}

span#mp02l_rank1 { background: url(/public/img/img_ranking/icon_l_ranking1_mp02.png) no-repeat 0 0;}
span#mp02l_rank2 { background: url(/public/img/img_ranking/icon_l_ranking2_mp02.png) no-repeat 0 0;}
span#mp02l_rank3 { background: url(/public/img/img_ranking/icon_l_ranking3_mp02.png) no-repeat 0 0;}


/* ------------------------------------------------------------------------
  商品コメント
------------------------------------------------------------------------*/
#item_box #item_summary p.pics_comment {
  padding: 2px 0 2px 5px;
  margin-bottom: 4px;
  border-bottom: none;/* anti-multiplication */
  font-size: 12px;
  color: #C00;
  text-align: left;
}

/* ------------------------------------------------------------------------
  ランキング画像
------------------------------------------------------------------------*/
#item_box #item_summary .item_image span {
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 61px;
  height: 52px;
  text-indent: -9000px;
  overflow: hidden;
  z-index: 52;
}

/* ------------------------------------------------------------------------
  カタログ画像・図面
------------------------------------------------------------------------*/
#item_box #item_summary .sub_image {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100% !important;
  margin: 10px 0 13px 0;
}
#item_box #item_summary .sub_image li {
  width: 84px;
}
#item_box #item_summary .sub_image li.last{
  margin-right: 0;
}
#item_box #item_summary .sub_image li:nth-of-type(5n) {
  margin-right: 0;
}
#item_box #item_summary .sub_image li img {
  width: 82px;
  height: 62px;
  border: 1px solid #ccc;
}
#item_box #item_summary .sub_image li a:hover img {
  border: 1px solid #0067ca;
}
/*--------------------------------
  動画
--------------------------------*/
#item_box #item_summary .sub_image li.video-thumb {
  position: relative;
}
#item_box #item_summary .sub_image li.video-thumb img.icon_play {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  margin: auto;
  border: none;
}
/* ------------------------------------------------------------------------
  カラー
------------------------------------------------------------------------*/
#item_box #item_summary .color_list dt {
  padding: 0 0 4px 0;
  line-height: 1;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccc;
}
#item_box #item_summary .color_list dt:not(:first-of-type) {
  margin-top: 15px;
}
#item_box #item_summary .color_list dd {
  padding: 10px 0 0 0;
}
#item_box #item_summary .color_list ul {
  font-size: 0;
}
#item_box #item_summary .color_list dd li {
  display: inline-block;
 *display: inline; /* IE7 */
 *zoom: 1; /* IE7 */
  width: 84px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
#item_box #item_summary .color_list dd li.rightmost {
  margin-right: 0;
}
#item_box #item_summary .color_list dd li.last {
  margin-right: 0;
}
#item_box #item_summary .color_list dd li p.color_name {
  display: table;
  margin: auto;
  padding: 4px 0 0 0;
  color: #111;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: -0.1ex;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
#item_box #item_summary .color_list dd li p.color_img img {
  width: 84px;
}



/* ------------------------------------------------------------------------
  サイズ表
------------------------------------------------------------------------*/
#item_box #item_summary table.size_table {
  width: 100%;
  margin: 18px 0 5px 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#item_box #item_summary table.size_table th,
#item_box #item_summary table.size_table td {
  padding: 4px 0 5px;
  border-bottom: 1px dotted #ccc;
}
#item_box #item_summary table.size_table th {
  width: 84px;
  text-align: center;
  font-weight: normal;
  background-color: #f7f7f7;
}
#item_box #item_summary table.size_table td {
  padding-left: 12px;
  padding-right: 12px;
}

/* ------------------------------------------------------------------------
  メーカーカタログを見る
------------------------------------------------------------------------*/
#item_box #item_summary p.view_catalog {
  float: right;
  padding: 0 0 0 10px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_link_arrow.png") left center no-repeat;
}
#item_box #item_summary p.view_catalog a {
  text-decoration: underline;
  color: #0034ca;
}
#item_box #item_summary p.view_catalog a:hover {
  text-decoration: none;
}

/* ===========================================================
  商品メイン情報　右カラム
===========================================================*/
#item_box #item_summary .right {
  float: right;
  width: 260px;
}

/* ------------------------------------------------------------------------
  商品仕様アイコン
------------------------------------------------------------------------*/
#item_box #item_summary ul.feature_list {
  padding: 6px 3px;
  border: 1px solid #ccc;
}
#item_box #item_summary ul.feature_list li {
  float: left;
  padding: 0 3px 0;
}
#item_box #item_summary ul.feature_list li.last {
  margin-right: 0;
}

/* ------------------------------------------------------------------------
  工事対応エリア
------------------------------------------------------------------------*/
#item_box #item_summary dl.const_area {
  padding: 0 0px 0 7px;
  border: 1px solid #ccc;
  border-top: none;
}
#item_box #item_summary dl.const_area dt,
#item_box #item_summary dl.const_area dd {
  float: left;
  line-height: 27px;
  white-space: nowrap;
}
#item_box #item_summary dl.const_area dt {
  padding-right: 2px;
  font-size: 11px;
}
#item_box #item_summary dl.const_area .support_area {
  float: left;
}
#item_box #item_summary dl.const_area .link_map {
  float: left;
  margin-left: 5px;
  padding: 0 0 0 9px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_link_arrow.png") left center no-repeat;
}
#item_box #item_summary dl.const_area .link_map a {
  color: #0034ca;
  font-size: 10px;
  font-family: "MS Pゴシック", sans-serif;
  text-decoration: underline;
}
#item_box #item_summary dl.const_area .link_map a:hover {
  text-decoration: none;
}
#item_box #item_summary dl.const_area .link_area {
  float: left;
  margin-left: 5px;
  padding: 0 0 0 9px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_link_arrow.png") left center no-repeat;
}
#item_box #item_summary dl.const_area .link_area a {
  color: #0034ca;
  font-size: 12px;
  font-family: verdana, meiryo, sans-serif;
  text-decoration: underline;
}
#item_box #item_summary dl.const_area .link_area a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------------------------
  お値引きタグ
------------------------------------------------------------------------*/

/* お値引きフキダシ
----------------------------------------------------------------*/
#item_box #item_summary ul.discount_list {
  position: relative;
  display: inline-block;
  max-width: 250px;
  margin: 10px 0 0 0;
  padding: 4px;
  border: 1px solid #faa;
  border-radius: 1px;
  background: #fcff00;
}
#item_box #item_summary ul.discount_list:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 25px;
  border-width: 9px 6px 0;
  border-style: solid;
  border-color: #faa transparent;
}
#item_box #item_summary ul.discount_list li.price_off:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 26px;
  border-width: 8px 5px 0;
  border-style: solid;
  border-color: #fcff00 transparent;
}

/* 値引きタグ共通
----------------------------------------------------------------*/
#item_box #item_summary ul.discount_list li {
  float: left;
  overflow: visible;
  height: 22px;
  padding-right: 2px;
  background-color: red;
  color: white;
  font-family: verdana, meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  text-align :center;
  line-height: 21px;
  vertical-align: middle;
  *padding-right: 2px;
  _display: inline;
  _overflow: hidden;
  _font-size: 10px;
}

/* +プラス共通
----------------------------------------------------------------*/
#item_box #item_summary ul.discount_list li span.plus {
  float: left;
  position: relative;
  top: -3px;
  height: 28px;
  margin-right: 2px;
  padding: 0 2px;
  background: #fcff00;
  color: #f00;
  font-size: 15px;
  font-weight: normal;
  font-family: verdana, meiryo, sans-serif;
  vertical-align: middle;
  line-height: 26px;
  _display: inline;
  _margin-right: 2px;
  _font-size: 10px;
}

/* 商品割引[%OFF]タグ
------------------------------------------------------------------------*/
#item_box #item_summary ul.discount_list li.price_off {
  padding: 0 2px;
  font-family: arial, helvetica, meiryo;
  font-size: 10px;
  vertical-align: bottom;
}
#item_box #item_summary ul.discount_list li.price_off span.percentage {/* 割引率数 */
  display: inline;
  padding: 0;
  font-size: 17px;
  font-family: arial, helvetica !important;
  font-weight: bold !important;
  vertical-align: baseline;
}

/* 工事費負担タグ
------------------------------------------------------------------------*/
#item_box #item_summary ul.discount_list li.const_free {/* 工事費無料 */
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04ex;
}
#item_box #item_summary ul.discount_list li.const_off {/* 工事費一部負担 */
  width: 111px;
  *width: 115px;
}

/* 特別値引きタグ
------------------------------------------------------------------------*/
#item_box #item_summary ul.discount_list li.last {
  *width: 75px;
  _width: 70px;
  *padding-right: 0;
  *line-height: 20px;
  *font-size: 12px;
  _font-size: 10px;
}

/* ------------------------------------------------------------------------
  商品販売価格
------------------------------------------------------------------------*/
#item_box #item_summary dl.price_box {
  margin: 12px 0 0 0;
  padding: 0 0 8px 0;
  color: #f00;
  border-bottom: 1px solid #ccc;
  *vertical-align: bottom;
}
#item_box #item_summary dl.price_box dt {/* 工事費込み価格 */
  float: none;
  min-height: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  *margin-bottom: 0;
}

/* 価格
----------------------------------------------------------------- */
#item_box #item_summary dl.price_box dd {
  float: right;
  position: relative;
  height: 34px;
  line-height: 1;
  *padding-bottom: 10px;
}
#item_box #item_summary dl.price_box dd span.price_num {
  float: left;
  *display: block;
  *oveflow: visible;
}
#item_box #item_summary dl.price_box dd span.currency,
#item_box #item_summary dl.price_box dd span.txt_tax {
  float: left;
  font-size: 14px;
  font-family: Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#item_box #item_summary dl.price_box dd span.price_num {/* 販売価格 */
  margin-right: 10px;
  font-size: 44px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -0.02ex;
  *line-height: 1.2;
  _line-height: 1;
}
#item_box #item_summary dl.price_box dd span.txt_tax {/* 税込 */
  position: absolute;
  top: 2px;
  right: 0;
  line-height: 1;
  font-weight: bold;
  *line-height: 1.3;
}
#item_box #item_summary dl.price_box dd span.currency {/* 円～ */
  display: inline-block;
  padding: 20px 4px 0 0;
  letter-spacing: 1.5px;
  font-weight: bold;
  line-height: 1;
  *line-height: 1.2;
}

/* メーカーカタログ価格
------------------------------------------------------------------------*/
#item_box #item_summary p.maker_price {
  margin: 0 0 10px;
  padding: 3px 0 20px 0;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_price_arrow.png") center bottom no-repeat;
  color: #333;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}
/* ====================================================
  ボタン（ご注文依頼へ進む）
====================================================*/
.btn-next-action-order {
  margin-top: 10px;
  padding-bottom: 20px;
}
.btn-next-action-order a {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 258px;
  height: 58px;
  margin: 0 auto;
  background: #3660bc;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-size: 16.3px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
.btn-next-action-order a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 20px;
  height: 20px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #fff;
}
.btn-next-action-order a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #3660bc;
  border-right: 2px solid #3660bc;
  transform: rotate(45deg);
}
/* ------------------------------------------------------------------------
  お見積りシミュレーション【ボタン】
------------------------------------------------------------------------*/
#item_box #item_summary p.bt_estimate_simulation a {
  display: block;
  width: 262px;
  height: 47px; /* 57px - padding */
  margin: 5px 0 0 0;
  padding: 12px 0 0 0;
  color: #fff;
  text-decoration: none;
  background: url("/public/img/img_search/search_intro/estimate_input/bt_estimate_simulation.png") left top no-repeat;
}
#item_box #item_summary p.bt_estimate_simulation a span.bt_txt_1,
#item_box #item_summary p.bt_estimate_simulation a span.bt_txt_2 {
  display: block;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
 *line-height: 1.1; /* IE7 */
}
#item_box #item_summary p.bt_estimate_simulation a span.bt_txt_1 {
  padding: 0 0 0 70px;
  font-size: 15px;
}
#item_box #item_summary p.bt_estimate_simulation a span.bt_txt_2 {
  padding: 7px 0 0 92px;
  font-size: 12px;
}

/* ------------------------------------------------------------------------
  商品説明テキスト
------------------------------------------------------------------------*/
#item_box #item_summary .item_description {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/* ------------------------------------------------------------------------
  スタッフからのオススメポイント
------------------------------------------------------------------------*/
#item_box #item_summary dl.staff_recommend {
  margin: 30px 0 0 0;
  border: 1px solid #ccc;
}
#item_box #item_summary dl.staff_recommend dt {
  height: 52px;
  margin-top: -22px;
  margin-bottom: 3px;
  background: url("/public/img/item/common/h_staff_recommend.png?20230307") 0 0 no-repeat;
  color: #a47000;
  font-weight: bold;
  text-indent: -9999px;
  line-height: 25px;

  *position: relative;
  *top: -22px;
  *margin-bottom: -24px;
}
#item_box #item_summary dl.staff_recommend dd {
  padding: 5px 13px 9px;
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/* ------------------------------------------------------------------------
  商品について問い合わせる【ボタン】
------------------------------------------------------------------------*/
#item_box #item_summary p.bt_contact_item {
  width: 258px;
  height: 24px;
  margin: 10px 0 11px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.04) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.04)), color-stop(100%, rgba(0,0,0,0.04))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.04) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.04) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.04) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.04) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0affffff', endColorstr='#0a000000', GradientType=0 ); /* IE9 */
}
#item_box #item_summary p.bt_contact_item a {
  display: block;
  width: 258px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
#item_box #item_summary p.bt_contact_item a span {
  padding: 0 0 0 22px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_mail.png") left center no-repeat;
}

/* ------------------------------------------------------------------------
  SNSボタン
------------------------------------------------------------------------*/
#item_box #item_summary .est_ipt_sns ul {
  /*float: right;*/
}
#item_box #item_summary .est_ipt_sns li {
  /*float: left;*/
}
#item_box #item_summary .est_ipt_sns li.est_ipt_facebook {
  width: 107px;
  height: 30px;
  overflow: hidden;
}
#item_box #item_summary .est_ipt_sns li.est_ipt_google_plus {
  padding-top: 2px;
}


/* ===========================================================
  【商品補足表示】
    ※スタッフおすすめポイントの上に表示されます。
    ※必要に応じて以下に設定追加する。
===========================================================*/

/* ------------------------------------------------------------------------
  耐積雪
------------------------------------------------------------------------*/
#item_box #item_summary .anti_snow_box {
  margin: 7px 0 0 0;
  padding: 4px;
  border: 1px solid #ccc;
}
#item_box #item_summary .anti_snow_box img {
  float: left;
}
#item_box #item_summary .anti_snow_box p {
  float: right;
  width: 110px;
  padding: 10px 0 0 0;
}

/* ------------------------------------------------------------------------
  YKKシリーズcpページのリンク
------------------------------------------------------------------------*/
#item_box #item_summary p#ykkap_cp_series_link {
  margin-top: 10px;
}
#item_box #item_summary p#ykkap_cp_series_link a {
  padding-top: 10px;
  color: #0067ca;
}
#item_box #item_summary p#ykkap_cp_series_link a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------------------
  関連情報詳細ページのリンク
------------------------------------------------------------------------*/
#item_box #item_summary p.link_item_info {
  margin-top: 10px;
}
#item_box #item_summary p.link_item_info a {
  padding-top: 10px;
  color: #0067ca;
}
#item_box #item_summary p.link_item_info a:hover {
  text-decoration: underline;
}

/* ===========================================================
  ☆【カルーセル共通設定】
===========================================================*/
.item_image li:nth-of-type(n+2) {
  display: none;
}
.item_image.swiper-initialized li:nth-of-type(n+2),
.bx-viewport .item_image li:nth-of-type(n+2) {
  display: block;
}
.carousel img {
  border: 1px solid ddd;
}
.carousel .bx-default-pager {
  display: none;
}
.carousel .bx-prev,
.carousel .bx-next {
  position: absolute;
  text-indent: -9999px;
  top: 0;
}
.carousel .bx-prev {
  left: 0;
}
.carousel .bx-next {
  right: 0;
}
.carousel a.bx-prev:hover,
.carousel a.bx-next:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ===========================================================
  この商品の工事実績【カルーセル】
===========================================================*/
#voice_list {
  margin-bottom: 20px;
}
#voice_list dt {
  padding: 8px 0 9px 35px;
  border-radius: 1px;
  border: 1px solid #ccc;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_voice_list.png") 7px center no-repeat #fafafa;
}
#voice_list dt span {
  font-size: 14px;

  *float: left; /* IE7 */
}
#voice_list dt a {
  float: right;
  max-width: 550px;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  color: #0034ca;
  text-decoration: underline;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_link_arrow.png") left center no-repeat;
}
#voice_list dt a:hover {
  text-decoration: none;
}
#voice_list dd {
  padding: 14px 0 0 0;
}
#voice_list .carousel {
  position: relative;
}
#voice_list .carousel li {
  width: 97px;
}
#voice_list .carousel img {
  width: 95px;
  height: 70px;
  border: 1px solid #ddd;
}
#voice_list .carousel .swiper-button-prev,
#voice_list .carousel .swiper-button-next {
  top: 0;
  width: 16px;
  height: 72px;
  margin-top: 0;
}
#voice_list .carousel .swiper-button-prev:hover,
#voice_list .carousel .swiper-button-next:hover {
  opacity: 0.5;
}
#voice_list .carousel .swiper-button-prev::after,
#voice_list .carousel .swiper-button-next::after {
  display: none;
  content: "";
}
#voice_list .carousel .swiper-button-prev {
  left: 0;
  background: url("/public/img/img_search/search_intro/estimate_input/bt_carousel_prev_mini.png") left top no-repeat;
}
#voice_list .carousel .swiper-button-next {
  right: 0;
  background: url("/public/img/img_search/search_intro/estimate_input/bt_carousel_next_mini.png") right top no-repeat;
}

/* ローディング表示
-------------------------- */
#item_voice_slider_list {
  position: relative;
  overflow: hidden;
  min-height: 84px;
}
#item_voice_slider_list .view_loading02 {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #2467c5;
  border-right-color: rgb(143, 195, 31);
  border-right-color: transparent;
  text-indent: -9999px;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

/* ------------------------------------------------------------------------
  工事例の選択リスト　共通設定
------------------------------------------------------------------------*/
#voice_list p.txt_show_voice {
  float: left;
  margin: 3px 3px 0 0;
  padding: 4px 0 4px 18px;
  line-height: 13px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_voice_colors.png") left center no-repeat;
}
#voice_list .tip-link {
  float: right;
  position: relative;
}
#voice_list .tip-link .t-link {/* 初期表示 */
  position: relative;
  display: block;
  height: 20px; /* 22px - border */
  padding: 3px 0 3px 5px;
  line-height: 20px;
  text-align: left;
  border: 1px solid #ccc;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_voicecolor_arrow_b.png") no-repeat #fff;/* プルダウンアイコン */
  cursor: pointer;
}
#voice_list .tip-link .t-link:hover {
  border-color: #4af;
  box-shadow: 0 0 4px #ddf;
}
#voice_list .tip-link ul {/* 選択リスト */
  display: none;
  position: absolute;
  top: 27px;
  right: 0;
  padding: 5px 0;
  border: 1px solid #aaa;
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.14);
  background: #fff;
  text-align: left;
}
#voice_list .tip-link ul li:hover {
  background: #ebf0ff;
}
#voice_list .tip-link ul li a {
  display: block;
  padding: 5px 10px 6px 5px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
#voice_list .tip-link ul li a:hover {
  color: #0034ca;
}
#voice_list .tip-link ul li a span {
  margin: 0 0 0 5px;
}

/* カラー別
------------------------------------------------------------*/
#voice_list .voice_list_color {
  z-index: 1;
  float: right;
  margin: 10px 0 0 0;
  *width: 287px; /* IE7 */
}
#voice_list .voice_list_color .tip-link {
  z-index: 20;
}
#voice_list .voice_list_color .tip-link .t-link {
  width: 150px;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.07);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.07);
  background-position: 143px center;/* プルダウンアイコンの位置 */
}
#voice_list .voice_list_color #TipLink ul.uLink {
}
#voice_list .voice_list_color #TipLink ul.uLink li {/* カラー名の長さにより折り返さない様に調整 */
  *width: 132px;/* ie7 */
}

/* カラー画像設定
-----------------------------------*/
#voice_list .voice_list_color #TipLink ul.uLink li a span.voice_color_img {
  position: relative;
  float: left;
  overflow: hidden;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#voice_list .voice_list_color #TipLink ul.uLink li a span.voice_color_img img {
  position: absolute;
  top: -20px;
  left: -27px;
}

/* 屋根材別
------------------------------------------------------------------------*/
#voice_list .voice_list_roof {
  z-index: 0;
  clear: both;
  float: right;
  margin: 7px 0 0 0;

  *width: 310px;/* IE7 */
}
#voice_list .voice_list_roof p.txt_show_voice {
  background: none;
}
#voice_list .voice_list_roof .tip-link .t-link {
  width: 150px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.07);
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.07);
  border-radius: 3px;
  background-position: 143px center;/* プルダウンアイコンの位置 */
}
#voice_list .voice_list_roof .tip-link ul.uLinkM {
}
#voice_list .voice_list_roof .tip-link ul.uLinkM li {/* カラー名の長さにより折り返さない様に調整 */
  *width: 260px;/* ie7 */
}
/* ===========================================================
  お客様の声
===========================================================*/
.item_customer_reviews {
  margin-bottom: 13px;
}
.item_customer_reviews dt {
  height: 28px;
  padding: 3px 0 5px 35px;
  border-radius: 1px;
  border: 1px solid #ccc;
  background: url("/public/img/item/estimate/item_customer_reviews/icon_item_customer_reviews.png") 7px center no-repeat #fafafa;
  line-height: 28px;
}
.item_customer_reviews dt span {
  font-size: 14px;
}
.item_customer_reviews dt .hd_txt {
  float: left;
}
.item_customer_reviews dt .evaluate {
  float: left;
  padding-left: 20px;
  font-size: 16px;
}
.item_customer_reviews dt .star {
  display: inline-block;
  width: 84px;
  height: 16px;
  margin-left: 10px;
  background: url("/public/img/item/estimate/item_customer_reviews/sprite_star_half.png") 0px 0px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: text-top;
}
.item_customer_reviews dt .txt_star {
  display: inline-block;
  margin-left: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
}
.item_customer_reviews dt .star-4_half { background-position: 0 0; }

.item_customer_reviews dt a {
  float: right;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  color: #0034ca;
  text-decoration: underline;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_link_arrow.png") left center no-repeat;
}
.item_customer_reviews dt a:hover {
  text-decoration: none;
}
.item_customer_reviews dd {
  padding: 0 10px;
}
/* お客様の声1件ごと
--------------------------------*/
.item_customer_reviews .reviews li {
  padding: 15px 0 15px;
  border-bottom: 1px dotted #ccc;
}
.item_customer_reviews .reviews li:last-of-type {
  border-bottom: none;
}
/* お客様情報
--------------------------------*/
.item_customer_reviews .box_customer {
  float: left;
}
.item_customer_reviews .box_customer .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;
}
.item_customer_reviews .box_customer .pref {
  margin-right: 9px;
}
.item_customer_reviews .box_customer .evaluate {
  margin-bottom: 5px;
}
.item_customer_reviews .box_customer .star {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* 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;
}
.item_customer_reviews .box_customer .star-1 { background-position: -68px 0; }
.item_customer_reviews .box_customer .star-2 { background-position: -51px 0; }
.item_customer_reviews .box_customer .star-3 { background-position: -34px 0; }
.item_customer_reviews .box_customer .star-4 { background-position: -17px 0; }
.item_customer_reviews .box_customer .star-5 { background-position: 0px 0; }
/* 評価の内容
--------------------------------*/
.item_customer_reviews .box_voice {
  float: right;
  width: 538px;
}
.item_customer_reviews .box_voice .voice {
  font-size: 13px;
  line-height: 1.7;
}
.item_customer_reviews .link {
  margin-top: 8px;
  text-align: right;
}
.item_customer_reviews .link a {
  padding: 0 0 0 10px;
  color: #0034ca;
  text-decoration: underline;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_link_arrow.png") left center no-repeat;
}
.item_customer_reviews .link a:hover {
  text-decoration: none;
}

/* ===========================================================
  (？) 解説リンク共通
===========================================================*/
.show_info {
  float: right;
  padding: 1px 6px 0 0;

 *position: absolute; /* IE7 */
 *top: 0; /* IE7 */
 *right: 6px; /* IE7 */
}
.show_info a {
  display: block;
  margin: 3px 0 0 0;
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 16px;
}
.show_info a.black {
  color: #515151;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_question_black.png") left center no-repeat;
}

/* ===========================================================
  この商品の対象キャンペーン【バナー】
===========================================================*/
dl#campaign_list dt {
  height: 28px;
  padding: 3px 0 5px 35px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_campaign_list.png") 7px center no-repeat #fafafa;
  font-size: 14px;
  line-height: 28px;
}
dl#campaign_list dd {
  padding: 15px 0 0;
}
dl#campaign_list dd ul {
  width/*\**/: 600px\9;/* ie789 */
  margin/*\**/: 0 auto\9;/* ie789 */
}
dl#campaign_list dd ul:not(:target) {/* ie9 */
  width: auto;
  margin: auto;
}
dl#campaign_list dd ul li {
  float: left;
  margin: 0 13.5px 13.5px 0;/*_margin: 0 19px 10px;*/
}
dl#campaign_list dd ul li:nth-child(5n) {
  margin-right: 0;
}

/* ===========================================================
  サイズ違いの商品を探す(物置)
===========================================================*/
dl#search_size dt {
  height: 28px;
  margin-top: 30px;
  padding: 0 0 0 32px;
  line-height: 28px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_search_size.png") 3px center no-repeat #fafafa;
  border: 1px solid #ccc;
}

/* ===========================================================
  商品の詳細ボックス
===========================================================*/
#item_detail {
  margin: 29px 0 0 0;
}
#item_detail h2 {
  height: 33px;
  padding: 0 0 0 39px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_item_detail.png") 10px center no-repeat #333;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
}
#item_detail .item_detail_box {
  border: 1px solid #ccc;
  border-top: none;
}
.item_detail_box td ul li {
  padding: 1px 0 1px;
}
#item_detail h3.h_item_detail {
  height: 25px;
  margin: 0 0 15px 0;
  padding: 5px 0 5px 21px;
  line-height: 25px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  background: url("/public/img/img_search/search_intro/estimate_input/bg_h_item_detail.png") 9px center no-repeat #f7f7f7;
}

/* ===========================================================
  製品サイズ
===========================================================*/
#item_detail .item_size {
  padding-bottom: 15px;
}
#item_detail .item_size table {
  width: 609px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
#item_detail .item_size table th,
#item_detail .item_size table td {
  padding: 7px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#item_detail .item_size table th {
  width: 24px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f3f3f3;
}
#item_detail .item_size table td {
  padding: 7px 10px;
  font-size: 12px;
}
#item_detail .item_size table td.size_ttl {
  width: 83px; /* 93px - padding */
  padding: 7px 10px;
  background-color: #fafafa;
}
#item_detail .item_size .item_size_img {
  margin-top: 10px;
  text-align: center;
}
#item_detail .item_size .item_size_img img {
  margin-bottom: 20px;
}
#item_detail .item_size #ykkap_option_wind {
  width: 580px;
  margin: 15px auto;
}

/* ------------------------------------------
  製品サイズ一覧
------------------------------------------ */
ul.size_range li,
.item_detail_box td ul.size_range li {
  float:left;
  padding-left: 1ex;
  *float: none;
  *display: inline;
  *padding-left: 0;
}


/* ===========================================================
  屋根材のバリエーション
===========================================================*/
#item_detail .item_roof {
  padding-bottom: 13px;
}
#item_detail .item_roof img.static_mgn15 {
  margin-top: 0;/* static.css */
}
#item_detail .item_roof .roof_variation {
  text-align: center;
}

/* ===========================================================
  対応可能な商品オプション
===========================================================*/
#item_detail .item_option {
  font-size: 12px;
}
#item_detail .item_option h3.h_item_detail {
  margin-bottom: 12px;
}
#item_detail .item_option .option_list {
  padding: 0 0 2px 12px;
  font-size: 0; /* display: inline-block;の隙間対策 */
}
#item_detail .item_option .option {
  display: inline-block;
  width: 332px; /* 348px - padding - border */
  margin: 0 12px 10px 0;
  padding: 3px 6px 6px 8px;
  vertical-align: top;
  font-size: 12px; /* display: inline-block;の隙間対策 */
  background: url("/public/img/img_search/search_intro/estimate_input/bg_item_option.png") left top repeat-x;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.07);
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
}
#item_detail .item_option .option p.opt_img {
  float: left;
  position: relative;
  margin: 5px 11px 0 0;
}
#item_detail .item_option .option p.opt_img img {
  border: 1px solid #ccc;
}
#item_detail .item_option .option p.opt_img span {
  position: absolute;
  bottom: 1px;
  right: 1px;
  padding: 2px 5px 1px;
  line-height: 1;
  background-color: #f00;
  color: #fff;
}
#item_detail .item_option .option .opt_txt {
  margin-left: 109px;
}
#item_detail .item_option .option h4.opt_name {
  padding-left: 10px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_link_arrow.png") left center no-repeat;
}
#item_detail .item_option .option h4.opt_name a {
  display: block;
  text-decoration: underline;
  font-weight: bold;
  color: #0034ca;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_win_open.png") right center no-repeat;
}
#item_detail .item_option .option h4.opt_name a:hover {
  text-decoration: none;
}
#item_detail .item_option .option p.opt_price {
  margin: 7px 0 1px;
  color: #f00;
}

/* ===========================================================
  この商品のシリーズ一覧、関連商品一覧【カルーセル】
===========================================================*/
#related_item,
.related_item {
  margin: 50px 0 -30px;
  border: 1px solid #ccc;
}
#related_item .carousel,
.related_item .carousel {
}
#related_item .carousel .bx-prev,
#related_item .carousel .bx-next,
.related_item .carousel .bx-prev,
.related_item .carousel .bx-next {
  top: 9px;
  width: 19px;
  height: 90px;
}
#related_item .carousel .bx-prev,
.related_item .carousel .bx-prev {
  left: 13px;
  background: url("/public/img/img_search/search_intro/estimate_input/bt_carousel_prev.png") left top no-repeat;
}
#related_item .carousel .bx-next,
.related_item .carousel .bx-next {
  right: 13px;
  background: url("/public/img/img_search/search_intro/estimate_input/bt_carousel_next.png") right top no-repeat;
}
#related_item .carousel dt,
.related_item .carousel dt {
  height: 31px;
  padding: 0 0 0 21px;
  line-height: 31px;
  font-size: 12px;
  background: url("/public/img/img_search/search_intro/estimate_input/bg_h_item_detail.png") 9px center no-repeat #f7f7f7;
}
#related_item .carousel dt a,
.related_item .carousel dt a {/* シリーズ一覧へのリンク */
  float: right;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_link_arrow.png") no-repeat left center;
  color: #0034ca;
  text-decoration: underline;
}
#related_item .carousel dt a:hover,
.related_item .carousel dt a:hover {
  text-decoration: none;
}
#related_item .carousel dd,
.related_item .carousel dd {
  position: relative;
  padding: 9px 0 6px;
  width: auto !important;/* 5件未満表示の対策 */
  font-size: 10px;
}
#related_item .carousel dd .bx-wrapper,
.related_item .carousel dd .bx-wrapper {
  max-width: 644px !important;/* 5件未満表示の対策（幅を固定） */
  margin: 0 auto;
}
#related_item .carousel dd p.item_img,
.related_item .carousel dd p.item_img {
  position: relative;
}
#related_item .carousel dd p.item_img img.item_pic,
.related_item .carousel dd p.item_img img.item_pic {
  width: 118px;
  height: 88px;
  border: 1px solid #ccc;
}
#related_item .carousel dd p.item_img img.maker_logo,
.related_item .carousel dd p.item_img img.maker_logo {
  position: absolute;
  top: 1px;
  left: 1px;
}
#related_item .carousel dd p.item_name,
.related_item .carousel dd p.item_name {
  margin-top: 2px;
}
#related_item .carousel dd p.item_price a,
.related_item .carousel dd p.item_price a {
  color: #f00;
}

#related_item .series,
.related_item .series {
  border-bottom: none;
}
#related_item .recommend,
.related_item .recommend {
  border-top: none;
}

.related_data {
  margin: 80px 0 0;
}
.block-keyword-tags + .related_data {/* キーワードがある場合 */
  margin-top: 30px;
}
.related_data .block {
  position: relative;
}
.related_data .hd {
  height: 41px;
  margin-bottom: 10px;
  padding-left: 14px;
  background-color: #eee;
  font-size: 14px;
  line-height: 42px;
}

/* 件数
--------------------------------*/
.related_data .hd .count_data {
  display: inline-block;
  margin-left: 6px;
  padding: 0 7px;
  background-color:#fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
.related_data .hd .count_data .num {
  font-size: 14px;
}

/* ページャ
--------------------------------*/
.related_data .hd .pager {
  /*margin-left: 194px;*/
  position: absolute;
  bottom: auto;
  right: 16px;
  left: auto;
  font-size: 12px;
  letter-spacing: 1px;
  width: auto;
}

/* 商品一覧
--------------------------------*/
.related_data .slides {
  padding-top: 26px;
}
.related_data .slides ul {
  *height: 450px; /* IE7 */
}
.related_data .slides li {
  position: relative;
  float: left;
  width: 162px;
  height: 180px;
  margin: 0 29px 34px 0;
}
.related_data .slides li.rightmost {
  margin-right: 0;
}

/* ホバー効果 */
.related_data .slides li {
  transition: all 0.2s ease-in 0s;
}
.related_data .slides li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.2s ease-out 0s;
}

.related_data .slides li a:hover {
  color:#333;
  text-decoration: none;
}
.related_data .slides a.allink {
  width: 162px;
  height: 180px;
}
.related_data .slides .item_img {
  position: relative;
  width: 162px;
  height: 122px;
}

/* 商品写真
--------------------------------*/
.related_data .slides .item_img .item_pic {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 160px;
  height: 120px;
  border: 1px solid #ddd;
}


/* ランキング
--------------------------------*/
.related_data .slides .item_img span {
  display: block;
  text-indent: -9000px;
  width: 61px;
  height: 52px;
  overflow: hidden;
  *cursor: pointer; /* IE7 */
}

/* ランキング
--------------------------------*/
.related_data .slides .item_rank {
  position: absolute;
  left: -5px;
  top: -17px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

/* 工事費
--------------------------------*/
.related_data .slides .item_img .const_cost {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 51px;
  height: 51px;
  overflow: visible;
}

/* メーカー名
--------------------------------*/
.related_data .slides .maker_name {
  margin: 4px 0 6px;
  font-family: verdana, meiryo, sans-serif;
  font-size: 10px;
  line-height: 1;
}

/* 商品名
--------------------------------*/
.related_data .slides .item_name {
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 1;
}

/* 割引率
--------------------------------*/
.related_data .slides .price_off {
  float: left;
  height: 17px;
  padding: 0 3px 0 2px;
  background-color:#fff3f3;
  border: 1px solid #ffb0b0;
  border-radius: 2px;
  color:#f00;
  font-family: verdana, meiryo, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
}

/* 価格
--------------------------------*/
@supports (-ms-accelerator:true) { /* Edge */
  .related_data .slides .ex_price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 162px;
    height: 23px;
    line-height: 23px;
  }
}
.related_data .slides .price {
  float: right;
  color:#f00;
  font-size: 13px;
}
.related_data .slides .price .num {
  margin-left: 2px;
  font-family: verdana, meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: -0.1ex;
}

/* bxslider
--------------------------------*/
.related_data .bx-controls .bx-prev,
.related_data .bx-controls .bx-next {
  --nav-size: 32px;
  position: absolute;
  top: 50%;
  display: block;
  width: var(--nav-size);
  height: var(--nav-size);
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 90;
  z-index: 52;
  transition: transform 0.25s ease-in-out;
}
.related_data .bx-controls a:hover {
  text-decoration: none;
  color: #111;
  border: 1px solid #aaa;
  transform: scale(2);
}
.related_data .bx-controls a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.related_data .bx-controls .bx-prev {
  left: -20px;
  background: url(/public/img/item/estimate/item_image/icon_prev.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}
.related_data .bx-controls .bx-next {
  right: -20px;
  background: url(/public/img/item/estimate/item_image/icon_next.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}

/* swiper
--------------------------------*/
.related_data .swiper {
  --space-for-icon: 16px;
  margin-top: calc(var(--space-for-icon) * -1);
  padding-top: var(--space-for-icon); /* ランキングicon表示用 */
}
.related_data .swiper-button-prev,
.related_data .swiper-button-next {
  --nav-size: 32px;
  position: absolute;
  top: 50%;
  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;
}
.related_data .swiper-button-prev:after,
.related_data .swiper-button-next:after {
  display: none;
  content: "";
}
.related_data .swiper-button-prev:hover,
.related_data .swiper-button-next:hover {
  text-decoration: none;
  color: #111;
  border: 1px solid #aaa;
  transform: scale(2);
}
.related_data .swiper-button-prev:active,
.related_data .swiper-button-next:active {
  box-shadow: none;
}
.related_data .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);
}
.related_data .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);
}

/*////////  お見積りシミュレーション共通設定は、simulation.css  ////////*/

/* ===========================================================
  この商品のシリーズ一覧
===========================================================*/
#slide-series-item {
  margin-top: 48px;
}
#slide-series-item .slides ul.bxslider li {
  padding-top: 30px;
}
#slide-series-item .morelink {
  margin-top: 25px;
  text-align: right;
}
#slide-series-item .morelink a {
  color: #0034ca;
  font-size: 12px;
  text-decoration: underline;
}
#slide-series-item .morelink a::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  border: 3px solid transparent;
  border-left: 5px solid #002fb8;
  border-right: none;
  vertical-align: middle;
}
#slide-series-item .morelink a:hover {
  text-decoration: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {/* ie10,11 */
  .related_data .slides .ex_price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 162px;
    height: 23px;
    line-height: 23px;
  }
}


/* ===========================================================
  よくあるご質問
===========================================================*/
#faq_box {
  margin: 70px auto 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}

/* ------------------------------------------------------------------------
  タイトル
------------------------------------------------------------------------*/
#faq_box dl.faq_list dt.ttl {
  height: 31px;
  padding-left: 9px;
  background-color: #eee;
  color: #111;
  font-size: 13px;
  line-height: 31px;
}

/* ------------------------------------------------------------------------
  コンテンツ
------------------------------------------------------------------------*/
#faq_box dl.faq_list dd.outer {
  padding-top: 12px;
}
#faq_box dl.faq_list dd.outer dl {
  border-bottom: 1px dotted #aaa;
}
#faq_box dl.faq_list dd.outer dl dt {/* Q */
  position: relative;
  padding: 15px 15px 15px 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #111;
  cursor: pointer;
  background: none!important;
}
#faq_box dl.faq_list dd.outer dl dt:after {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 45%;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/public/img/global/left/icon_arrow-davygrey.png) right center no-repeat;
}
#faq_box dl.faq_list dd.outer dl dt.open:after {
  transform: rotate(180deg);
}
#faq_box dl.faq_list dd.outer dt:before {
  display: inline-block;
  content: "";
  margin: 0 10px;
  width: 16px;
  height: 16px;
  background: url(/public/img/faq/detail/ico_q.png) left center no-repeat;
  background-size: 16px;
}
#faq_box dl.faq_list dd.outer dl dd {/* A */
  display: none; /* 初期は非表示 */
  padding: 0 15px 15px 47px;
  font-size: 14px;
  line-height: 1.4;
  text-indent: -36px;
  background: none!important;
}
#faq_box dl.faq_list dd.outer dl dd:before {
  display: inline-block;
  content: "";
  margin: 0 10px;
  width: 16px;
  height: 16px;
  background: url(/public/img/faq/detail/ico_a.png) left center no-repeat;
  background-size: 16px;
}
/* ------------------------------------------------------------------------
  テキスト内リンク
------------------------------------------------------------------------*/
#faq_box dl.faq_list dd.outer dl dd a {
  text-decoration: underline;
  color: #480;
}
#faq_box dl.faq_list dd.outer dl dd a.icon {
  padding-left: 11px;
  background: url("/public/img/img_search/search_intro/estimate_input/ico_faq_link.png") left center no-repeat;
}
#faq_box dl.faq_list dd.outer dl dd a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------------------------
  FAQページへのリンク
------------------------------------------------------------------------*/
#faq_box p.faq_link {
  margin-top: 30px;
  text-align: right;
}
#faq_box p.faq_link a {
  padding-left: 11px;
  text-decoration: underline;
  color: #0034ca;
}
#faq_box p.faq_link a::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  border: 3px solid transparent;
  border-left: 5px solid #002fb8;
  border-right: none;
  vertical-align: middle;
}
#faq_box p.faq_link a:hover {
  text-decoration: none;
}

/* ===========================================================
  最近チェックした商品【カルーセル】
===========================================================*/
dl#history {
  margin: 50px auto;
}
dl#history dt {
  height: 17px;
  margin: 0 0 16px 2px;
  padding-left: 7px;
  line-height: 17px;
  font-size: 12px;
  border-left: 3px solid #555;
}
dl#history dd.carousel {
  position: relative;
}
dl#history dd.carousel .bx-wrapper {
  max-width: 660px !important;/* 5件未満表示の対策 */
  margin: 0 auto;
}

/* ------------------------------------------------------------------------
  画像送りボタン
------------------------------------------------------------------------*/
dl#history dd.carousel .bx-prev,
dl#history dd.carousel .bx-next {
  width: 19px;
  height: 90px;
}
dl#history dd.carousel .bx-prev {
  left: 7px;
  background: url("/public/img/img_search/search_intro/estimate_input/bt_carousel_prev.png") left top no-repeat;
}
dl#history dd.carousel .bx-next {
  right: 4px;
  background: url("/public/img/img_search/search_intro/estimate_input/bt_carousel_next.png") right top no-repeat;
}

/* ------------------------------------------------------------------------
  商品リスト設定
------------------------------------------------------------------------*/
dl#history dd.carousel p.item_img {
  position: relative;
}
dl#history dd.carousel p.item_img img.item_pic {
  width: 118px;
  height: 88px;
  border: 1px solid #ccc;
}
dl#history dd.carousel p.item_img img.maker_logo {
  position: absolute;
  top: 1px;
  left: 1px;
}
dl#history dd.carousel p.item_name {
  margin-top: 2px;
  font-size: 10px;
  text-align: center;
}

/* ===========================================================
  販売終了予定の商品
===========================================================*/
#item_box #item_summary .left {
  position: relative;
}
.end_of_sale {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  *left: 65px; /* IE7 */
  width: 288px;
  margin: 47px auto 0;
  padding: 26px 15px 29px 15px;
  border: 1px solid #bababa;
  background-color: #fff;
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 1;
}
.end_of_sale .ttl {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  padding-left: 49px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  background: url("/public/img/item/estimate/end_of_sale/ico_exclamation.png") left center no-repeat;
}
.end_of_sale .txt {
  width: 294px;
  margin: 12px auto 15px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  text-align: left;
}
#item_box #item_summary .item_image .end_of_sale .txt a {
  display: inline;
  color: #00f;
  text-decoration: underline;
}
#item_box #item_summary .item_image .end_of_sale .txt a:hover {
  text-decoration: none;
}
.end_of_sale .bt {
  border-top: none;
}
.end_of_sale .bt a {
  display: block;
  /*width: 237px;*/
  margin: 0 auto;
  padding: 12px 0 13px 63px;
  background: url("/public/img/item/estimate/end_of_sale/bt_successor.png") left top no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  /*letter-spacing: -1px;*/
  text-align: left;
  text-decoration: none;
}
.end_of_sale .bt_close {
  position: absolute;
  top: -14px;
  right: -13px;
}
#item_box #item_summary .item_image .end_of_sale .bt_close img {
  width: auto;
}

/* 販売終了予定案内
------------------------------------------------------------------------*/
.info_end_of_sale {
  margin-top: 10px;
  padding: 11px 0 13px 56px;
  border: 1px solid #ccc;
  background: url("/public/img/item/estimate/end_of_sale/ico_exclamation.png") 7px center no-repeat #fff2f8;
}
.info_end_of_sale .txt {
  font-size: 16px;
  font-weight: bold;
}
.info_end_of_sale a {
  font-size: 14px;
  color: #00f;
  text-decoration: underline;
}
.info_end_of_sale a:hover {
  color: #00f;
  text-decoration: none;
}
.info_end_of_sale a strong {
  color: #00f;
  font-weight: bold;
}

/* ===========================================================
  販売終了商品
===========================================================*/
#item_box #item_name {
  position: relative;
}
#item_box .txt_end_sale {
  padding: 2px 0 4px 10px;
  background-color: #aaa;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

/* 販売終了のお知らせ
------------------------------------------------------------------------*/
dl.inform_end_sale {
  margin-top: 33px;
  border: 2px solid #ccc;
}
dl.inform_end_sale dt {
  height: 31px;
  padding-left: 49px;
  line-height: 31px;
  background: url("/public/img/item/estimate/end_of_sale/ico_inform_exclamation.png") 8px center no-repeat #a32727;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
dl.inform_end_sale dd {
  padding: 18px 12px 15px;
}
dl.inform_end_sale dd .txt {
  margin-bottom: 13px;
  padding-left: 10px;
  font-size: 14px;
}
dl.inform_end_sale dd .ttl {
  margin-bottom: 19px;
  padding-bottom: 1px;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  font-weight: bold;
}

/* スライダー設定
------------------------------------------------------------------------*/
dl.inform_end_sale ul {
  justify-content: center;
}
dl.inform_end_sale .swiper-button-prev,
dl.inform_end_sale .swiper-button-next {
  display: none;
  position:absolute;
  top: 30px;
  text-indent: -9999px;
  width: 19px;
  height: 90px;
  margin-top: 0;
}
dl.inform_end_sale.-is-initialized .swiper-button-prev,
dl.inform_end_sale.-is-initialized .swiper-button-next {
  display: block;
}
dl.inform_end_sale .swiper-button-prev {
  left: 0px;
  background: url("/public/img/img_search/search_intro/estimate_input/bt_carousel_prev.png") left top no-repeat;
}
dl.inform_end_sale .swiper-button-next {
  right: 0px;
  background: url("/public/img/img_search/search_intro/estimate_input/bt_carousel_next.png") left top no-repeat;
}
dl.inform_end_sale .swiper-button-prev:hover,
dl.inform_end_sale .swiper-button-next:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
dl.inform_end_sale li {
  width: 200px;
}
dl.inform_end_sale .img {
  margin-bottom: 8px;
}
dl.inform_end_sale .name a {
  font-size: 14px;
  font-weight: bold;
}
dl.inform_end_sale .price a {
  font-size: 14px;
  font-weight: bold;
  color: #f00;
}

/* ------------------------------------------------------------------------
  台風補償対象
------------------------------------------------------------------------*/
#item_box #item_summary .item_image img.typhoon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 63px;
  height:64px;
  z-index: 51;
}

/* ------------------------------------------------------------------------
  グッドデザイン賞_受賞ロゴ
------------------------------------------------------------------------*/
#item_box #item_summary .item_image img.logo_good_design {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height:93px;
  z-index: 51;
}
#item_box #item_summary .item_image img.logo_good_design_2016 {
  width: 91px;
}
/* ------------------------------------------------------------------------
  クオカード1000円分対象商品
------------------------------------------------------------------------*/
#item_box #item_summary .item_image img.icon_quocard_1000yen {
  position: absolute;
  top: 7px;
  right: 2px;
  width: 74px;
  height:92px;
  z-index: 52;
}
/* ------------------------------------------------------------------------
  バイヤーブログへのリンク
------------------------------------------------------------------------*/
#relatedExBlog {
  margin: 53px auto -36px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}

/* タイトル
------------------------------------------------------------------------*/
#relatedExBlog dl.exBlogPost dt.ttl {
  height: 31px;
  padding-left: 9px;
  background-color: #eee;
  color: #111;
  font-size: 13px;
  line-height: 31px;
}

/* リンクリスト
------------------------------------------------------------------------*/
#relatedExBlog dl.exBlogPost dd {
  padding: 16px 0 5px;
}
#relatedExBlog dl.exBlogPost ul {
  color: #0034ca;
}
#relatedExBlog dl.exBlogPost li {
  margin: 0 0 10px 0;
}
#relatedExBlog dl.exBlogPost li a {
  color: #002fb8;
  text-decoration: underline;
}
#relatedExBlog dl.exBlogPost li a:hover {
  text-decoration: none;
}
#relatedExBlog dl.exBlogPost li a::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  border: 3px solid transparent;
  border-left: 5px solid #002fb8;
  border-right: none;
  vertical-align: middle;
}

/* ------------------------------------------------------------------------
  この商品のキーワード
------------------------------------------------------------------------*/
.block-keyword-tags {
  margin-top: 44px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block-keyword-tags .hd {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  line-height: 1;
}
.block-keyword-tags .keywords li {
  float: left;
  margin: 0 10px 10px 0;
}
.block-keyword-tags .keywords li a {
  display: block;
  height: 26px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #111;
  font-size: 12px;
  text-decoration: none;
  line-height: 26px;
  -webkit-backface-visibility: hidden;

  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
}
.block-keyword-tags .keywords li a:hover {
  color: #111;
}
/* ------------------------------------------------------------------------
  lightbox
------------------------------------------------------------------------*/
a#lightbox-nav-btnPrev:hover {
  background: none !important;
}
@media \0screen\,screen\9 { /* lte IE8 */
  a#lightbox-nav-btnPrev:hover {
    background: url("/public/img/item/estimate/item_image/icon_prev_lightbox.png") left center no-repeat !important;
  }
}
a#lightbox-nav-btnPrev:hover::after,
a#lightbox-nav-btnNext:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 14px auto;
  background-color: rgba(51, 51, 51, 0.7);
  background-repeat: no-repeat;
  opacity: 90;
}
a#lightbox-nav-btnPrev:hover::after {
  left: 3px;
  background-image: url("/public/img/item/estimate/item_image/icon_prev.svg");
  background-position: 12px center;
}
a#lightbox-nav-btnNext:hover {
  background: none !important;
}
@media \0screen\,screen\9 { /* lte IE8 */
  a#lightbox-nav-btnNext:hover {
    background: url("/public/img/item/estimate/item_image/icon_next_lightbox.png") right center no-repeat !important;
  }
}
a#lightbox-nav-btnNext:hover::after {
  right: 3px;
  background-image: url("/public/img/item/estimate/item_image/icon_next.svg");
  background-position: 14px center;
}
/* ====================================================
  キャンペーンバナー
====================================================*/
.link_input_campaign_banner {
  clear: right;
  padding: 0 0 20px;
  text-align: center;
}
/* ====================================================
  お気に入り登録者数
====================================================*/
.user-wishlist {
  margin-top: 10px;
  text-align: center;
}
.user-wishlist_people {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  padding-left: 19px;
  background: url("/public/img/item/estimate/icon_heart_light-brilliant-tangelo.png") left center no-repeat;
  font-size: 12px;
}
.user-wishlist_people-num {
  font-size: 15px;
}
/* ====================================================
  評価・レビュー
====================================================*/
.item-ast {
  margin: 18px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
a.item-ast_review-link {
  display: block;
  color: #333;
}
/*--------------------------------
  評価
--------------------------------*/
.item-ast_rating {
  float: left;
  width: 104px;
  padding: 6px 0 0;
  text-align: center;
}
/*--------------------------------
  レビュー
--------------------------------*/
.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: 24px;
  margin: auto 0;
  background-color: #eee;
}
/* ====================================================
  いきなり現調ボタン
====================================================*/
.cta-short {
  margin: 16px 0 20px;
  padding: 13px 20px 11px;
  background-color: #f0f6ff;
  border-radius: 4px;
  color: #000;
}
.cta-short_btn {
  margin-bottom: 8px;
  text-align: center;
}
.cta-short_btn a {
  display: inline-block;
  height: 36px;
  padding: 0 44px 0 42px;
  border-radius: 4px;
  background: url("/public/img/global/icon_next-white.svg") right 11px center no-repeat #2467c5;
  background-size: 8px auto;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
  line-height: 36px;
}
.cta-short_lead {
  font-size: 14px;
  text-align: justify;
  line-height: 1.3;
}
/* ====================================================
  動画
====================================================*/
.item-youtube {
  margin: 52px 0;
  text-align: center;
}
.item-youtube_ttl {
  display: flex;
  align-items: center;
  min-height: 31px;
  margin-bottom: 20px;
  padding: 0 11px;
  background-color: #eee;
  font-size: 14px;
}
.item-youtube iframe {
  width: 340px;
  height: 190px;
  margin: 0 auto;
  border: none;
}