#dayservice header h1,
#company header h1{
    display: inline-block;
    position: relative;
    color: #333;
}
#dayservice01,
#dayservice03{
  background-color:#fffaf4;
}
#dayservice header h1:before,
#company header h1:before{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color:#deba8c;
}
#dayservice header h2{
    position: relative;
    padding: .8em .7em;
    border-radius:50px;
    background-color: #deba8c;
    color: #fff;
}
#dayservice header h2::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 13px;
    border-radius: 50%;
    background: #fff;
}
#dayservice img{
  border-radius: 15px;  
}
#dayservice dl dt{
    background-color: #fffaf4;
}
.waku{
    border: solid 1px #deba8c;
    border-radius: 10px;
}
@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #sale-flow h2 {
    padding: 1vw 2vw;
  }
}

@media (max-width: 575px){
  
}


