@charset "utf-8";

/* ========================================
   下水管接続工事 固有CSS
   ======================================== */

/* ====== デスクトップ (min-width:1000px) ====== */
@media(min-width:1000px){
  /* ヘッダー背景画像 */
  header{
    background-image: url(../topIMG/5_Z.jpg);
  }
}

/* ====== タブレット以上 (min-width:768px) ====== */
@media(min-width:768px){
/* 下水管接続工事 */
.pipingText{
  background-color: var(--color-bg);
  width: 70%;
  margin: 500px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pipingTitle{
  font-weight: bold;
  font-size: 20px;
  margin-top: 90px;
  font-family: '游明朝';
}
.pipingText p{
  margin-top: 50px;
  width: 80%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
.pipingText p:nth-of-type(1){
  padding-bottom: 20px;
}
.pipingText p:nth-of-type(2){
  padding-bottom: 70px;
}
.pipingText span{
  background: linear-gradient(transparent 40%, var(--color-highlight) 85%);
  font-size: 16px;
  font-weight: 500;
}
.pipingImg img{
  width: 520px;
  height: 350px;
  position: absolute;
  top: -300px;
  left: -90px;
  box-shadow: 0px 0px 0px 20px var(--color-bg);
}

/* お問い合わせ */
.contactOut{
  margin-top: 150px;
  padding-bottom: 150px;
}
}
