/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.dlSec {
  background-color: #FFF;
  display: block;
  margin: 0 auto 40px;
  padding: 60px 70px 100px 80px;
  width: calc(100% - 80px);
  max-width: 1000px;
}
.dlSec .form {
  width: 100%;
}
.dlSec .form .form-notes {
  margin-bottom: 30px;
}
.dlSec .form .formBox {
  border: 6px solid #F0F2F5 !important;
  padding: 40px;
}
.dlSec .form .formBox iframe {
  width: 100%;
}
.dlSec .form .formBox [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .contents.noP {
    padding-top: 0;
  }
  .pageTitle {
    line-height: 1.2;
    text-align: center;
    min-height: 90px;
  }
  .dlSec {
    display: block;
    margin: 15px auto 0;
    padding: 30px 20px 0;
    width: auto;
  }
  .dlSec .form {
    width: 100%;
  }
  .dlSec .form .form-notes {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .dlSec .form .formBox {
    border: none !important;
    padding: 0;
  }
}/*# sourceMappingURL=contact.css.map */