@charset "UTF-8";

header div.signboard#a-ko-form{
  width:100%;
  max-width:1000px;
  background:url('/assets/img/a-ko-form-2203-2.png') no-repeat center top;
  background-size:contain;
}

header div.signboard#ol-ako-form{
  width:100%;
  max-width:1000px;
  background:url('/assets/img/ol-ako-form-2203-2.png') no-repeat center top;
  background-size:contain;
}

header div.signboard#its-a-form{
  width:100%;
  max-width:1000px;
  background:url('/assets/img/its-a-form-2203-2.png') no-repeat center top;
  background-size:contain;
}

header div.signboard #spimg{
  display:none;
}
header div.signboard #pcimg{
  display:block;
}

@media only screen and (max-width:599px) {

  header div.signboard #spimg{
    display:block;
  }
  header div.signboard #pcimg{
    display:none;
  }
  header div.signboard#a-ko-form{
    width:100%;
    height:auto;
    background:url('/assets/img/a-ko-form-sp-2203-4.png') no-repeat center center;
    background-size:contain;
  }
  
  header div.signboard#ol-ako-form{
    width:100%;
    height:auto;
    background:url('/assets/img/ol-ako-form-sp-2203-4.png') no-repeat center center;
    background-size:contain;
  }
  
  header div.signboard#its-a-form{
    width:100%;
    height:auto;
    background:url('/assets/img/its-a-form-sp-2203-4.png') no-repeat center center;
    background-size:contain;
  }
  
}