@charset "UTF-8";
@media (max-width: 700px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 700px) {
  .sp-only {
    display: inline-block !important;
  }
}

.norikae {
  font-size: 18px;
  line-height: 36px;
  color: #000;
  text-align: center;
  padding-bottom: 150px;
}
@media (max-width: 700px) {
  .norikae {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 100px;
  }
}
.norikae img {
  vertical-align: bottom;
  max-width: 100%;
}
.norikae a {
  text-decoration: none;
}
.norikae a:hover {
  text-decoration: underline;
}
.norikae a img {
  transition: all ease 250ms;
}
.norikae a img:hover {
  opacity: 0.6;
}
.norikae a strong {
  font-weight: 600;
}
.norikae ul {
  padding-left: 0;
}
.norikae ul li {
  list-style: none;
}
.norikae .inner {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .norikae .inner {
    width: 100%;
    max-width: 386px;
  }
}
.norikae .content-title {
  margin-top: 0;
  margin-bottom: 18px;
}
.norikae .content-title img {
  height: 92px;
}
@media (max-width: 700px) {
  .norikae .content-title img {
    height: 70px;
  }
}
@media (max-width: 700px) {
  .norikae .content-lead {
    text-align: left;
  }
}

/*header*/
.header {
  background-color: #fcfbe1;
  padding-bottom: 100px;
  background-image: url("bg-wave_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media (min-width: 701px) {
  .header {
    padding-top: 40px;
  }
}
@media (max-width: 700px) {
  .header {
    background-image: url("bg-wave_sp.png");
    padding-bottom: 58px;
  }
}

@media (max-width: 700px) {
  .kv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.title {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 701px) {
  .title {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 700px) {
  .title {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .lead {
    letter-spacing: -0.7px;
  }
}

/*キャッシュバック内容*/
.cashback {
  padding-top: 30px;
}
@media (max-width: 700px) {
  .cashback {
    padding-top: 48px;
  }
}

.norikae-image {
  margin-top: 35px;
  margin-bottom: 30px;
}

.norikae-image-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.norikae-image-column__image {
  width: 48%;
}

/*応募の流れ*/
.section-flow {
  padding-top: 114px;
}
@media (max-width: 700px) {
  .section-flow {
    padding-top: 60px;
  }
}

.step-blocks {
  margin-top: 54px;
}
@media (min-width: 701px) {
  .step-blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 700px) {
  .step-blocks {
    margin-top: 25px;
  }
}

.step-block {
  border-radius: 30px;
  border: 6px solid #cce8f5;
  box-sizing: border-box;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 701px) {
  .step-block {
    flex-basis: 22.6%;
  }
  .step-block:not(:last-child):after {
    content: '';
    width: 12%;
    height: 37px;
    background-image: url("step-icon_pc.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 700px) {
  .step-block {
    border-radius: 15px;
    border: 4px solid #cce8f5;
    margin-bottom: 20px;
    padding-bottom: 0;
    height: 155px;
  }
  .step-block:not(:last-child):after {
    content: '';
    width: 22px;
    height: 20px;
    background-image: url("step-icon_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
  }
}
.step-block__title {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfbe1;
  background-image: url("step-bg-wave_pc.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  border-radius: 24px 24px 0 0;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .step-block__title {
    padding-top: 13px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-radius: 9px 9px 0 0;
    background-image: url("step-bg-wave_sp.jpg");
  }
}
.step-block__title img {
  height: 26px;
  vertical-align: initial;
}
@media (max-width: 700px) {
  .step-block__title img {
    height: 20px;
  }
}
@media (max-width: 700px) {
  .step-block__detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: calc(100% - 60px);
  }
}
.step-block__text {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 700px) {
  .step-block__text {
    font-size: 12px;
    line-height: 19px;
    flex-basis: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .step-block__image {
    flex-basis: 50%;
    text-align: left;
    box-sizing: border-box;
  }
}
.step-block.is-step01 .step-block__image {
  margin-top: 40px;
}
@media (max-width: 700px) {
  .step-block.is-step01 .step-block__image {
    margin-top: -12px;
    padding-left: 3%;
    padding-right: 5%;
  }
}
.step-block.is-step01 .step-block__image img {
  width: 81%;
}
@media (max-width: 700px) {
  .step-block.is-step01 .step-block__image img {
    width: 100%;
  }
}
.step-block.is-step02 .step-block__image {
  margin-top: 25px;
}
@media (max-width: 700px) {
  .step-block.is-step02 .step-block__image {
    padding-left: 2%;
    padding-right: 5%;
    margin-top: -30px;
  }
}
.step-block.is-step02 .step-block__image img {
  width: 78%;
}
@media (max-width: 700px) {
  .step-block.is-step02 .step-block__image img {
    width: 100%;
  }
}
.step-block.is-step03 .step-block__image {
  margin-top: 40px;
}
@media (max-width: 700px) {
  .step-block.is-step03 .step-block__image {
    padding-left: 9%;
    padding-right: 5%;
    margin-top: -10px;
  }
}
.step-block.is-step03 .step-block__image img {
  width: 76%;
}
@media (max-width: 700px) {
  .step-block.is-step03 .step-block__image img {
    width: 100%;
  }
}
.step-block.is-step04 .step-block__image {
  margin-top: 70px;
}
@media (max-width: 700px) {
  .step-block.is-step04 .step-block__image {
    padding-left: 19%;
    padding-right: 9%;
    margin-top: -22px;
  }
}
.step-block.is-step04 .step-block__image img {
  width: 50%;
  padding-left: 12%;
}
@media (max-width: 700px) {
  .step-block.is-step04 .step-block__image img {
    width: 100%;
    padding-left: 0;
  }
}

.flow-text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .flow-text {
    font-size: 14px;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: left;
  }
}

.howto {
  margin-top: 25px;
  margin-bottom: 60px;
  background-color: #f0fafe;
  border-radius: 50px;
  padding-top: 50px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .howto {
    padding-top: 35px;
    margin-top: 45px;
    margin-bottom: 25px;
    border-radius: 23px;
  }
}
@media (max-width: 700px) {
  .howto.is-receipt .howto-note {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .howto.is-receipt .howto-note.is-bad {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .howto.is-barcode {
    margin-top: 25px;
  }
}
.howto.is-barcode .howto-title {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .howto.is-barcode .howto-title img {
    width: 82%;
  }
}
.howto.is-barcode .howto-block__text {
  padding-top: 35px;
}
@media (max-width: 700px) {
  .howto.is-barcode .howto-block__text {
    margin-bottom: 40px;
    padding-top: 10px;
  }
}
.howto.is-barcode .howto-block__text span {
  margin-top: 1em;
  display: block;
}
@media (max-width: 700px) {
  .howto.is-barcode .howto-block__image {
    margin-bottom: 40px;
  }
  .howto.is-barcode .howto-block__image img {
    width: 86%;
  }
}
.howto.is-barcode .howto-list ul {
  padding-right: 4%;
}
@media (max-width: 700px) {
  .howto.is-barcode .howto-list ul {
    padding-right: 0;
  }
}

.howto-title {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .howto-title {
    margin-bottom: 30px;
  }
}
.howto-title img {
  height: 45px;
}
@media (max-width: 700px) {
  .howto-title img {
    width: 48%;
    height: auto;
  }
}

.howto-block {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 701px) {
  .howto-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media (max-width: 700px) {
  .howto-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.howto-block__text {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}
@media (min-width: 701px) {
  .howto-block__text {
    flex-basis: 50%;
  }
}
@media (max-width: 700px) {
  .howto-block__text {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.howto-block__text span {
  display: block;
  margin-top: 1em;
}
.howto-block__text-list {
  display: block;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 15px !important;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (max-width: 700px) {
  .howto-block__text-list {
    margin-top: 12px !important;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 701px) {
  .howto-block__image {
    flex-basis: 50%;
    padding-left: 5%;
    box-sizing: border-box;
  }
}
.howto-block__image img {
  width: 95%;
}
@media (max-width: 700px) {
  .howto-block__image img {
    width: 88%;
  }
}

.howto-note {
  margin-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #e00000;
  text-align: left;
}
@media (max-width: 700px) {
  .howto-note {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 13px;
    font-size: 11px;
    line-height: 20px;
  }
}
.howto-note.is-bad {
  padding-left: 0;
  padding-right: 0;
  color: #000;
}

.howto-bad {
  background-color: #e2f1f8;
  padding: 25px 50px 15px;
  border-radius: 0 0 50px 50px;
  text-align: left;
}
@media (max-width: 700px) {
  .howto-bad {
    padding: 25px 30px 0;
    border-radius: 0 0 23px 23px;
  }
}
.howto-bad__title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .howto-bad__title {
    font-size: 16px;
  }
}
.howto-bad__title span {
  font-size: 130%;
  padding-left: 5px;
  font-weight: 400;
  vertical-align: -2px;
}

@media (min-width: 701px) {
  .howto-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.howto-list ul {
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 11%;
}
@media (max-width: 700px) {
  .howto-list ul {
    padding-right: 0;
  }
  .howto-list ul:last-child {
    margin-top: 0;
  }
}
.howto-list ul li {
  font-size: 16px;
  line-height: 28px;
  margin-left: 1.2em;
  position: relative;
}
@media (max-width: 700px) {
  .howto-list ul li {
    font-size: 13px;
    line-height: 24px;
  }
}
.howto-list ul li:before {
  content: '・';
  position: absolute;
  left: -1.2em;
}

/*お買い上げ対象商品*/
.section-items {
  margin-top: 145px;
}
@media (max-width: 700px) {
  .section-items {
    margin-top: 95px;
  }
}
.section-items .content-title {
  position: relative;
  display: inline-block;
}
.section-items .content-title:before {
  content: '';
  width: 138px;
  height: 120px;
  background-image: url("title-items-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -150px;
  top: -28px;
}
@media (max-width: 700px) {
  .section-items .content-title:before {
    width: 103px;
    height: 90px;
    left: -30px;
    top: -70px;
  }
}

.items {
  margin-top: 50px;
}
@media (max-width: 700px) {
  .items {
    margin-top: 26px;
  }
}

.item.is-sand {
  background-color: #fcfbe1;
  background-image: url("item-bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  border-radius: 50px 50px 0 0;
  padding-top: 40px;
  padding-bottom: 85px;
}
@media (max-width: 700px) {
  .item.is-sand {
    background-image: url("item-bg_sp.jpg");
    border-radius: 23px 23px 0 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.item.is-sheet {
  background-color: #e2f1f8;
  border-radius: 0 0 50px 50px;
  padding-top: 15px;
  padding-bottom: 40px;
}
@media (max-width: 700px) {
  .item.is-sheet {
    border-radius: 0 0 23px 23px;
    padding-top: 23px;
  }
}
.item.is-sheet .item-block {
  flex-basis: 16.8%;
}
.item.is-sheet .item-block:last-child:after {
  top: 55px;
  right: -150px;
}
.item.is-sheet .item-block__title {
  background-color: #fff;
}
@media (max-width: 700px) {
  .item.is-sheet .item-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .item.is-sheet .item-blocks {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.item.is-sheet .item-block:last-child {
  flex-basis: 18.3%;
}
@media (max-width: 700px) {
  .item.is-sheet .item-block {
    flex-basis: 32%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .item.is-sheet .item-block:last-child {
    margin-top: 17px;
    flex-basis: 35.4%;
  }
  .item.is-sheet .item-block:last-child:after {
    background-image: url("items-note02_sp.png");
    top: 15%;
    right: -100px;
  }
}
@media (max-width: 700px) {
  .item.is-sheet .item-block__title {
    margin-left: auto;
  }
}

.item-title {
  margin-bottom: 35px;
}
@media (max-width: 700px) {
  .item-title {
    margin-bottom: 40px;
  }
}
.item-title img {
  height: 75px;
}
@media (max-width: 700px) {
  .item-title img {
    width: 91%;
    height: auto;
  }
}

.item-blocks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.item-block {
  flex-basis: 25.8%;
  margin-left: 1%;
  margin-right: 1%;
}
@media (max-width: 700px) {
  .item-block {
    flex-basis: 39%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.item-block:last-child {
  position: relative;
}
.item-block:last-child:after {
  content: '';
  width: 150px;
  height: 150px;
  display: block;
  background-image: url("items-note_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -165px;
  top: 5px;
}
@media (max-width: 700px) {
  .item-block:last-child:after {
    width: 100px;
    height: 100px;
    background-image: url("items-note_sp.png");
    right: -35%;
    top: -40px;
  }
}
.item-block__title {
  width: 105px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff000;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .item-block__title {
    margin-left: 0;
    width: 85px;
    height: 25px;
    font-size: 12px;
  }
}

.item-button {
  margin-top: 20px;
}
@media (max-width: 700px) {
  .item-button {
    margin-top: 25px;
  }
}
.item-button a {
  width: 170px;
  height: 34px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #0059aa;
  background-image: url("button-arrow.png");
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-position: center right 10px;
  border: 1px solid #0059aa;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .item-button a {
    width: 143px;
    height: 28px;
    font-size: 13px;
    padding-right: 15px;
    background-size: 5px 8px;
    background-position: center right 8px;
    padding-bottom: 2px;
  }
}

/*現在お使いの商品について*/
.about {
  margin-top: 60px;
  border-radius: 50px;
  border: 8px solid #f0f0f0;
  box-sizing: border-box;
  padding: 50px 70px 37px;
}
@media (max-width: 700px) {
  .about {
    margin-top: 30px;
    border-radius: 25px;
    border: 5px solid #f0f0f0;
    padding: 33px 30px;
  }
}
.about__title {
  font-size: 16px;
  line-height: 28px;
  position: relative;
}
@media (max-width: 700px) {
  .about__title {
    font-size: 12px;
    line-height: 18px;
    padding-left: 25%;
    text-align: left;
  }
}
.about__title img {
  display: block;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .about__title img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.about__title-icon {
  position: absolute;
  left: 12%;
  top: -98%;
  width: 155px;
}
@media (max-width: 700px) {
  .about__title-icon {
    width: 33%;
    left: -8%;
    top: -88%;
  }
}
.about__title-icon img {
  width: 100%;
}

.about-items {
  margin-top: 40px;
}
@media (min-width: 701px) {
  .about-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 700px) {
  .about-items {
    margin-top: 25px;
  }
}

@media (min-width: 701px) {
  .about-item {
    flex-basis: 48%;
  }
}
@media (min-width: 701px) {
  .about-item:first-child .about-item__image img {
    width: 27%;
  }
}
@media (max-width: 700px) {
  .about-item:first-child {
    margin-bottom: 28px;
  }
  .about-item:first-child .about-item__title {
    margin-bottom: 15px;
  }
  .about-item:first-child .about-item__image img {
    width: 33%;
  }
}
@media (min-width: 701px) {
  .about-item:last-child .about-item__image img {
    width: 32%;
  }
}
@media (max-width: 700px) {
  .about-item:last-child .about-item__title {
    margin-bottom: 10px;
  }
  .about-item:last-child .about-item__image img {
    width: 39%;
  }
}
.about-item__title {
  margin-bottom: 15px;
}
.about-item__image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: calc(100% - 110px);
}

/*応募規約*/
.rules {
  margin-top: 140px;
}
@media (max-width: 700px) {
  .rules {
    margin-top: 40px;
  }
}

.rules-block {
  margin-top: 40px;
  padding: 50px 20px 50px 50px;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #d7d7d7;
  text-align: left;
}
@media (max-width: 700px) {
  .rules-block {
    margin-top: 33px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 25px;
    padding: 23px 15px 25px 20px;
  }
}
.rules-block__inner {
  overflow-y: scroll;
  height: 300px;
  padding-right: 70px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .rules-block__inner {
    padding-right: 18px;
    height: 340px;
  }
}
.rules-block__inner::-webkit-scrollbar {
  width: 10px;
}
@media (max-width: 700px) {
  .rules-block__inner::-webkit-scrollbar {
    width: 7px;
  }
}
.rules-block__inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.rules-block__inner::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
  border-radius: 8px;
  height: 182px;
}
@media (max-width: 700px) {
  .rules-block__inner::-webkit-scrollbar-thumb {
    height: 100px;
  }
}
.rules-block dl {
  background-image: url("icon-cat.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 24px auto;
  padding-left: 35px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}
.rules-block dl:first-child {
  margin-top: 0;
}
@media (max-width: 700px) {
  .rules-block dl {
    padding-left: 23px;
    padding-bottom: 23px;
    margin-top: 0;
    margin-bottom: 20px;
    background-size: 17px auto;
    background-position: top 4px left;
  }
}
.rules-block dl dt {
  color: black;
  font-weight: 700;
}
.rules-block dl dd {
  margin: 0;
}
.rules-block dl dd span {
  text-decoration: underline;
}
.rules-block ul {
  padding: 0;
}
.rules-block ul li {
  list-style: none;
  margin-left: 1.2em;
  position: relative;
}
.rules-block ul li:before {
  content: '・';
  position: absolute;
  left: -1.2em;
}
.rules-block ul.no-disc li:before {
  display: none;
}
.rules-block strong {
  display: block;
  margin-top: 5px;
}

.rules-comment {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 16px;
}
@media (max-width: 700px) {
  .rules-comment {
    margin-top: 34px;
    font-size: 14px;
  }
}

.check-disabled {
  color: #bababa;
}

#rulesCheck input[type="checkbox"][disabled] {
  cursor: not-allowed;
  border: 2px solid #bababa;
}

#rulesCheck input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  vertical-align: -8px;
  border: 2px solid #0059aa;
  position: relative;
}
@media (max-width: 700px) {
  #rulesCheck input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: -7px;
  }
}
#rulesCheck input[type="checkbox"]:checked:before {
  content: '';
  position: absolute;
  top: 1px;
  right: -6px;
  width: 22px;
  height: 18px;
  background-image: url("icon-check.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 700px) {
  #rulesCheck input[type="checkbox"]:checked:before {
    width: 16px;
    height: 12px;
    top: 0;
    right: -4px;
  }
}

#rulesCheck label {
  font-size: 18px;
  color: #0059aa;
}
@media (max-width: 700px) {
  #rulesCheck label {
    font-size: 14px;
  }
}

#rulesCheck.check-disabled label {
  color: #bababa;
}

#rulesButton button[disabled] {
  cursor: not-allowed;
  background-image: url("button-oubo-gray.png");
}

#rulesButton button {
  background-color: #fff;
  background-image: url("button-oubo.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  width: 310px;
  height: 70px;
  display: block;
  margin: 40px auto 10px;
}
@media (max-width: 700px) {
  #rulesButton button {
    margin: 28px auto 10px;
    width: 232px;
    max-width: 100%;
    height: 53px;
  }
}

.button-note {
  font-size: 14px;
}
@media (max-width: 700px) {
  .button-note {
    font-size: 12px;
  }
}

/*お問い合わせ*/
.contact {
  margin-top: 140px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 700px) {
  .contact {
    margin-top: 70px;
    font-size: 14px;
    line-height: 24px;
  }
}
.contact__title {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
