@charset "UTF-8";
/*------------------------------------------------------------Content*/

#pagetitle {
  background: url(../img/title_img/construction_sp.jpg) no-repeat center top;
  background-size: cover;
}

@media print,
screen and (min-width:992px) {
  #pagetitle {
    background: url(../img/title_img/construction_pc.jpg) no-repeat center top;
    background-size: cover;
  }

}

section[id^="construction"] .container {

  padding-bottom: calc(70px * 0.5);
}
section[id^="construction"].content_bg01 .container {
  padding-top: 20px;

}

@media print,
screen and (min-width:768px) {

section[id^="construction"] .container {

  padding-bottom: 70px;
}
}