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

  水回りリフォーム

//////////////////////////////////////////////////////////*/
ul#search_crumbs {
  margin-bottom: 29px;
}

.ur-reform {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ur-reform-mv {
  margin-bottom: 0px;
}
.ur-reform-mv_note {
  margin: 7px 0px 40px;
  color: #555;
  font-size: 10px;
  text-align: right;
}
.ur-reform-lineup_ttl {
  margin-bottom: 26px;
  color: #996c33;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.ur-reform-lineup_cate-hd {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
.ur-reform-lineup-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.ur-reform-lineup-list li {
  width: 240px;
  margin: 0 20px 20px 0;
  padding: 19px 19px 12px;
  border: 1px solid #ccc;
}
.ur-reform-lineup-list li:nth-of-type(2n) {
  margin-right: 0;
}
.ur-reform-lineup_img {
  margin-bottom: 7px;
}
.ur-reform-lineup_hd {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.ur-reform-lineup_txt{
  font-size: 13px;
  text-align: center;
}
.ur-reform--tl {
  margin-top: 50px;
}
/* ====================================================
  問合せ
====================================================*/
.ur-reform-contact {
  margin: 40 20px 0;
  padding: 0 0 40px;
  border: 1px solid #ccc;
}
.ur-reform-contact_ttl {
  height: 40px;
  margin-bottom: 20px;
  border-top: 5px solid #59493f;
  background: url("/public/img/static/interior_reform/common/bg_oblique_line.png") left top repeat-x;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.ur-reform-contact_txt {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
.ur-reform-contact-btn {
  text-align: center;
}
.ur-reform-contact-btn a {
  display: inline-block;
  position: relative;
  height: 46px;
  padding: 0 51px 0 84px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fafafa;
  color: #333;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-decoration: none;
  line-height: 46px;
}
.ur-reform-contact-btn a::before,
.ur-reform-contact-btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto 0;
}
.ur-reform-contact-btn a::before {
  left: 51px;
  width: 18px;
  height: 18px; 
  border-radius: 50%;
  background-color: #a6937c;
}
.ur-reform-contact-btn a::after {
  left: 58px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
  border-right: none;
}