
@charset "UTF-8";

/*---------------------画像背景---------------------*/
#bg_image + section {
  background-size: cover!important;
  padding-bottom: 150px;
  padding-top: 150px;
}
@media screen and (max-width: 900px) {
#bg_image + section {
  padding-bottom: 100px;
  padding-top: 100px;
}
}