@charset "UTF-8";
.pc {
  display: block; }

.sp {
  display: none; }

@media (max-width: 640px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

.mod-mainContentContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.mod-mainContentContainer h1 {
  margin-top: 0; }

.mod-mainContentContainer h1 img {
  width: 100%; }

.mod-column1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto; }

@media (max-width: 1200px) {
  .mod-column1 {
    padding: 0 15px; } }

.mod-column1 p {
  margin: 0;
  padding: 0; }

.mod-column1 img {
  vertical-align: top; }

/* tabmenu
-------------------------------------------------*/
#tab-cb {
  margin: 0 auto 30px;
  position: relative;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#tab-cb li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 15px 0;
  width: 33.333%;
  text-align: center;
  list-style: none;
  margin: 0 1px 0 0;
  cursor: pointer;
  position: relative;
  font-size: 125%;
  color: #007bc7;
  background-color: #dfeef8; }

#tab-cb li:last-child {
  margin-right: 0; }

#tab-cb li.select {
  color: #fff;
  background-color: #007bc7; }

#tab-cb li.hover {
  color: #fff;
  background-color: #007bc7; }

.disnon {
  display: none; }

@media (max-width: 640px) {
  #tab-cb {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    padding: 0 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #tab-cb li {
    width: 100%;
    margin: 0 0 1px 0; } }

/* Contents
----------------------------------------------------------*/
.s5-heading1 {
  text-align: center;
  background-color: #bae3f9;
  color: #000;
  padding: 15px; }

.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative; }

@media (max-width: 640px) {
  .content_wrap {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    clear: left; } }

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
  overflow: hidden; }

.txt_area.none {
  margin: 0; }

.txt_area02 {
  margin: 0;
  padding: 0;
  color: #c93434; }

p.txtl {
  font-size: 1.25em;
  font-weight: 700; }

.contents02 {
  margin: 0 auto;
  padding: 30px 0;
  position: relative; }

/*--見出し--*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  border-left: 14px #007bc7 solid;
  border-bottom: 1px dotted #007bc7;
  padding: 0 0 0 .5em;
  position: relative;
  font-size: 125%; }

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

.mod-column1 h3 {
  margin: 0 0 20px 0; }

@media (max-width: 640px) {
  .mod-column1 h2 {
    position: relative;
    height: auto; }
  .mod-column1 h2 span {
    display: block;
    text-indent: 0;
    height: auto; }
  .mod-column1 h3 {
    margin: 0 0 20px 0;
    height: auto;
    text-indent: 0;
    position: relative; } }

/*--01キャッシュバック方法／02お申し込み方法--*/
.stepentry_area {
  margin: 0 0 30px 1%; }

.stepentry_area_inner.flexbox {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.stepentry_area_inner.flexbox .s5-buttonContainer {
  margin-top: 0;
  width: 34%; }

.howto-txtarea_wrap {
  width: 65%;
  max-width: 800px;
  margin: 0 auto; }

.howto-txtarea {
  background: #eeeeee;
  padding: 20px;
  vertical-align: top;
  margin-bottom: 10px; }

.howto-txtarea.flexbox {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around; }

.howto-txtarea:nth-child(2) {
  margin-left: 10px; }

.howto-txt {
  word-break: break-all;
  width: 75%; }

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

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

.howto-txtarea img.howto-qr {
  width: auto;
  margin: 10px; }

.step2_1 {
  margin-bottom: 60px; }

.step2_2 {
  margin-bottom: 60px; }

.step2_3 {
  margin-bottom: 30px; }

.pl1 {
  padding-left: 1em; }

@media (max-width: 640px) {
  .step2_1 {
    margin-bottom: 30px; }
  .step2_2 {
    margin-bottom: 30px; }
  .step2_3 {
    margin-bottom: 0; } }

@media (max-width: 700px) {
  .stepentry_area .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .howto-txtarea.flexbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .stepentry_area_inner.flexbox .s5-buttonContainer {
    margin-top: 20px;
    width: 100%; }
  .howto-txtarea_wrap {
    width: 100%;
    max-width: 800px; }
  .howto-txt {
    width: 100%; }
  .howto-qr-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .howto-txtarea img.howto-qr {
    display: block;
    margin: 10px auto; }
  .howto-txtarea .howto-qr-wrap img.howto-qr {
    margin: 10px; }
  .howto-txtarea, .howto-txtarea:nth-child(2) {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .howto-txtarea:nth-child(2) {
    margin-left: 0; }
  .stepentry_area {
    margin: 0 auto 40px; } }

@media (max-width: 479px) {
  .howto-txtarea img.howto-qr {
    margin: 10px auto;
    display: block; }
  .none480 {
    display: none; } }

ul.numberlist {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

ul.numberlist li {
  list-style: none;
  position: relative;
  margin-bottom: 50px; }

ul.numberlist li:last-child {
  margin-bottom: 20px; }

ul.numberlist_letter {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

ul.numberlist_letter li {
  list-style: none;
  position: relative;
  margin-bottom: 60px;
  width: 40%;
  display: inline-block;
  vertical-align: top; }

ul.numberlist_letter li img {
  width: 40%;
  display: block;
  margin: 20px auto; }

@media (max-width: 640px) {
  ul.numberlist_letter li {
    width: 90%;
    display: block; }
  ul.numberlist_letter li img {
    margin-top: 20px; } }

/*--02登録方法--*/
img.hosyou {
  max-width: 468px;
  width: 100%; }

.stepnum {
  padding: 0 0.3% 0;
  color: #7295a9;
  font-size: 1.3em;
  position: relative;
  bottom: -2px; }

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

.txt_area .sheet-all a .download {
  max-width: 480px;
  width: 100%;
  max-height: 46px; }

.txt_area .numberlist .barcode ul li {
  width: 100%; }

.howto-wrap {
  margin: 20px 0 0;
  padding: 0px;
  overflow: hidden; }

.howto-smart {
  width: 100%;
  max-width: 350px;
  margin: 0 auto; }

.howto-smart img {
  width: 100%; }

img.howto {
  max-width: 100%; }

@media (max-width: 950px) {
  img.howto {
    width: 100%; } }

@media (max-width: 750px) {
  .br750 {
    display: inline-block; } }

.c5_flex {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.f-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  padding: 20px;
  margin-bottom: 40px; }

.f-content.ex {
  width: 98%; }

.f-content p {
  font-weight: bold;
  margin-bottom: 20px; }

.f-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.c5_flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c5_flex2 div {
  width: 47%; }

.c5_flex2 div:first-child img {
  margin-right: 0; }

.c5_flex2 div:last-child img {
  margin-left: 0; }

@media (max-width: 640px) {
  .c5_flex {
    display: block; }
  .f-content {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px; }
  .f-content.ex {
    width: 100%; }
  .f-content p {
    margin-bottom: 10px; }
  .c5_flex2 {
    display: block; }
  .c5_flex2 div {
    width: 100%; }
  .c5_flex2 div:first-child img {
    margin: 0 auto 15px; }
  .c5_flex2 div:last-child img {
    margin: 0 auto; } }

@media (max-width: 479px) {
  .howto-smart {
    width: 60%; }
  .txt_area .numberlist .barcode ul li {
    width: 100%; }
  img.howto {
    width: 100%; } }

#contents02 .txt_area h4 {
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-indent: -.6em; }

#contents02 .txt_area .num03_check {
  margin: 20px 0px 5px 0px; }

#contents02 .txt_area table {
  width: 100%; }

#contents02 .txt_area table tr th {
  border: solid 1px #333333;
  font-weight: normal;
  line-height: 1.3em;
  text-align: center;
  font-size: 80%; }

@media (max-width: 479px) {
  ul.entry li {
    margin-left: 0;
    float: none;
    width: 100%; }
  ul.entry li img {
    width: 100%;
    height: auto; }
  ul.entry li.entry_mq {
    display: block; }
  ul.entry li.entry_pc {
    display: none; } }

/*--02登録方法:組み立て方--*/
.sheet-all {
  display: block;
  position: relative;
  text-align: center; }

.sheet-all img {
  max-width: 950px;
  width: 100%; }

.sheet-all a img {
  max-width: 480px;
  width: 100%; }

.txt_area .sheet-all .sheet_pc {
  max-width: 756px;
  width: 100%;
  max-height: 718px; }

.sheet-480 {
  display: none; }

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

.download-sheet img {
  display: inline-block;
  width: 100%;
  max-width: 550px; }

@media (max-width: 479px) {
  .sheet-all {
    position: relative;
    text-align: center; }
  .sheet-480 {
    display: block;
    position: relative;
    text-align: center; } }

/*--03よくあるご質問--*/
p.pagelink {
  margin: 0 0 15px 0;
  height: 29px;
  border-bottom: 1px dotted #007bc7;
  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(../images/faq/lk.gif) no-repeat left 43%; }

/*--FAQ見出し--*/
h2.faq {
  margin: 0 0 20px 0;
  height: 28px;
  background: #007bc7 !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; }

@media (max-width: 640px) {
  h2.faq {
    margin: 0 0 20px 0;
    height: auto;
    background: #007bc7 !important;
    border-left: none;
    padding: 0 5px 0 5px; } }

dl.faq {
  border-bottom: 1px dotted #999;
  margin: 0 0 10px !important;
  padding: 0 0 7px !important; }

dl.faq.none {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 0.8em;
  min-height: 35px; }

dl.faq dd {
  padding-top: 6px;
  margin-left: 45px;
  margin-bottom: 0.8em;
  min-height: 35px; }

.txt_area .faq dd table {
  width: 100%; }

.txt_area .faq dd table tr th,
.txt_area .faq dd table tr td {
  border: solid 1px #333333;
  font-weight: normal;
  padding: 5px;
  text-align: center; }

.txt_area .faq dd table tr th .tw75 {
  width: 75%; }

.txt_area .faq dd table tr th .tw30 {
  width: 45%; }

.txt_area .faq dd table tr td .tw45 {
  width: 45%; }

.txt_area .faq dd table tr th .tw25,
.txt_area .faq dd table tr td .tw25 {
  width: 25%; }

.txt_area .faq dd table tr th img {
  max-width: 154px; }

.txt_area .faq dd table tr th strong {
  font-weight: bold; }

.txt_area .faq dd table tr th .cap {
  font-size: 11px !important;
  padding-top: 10px !important;
  line-height: 1.2em !important; }

@media (max-width: 640px) {
  .txt_area .faq dd table tr th img {
    width: 99%;
    min-width: 100px; } }

@media (max-width: 479px) {
  .txt_area .faq dd table tr th img {
    width: 80%;
    min-width: 80px; } }

@media (max-width: 400px) {
  .txt_area .faq dd table tr th {
    font-size: 70%; }
  .txt_area .faq dd table tr th img {
    width: 50%;
    min-width: 65px; } }

.p0202-txt {
  list-style: none; }

.p0202-txt p {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .4em; }

.p02-maru {
  padding-right: 3px; }

.p0202-txt p.c5-attention {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 882px;
  font-size: 21px;
  font-weight: bold;
  color: #007bc7;
  border: 3px solid #007bc7;
  text-align: center;
  margin: 80px auto;
  padding: 15px;
  text-indent: 0; }

@media (max-width: 640px) {
  .p0202-txt p.c5-attention {
    font-size: 16px;
    line-height: 1.2;
    margin: 40px auto; } }

/* class
----------------------------------------------------------*/
.al-center {
  text-align: center !important;
  display: block; }

.al-right {
  text-align: right !important;
  display: block; }

.al-left {
  text-align: left !important;
  display: block; }

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%; }

/* Clearfix
----------------------------------------------------------*/
.clearfix,
.page_navi,
.other {
  zoom: 1; }

.clearfix:after,
.page_navi:after,
.other:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

/* margin
----------------------------------------------------------*/
.mb5 {
  margin-bottom: 10px; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mtb10 {
  margin-bottom: 10px;
  margin-top: 10px; }

.ml5 {
  margin-left: 5px; }

.ml20 {
  margin-left: 20px; }

.mr20 {
  margin-right: 20px; }

.mt5 {
  margin-bottom: 10px; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.pl0 {
  padding-left: 0; }

.red {
  color: #F00;
  font-weight: bold;
  margin-top: 15px !important;
  font-size: larger; }

.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important; }

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

.flexbox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* =============================================
  Products  PC
  ============================================== */
.product_area ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .product_area ul li {
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    max-width: 311px; }
    .product_area ul li:not(:last-child) {
      margin-right: 15px; }
    .product_area ul li img {
      width: 100%; }
    .product_area ul li .c5-buttonContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 30px; }
      .product_area ul li .c5-buttonContainer li {
        width: auto; }
        .product_area ul li .c5-buttonContainer li:first-child {
          margin-right: 15px; }

.c5-prize_area {
  margin-top: 60px; }
  .c5-prize_area h3 {
    margin-bottom: 45px; }
    .c5-prize_area h3 img {
      margin: 0 auto;
      max-width: 100%; }
  .c5-prize_area ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .c5-prize_area ul li {
      list-style: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      max-width: 246px; }
      .c5-prize_area ul li:not(:last-child) {
        margin-right: 15px; }
      .c5-prize_area ul li img {
        width: 100%; }

@media (max-width: 900px) {
  .c5-buttonContainer li {
    display: block; } }

/*--Products  SP--*/
@media (max-width: 768px) {
  h1.sp {
    text-align: center; }
  .step_1_txt {
    margin-bottom: 0; } }

@media (max-width: 640px) {
  .contents03 .txt_area {
    margin-left: 0;
    margin-right: 0; }
  .product_area ul {
    display: block; }
    .product_area ul li {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
      .product_area ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 70px; }
      .product_area ul li a img {
        width: 100%; }
  .c5-prize_area {
    margin-top: 30px; }
    .c5-prize_area h3 {
      margin-bottom: 30px; }
    .c5-prize_area ul {
      display: block; }
      .c5-prize_area ul li {
        width: 100%;
        max-width: 453px;
        margin: 0 auto 35px; }
        .c5-prize_area ul li:not(:last-child) {
          margin-right: 0; } }

.term-form {
  margin-bottom: 30px; }

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

.terminate {
  -webkit-box-sizing: border-box;
  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: 30px auto 0;
  padding: 10px; }

@media (max-width: 640px) {
  .term-form {
    display: block; }
  .term-form .s5-buttonContainer {
    margin: 0 auto; }
  .terminate {
    font-size: 1.2em;
    margin-top: 20px;
    padding: 7px; } }

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

a.s5-link:hover {
  text-decoration: underline; }
