/* line 1, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__main {
  background: #f6f6f6;
  height: 44vh;
  min-height: 450px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
/* line 14, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__main p {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}
/* line 21, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__main > ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
/* line 29, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__main > ul > li {
  width: 25%;
  font-size: 13px;
  margin: 0 10px;
  font-weight: 600;
  color: #555;
  text-align: center;
  padding: 0 6px;
}
/* line 37, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__main > ul > li > img {
  width: 100%;
  margin-bottom: 10px;
}

/* line 44, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__main-capton {
  padding: 0 10px;
  max-width: 580px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 56, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__shop .wrap .shop-detail {
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 60, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__main h1 {
  text-align: center;
  font-family: "Noto Sans Japanese";
  font-size: 38px;
  font-weight: 600;
  color: #3e3e3e;
  margin: 0;
}

/* line 68, ../../../sass/store/notice/convenience_receipt.scss */
.wrap {
  max-width: 980px;
  margin: 0 auto 20px;
  padding: 0 15px;
}
/* line 72, ../../../sass/store/notice/convenience_receipt.scss */
.wrap h2 {
  font-size: 20px;
  color: #555;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
/* line 81, ../../../sass/store/notice/convenience_receipt.scss */
.wrap h3 {
  font-size: 15px;
  color: #333;
  margin: 12px 0;
  text-align: center;
}
/* line 87, ../../../sass/store/notice/convenience_receipt.scss */
.wrap ul {
  list-style: none;
  padding: 0;
}
/* line 91, ../../../sass/store/notice/convenience_receipt.scss */
.wrap p {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}
/* line 96, ../../../sass/store/notice/convenience_receipt.scss */
.wrap a {
  color: #67affd;
  font-weight: 600;
}

/* line 101, ../../../sass/store/notice/convenience_receipt.scss */
.wrap-use {
  border-bottom: 1px solid #DEDEDE;
}
/* line 103, ../../../sass/store/notice/convenience_receipt.scss */
.wrap-use > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 108, ../../../sass/store/notice/convenience_receipt.scss */
.wrap-use > ul > li {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 20px;
}
/* line 112, ../../../sass/store/notice/convenience_receipt.scss */
.wrap-use > ul > li figure {
  margin: 1em 3em;
}
/* line 114, ../../../sass/store/notice/convenience_receipt.scss */
.wrap-use > ul > li figure img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
/* line 122, ../../../sass/store/notice/convenience_receipt.scss */
.wrap-use .wrap-use--group {
  margin: 40px 0;
}
/* line 124, ../../../sass/store/notice/convenience_receipt.scss */
.wrap-use .wrap-use--group .case1 > dd, .wrap-use .wrap-use--group .case2 > dd {
  margin: 15px 0;
}

/* line 130, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__charge .table1 {
  border-collapse: collapse;
  border: 1px #CCCCCC solid;
  width: 100%;
}
/* line 134, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__charge .table1 td {
  padding: 5px;
  border: 1px #CCCCCC solid;
}
/* line 139, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__charge span {
  margin: 20px 0;
  display: block;
  font-size: 12px;
  color: #666;
}

/* line 146, ../../../sass/store/notice/convenience_receipt.scss */
.wrap-use--group figure {
  margin: 10px 14px 20px;
}

/* line 149, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__conditions {
  margin: 60px 0;
  padding: 10px 0;
  background: #f4f4f4;
}
/* line 153, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__conditions ul li {
  font-size: 12px;
  padding: 6px 0;
  text-indent: -12px;
  margin-left: 12px;
}
/* line 158, ../../../sass/store/notice/convenience_receipt.scss */
.receipt__conditions ul li .annotation {
  color: #777;
  margin: 2px 0 0 11px;
}

/* line 164, ../../../sass/store/notice/convenience_receipt.scss */
.annotation {
  font-size: 11px;
  display: inline-block;
  color: #999;
  margin: 5px 0 0;
}

@media only screen and (max-width: 699px) {
  /* line 171, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main-capton > h1 {
    font-size: 24px;
  }

  /* line 175, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main > ul > li {
    width: 20%;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 600;
    color: #555;
    padding: 6px 15px;
  }
  /* line 183, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main .wrap-use > ul > li {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 192, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main {
    height: 60vh;
  }
  /* line 194, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main > ul {
    margin: 15px auto 0;
  }
  /* line 196, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main > ul > li {
    width: 28%;
  }
  /* line 200, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main h1 {
    text-align: center;
    font-size: 26px;
    font-family: "Noto Sans Japanese";
    font-weight: 600;
    color: #333;
    margin: 0;
  }

  /* line 209, ../../../sass/store/notice/convenience_receipt.scss */
  .wrap-use > ul > li {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  /* line 214, ../../../sass/store/notice/convenience_receipt.scss */
  .wrap-use > ul > li > figure {
    margin: 1em 6em;
  }
}
@media only screen and (min-width: 769px) {
  /* line 221, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main {
    margin-bottom: 40px;
  }
  /* line 224, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main > ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0;
  }
  /* line 232, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main > ul > li {
    font-size: 12px;
    margin-right: 5px;
    font-weight: 600;
    color: #555;
    padding: 6px 15px;
  }
  /* line 240, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main > p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
    font-weight: 600;
  }

  /* line 248, ../../../sass/store/notice/convenience_receipt.scss */
  .wrap {
    padding: 0;
    margin: 0 auto 40px;
  }

  /* line 253, ../../../sass/store/notice/convenience_receipt.scss */
  .wrap-use > ul > li {
    width: 33.3%;
    padding: 0 15px;
    margin: 0 0 10px;
  }
  /* line 258, ../../../sass/store/notice/convenience_receipt.scss */
  .wrap-use .wrap-use--group {
    margin: 40px 0;
  }
  /* line 260, ../../../sass/store/notice/convenience_receipt.scss */
  .wrap-use .wrap-use--group .case1, .wrap-use .wrap-use--group .case2 {
    margin-bottom: 18px;
  }
  /* line 263, ../../../sass/store/notice/convenience_receipt.scss */
  .wrap-use .wrap-use--group .case1 > dd, .wrap-use .wrap-use--group .case2 > dd {
    margin: 5px 0;
  }
  /* line 266, ../../../sass/store/notice/convenience_receipt.scss */
  .wrap-use .wrap-use--group .case1 > dd > p, .wrap-use .wrap-use--group .case2 > dd > p {
    font-size: 12px;
  }

  /* line 271, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main > ul li {
    font-size: 15px;
    text-align: center;
    margin-right: 8px;
    font-weight: 600;
    color: #555;
    padding: 4px;
  }
  /* line 278, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main > ul li img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    vertical-align: text-bottom;
  }

  /* line 286, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__conditions {
    margin: 60px 0;
    padding: 10px 15px;
    background: #f4f4f4;
  }
}
@media only screen and (max-width: 320px) {
  /* line 294, ../../../sass/store/notice/convenience_receipt.scss */
  .receipt__main > ul > li {
    padding: 8px 10px;
  }
}

/* 2018/8/31 add */
.cancel_info {
  font-size: 11px;
  display: inline-block;
  color: #d00;
  margin: 5px 0 0;
}
