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

  エクステリア商品 価格改定のお知らせ

///////////////////////////////////////////////////////////////////////*/
.p-chg {
  margin-top: 20px;
  font-size: 16px;
}
.p-chg_ttl {
  margin: 10px 0 20px;
  padding: 0 0 14px 13px;
  background: url(/gr/common/img/bg_title.png) left bottom no-repeat;
  font-size: 24px;
  font-weight: bold;
  color: #006552;
}
.p-chg_lead {
  margin: 0 20px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}
/* ====================================================
  メーカー
====================================================*/
.p-chg-maker {
  margin: 0 20px 50px;
}
.p-chg-maker--last {
  margin-bottom: 80px;
}
.p-chg-maker_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.p-chg-maker_ttl-txt {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.p-chg-maker_cap {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-chg-charttable_img--ykkap,
.p-chg-charttable_img--lixil {
  position: relative;
  overflow: hidden;
}
.p-chg-charttable_img--ykkap {
  height: 267px;
}
.p-chg-charttable_img--lixil {
  height: 299px;
}
.p-chg_more {
  position: absolute;
  top: 217px;
  left: 0;
}
.p-chg-charttable_img--lixil .p-chg_more {
  top: 249px;
}
.p-chg-lixil-charttable_img{
  margin-bottom: 20px;
}
/* ====================================================
  スケジュール
====================================================*/
.p-chg-chart {
  margin: 0 20px 80px;
  padding-bottom: 15px;
  border: 1px solid #0068b7;
  background-color: #fffbc7;
}
.p-chg-chart_ttl {
  height: 37px;
  margin-bottom: 20px;
  background-color: #0068b7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 37px;
}
.p-chg-chart_img {
  margin-bottom: 20px;
  text-align: center;
}
.p-chg-chart_cond {
  width: 434px;
  height: 34px;
  margin: 0 auto;
  border: 3px solid #0068b7;
  border-radius: 4px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}
.p-chg-chart_cond-em {
  color: #f00; 
}
.p-chg-chart_cond-tie {
  margin: 9px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.p-chg-chart_cond-txt {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
.p-chg-chart_cond-txt-em {
  color: #f00;
}
.p-chg-chart_note {
  color: #808080;
  font-size: 11px;
  text-align: center;
}
/* ====================================================
  問い合わせ
====================================================*/
.p-chg-contact-wrap {
  margin: 0 20px;
  padding: 40px 0 50px;
  border-top: 1px solid #ccc;
}
.p-chg-contact {
  padding: 30px 0 25px;
  text-align: center;
  background-color: #fffccd;
}
.p-chg-contact a {
  display: inline-block;
  height: 70px;
  padding: 0 34px 0 16px;
  border-radius: 5px;
  background-color: #0079d3;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 70px;
}
.p-chg-contact a:hover {
  color: #fff !important;
}
.p-chg-contact a::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  border: 7px solid transparent;
  border-left: 13px solid #fff;
  border-right: none;
  vertical-align: middle;
}
.p-chg-contact-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 13px;
  font-size: 14px;
}
.p-chg-contact-txt_em {
  color: #f00;
  font-weight: bold;
}