@charset "utf-8";

.pagemain-image{
  background: url("../img/pagemain_image.jpg") no-repeat center center;
}
.dgmain{
  margin-top: -100px;
}
.dgmain_content02 {
  display: flex;
  justify-content: flex-start;
  margin-left: 14%;
  margin-right: auto;
}

@media screen and (max-width: 768px){
  .pagemain-image{
    background: url("../img/pagemain_image_sp.jpg") no-repeat center center;
  }
  .dgcontents{
    padding-top: 80px;
  }
  .dgmain {
    margin-top: -40px;
  }
  .number{
    margin-top: -20px;
  }
  h2.section_ttl{
    text-shadow: 1px 1px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,-1px -1px 0 #FFF;
  }
  #designing-01 h2.section_ttl{
    margin-left: -30%;
  }
  #designing-02 h2.section_ttl{
    margin-right: -30%;
  }
  #designing-02 .dgttl {
    top: 6.5%;
  }
  .dgmain_content01,.dgmain_content02 {
    display: block;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_ttl {
    margin-top: 40px;
  }
}