/** Shopify CDN: Minification failed

Line 54:7 Unexpected "<"
Line 59:7 Unexpected "<"
Line 63:11 Unexpected "<"
Line 66:11 Unexpected "<"
Line 69:11 Unexpected "<"
Line 74:11 Unexpected "<"
Line 77:11 Unexpected "<"
Line 80:11 Unexpected "<"

**/
/* Policy*/

.shopify-policy__title{
  margin: 40px 0 20px 0;
  font-weight: bold;
}

.shopify-policy__body{
  font-size:16px;
}


/*会員登録*/

.attention{
  font-size:14px;
  color:#ff0a82;
}


/*NEWS*/
.social-sharing{
      margin-top: 3rem;
}


/*税込み*/
.tax-font{
  font-size:0.6rem;
}

/*FEATURE記事4カラム*/

   *, *:before, *:after {
    box-sizing: border-box;
}
.col_4{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_4 < *{
    width: calc( 25% - 9px );
    margin-right: 12px;
    margin-bottom: 12px;
}
.col_4 < *:nth-child(4n){
    margin-right: auto;
}
@media screen and (max-width: 960px) {
    .col_4 < *{
        width: calc( 33.33333% - 8px ) ;
    }
    .col_4 < *:nth-child(4n){
        margin-right: 12px;
    }
    .col_4 < *:nth-child(3n){
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .col_4 < *{
        width: calc( 50% - 6px ) ;
    }
    .col_4 < *:nth-child(3n){
        margin-right: 12px;
    }
    .col_4 < *:nth-child(2n){
        margin-right: auto;
    }
}