/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 16:44 Expected identifier but found "%"
Line 18:0 Unexpected "{"
Line 18:1 Expected identifier but found "%"
Line 18:155 Expected identifier but found "%"
Line 34:0 Unexpected "{"
Line 34:1 Expected identifier but found "%"
Line 34:63 Expected identifier but found "%"
Line 44:0 Unexpected "{"
... and 5 more hidden warnings

**/
{% comment %}【ページ全体の調整】{% endcomment %}

{% comment %}【「特定商取引法に基づく表示」「返金ポリシー」「配送ポリシー」「プライバシーポリシー」の調整】{% endcomment %}
.shopify-policy__container{
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.shopify-policy__body{
  margin: 50px auto;
  width: 75%;
}

@media screen and (max-width: 415px){
    .shopify-policy__body{
      width: 100%;
    }
}

{% comment %}【ページの調整-テンプレートbasic-】{% endcomment %}
h1.main-page-title.page-title.h0{
  font-size: 30px !important;
}
@media screen and (max-width: 415px){
  h1.main-page-title.page-title.h0{
  font-size: 24px !important;
}
}

{% comment %}「よくある質問」{% endcomment %}
.mod-qa{
  text-align: left;
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 415px){
  .mod-qa{
    width: 90%;
  }
}



{% comment %}「運営会社」{% endcomment %}
table.compa{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.compa th,table td{
  padding: 10px 0;
  text-align: center;
}

table.compa tr:nth-child(odd){
  background-color: #eee
}