@charset "UTF-8";
h1 {
  margin: 0 0 30px;
}

h1 img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.c5-mainContentContainer {
  max-width: 1200px;
  margin: 0 auto;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
}

a.s5--colorBlue {
  text-decoration: underline;
}

/* tabmenu
-------------------------------------------------*/
.flexbox {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#tab-cb {
  margin: 0 auto 30px;
  -js-display: flex;
  /*IE8,9対策*/
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}

#tab-cb li {
  padding: 15px 0;
  width: 33.333%;
  text-align: center;
  list-style: none;
  margin: 0 1px 0 0;
  cursor: pointer;
  background: #c9cee1;
  position: relative;
  font-size: 125%;
}

#tab-cb li:last-child {
  margin-right: 0;
}

#tab-cb li img {
  margin: 0 auto;
  padding: 13.5px 0;
  display: block;
}

#tab-cb li.select, #tab-cb li.hover {
  background: #4b5c9b;
}

.disnon {
  display: none;
}

/* Contents
----------------------------------------------------------*/
.content_wrap {
  margin: 0 auto 30px;
  position: relative;
}

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
  overflow: hidden;
}

.txt_area02 {
  margin: 0;
  color: red;
}

/*--見出し--*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  border: 1px solid #4b5c9b;
  padding: 0 0 0 .5em;
  position: relative;
  font-size: 125%;
}

.mod-column1 h2.c5-red {
  border: 1px solid #c93434;
}

.s5-header2 h2.s5-header2__heading {
  border: none;
}

.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
  color: #4b5c9b;
}

h3 {
  margin: 0 0 20px;
  height: auto;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/*01 Text*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

p.normalTxt {
  padding-left: 0 !important;
  text-indent: 0 !important;
  margin-bottom: 1em !important;
}

/*02moushikomi-houhou*/
.stepentry_area {
  margin: 0 0% 30px 2%;
}

.howto-txtarea {
  background: #eeeeee;
  vertical-align: top;
  width: 43%;
  margin: 0 auto 10px;
  padding: 20px;
}

.howto-txtarea h4 {
  margin: 0 !important;
}

.howto-txtarea-flex {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

.howto-txt {
  word-break: break-all;
  display: inline-block;
}

.howto-txt a {
  font-weight: 700;
}

.howto-txt p {
  display: inline-block;
}

.howto-txtarea img.howto-qr {
  margin: 10px 0 0 10px;
}

.howto-wrap {
  justify-content: center;
}

/*--01キャッシュバック方法／02お申し込み方法--*/
ul.numberlist {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

ul.numberlist li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}

ul.numberlist_letter {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

ul.numberlist_letter li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

ul.numberlist_letter li img {
  width: 100%;
  display: block;
  margin: 20px auto;
}

.txt_area .numberlist .barcode .mtb10 ul {
  margin: 20px 60px 0 0;
  padding: 0px;
}

.txt_area .numberlist .barcode ul li {
  width: 100%;
}

.txt_area .numberlist .barcode span.Redbk {
  color: #FFF;
  background: #c93434;
  padding: 1px 5px;
}

.p0202-txt {
  list-style: none;
}

.p0202-txt p {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .4em;
}

/*--02登録方法--*/
.stepnum {
  padding: 0 0.3% 0;
  color: #4b5c9b;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

/*--03よくあるご質問--*/
p.pagelink {
  margin: 0 0 15px 0;
  height: 29px;
  border-bottom: 1px solid #7f9fba;
  border-left: none;
  padding: 0 0 0 0;
  color: #121212;
  font-weight: bold;
  cursor: pointer;
}

p.pagelink:hover {
  opacity: .7;
}

p.pagelink a {
  text-decoration: none;
}

p.pagelink span {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

p.pagelink span.mn01, p.pagelink span.mn02, p.pagelink span.mn03, p.pagelink span.mn04, p.pagelink span.mn05 {
  background: url("../img/faq/lk_icon.gif") no-repeat left 43%;
}

.lastAlert {
  margin-top: 40px;
}

/*--FAQ見出し--*/
h2.faq {
  margin: 0 0 20px 0;
  height: 28px;
  background: #4b5c9b !important;
  border-left: none;
  padding: 0 5px 5px 5px;
  border-bottom: none;
}

h2.faq span {
  display: block;
  height: auto;
  text-indent: 0;
  margin: 0;
  padding: 2px;
  color: #fff;
}

dl.faq {
  border-bottom: 1px solid #7f9fba;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

.lineBg {
  border-bottom: 1px solid #7f9fba;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

dl.lineNone {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 .8em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: .8em;
  min-height: 35px;
  padding-top: 6px;
}

dl.lineNone dd span {
  display: block;
  padding-left: 5em;
  text-indent: -5em;
}

dl.faq dd span.small {
  font-size: .8em;
}

/* class
----------------------------------------------------------*/
.al-center {
  text-align: center !important;
  display: block;
}

.al-center img {
  max-width: 100%;
  margin: 0 auto;
}

.al-right {
  text-align: right !important;
  display: block;
}

.al-left {
  text-align: left !important;
  display: block;
}

/* Clearfix
----------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* margin
----------------------------------------------------------*/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.mtb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.ml5 {
  margin-left: 5px;
}

.pl0 {
  padding-left: 0;
}

.tabChange {
  text-decoration: underline;
  cursor: pointer;
}

/* ==========================================================================
  mouseover effect
   ========================================================================== */
.mod-effect img {
  transition: all .3s;
}

.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.eraberu--bottom--banner .s5-getStarted {
  margin-bottom: 0;
}

.s5-p3 {
  font-size: 14px;
}

.sp_banner {
  display: none;
}

.term-form {
  margin-bottom: 30px;
}

.flexbox-term-form {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.term-form .s5-buttonContainer {
  margin: 0 10px;
}

/*logo*/
.c5-logomark {
  max-width: 955px;
  margin: 40px auto;
}

.c5-logomark .flexbox {
  justify-content: space-between;
}

.c5-logomark .flexbox img {
  display: block;
  width: 12%;
  max-width: 112px;
  margin: 0 auto;
  flex-shrink: 0;
}

.c5-logomark .flexbox .txt_area {
  width: 80%;
  margin-bottom: 0;
}

/* 対象商品 product_area pc*/
.product_area {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.product_area .flexbox {
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 55px;
  background: url("../img/products/bg_pc.jpg") no-repeat center center;
  background-size: auto;
}

.product_area .pro__content {
  box-sizing: border-box;
  width: 49%;
  max-width: 499px;
  padding: 40px 10px;
}

.product_area .pro__content a img {
  margin: 0 auto;
}

.product_area.bottom {
  margin-bottom: 10px;
  padding: 0 15px 25px;
}

/* 対象商品 product_area tb*/
/* 対象商品 product_area sp*/

.qa_border {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #121212;
  word-break: break-all;
}

.terminate {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin-top: 30px;
  padding: 10px;
}

@media (max-width: 640px) {
  h1 img {
    width: 100%;
  }
  #tab-cb {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
  }
  #tab-cb li {
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
  }
  .content_wrap {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    clear: left;
  }
  h2 {
    position: relative;
    height: auto;
  }
  h2 span {
    display: block;
    text-indent: 0;
    height: auto;
  }
  h3 {
    margin: 0 0 20px;
    height: auto;
    text-indent: 0;
    position: relative;
  }
  ul.numberlist li.hosyoulist ul li {
    float: none;
    width: 100%;
  }
  ul.numberlist_letter li img {
    margin-top: 20px;
  }
  .howto-wrap {
    display: block;
  }
  .howto-wrap ul {
    margin: 0 auto 30px;
  }
  .txt_area .numberlist .barcode .mtb10 ul {
    margin-right: 0;
  }
  p.pagelink span {
    display: block;
    text-indent: 0;
    height: 27px;
  }
  h2.faq {
    margin: 0 0 20px;
    height: auto;
    background: #4b5c9b !important;
    border-left: none;
    padding: 0 5px;
  }
  h2.faq span {
    display: block;
    text-indent: 0;
    height: auto;
    color: #fff;
    padding: 2px;
  }
  h2.faq span.faq01, h2.faq span.faq02, h2.faq span.faq03 {
    background: none;
  }
  .contents03 .txt_area {
    margin-left: 0;
    margin-right: 0;
  }
  .sp_banner {
    display: block;
  }
  .s5-getStarted {
    margin-bottom: 0;
  }
  .s5-p3 {
    font-size: 13px;
  }
  .term-form {
    display: block;
  }
  .term-form .s5-buttonContainer {
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .mod-column1 {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .howto-txtarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .howto-txtarea:nth-child(2) {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .stepentry_area {
    margin: 0 auto 30px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 479px) {
  .howto-txtarea-flex {
    display: block;
  }
  .howto-txtarea img.howto-qr {
    margin: 10px auto;
    display: block;
  }
  .none480 {
    display: none;
  }
}

@media (max-width: 480px) {
  img.hosyou {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .c5-logomark {
    margin: 30px auto;
  }
  .c5-logomark .flexbox img {
    width: 30%;
  }
  .c5-logomark .flexbox .txt_area {
    width: 65%;
  }
  .product_area {
    margin: 0 auto 30px;
    padding: 0;
  }
  .product_area .flexbox {
    display: block;
    margin-bottom: 25px;
    background: none;
  }
  .product_area .pro__content {
    width: 100%;
    padding: 20px 15px;
    margin: 0 auto;
  }
  .product_area .pro__content:first-child {
    background: url("../img/products/bg_sp1.jpg") no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;
  }
  .product_area .pro__content:last-child {
    background: url("../img/products/bg_sp2.jpg") no-repeat center center;
    background-size: cover;
  }
  .terminate {
    font-size: 1.4em;
  }
}
