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

	お見積りシミュレーション

///////////////////////////////////////////////////////////////////////*/
.pgr-sim-inner {
	margin: 0 28px;
}
#mainContents {
  padding-top: 0;
  padding-left: 0;
  border: none;
}
.pgr-sim {
  position: relative;
  padding: 10px 15px 10px;
  border: 1px solid #ccc;
}
div#snippet_foot_form_link::before {
  background: #fff;
}
/*--------------------------------
	タイトル
--------------------------------*/
.pgr-sim_ttl {
	height: 41px;
	margin: 3px 0 25px;
	padding: 2px 0 0 14px;
	background: url("/public/img/static/petite-garden-reform/common/bg_ttl.png") left bottom no-repeat;
	color: #006552;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
/* ====================================================
	コントロール
====================================================*/
.pgr-sim_ctrl {
	margin-bottom: 40px;
}
/*--------------------------------
	項目
--------------------------------*/
.pgr-sim_holder {
	margin-bottom: 25px;
}
/*--------------------------------
	見出し
--------------------------------*/
.pgr-sim_hd {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: bold;
}
/*--------------------------------
	チェックボックス
--------------------------------*/
.pgr-sim_label-checkbox {
	margin-left: 20px;
	font-size: 18px;
}
.pgr-sim_checkbox {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	box-sizing: border-box;
	width: 19px;
	height: 19px;
	margin-right: 9px;
	border-radius: 50%;
  border: 1px solid #ccc;
	box-shadow: inset 0 0 0 2px #fff;
	background-color: #3fbcef;
}
.pgr-sim_checkbox-txt {
	display: inline-block;
	vertical-align: middle;
}
/*--------------------------------
	インプットボックス
--------------------------------*/
.pgr-sim_size-item {
	margin: 0 0 20px 20px;
}
.pgr-sim_size-hd {
	float: left;
	width: 55px;
	height: 52px;
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
}
.pgr-sim_input-txt,
.pgr-sim_input-num {
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float: left;
	width: 130px;
	height: 52px;
	padding: 6px 14px 6px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
}
.pgr-sim_input-txt--disabled,
.pgr-sim_input-num--disabled {
	width: auto;
	min-width: 2ex;
	padding-left: 0;
	padding-right: 0;
	border: none;
	box-shadow: none;
	text-align: right;
}
/*--------------------------------
	単位
--------------------------------*/
.pgr-sim_size-unit {
	float: left;
	height: 52px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 52px;
}
.pgr-sim_size-unit-list {
	float: left;
	margin: 8px 0 0 20px;
}
.pgr-sim_size-unit-list li {
	float: left;
}
.pgr-sim_size-unit-list input[type="radio"] {
	display: none;
}
.pgr-sim_radio-txt {
	display: block;
	width: 80px;
	height: 35px;
	color: #3fbcef;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
}
input[type="radio"]:checked + .pgr-sim_radio-txt {
	background-color: #3fbcef;
	color: #fff;
	font-weight: bold;
}
.pgr-sim_size-unit-list li:nth-of-type(1) .pgr-sim_radio-txt {
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 2px 0 0 2px;
}
.pgr-sim_size-unit-list li:nth-of-type(2) .pgr-sim_radio-txt {
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 0 2px 2px 0;
}
/*--------------------------------
	注記
--------------------------------*/
.pgr-sim_size-note {
	float: left;
	margin: 20px 0 0 27px;
	font-size: 12px;
	letter-spacing: -0.1ex;
}
/* ====================================================
	見積もり結果
====================================================*/
.pgr-sim_result-hd {
	margin-bottom: 20px;
	color: #008e1e;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.pgr-sim_result-tbl {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
	border-top: 1px solid #008e1e;
}
.pgr-sim_result-tbl th,
.pgr-sim_result-tbl td {
	border-bottom: 1px solid #ccc;
}
.pgr-sim_result-tbl th {
	height: 53px;
	padding: 0 10px;
	font-size: 16px;
	vertical-align: middle;
	white-space: nowrap;
}
.pgr-sim_result-tbl td {
	height: 49px;
	padding: 0 10px;
	font-size: 15px;
	vertical-align: middle;
}
.pgr-sim_result-tbl td.quantity,
.pgr-sim_result-tbl td.unit-price,
.pgr-sim_result-tbl td.amount {
	text-align: right;
}
.pgr-sim_result-tbl td.pgr-sim_tbl-note {
	width: 200px;
	font-size: 12px;
}
.pgr-sim_tbl-const {
	width: 160px;
}
/*--------------------------------
	見積金額
--------------------------------*/
.pgr-sim_tbl-total {
	color: #df002b;
	font-weight: bold;
}
.pgr-sim_tbl-total th,
.pgr-sim_tbl-total td {
	border-bottom: none;
}
.pgr-sim_tbl-total td.pgr-sim_tbl-total-hd {
	font-size: 17px;
}
.pgr-sim_tbl-total td.pgr-sim_tbl-total-price {
	font-size: 18px;
	text-align: right;
}
/*--------------------------------
	単位当たり
--------------------------------*/
.pgr-sim_result-per th,
.pgr-sim_result-per td {
	border-bottom: none;
}
.pgr-sim_result-per-innder {
	float: right;
	font-size: 16px;
	font-weight: bold;
}
.pgr-sim_result-per-hd {
	float: left;
	margin-right: 31px;
}
.pgr-sim_result-per-txt {
	float: left;
}
.pgr-sim_note {
	margin: 0 18px 47px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
}
/* ====================================================
	問い合わせ
====================================================*/
.pgr-sim_contact {
	margin: 0 8px 50px 9px;
	padding: 50px 0 40px;
	background-color: #fffccd;
}
.pgr-sim_contact-btn {
	text-align: center;
}
.pgr-sim_contact-btn a {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 70px;
	padding: 0 34px 0 33px;
	border-radius: 4px;
	background-color: #0068b7;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 70px;
}
.pgr-sim_contact-btn a:hover {
	color: #fff !important;
}
.pgr-sim_contact-btn a::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	border: 7px solid transparent;
	border-left: 13px solid #fff;
	border-right: none;
	vertical-align: middle;
	*display: none; /* IE7 */
}
/* ====================================================
  関連情報全般
====================================================*/
.related_info-box {
  position: relative;
  width: 730px;
}
.gpcat-box-cahin {
	margin: 0 25px 25px;
  }
.gpcat-box-cahin li {
	margin-bottom: 7px;
}
.gpcat-box-cahin li.no_display {
	display: none;
}
.gpcat-box-cahin a {
	color: #097ed5;
	font-size: 13px;
	text-decoration: none;
}
.gpcat-box-cahin a::before {
	content: "";
	display: inline-block;
	margin-right: 6px;
	border: 3px solid transparent;
	border-left: 6px solid #097ed5;
	border-right: none;
	vertical-align: middle;
}
.gpcat-more {
	margin: 0 25px;
	text-align: right;
}
.gpcat-more a {
	color: #097ed5;
	font-size: 13px;
	text-decoration: none;
}
.gpcat-more a::before {
	content: "";
	display: inline-block;
	margin-right: 6px;
	border: 3px solid transparent;
	border-left: 6px solid #097ed5;
	border-right: none;
	vertical-align: middle;
}
.gpcat-box {
  margin-top: 40px;
}
.gpcat_hd {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 30px;
  padding-left: 11px;
  border-left: 3px solid #b2df75;
  color: #007400;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
}
/* ====================================================
  関連するカテゴリ
====================================================*/
.gpcat-relcate {
	margin-bottom: 50px;
}
.gpcat-relcate_hd {
	margin: 0 25px 16px;
}
.gpcat-relcate_hd a {
	padding-right: 15px;
	background: url(/sp/public02/img/common/icon_next-strongcornflowerblue.svg) right center no-repeat;
	background-size: 7px auto;
	color: #097ed5;
	text-decoration: none;
}
.gpcat-relcate-chain {
	display: flex;
	flex-wrap: wrap;
	gap: 17px 19px;
	margin: 0 24px;
}
.gpcat-relcate-chain a {
	color: #333;
	text-decoration: none;
}
.gpcat-relcate_img {
	margin-bottom: 8px;
}
.gpcat-relcate_img:hover {
	opacity: 0.7;
}
.gpcat-relcate_txt {
	font-size: 11px;
	text-align: center;
}
/* ====================================================
  施工事例をもっと見る
====================================================*/
.gpcat-showcase-more {
  margin: 40px 0 60px;
  text-align: center;
}
.gpcat-showcase-more a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 69px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.gpcat-showcase-more_ttl {
  color: #007400;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.gpcat-showcase-more-info {
  display: flex;
  align-items: baseline;
  color: #333;
  line-height: 1;
}
.gpcat-showcase-more-info_ttl {
  font-size: 14px;
}
.gpcat-showcase-more-info_num {
  color: #ff6617;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.gpcat-showcase-more-info_txt {
  font-size: 12px;
}
/* ====================================================
  価格事例を見る
====================================================*/
.gpcat .case {
  margin-bottom: 35px;
}

/* 施工例見出し
------------------------------------------------------------------------*/
.gpcat .case .h_showcase_list * {
  line-height: 1;
}
.gpcat .case .h_showcase_list a {
  display: block;
  color: #fff;
  text-decoration: none;
  *cursor: pointer; /* IE7 */
}
.gpcat .case .h_showcase_list .showcase_heading {
  display: block;
  height: 22px;
  padding: 10px 0 10px 10px;
  background-color: #2f7300;
  line-height: 1;
  vertical-align: middle;
}
.gpcat .case .h_showcase_list .showcase_no {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px;
  border: 1px solid #6e9d4d;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
}
.gpcat .case .h_showcase_list .showcase_name {
  display: inline-block;
  width: 660px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  vertical-align: middle;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  *vertical-align: auto; /* IE7 */
}
.gpcat .case .h_showcase_list .const_place {
  display: inline-block;
  width: 233px;
  height: 22px;
  padding: 10px;
  background-color: #598f33;
  vertical-align: top;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
}
.gpcat .case .h_showcase_list .const_place .h_place {
  display: inline-block;
  margin-right: 1px;
  padding: 5px 11px;
  background-color: #f6f5e5;
  color: #2f7300;
  font-size: 12px;
  font-weight: bold;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
}
.gpcat .case .h_showcase_list .const_place .place {
  display: inline-block;
  width: 161px;
  padding: 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
}

/* 施工例内容
------------------------------------------------------------------------*/
.gpcat .case_content {
  position: relative;
  padding-top: 10px;
  border: 1px solid #ccc;
  border-top: none;
}

/* 施工例写真
------------------------------------------------------------------------*/
.gpcat .case .figure {
  float: left;
  margin-right: 10px;
  margin-bottom: 17px;
}
.gpcat .case .figure .main_img {
  width: 427px;
  height: 320px;
}
.gpcat .case .figure a img {
  width: 427px;
  height: 320px;
  vertical-align: bottom;
}
.gpcat .case .figure .box_thumb {
  position: relative;
  width: 377px;
  padding: 0 25px;
}
.gpcat .case .figure .nav_thumb .prev,
.gpcat .case .figure .nav_thumb .next {
  position: absolute;
  top: 0px;
  display:block;
  width: 25px;
  height: 68px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  *top: 15px; /* IE7 */
  *text-indent: 0; /* IE7 */
  *color: #fff; /* IE7 */
}
.gpcat .case .figure .nav_thumb .prev {
  left: 0;
  background-image: url("/public/img/showcase/execute/icon_prev.svg");
  background-size: 12px auto;
  background-image/*\**/: url("/public/img/showcase/execute/icon_prev.png")\9; /* IE8 */
  *background: url("/public/img/showcase/execute/icon_prev.png") center center no-repeat; /* IE7 */
}
.gpcat .case .figure .nav_thumb .next {
  right: 0;
  background-image: url("/public/img/showcase/execute/icon_next.svg");
  background-size: 12px auto;
  background-image/*\**/: url("/public/img/showcase/execute/icon_next.png")\9; /* IE8 */
  *background: url("/public/img/showcase/execute/icon_next.png") center center no-repeat; /* IE7 */
}
.gpcat .case .figure .nav_thumb .prev:hover,
.gpcat .case .figure .nav_thumb .next:hover {
  border-radius: 5px;
  background-color: #fef0e7;
}
.gpcat .case .figure .warp_thumb {
  overflow: hidden;
  width: 100%;
  margin: 15px 0 0;
  *position: relative; /* IE7 */
}
.gpcat .case .figure .thumb {
  width: 1164px;
}
.gpcat .case .figure .thumb li {
  float: left;
  margin-right: 8px;
}
.gpcat .case .figure .thumb a {
  position: relative;
  display: block;
  width: 89px;
  height: 68px;
}
.gpcat .case .figure .thumb a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: url("/public/img/showcase/execute/icon_enlarge.svg") left center no-repeat;
  background-size: contain;
}
.gpcat .case .figure .thumb img {
  width: 89px;
  height: 68px;
}

/* 設置商品・部材・コメント
------------------------------------------------------------------------*/
.gpcat .showcase_spec_data {
  float: left;
  width: 233px;
  font-size: 12px;
}
/* 施工場所・施工金額
--------------------------------*/
.gpcat .showcase_spec_data .state{
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 9px;
}
.gpcat .showcase_spec_data .state th,
.gpcat .showcase_spec_data .state td {
  padding: 4px 0 2px;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
.gpcat .showcase_spec_data .state th {
  width: 70px;
  background-color: #2f7300;
  color: #fff;
  font-weight: bold;
}
.gpcat .showcase_spec_data .state td {
  background-color: #f6eecf;
}
.gpcat .showcase_spec_data .txt_ruby {
  display: block;
  width: 324px;
  margin: -0.4em 0;
  letter-spacing: 0.05ex;
  font-size: 17px;
  text-align: center;
  transform: scale(0.5);
  transform-origin: center left;
}
.gpcat .showcase_spec_data .list dt {
  height: 24px;
  background-color: #2f7300;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1ex;
  line-height: 24px;
  text-align: center;
}
.gpcat .showcase_spec_data .list dd {
  padding: 8px 9px 4px;
  line-height: 1.3;
  font-size: 12px;
  background-color: #fcf7e5;
}
.gpcat .showcase_spec_data .list dd .item_parts {
  margin-bottom: 6px;
  text-align: justify;
}
.gpcat .showcase_spec_data .list dd .item {
  padding-right: 2px;
  color: #2f7300;
  font-weight: bold;
}
.gpcat .showcase_spec_data .txt {
  margin-top: 12px;
  padding: 0 1px 120px;
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
}
/*--------------------------------
  設置商品部材
--------------------------------*/
.gpcat .spec_data_list {
  clear: both;
  margin: 20px 10px;
}
.gpcat .spec_data_list dt {
  margin-bottom: 7px;
  font-weight: bold;
}
.gpcat .spec_data_list dd {
  float: left;
  width: 304px;
  margin-right: 11px;
  padding: 12px 10px;
  font-size: 13px;
  background-color: #f6eecf;
}
.gpcat .spec_data_list dd.rightmost {
  margin-right: 0;
}
.gpcat .spec_data_list .item {
  color: #2f7300;
  font-weight: bold;
}
/* お客様の声
------------------------------------------------------------------------*/
.gpcat .user_review {
  position: relative;
  clear: both;
  margin: 12px 10px;
  padding: 7px 8px 10px;
  background-color: #f5f5f5;
}
.gpcat .user_review .h_user_reviw {
  padding-left: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #ed7020;
  background: url("/public/img/showcase/execute/bg_balloon.png") left center no-repeat;
}
.gpcat .user_review .comment {
  float: left;
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}
.gpcat .user_review .comment .full_text {
  display: none;
}
.gpcat .user_review .comment .show_more {
  display: none;
  color: #ed7020;
  text-decoration: none;
}
.gpcat .user_review .bt_detail {
  /*float: left;*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  height: 38px;
  margin: auto;
  *top: 21px; /* IE7 */
}
.gpcat .user_review .bt_detail a {
  display: block;
  width: 200px;
  padding: 12px 0 10px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  background: url("/public/img/showcase/common/ico_arrow.png") 20px center no-repeat #8dc21f;
}
/*--------------------------------
  施工例の詳細情報へボタン
  この施工例について問い合わせるボタン
--------------------------------*/
.gpcat .block_button {
  position: absolute;
  bottom: 0;
  padding-bottom: 15px;
}
.gpcat .block_button .bt_showcase_detail {
  margin-bottom: 10px;
}
.gpcat .block_button .bt_showcase_detail a,
.gpcat .block_button .bt_mailform a {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  width: 180px;
  height: 36px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 36px;
}
.gpcat .block_button .bt_showcase_detail a {
  padding: 0 0 0 52px;
  background: url("/public/img/showcase/execute/icon_file_zoom.png") 24px center no-repeat #8dc21f;
}
.gpcat .block_button .bt_mailform a {
  padding: 0 0 0 52px;
  background: url("/public/img/showcase/execute/icon_mail.png") 21px center no-repeat #ec793e;
}

/* ====================================================
  商品一覧
====================================================*/
.gpcat-item {
	margin-bottom: 60px;
}
.gpcat_subttl {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 20px;
	padding-left: 10px;
  border-left: 6px solid #2f7300;
  line-height: 35px;
}
.item_list {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	margin: 20px 0 30px 0;
}
.item_list li {
	width: 178px;
	height: 230px;
	padding: 20px 19px 20px 19px;
	border: #ccc solid 1px;
}
.item_list a {
	text-decoration: none;
}
.item_list a:hover {
	opacity: 0.7;
}
/* 商品名
--------------------------------*/
.box_name {
	overflow: hidden;
	margin: 5px auto 2px;
	height: 2.5em;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.box_name .name {
	overflow: hidden;
	display: flex;
	justify-content: center;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/* 商品画像
--------------------------------*/
.figure {
	position: relative;
}
.figure .pic {
	width: 178px;
	height: 133px;
	margin: 0 auto;
}
.figure .pic img {
	width: 178px;
	height: 133px;
}
/* 価格
--------------------------------*/
.item_list .price {
	margin: 3px auto 2px;
	color: #ff2d2d;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.item_list .price .num {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.item_list .maker_price {
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
  color: #333;
  white-space: nowrap;
}

/* 工事費・税込み
--------------------------------*/
.item_list .txt_tax {
	display: inline-block;
	margin: 0 0 0 2px;
	padding: 0 3px;
	border: 1px solid #ffc6c6;
	background-color: #fff;
	color: #ff2d2d;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
}
/* メーカー
--------------------------------*/
.item_list .maker {
  position: absolute;
	top: 0;
	left: 0;
}
/* 値引き
--------------------------------*/
.item_list .discount {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1px 3px 0 2px;
  background-color: #fb3c3c;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.26;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.discount .num {
  font-size: 15px;
}
/* もっと見るボタン
--------------------------------*/
.gpcat-item_btn {
	display: block;
	margin: auto;
	width: 260px;
	padding: 15px 30px;
	text-align: center;
	background-color: #8dc21f;
	border-radius: 5px;
}
.gpcat-item_btn::before {
	content: "";
	display: inline-block;
	margin-right: 6px;
	border: 5px solid transparent;
	border-left: 8px solid #fff;
	border-right: none;
	vertical-align: middle;
}
.gpcat-item_btn:hover {
	opacity: 0.7;
}
.gpcat-item_btn a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#container .gpcat-item_btn a:hover {
	color: #fff;
}

/* ====================================================
	追従見積結果
====================================================*/
.pgr-sim-estimate_box {
  position: absolute;
  right: -100px;
  border: 1px solid #ccc;
  width: 178px;
}
.pgr-sim-estimate .ttl {
  padding: 5px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #008e1e;
}
.pgr-sim-estimate-price {
  position: relative;
  padding: 10px;
  background-color: #fff;
}
.pgr-sim-estimate-price .total {
  position: absolute;
  top: 10;
  left: 10;
}
.pgr-sim-estimate-price .num {
  margin-top: 10px;
  text-align: right;
  border-bottom: 1px solid #ccc;
}
.pgr-sim-estimate .num-total-price {
  font-size: 26px;
  font-weight: bold;
  color: #df002b;
}
.pgr-sim-estimate-price .yen {
  color: #df002b;
  font-size: 14px;
}
