
.c5-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c5-pc {
    display: none;
  }

  .c5-sp {
    display: block;
  }
}

.c5-img--w100 {
  text-align: center;
}
.c5-img--w100 img{
  max-width: 100%;
}

.c5-coupon {
  background: #ffffff;
  max-width: 700px;
  margin: 20px auto 0 auto ;
  padding: 20px;
  box-sizing: border-box;
}
  @media screen and (max-width: 639px) {
    .c5-coupon {
      margin: 10px auto 0 auto ;
      padding: 10px;
    }
  }
.c5-coupon .c5-coupon__caution{
  text-align: center;
  color: #ff4e63;
}
.c5-coupon__table {
  display: flex;
  /*padding: 20px;*/
  justify-content: center;
  /*border: 5px solid #ccc;*/
  margin: 0 auto;
  max-width: 700px;
}
@media screen and (max-width: 639px) {
  .c5-coupon__table {
    display: block;
    text-align: center;
  }
}

.c5-coupon__tableCell {
  padding: 20px 20px 0 20px ;
}
@media screen and (max-width: 639px) {
  .c5-coupon__tableCell {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.c5-caution {
  display: flex;
  /*padding: 20px;*/
  justify-content: center;
  /*border: 5px solid #ccc;*/
  margin: 20px auto;
  max-width: 700px;
  align-items: center;
  background: #ffffff;
}
.c5-caution__cell {
  padding: 20px;
}
.c5-caution__cell:first-child {
  padding-right: 0;
}

.c5-useList .c5-useList__hidden {
  display: none;
}

.c5-useList .c5-useList__change {
  cursor: pointer;
}

.c5-img--pc {
  display: block;
}

.c5-img--sp {
  display: none;
}

@media screen and (max-width: 639px) {
  .c5-img--pc {
    display: none;
  }
  .c5-img--sp {
    display: block;
  }
}

.c5-step dl {
  display: flex;
  background: #eceff2;
  overflow: hidden;
  border-radius: 10px;
  color: #2f353d;
  width: 100%;
}

  @media screen and (max-width: 639px) {
    .c5-step dl {
      display: block;
    }
  }

.c5-step dl.c5-step--yellow {
  background: #f4eee1;
}
.c5-step dt {
  background: #4f668a;
  color: #ffffff;
  height: auto;
  font-weight: bold;
  /*width: 120px;*/
  flex-basis: 120px;
  align-items: center;
  display: flex;
  text-align: center;
}
.c5-step dt div {
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  /*justify-content: flex-end;*/
  width: 100%;
  align-self: center;
}
.c5-step dd {
  height: auto;
  padding: 15px;
  margin: 0;
  flex-basis: 100%;
}
  @media screen and (max-width: 639px) {
    .c5-step dd {
      padding: 15px;
    }
  }
.c5-step dd b.c5-step__title{
  font-size: 18px;
  color: #4f668a;
}
.c5-step dd b.c5-step__title br{
  display: none;
}

  @media screen and (max-width: 639px) {
    .c5-step dd b.c5-step__title br{
      display: none;
    }
  }
.c5-step dd .c5-step--hide {
  color: #2f353d;
  display: none;
}
.c5-step dd .c5-step__change{
  color: #2f353d;
  text-align: left;
}
  @media screen and (max-width: 639px) {
    .c5-step dd .c5-step__change{
      text-align: center;
    }
  }
.c5-step .c5-step__change {
  cursor: pointer;
}

.c5-step .c5-step__2col {
  display: flex;
  align-items: center;
}
  @media screen and (max-width: 639px) {
    .c5-step .c5-step__2col {
      display: block;
    }
  }

.c5-step .c5-step__2col .c5-step__2col--right img {
  max-width: 200px;
  padding-left: 20px;
}
  @media screen and (max-width: 639px) {
    .c5-step .c5-step__2col .c5-step__2col--right img {
      padding-left: 0;
    }
    .c5-step .c5-step__2col .c5-step__2col--right{
      text-align: center;
      margin: 10px 0;
    }
  }
.c5-step .c5-step__2col .c5-step__2col--right .c5-step__step1Icon {
  max-width: 160px;
}
.c5-step .c5-step__2col .c5-step__2col--right .c5-step__step3Icon {
  height: 80px;
}
.c5-step .c5-step__2col .c5-step__2col--right .c5-step__step4Icon {
  height: 48px;
}
.c5-step .c5-step__2col .c5-step__2col--right .c5-step__step5Icon {
  height: 40px;
}
.c5-step .c5-step__2col .c5-step__2col--right .c5-step__step6Icon {
  max-width: 161px;
}
.c5-step .c5-step--pink {
  color: #ff4e63;
}


.c5-caution {
  display: flex;
  /*padding: 20px;*/
  justify-content: center;
  border: 5px solid #ccc;
  margin: 20px auto;
  max-width: 700px;
  align-items: center;
}
.c5-caution__cell {
  padding: 20px;
}
.c5-caution__cell:first-child {
  padding-right: 0;
}

.c5-useList .c5-useList__hidden {
  display: none;
}

.c5-useList .c5-useList__change {
  cursor: pointer;
}

.c5-img--pc {
  display: block;
}

.c5-img--sp {
  display: none;
}

@media screen and (max-width: 639px) {
  .c5-img--pc {
    display: none;
  }
  .c5-img--sp {
    display: block;
  }
}

.c5-coupon__block {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .c5-coupon__block {
    display: block;
    text-align: center;
  }
  .c5-coupon__block2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c5-coupon__cell {
  padding: 20px 20px 0 20px ;
}
.c5-coupon__cell .c5-c-about {
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-coupon__cell {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 340px) {
  .c5-coupon__cell .c5-c-about {
    display: block;
  }
}

.c5-red-border{
  border: 1px solid #c93434;
  padding: 20px;
}