@charset "UTF-8";

.c5-mainContentContainer {
  max-width: 1200px;
  margin: 0 auto;
}

.c5-mainContentContainer h1 {
  margin: 0 auto;
}

.c5-mainContentContainer h1 img {
  max-width: 100%;
  height: auto;
}

.c5-mainContentContainer p {
  margin: 0;
  padding: 0;
}

.c5-mainContentContainer img {
  max-width: 100%;
  vertical-align: top;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
}

a.s5--colorGray {
  text-decoration: underline;
}

/* tabmenu
-------------------------------------------------*/
#tab-cb {
  margin: 0 auto 30px;
  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: #cabfb7;
  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 {
  background: #4f2a11;
}

#tab-cb li.hover {
  background: #4f2a11;
}

.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;
  background-color: #fdd55d;
  padding: 3px 0 3px .5em;
  position: relative;
  font-size: 125%;
}

.s5-header2 h2.s5-header2__heading {
  border: none;
}

.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
  color: #111;
}

h3 {
  margin: 0 0 20px;
  height: auto;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/*--Products  PC--*/
.c5-flex {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c5-bnr-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c5-bnr-wrap {
  box-sizing: border-box;
  width: 49%;
  background-color: #efefef;
  background-color: #daf6ff;
  padding: 20px;
}

.c5-bnr-wrap a {
  display: block;
  max-width: 600px;
  margin-bottom: 20px;
}

.c5-bnr-wrap a img {
  max-width: 100%;
}

.c5-bnr-wrap p {
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  word-break: break-all;
}

.c5-bnr-wrap p span {
  font-weight: bold;
}

.c5-bnr-wrap .c5-link {
  max-width: 100%;
  margin-bottom: 0;
  text-decoration: none;
}

.c5-bnr-wrap .c5-link:hover {
  text-decoration: underline;
}

/*--Products  SP--*/

/*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 {
  display: flex;
  justify-content: space-between;
  vertical-align: top;
  margin: 0 auto 10px;
}

.howto-txtarea + p {
  text-align: center;
}

.howto-txtarea h4 {
  margin: 0 !important;
}

.howto-txtarea-flex {
  box-sizing: border-box;
  width: 49%;
  background: #eee;
  display: flex;
  padding: 20px;
  justify-content: space-between;
}

.howto-txtarea-flex .howto-txt {
  word-break: break-all;
  display: inline-block;
  width: 70%;
}

.howto-txtarea-flex .c5-img {
  width: 29%;
}

.howto-txtarea-flex .c5-img .howto-qr {
  display: block;
  margin: 0 auto;
}

.howto-txt a {
  font-weight: 700;
}

.howto-txt p {
  display: inline-block;
}

.howto-txtarea-grid {
  box-sizing: border-box;
  width: 49%;
  background: #eee;
  padding: 20px;
}

.howto-txtarea-grid .howto-txt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: .4fr 1fr 1fr;
  grid-template-rows: .4fr 1fr 1fr;
      grid-template-areas: "a1 a4" "a2 a4" "a3 a3";
}

.howto-txtarea-grid .howto-txt h4 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a1;
}

.howto-txtarea-grid .howto-txt p:first-of-type {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: a2;
}

.howto-txtarea-grid .howto-txt p:last-of-type {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: a3;
}

.howto-txtarea-grid .howto-txt .howto-qr {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: a4;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 91px;
  max-height: 91px;
}

/*--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 0 0px 0;
  padding: 0px;
  overflow: hidden;
}

.txt_area .numberlist .barcode .mtb10 ul .num03left {
  float: left;
}

.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: #4f2a11;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

ul.entry {
  display: flex;
  align-items: center;
  margin: 0 0 5% !important;
  padding: 0 !important;
}

ul.entry li {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 12px;
  width: 33.333%;
}

ul.entry li img {
  width: 100%;
  max-width: 392px;
}

ul.entry li.first {
  margin-left: 0;
}

.sheet-all {
  display: block;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.sheet-all img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.sheet-480 {
  display: none;
  position: relative;
  text-align: center;
}

.sheet-480 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.download-sheet {
  text-align: center;
}

.download-sheet img {
  max-width: 100%;
}

/*--03よくあるご質問--*/
p.pagelink {
  margin: 0 0 15px 0;
  height: 29px;
  border-bottom: 1px solid #cabfb7;
  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 {
  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: #fdd55d !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: #111;
}

dl.faq {
  border-bottom: 1px solid #cabfb7;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

.lineBg {
  border-bottom: 1px solid #cabfb7;
  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;
}

p.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;
}

/* 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;
}

.c5-flex-term-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.term-form .s5-buttonContainer {
  margin: 0 10px;
}

/* 対象商品 product_area pc*/
.product_area {
  margin-bottom: 30px;
}

.product_area__inner {
  max-width: 800px;
  margin: 0 auto 20px;
  position: relative;
}

.product_area__btn {
  position: absolute;
  right: 3%;
  bottom: 6%;
  width: 26%;
}

.product_area__btn a, .product_area__btn img {
  display: block;
}

.product_area__btn a:first-child {
  margin-bottom: 20px;
}

/* 対象商品 product_area sp*/

/*下部バナー*/
.c5-bnr__bottom__wrap {
  box-sizing: border-box;
}

.c5-bnr__bottom {
  box-sizing: border-box;
  padding: 2% 1% 3%;
  background-color: #e6e6df;
}

.c5-bnr__bottom .c5-bnr__ttl {
  box-sizing: border-box;
}

.c5-bnr__bottom .c5-bnr__ttl img {
  margin: 0 auto 20px;
}

.c5-bnr__bottom .c5-bnr__contents {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
}

.c5-bnr__bottom .c5-bnr__contents a {
  width: 24%;
  max-width: 270px;
}

.c5-bnr__bottom .c5-bnr__contents a img {
  width: 100%;
}

.c5-note__area {
  box-sizing: border-box;
  font-size: 18px;
}

.c5-note__area p:not(:nth-child(2)) {
  font-weight: bold;
}

@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;
  }
  .c5-bnr-flex {
    display: block;
  }
  .c5-bnr-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .c5-bnr-wrap a {
    width: 100%;
    max-width: 100%;
  }
  .howto-txtarea {
    display: block;
  }
  .howto-txtarea .howto-txtarea-flex {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .howto-txtarea .howto-txtarea-flex:first-child {
    margin-bottom: 30px;
  }
  .howto-txtarea .howto-txtarea-flex .howto-txt {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .howto-txtarea .howto-txtarea-flex .c5-img {
    width: 100%;
  }
  .howto-txtarea-grid {
    width: 100%;
    padding: 15px;
  }
  .howto-txtarea-grid .howto-txt {
    display: block;
  }
  .howto-txtarea-grid .howto-txt p:last-of-type {
    margin-bottom: 20px;
  }
  .none480 {
    display: none;
  }
  ul.numberlist li.hosyoulist ul li {
    float: none;
    width: 100%;
  }
  ul.numberlist_letter li img {
    margin-top: 20px;
  }
  ul.entry {
    flex-direction: column;
    min-width: 100%;
  }
  ul.entry li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
    width: auto;
  }
  ul.entry li img {
    width: 100%;
    height: auto;
  }
  p.pagelink span {
    display: block;
    text-indent: 0;
    height: 27px;
  }
  .sheet-all {
    display: none;
    position: relative;
    text-align: center;
  }
  .sheet-480 {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }
  h2.faq {
    margin: 0 0 20px;
    height: auto;
    padding: 0 5px;
  }
  h2.faq span {
    color: #fff;
  }
  h2.faq span.faq01 {
    background: none;
  }
  h2.faq span.faq02 {
    background: none;
  }
  h2.faq span.faq03 {
    background: none;
  }
  p.terminate {
    font-size: 1.2em;
    margin-top: 20px;
    padding: 7px;
  }
  .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) {
  .stepentry_area {
    margin: 0 auto 30px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 480px) {
  img.hosyou {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .product_area {
    margin: 0 auto 30px;
  }
  .product_area img.sp {
    width: 90%;
    margin: 0 auto;
  }
  .product_area__inner {
    margin-bottom: 10px;
  }
  .product_area__btn {
    right: 0;
    bottom: 7%;
    width: 33%;
  }
  .product_area__btn a:first-child {
    margin-bottom: 8px;
  }
  .product_area p {
    width: 95%;
    margin: 0 auto;
  }
  .c5-bnr__bottom {
    padding: 15px;
  }
  .c5-bnr__bottom .c5-bnr__contents {
    flex-wrap: wrap;
  }
  .c5-bnr__bottom .c5-bnr__contents a {
    width: 49%;
    margin-bottom: 15px;
  }
  .c5-note__area {
    border-width: 3px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .c5-bnr__bottom__wrap {
    padding: 0 15px;
  }
}
