/** Shopify CDN: Minification failed

Line 41:0 Unexpected "{"
Line 41:1 Expected identifier but found "%"
Line 41:43 Expected identifier but found "%"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

#MainContent{
  max-width: 1190px;
  margin: 0 auto;
  padding: 20px 33px 5%;
}
.shopify-section{
  text-align: start;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

{% comment %} about us レスポンシブ {% endcomment %}
@media screen and (max-width: 750px) {
.office{
    flex-wrap: wrap !important;
   }
.office img{
    width: 100%;
}
  }

