/* color import setting
------------------------------------*/
/* color setting
------------------------------------*/
/* contact Form setting
------------------------------------*/
#contactForm {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 100px 0;
  width: 100vw;
  min-height: 300px;
  color: #333;
}
#contactForm:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("/wp/wp-content/themes/keio-estation/assets/img/common/img_deco-pink.webp") center 0/100% 100% no-repeat;
  width: 396px;
  height: 233px;
}
#contactForm:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: url("/wp/wp-content/themes/keio-estation/assets/img/common/img_deco-blue.webp") center 0/100% 100% no-repeat;
  width: 400px;
  height: 260px;
}
#contactForm .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* contact Form setting
  ------------------------------------*/
  #contactForm {
    padding: 28vw 0 24vw;
    width: 100vw;
    color: #333;
  }
  #contactForm:before {
    width: 53.2vw;
    height: 32.133333vw;
  }
  #contactForm:after {
    width: 53.333333vw;
    height: 34.666667vw;
  }
  #contactForm .inner {
    max-width: 100%;
  }
}
