/** Shopify CDN: Minification failed

Line 88:24 Unexpected "{"

**/
/* .rte p a,
.rte p a:visited,
.rte li a,
.rte li a:visited,
.rte table a,
.rte table a:visited {
  color: #1E1F20;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
.rte p a:hover,
.rte li a:hover,
.rte table a:hover {
  text-decoration-thickness: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
} */

br.for-checkout {
  display: none;
  width: 0;
  height: 0;
}
span img.checkout-img {
  display: none;
}
/* .policy-content-wrapper */
.shopify-policy__container {
  max-width:826px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.shopify-policy__container .shopify-policy__title,
.shopify-policy__container .shopify-policy__body .shopify-policy__title {
  /* background-color: #F5F5F5; */
  padding: 20px 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-policy__container .shopify-policy__title h1,
.shopify-policy__container .shopify-policy__body .shopify-policy__title h1 {
  color: #1E1F20;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
/* 設定>ポリシーで設定しているタイトルとページで表示するタイトルを変更したい場合 */
/* .shopify-policy__container .shopify-policy__title {
  display: none;
}
.shopify-policy__container .shopify-policy__body .shopify-policy__title {
  display: flex;
} */
.shopify-policy__container .shopify-policy__body,
.shopify-policy__container .shopify-policy__body .rte {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* .policy-content-wrapper {
  max-width:826px;
  padding: 0 1.5rem;
  margin: 0 auto;
} */
.shopify-policy__body .rte>*:last-child,
.shopify-policy__container .shopify-policy__body .rte>*:last-child {
  margin-bottom: 80px;
}
.policy-content-box {
  margin-bottom: 40px;
}

.policy-content-box h2,
.policy-content-box h3,
.policy-content-box h4,
.policy-content-box h5, {
  letter-spacing: normal;
}
.policy-content-box h2 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 45px;
  margin-bottom: 45px;
}
.policy-content-box h2.small_h2_title {
  font-size: 15px;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}
.policy-content-box h2.privacy_h2_title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}
.policy-content-box h2.h2_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom:40px;
  line-height: 1.4;
}
.policy-content-box h2.h2_subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.policy-content-box h3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}
.policy-content-box h3.h3_underline-title {
  margin-bottom: 40px !important;
}
.policy-content-box h4 {
  font-size: 15px;
  font-weight: 400;
}
.policy-content-box h4.h4_gray-back {
  font-size: 15px;
  margin: 40px 0;
}
.shopify-policy__body p,
.shopify-policy__body ol,
.shopify-policy__body ul {
  color: #1E1F20;
  margin: 40px 0;
  padding: 0;
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: normal;
}
.shopify-policy__body ul {
  list-style-type: disc;
}

.shopify-policy__body ol {
  margin: 40px 0 40px 1.5em;
  padding: 0;
  list-style-position: outside;
}
.shopify-policy__body ul {
  margin: 40px 0 40px 1.5em;
  padding: 0;
  list-style-position: outside;
}
.shopify-policy__body ol ol,
.shopify-policy__body ol ul,
.shopify-policy__body ul ol,
.shopify-policy__body ul ul {
  margin: 0.8em 0 0.8em 0;
  padding: 0;
  list-style-position: outside;
}
.shopify-policy__body ul li,
.shopify-policy__body ol li {
  margin:0;
  padding: 0;
  line-height: 2.3;
}
.shopify-policy__body ul li.li_large_margin,
.shopify-policy__body ol li.li_large_margin {
  margin:0 0 40px 0;
}

.shopify-policy__body ol.parentheses-num,
.shopify-policy__body ol.parentheses-roman,
.shopify-policy__body ol.circle-num {
	margin-left: 2em;
}
.shopify-policy__body ol ol.parentheses-num,
.shopify-policy__body ol ol.parentheses-roman,
.shopify-policy__body ol ol.circle-num,
.shopify-policy__body ul ol.parentheses-num,
.shopify-policy__body ul ol.parentheses-roman,
.shopify-policy__body ul ol.circle-num {
  margin-left: 1em;
  padding: 0;
  list-style-position: outside;
}

.shopify-policy__body ol.parentheses-num li:not(.ul_listitem) {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

.shopify-policy__body ol.parentheses-roman li:not(.ul_listitem) {
	list-style-type: none !important;
	counter-increment: cnt02;
	position: relative;
}
.shopify-policy__body ol.circle-num li:not(.ul_listitem) {
	list-style-type: none !important;
	counter-increment: cnt03;
	position: relative;
}
.shopify-policy__body ol.parentheses-num li:not(.ul_listitem):before,
.shopify-policy__body ol.parentheses-roman li:not(.ul_listitem):before,
.shopify-policy__body ol.circle-num li:not(.ul_listitem):before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.shopify-policy__body ol.parentheses-roman li:not(.ul_listitem):before {
	content: "（" counter(cnt02, lower-roman) "）";
  margin-left: -3em;
	width: 3em;
	text-align: left;
}

.shopify-policy__body ol.circle-num li:not(.ul_listitem):before {
  content: counter(cnt03);
  border: 1px solid #1E1F20;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  margin-left: -2.5em;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.shopify-policy__body ol.parentheses-num li ul,
.shopify-policy__body ol.circle-num li ul {
  counter-reset: my-counter;
  list-style-type: disc !important;
}
.shopify-policy__body ol.parentheses-num li ul li,
.shopify-policy__body ol.circle-num li ul li {
  content: counter(my-counter);
  counter-increment: my-counter;
  list-style-type: disc !important;
}
.shopify-policy__body ol.parentheses-num li ul li::before,
.shopify-policy__body ol.circle-num li ul li::before {
  content:;
  display: none;
}

.shopify-policy__body ol ul.policy_2nd_level {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shopify-policy__body ol ol.terms_2nd_level,
.shopify-policy__body ul ol.terms_2nd_level {
  margin-bottom: 40px;
}

.shopify-policy__body ul.example-list {
  margin: 0.5em 0 1em 2em;
  padding: 0;
  list-style-position: outside;
}
.shopify-policy__body ul.example-list li {
  margin:0.7em 0;
}
.shopify-policy__body ul.example-list li:first-child {
  margin-top:0.5em;
}

.shopify-policy__body .annotation-list {
  color: #1E1F20;
  margin: 30px 0;
  padding: 0 0 0 1.5em;
  font-size: 14px;
  letter-spacing: normal;
}
.shopify-policy__body p + .annotation-list,
.shopify-policy__body br.for-checkout + .annotation-list,
.shopify-policy__body ul + .annotation-list,
.shopify-policy__body ol + .annotation-list {
  margin: -12px 0 40px 0;
}
.shopify-policy__body .annotation-list p {
  text-indent: -1.5em;
  margin: 0.5em 0;
  font-size: 12px;
  line-height: 1.4;
  color: #4c4c4c;
}
.shopify-policy__body .annotation-list p:before{
  content: "※";
  margin-right: 0.5em;
}
.shopify-policy__body .annotation-list p span.anno-icon {
  display: none;
}
.shopify-policy__body ul.annotation-list {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0;
}
.shopify-policy__body ul.annotation-list li{
  text-indent: -1.5em;
  margin: 0.5em 0;
  font-size: 12px;
  color: #4c4c4c;
}
.shopify-policy__body ul.annotation-list li:before{
  content: "※";
  margin-right: 0.5em;
}

/* table */
.shopify-policy__body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border-top: 1px solid #DAD8D0;
  border-right: 1px solid #DAD8D0;
  font-size: 15px;
  line-height: 1.8;
  table-layout: auto;
}
.shopify-policy__body table thead tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-width: 0 0 1px 0;
  /* background-color: #E3E3E3; */
  width: 100%;
}
.shopify-policy__body table thead th {
  text-align: center;
  padding: 12px 15px;
  font-weight: 700;
  width: 50%;
  border-left: 1px solid #DAD8D0;
  border-bottom: 1px solid #DAD8D0;
}
.shopify-policy__body table thead th:first-child {
  border: none;
}
.shopify-policy__body table thead th.sp-none {
  display: none;
}
.shopify-policy__body table tbody tr {
  display: flex;
  flex-wrap: wrap;
}
.shopify-policy__body table tbody th,
.shopify-policy__body table tbody td {
  font-weight: 300;
  text-align: left;
  padding: 20px 15px;
  border-left: 1px solid #DAD8D0;
  border-bottom: 1px solid #DAD8D0;
}
.shopify-policy__body table tbody th {
  width: 30%;
  /* background-color: #F7F7F7; */
}
.shopify-policy__body table tbody td {
  width: 70%;
}
.shopify-policy__body table tbody td p {
  line-height: 1.8;
  margin: 20px 0;
}
.shopify-policy__body table tbody td ul {
  margin-top: 0;
  margin-bottom: 0;
}
.shopify-policy__body table tbody td ul li {
  line-height: 1.8;
}
/* cookie-policy table */
.shopify-policy__body table.policy-table01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px 0;
  border-top: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  font-size: 14px;
  table-layout: auto;
  color: #1E1F20;
}
.shopify-policy__body table.policy-table01 thead tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-width: 0 0 1px 0;
  background-color: #E3E3E3;
  width: 100%;
}
.shopify-policy__body table.policy-table01 thead th {
  text-align: center;
  padding: 12px 15px;
  font-weight: 700;
  width: 50%;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.shopify-policy__body table.policy-table01 thead th:first-child {
  border: none;
}
.shopify-policy__body table.policy-table01 thead th.sp-none {
  display: none;
}
.shopify-policy__body table.policy-table01 tbody tr {
  display: flex;
  flex-wrap: wrap;
}
.shopify-policy__body table.policy-table01 tbody th,
.shopify-policy__body table.policy-table01 tbody td {
  text-align: left;
  padding: 10px 15px;
  width: 50%;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.shopify-policy__body table.policy-table01 tbody th {
  width: 100%;
  background-color: #F7F7F7;
}
.shopify-policy__body table.policy-table01 span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
}
.shopify-policy__body table.policy-table01 a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

@media screen and (min-width: 750px) {
  .shopify-policy__container .shopify-policy__title,
  .shopify-policy__container .shopify-policy__body .shopify-policy__title {
    /* background-color: #F5F5F5; */
    padding: 50px 0;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shopify-policy__container .shopify-policy__title h1,
  .shopify-policy__container .shopify-policy__body .shopify-policy__title h1 {
    font-size: 27px;
  }
  /* 設定>ポリシーで設定しているタイトルとページで表示するタイトルを変更したい場合 */
  /* .shopify-policy__container .shopify-policy__title {
    display: none;
  }
  .shopify-policy__container .shopify-policy__body .shopify-policy__title {
    display: flex;
  } */
  .policy-content-box h2.h2_title {
    font-size: 30px;
    margin-bottom:70px;
  }
  .policy-content-box h2.h2_subtitle {
    font-size: 24px;
    margin-bottom:40px;
  }
  .shopify-policy__container {
    padding: 0 5rem;
  }
  .shopify-policy__body .rte>*:last-child,
  .shopify-policy__container .shopify-policy__body .rte>*:last-child {
    margin-bottom: 140px;
  }
  .policy-content-box {
    margin-bottom: 60px;
  }

  .shopify-policy__body table.policy-table01 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px 0;
    border: 1px solid #D5D5D5;
    font-size: 14px;
    table-layout: auto;
    color: #1E1F20;
  }
  .shopify-policy__body table.policy-table01 thead {
    background-color: #E3E3E3;
    border: 1px solid #D5D5D5;
  }
  .shopify-policy__body table.policy-table01 thead th {
    padding: 13px 15px;
    width: auto;
  }
  .shopify-policy__body table.policy-table01 thead tr,
  .shopify-policy__body table.policy-table01 tbody tr {
    display: table-row;
    width: auto;
  }
  .shopify-policy__body table.policy-table01 thead th.sp-none {
    display: table-cell;
  }
  .shopify-policy__body table.policy-table01 tbody {
    border: 1px solid #D5D5D5;
    background-color: #FFF;
  }
  .shopify-policy__body table.policy-table01 tbody th,
  .shopify-policy__body table.policy-table01 tbody td {
    display: table-cell;
    width: auto;
    font-weight: 400;
    background-color: #FFF;
  }
  .shopify-policy__body table tbody td {
    padding: 20px 30px;
  }
  .shopify-policy__body table.policy-table01 tbody th,
  .shopify-policy__body table.policy-table01 tbody td.text-center {
    text-align: center;
  }
  .shopify-policy__body table.policy-table01 tbody td.text-center span {
    justify-content: center;
  }

  /* Cookie Management Table */
  .shopify-policy__body table.policy-table01 thead th.th_service-providers {
    width: 320px;
  }
  .shopify-policy__body table.policy-table01 thead th.th_privacy-policy {
    width: 220px;
  }
  .shopify-policy__body table.policy-table01 thead th.th_opt-out {
    width: 43%;
  }
}

@media screen and (min-width: 990px) {
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}

.shopify-policy__body span.icon-external_link,
.shopify-policy__body table.policy-table01 span.icon-external_link {
  width: 16px;
  height: 13px;
  margin: 0 0 0 8px;
}
.shopify-policy__body span.icon-external_link.inline,
.shopify-policy__body table.policy-table01 span.icon-external_link.inline {
  margin: 0 6px 0 4px;
}

.shopify-policy__container .policy-content-box *:first-child:not(.onwards_2nd_level) {
  margin-top: 0;
}


