@charset "UTF-8";

/* 共通 */
.ovf_hdn {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.mt15em {
  margin-top: 1.5em !important;
}
.pad_01em {
  padding: 0 1em !important;
}

/* 浴室リフォーム/pcat/bathroom/ */
.wp-block-group.sec_flow.sec_flow_bath {
  background: transparent !important;
}

/* 水栓/pcat/faucet/ */
.post_content .img_ttl_wrap {
  position: relative;
}
.post_content .img_ttl_wrap .img_ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(221, 221, 221, .8);
}
@media print, screen and (min-width: 600px) {
  .tapc_mb125 {
    margin-bottom: 1.25em !important;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 959px) {
  .ta_mb125 {
    margin-bottom: 1.25em !important;
  }
}

/* 洗面 */
@media print, screen and (max-width: 599px) {
  .washbasin-size_img img {
    width: 65%;
  }
  .washbasin-size_txts .swell-block-columns {
    padding: 0 !important;
  }
  .washbasin_sp_75 img {
    width: 75%;
  }
}

/*3点リーダー*/
.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
