@charset "utf-8";
/* CSS Document */


/* ===========================================
お問い合わせ
=========================================== */

#contact{
  /*height:620px;*/
  width:1000px;
  margin:0 auto;
  padding-top:56px;  
  /*padding-bottom:34px;*/  /* Original */
  padding-bottom:33px;  /* CGIが動くとなぜか1pxずれるので、調整 */

  position:relative;
}

#contact h1{
  text-align:center;
  /*height:60px;*/
  font-size:16px;
  line-height:1em;
  margin-bottom:41px;
}

#contact h1 img{
  max-width:100%;
  height:auto;
}

.h_sep{
  text-align:center;
}



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

    #contact{
        width:90%;
        margin:0 auto;        
    }

    footer{
        padding: 70px 0 69px 0;
    }

}


@media screen and (max-width: 600px) {
}


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

}


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

}


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

/*
    #contact h1{
      height:58px;
      margin-bottom:40px;
    }

    #contact h1 img{
      max-height:100%;
      width:auto;
    }
*/
}