/*
* support.css
*/
body,#container{
  background-color: #fbdac8;
}
.house_keeping .introContent{
  background: transparent;
}
.house_keeping .introContent{
  padding-bottom: 0;
}
.titleSection::before{
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 215px solid #ea5406;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
}
.contentSection h3{
  color: #ea5404;
}
.contentSectionInfo{
  margin-top: 0;
}
.contentSectionInfo p{
  margin-top: 10px;
  width: 590px;
}
.contentSectionPct img{
  position: relative;
  display: inline-block;
  margin-right: -20px;
}

.contentSection ul{
  display: flex;
  justify-content: space-between;
}
.contentSection li{
  width: 430px;
}
.contentSection li div{
  margin-top: 50px;
}
.contentSection li h4{
  font-size: 2.4rem;
  background-color: #ea5404;
  padding: 10px 20px;
  color: white;
}
.contentSection li p{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ea5404;
  margin-top: 10px;
}
.btnMore{
  background-color: #ea5404;
  margin-top: 40px;
}
.btnMore:hover{
  background-color: #ff5d0a;
}
.house_keeping .introAfter{
  background: none;
}

@media screen and (max-width:681px){
  .titleSection::before{
		border-bottom: 110px solid #ea5406;
		border-left: calc(100vw/2) solid transparent;
		border-right: calc(100vw/2) solid transparent;
  }
  .contentSectionPct{
    margin-top: 20px;
    text-align: center;
  }
  .contentSectionPct img{
    height: 160px;
    width: auto;
    display: inline-block;
    margin-left: -20px;
  }
  .contentSectionInfo p{
    padding-top: 10px;
    width: auto;
  }
  .contentSection ul{
    display: block;
  }
  .contentSection li{
    width: auto;
  }
  .contentSection li div{
    margin-top: 30px;
  }
}