
/* ビルボード
----------------------------------------------- */
#mainImg {
  background: none;
  border: none;
}


/* ビルボード（2024-04-03）
----------------------------------------------- */
#mv {
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  padding: 2em;
  position: relative;
  max-width: 1000px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

#mv:has(img[src$="haiki-mv.webp"]) {
  background-image: url(../img/contents/haiki-mv-bg.png.webp);
}

#mv:has(img[src$="sanpai-mv.webp"]) {
  background-image: url(../img/contents/sanpai-mv-bg.webp);
}

#mv:has(img[src$="zanchibutsu-mv.webp"]) {
  background-image: url(../img/contents/zanchibutsu-mv-bg.webp);
}

#mv:has(img[src$="cinder-waste-mv.webp"]) {
  background-image: url(../img/contents/cinder-waste-mv-bg.webp);
}

#mv:has(img[src$="rental-mv.webp"]) {
  background-image: url(../img/contents/rental-mv-bg.webp);
}

#mv:has(img[src$="routine-collect-mv.webp"]) {
  background-image: url(../img/contents/routine-collect-mv-bg.webp);
}

#mv:has(img[src$="reform-collect-mv.webp"]) {
  background-image: url(../img/contents/reform-collect-mv-bg.webp);
}


#mv:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#mv > div {
  text-align: center;
  position: relative;
  z-index: 1;
}
#mv > div li {
  list-style: none;
  margin-top: 1em;
}
#mv a:hover img {
  opacity: initial;
  transform: translateY(-2px);
}

@media (max-width:880px){
  #mv {
    background-position: center bottom;
    background-size: 100% auto;
  }
  #mv:after {
    background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(233,233,233,1) 56%,rgba(233,233,233,0) 100%);
  }
}

@media (min-width:881px){
  #mv {
    background-position: right center;
    background-size: auto 100%;
  }
  #mv:after {
    background: linear-gradient(to right,  rgba(233,233,233,1) 0%,rgba(233,233,233,1) 30%,rgba(233,233,233,0) 100%);
  }
  #mv > div {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2em;
  }
}


/* イントロ（concept）
----------------------------------------------- */
#contents .concept h1 {
  color: #333;
}

@media (max-width:729px){
  #contents .concept h1 {
    line-height: 1.2em;
    margin: 0 0 0.5em;
    padding: 0;
    text-shadow: 0 0 0.3em rgba(125, 196, 238, 0.7);
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .concept h1 {
    background: none;
    border: none;
    border-bottom: 4px #e60033 solid;
    position: relative;
    font-size: 1.8em;
    margin-bottom: 0.5em;
    padding: 0;
  }
  #contents .concept h1:after {
    background: #CCCCCC;
    content: "";
    height: 4px;
    width: 85%;
    position: absolute;
    bottom: -4px;
    right: 0;
  }
} /* Eo min730 */


/* このような事でお困りではありませんか？（trouble）
----------------------------------------------- */
#contents .trouble ul {
  margin: 0;
  padding: 0;
}
#contents .trouble ul li {
  font-weight: bold;
  list-style: none;
  line-height: 1.5em;
  padding-left: 2em;
  position: relative;
  margin-bottom: 0.8em;
}
#contents .trouble ul li:before {
  font-family: FontAwesome;
  content : "\f059";
  color: #CC3333;
  font-size: 2em;
  position: absolute;
  height: 1em;
  top: 0;
  left: 0;
}

@media (min-width:730px){
  #contents .trouble ul {
    background: url(/img/illust/trouble.png) left bottom no-repeat;
    padding: 1em 0 40px 190px;
    min-height: 190px;
  }
  #contents .trouble ul li {
    font-size: 1.2em;
    font-weight: bold;
  }
  #contents .trouble ul + img,
  #contents .trouble ul + noscript + img {
    margin-top: -40px;
  }
} /* Eo min730 */


/* サービスの特徴（tokucho）
----------------------------------------------- */

@media (max-width:729px){
  #contents .tokucho img.img-l {
    max-width: 150px;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .tokucho img.img-l {
    margin-right: 0;
    width: 150px;
  }
  #contents .tokucho img.img-l + .wrap,
  #contents .tokucho img.img-l + noscript + .wrap {
    width: calc( 100% - 170px );
  }
} /* Eo min730 */


/* 事例（results）
----------------------------------------------- */
#contents .results {
}

@media (min-width:730px){
  #contents .results h2 {
    background: #e60033;
    border: none;
    color: #FFF;
    font-weight: normal;
    padding: 0.5em 1em;
  }
  #contents .results h2:after {
    content: none;
  }
} /* Eo min730 */


/* 取扱い品目（hinmoku）
----------------------------------------------- */
#contents .hinmoku ul {
  margin: 0 0 1em;
  padding: 0;
}
#contents .hinmoku ul li {
  list-style: none;
  border-bottom: 1px #CCC dotted;
  padding-top: 1em;
}
#contents .hinmoku ul li:after {
  content: "";
  clear: both;
  display: table;
}
#contents .hinmoku ul li span {
  display: block;
}
#contents .hinmoku ul li img + span,
#contents .hinmoku ul li img + noscript + span {
  font-size: 1.2em;
}

@media (max-width:729px){
  #contents .hinmoku ul li img {
    float: left;
    margin-right: 1.5em;
    width: 20%;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .hinmoku ul li img {
    width: 150px;
  }
} /* Eo min730 */


/* 価格表のボタン
----------------------------------------------- */
p.price-btn{
  text-align: center;
}


/* こんな建築現場に対応
----------------------------------------------- */
.genba dt {
  font-size: 1.2em;
  font-weight: 700;
}
.genba dd {
}
.genba dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  padding: 0;
  margin: 0 auto;
}
.genba dd ul li {
  background-color: #e9e9e9;
  list-style: none;
  width: min( 49%, 240px );
  padding: 0.5em 1em;
}