/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .contents {
    text-align: left;
  }
  .contents a {
    text-decoration: none;
  }
  .contents .explanation {
    margin: 30px 0;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .contents .shop_list {
    background-color: #d9d9d9;
    border-top: 2px solid #c3c3c3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .contents .shop_list:nth-of-type(2n) {
    background-color: #fff;
  }
  .contents .shop_list:last-of-type {
    border-bottom: 2px solid #c3c3c3;
  }
  .contents .shop_list .image {
    width: 323px;
  }
  .contents .shop_list .image span {
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    display: inline-block;
  }
  .contents .shop_list .image--lawson {
    height: 83px;
    width: 206px;
    background-image: url("../images/shop_sales_logo01.png");
  }
  .contents .shop_list .image--ministop {
    height: 107px;
    width: 103px;
    background-image: url("../images/shop_sales_logo02.png");
  }
  .contents .shop_list .image--seven {
    height: 111px;
    width: 117px;
    background-image: url("../images/shop_sales_logo03.png");
  }
  .contents .shop_list .image--thanks {
    height: 111px;
    width: 150px;
    background-image: url("../images/shop_sales_logo04.png");
  }
  .contents .shop_list .image--famirymart {
    height: 92px;
    width: 150px;
    background-image: url("../images/shop_sales_logo05.png");
  }
  .contents .shop_list .image--pia {
    height: 106px;
    width: 92px;
    background-image: url("../images/shop_sales_logo06.png");
  }
  .contents .shop_list .content {
    width: 770px;
    padding: 30px 45px;
    font-size: 1.5rem;
    border-left: 1px solid #c3c3c3;
    line-height: 28px;
    text-align: left;
  }
  .contents .shop_list .content a {
    text-decoration: underline;
    color: #000;
  }
  .contents .shop_list .content .text_red {
    color: #fc0000;
  }
  .contents .shop_list .content span {
    color: #fc0000;
  }
  .contents .shop_list .content .first_paragraph {
    margin-bottom: 40px;
  }
  .contents .caution {
    font-size: 1.6rem;
    margin: 27px 0 50px;
  }
  .contents .otherwise {
    margin-top: 62px;
  }
  .contents .otherwise p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contents {
    text-align: left;
  }
  .contents a {
    text-decoration: none;
  }
  .contents .explanation {
    margin: 5.85938vw 0 10.41667vw;
    font-size: 3.90625vw;
  }
  .contents .shop_list {
    background-color: #d9d9d9;
    border-top: 1px solid #c3c3c3;
  }
  .contents .shop_list:nth-of-type(2n) {
    background-color: #fff;
  }
  .contents .shop_list:last-of-type {
    border-bottom: 1px solid #c3c3c3;
  }
  .contents .shop_list .image {
    width: 100%;
    text-align: center;
    padding: 15.625vw 0 10.41667vw;
    border-bottom: 1px solid #c3c3c3;
  }
  .contents .shop_list .image span {
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: inline-block;
  }
  .contents .shop_list .image--lawson {
    height: 16.21094vw;
    width: 40.23438vw;
    background-image: url("../images/shop_sales_logo01.png");
  }
  .contents .shop_list .image--ministop {
    height: 26.69271vw;
    width: 25vw;
    background-image: url("../images/shop_sales_logo02.png");
  }
  .contents .shop_list .image--seven {
    height: 26.04167vw;
    width: 26.04167vw;
    background-image: url("../images/shop_sales_logo03.png");
  }
  .contents .shop_list .image--thanks {
    height: 26.04167vw;
    width: 35.15625vw;
    background-image: url("../images/shop_sales_logo04.png");
  }
  .contents .shop_list .image--famirymart {
    height: 20.83333vw;
    width: 35.15625vw;
    background-image: url("../images/shop_sales_logo05.png");
  }
  .contents .shop_list .image--pia {
    height: 24.34896vw;
    width: 22.13542vw;
    background-image: url("../images/shop_sales_logo06.png");
  }
  .contents .shop_list .content {
    width: 100%;
    padding: 6.51042vw 3.90625vw;
    font-size: 3.90625vw;
    line-height: 5.85938vw;
  }
  .contents .shop_list .content .text_red {
    color: #fc0000;
  }
  .contents .shop_list .content span {
    color: #fc0000;
    background-repeat: no-repeat;
    background-position: -9999px;
  }
  .contents .shop_list .content a {
    text-decoration: underline;
    color: #000;
  }
  .contents .shop_list .content .first_paragraph {
    margin-bottom: 7.8125vw;
  }
  .contents .caution {
    font-size: 3.90625vw;
    margin: 4.55729vw 0 9.11458vw;
  }
  .contents .otherwise p {
    margin-top: 6.51042vw;
  }
  .contents .btn_link_top {
    display: block;
    margin-top: 11.71875vw;
    margin-bottom: 11.71875vw;
  }
  .contents .btn_link_top p {
    margin: 0 auto;
  }
}
