#wrapper {
  background: 
  url(../../../../images/main/top/background.png) top center/contain no-repeat,
  url(../../../../images/main/common/bg_pattern.jpg);
}


.main_sa03 {
  color: #04325b;
  color: #d0e2f7;
}

.main_sa03_l,
.main_sa03_r {
/*
  width: 90%;
*/
  max-width: 400px;
  margin: 0 auto 100px;
  /* background: rgba(255, 255, 255, 0.9); */
  padding: 20px 30px;
}

@media screen and (min-width: 900px){
  .main_sa03 {
    display: flex;
    justify-content: center;
    margin: 0 0 200px;
/*
    background: rgba(255, 255, 255, 0.9);
    background: linear-gradient(to bottom,#98bada 0%,#e7f1fb 4%,#e7f1fb 95%,#bfd8ee 100%);
*/
    background: rgba(0, 0, 0, 0.31);
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .8));
  }

  .main_sa03_l,
  .main_sa03_r {
    width: 45%;
    margin: 0 3%;
    background: transparent;
    padding: 120px 30px;
  }
}

.mfp-bg {
  position: fixed !important;
}
