@charset "Shift_JIS";

.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 img{
	width: 100%;
}

.mod-column1{
	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: flex;
	justify-content: space-between;
	align-items: center;
}

#tab-cb li {
	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:#fff;
	background-image: repeating-linear-gradient(-45deg,#bde1db 2px, #bde1db 10px, #b8ded7 2px, #b8ded7 20px);

}
#tab-cb li:last-child {
  margin-right: 0;
}
#tab-cb li.select,
#tab-cb li.hover  {
	background-image: repeating-linear-gradient(-45deg,#84c6bb 2px, #84c6bb 10px, #6fbcae 2px, #6fbcae 20px);
}

.disnon {
  display: none;
}


@media (max-width:640px) {
#tab-cb {
  width:100%;
  margin:0 auto 20px;
  position:relative;
  padding:0 0 0 0;
	flex-direction: column;
}

#tab-cb li {
  width:100%;
  margin:0 0 1px 0;
}

}



/* Contents
----------------------------------------------------------*/
.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;
  position:relative;
}

.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;
	background: url("../images/h2-ttl-left.png") no-repeat left center;
	border-bottom:1px dotted #6fbcae;
	padding:0 0 0 1.3em;
  position:relative;
	font-size: 125%;
	line-height: 2.1;
}

.mod-column1 h2 span{
	display:block;
	margin:0;
	padding:0;
	text-indent:0;
	height:auto;
/*	color:#6fbcae;*/
}


.mod-column1 h3{
	margin:0 0 20px 0;
}



@media (max-width:640px) {
.mod-column1 h2{
  position:relative;
	height:auto;
	line-height: 1.6;
	background-size: contain;
}

.mod-column1 h2 span{
	display:block;
	text-indent:0;
	height:auto;
}

.mod-column1 h2 span.p0101.ex{
	font-size: 95%;
}

.mod-column1 h3{
	margin:0 0 20px 0;
	height:auto;
	text-indent:0;
    position:relative;
}

}

/*--01キャンペーン対象モデル --*/



@media (max-width:640px) {


}



/*--01キャッシュバック方法／02お申し込み方法--*/
.stepentry_area{
	margin:0 0 30px 1%;
}

.howto-txtarea{
	background: #eeeeee;
	padding: 20px;
  vertical-align: top;
	margin-bottom:10px;
	width:47%;
}

.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-txtarea h4{
	margin:0!important;
}

.howto-txt {
	word-break: break-all;
  width: 75%;
}

.howto-txt a{
	font-weight:700;
}

.howto-txt p {
  display: inline-block;
	padding-left: 3%;
}

.howto-txtarea img.howto-qr{
  width: auto;
  max-width: 141px;
	margin:10px;
}

@media (max-width:700px) {
	.stepentry_area .flexbox{
		flex-direction: column;
	}
  .howto-txtarea.flexbox{
    align-items: center;
  }
  .howto-txt {
    width: 100%;
  }


  .howto-txtarea img.howto-qr{
    width: 100%;
    display: block;
    margin: 10px auto;
  }
	.howto-txtarea .howto-qr-wrap img.howto-qr{
		margin: 10px;
	}

	.howto-txtarea,.howto-txtarea:nth-child(2) {
  	display:block;
    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 li.num01 { background:url(../images/no01.gif) no-repeat 0 0.2em; padding-left:20px; }
ul.numberlist li.num02 { background:url(../images/no02.gif) no-repeat 0 0.2em; padding-left:20px; }
ul.numberlist li.num03 { background:url(../images/no03.gif) no-repeat 0 0.2em; padding-left:20px; }
ul.numberlist li.num04 { background:url(../images/no04.gif) no-repeat 0 0.2em; padding-left: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;
}

ul.numberlist_letter li.num01 { background:url(../images/no01.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; display:block; width:100%; }
ul.numberlist_letter li.num02 { background:url(../images/no02.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; }
ul.numberlist_letter li.num03 { background:url(../images/no03.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; }
ul.numberlist_letter li.num04 { background:url(../images/no04.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; }
ul.numberlist_letter li.num05 { background:url(../images/no05.gif) no-repeat 0 0.2em; padding-left:20px; padding-right:20px; }

ul.numberlist_letter li.num03 img{
	width:99%;
	margin-top: 120px;
	}

ul.numberlist_letter li.num04 img{
	width:80%;
	margin-top: 30px;
	}


ul.numberlist_letter li.num05 img{
	margin-top: 65px;
	}


@media (max-width:640px) {

	ul.numberlist_letter li,ul.numberlist_letter li.num01 {
	width:90%;
	display:block;
	}
	ul.numberlist_letter li.num04 img{
	width:100%;
	max-width:562px;
	margin-top: 20px;
	}
	ul.numberlist_letter li.num03 img{
	width:100%;
	max-width:723px;
	margin-top: 20px;
	}
	ul.numberlist_letter li img{
	margin-top: 20px;
	}
}


/*--02登録方法--*/

img.hosyou {
	max-width: 468px;
	width:100%;
}


.stepnum{
	margin:0 0.3% 0 0.2%;
}

.stepnum img{
	position: relative;
	top: 5px;
}
.stepnum.medium{
	width: 80%;
	height: auto;
}
.stepnum.medium img{
	top: 3px;
}

@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%;
	margin: 0 auto;
}
.howto-smart li{
	text-align: center;
}
.howto-smart img{
	max-width: 100%;
}

img.howto {
	width:100%;
	max-width: 586px;
}


@media (max-width:950px) {
img.howto {
		width:100%;
	}
}
@media (max-width:750px) {
.br750 {
	display:inline-block;
	}
}
@media (max-width:479px) {

	.howto-smart{
		width: 90%;
	}
	.txt_area .numberlist .barcode ul li {
		width:100%;
	}
	img.howto {
			width:100%;
	}
}

#contents02 .txt_area h4 {
	font-size:110%;
	font-weight:bold;
	margin:20px 0px 10px 0px;
}
#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 #6fbcae;
	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:#6fbcae!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;
	line-height: 1.6;
}

@media (max-width:640px) {
h2.faq{
	margin:0 0 20px 0;
	height:auto;
	background:#6fbcae!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{
	box-sizing: border-box;
	width: 100%;
	max-width: 882px;
	font-size: 21px;
	font-weight: bold;
	color: #6fbcae;
	border: 3px solid #6fbcae;
	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;
}

.arrow {
	padding-left:10px;
	background:url(../images/icn_arrow.gif) no-repeat 0 0.45em;
	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-top:5px;
}
.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;
}
p.pl3_6{
	padding-left: 3.6em;
}

@media (max-width:640px) {
	.mb30 {
		margin-bottom:15px !important;
	}
	.mb60 {
		margin-bottom:30px !important;
	}
	p.pl3_6{
		padding-left: 2em;
	}
}



.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{
	width: 100%;
	margin: 60px auto 30px;
}

.product_area a{
	display: block;
}

.product_area img{
	width: 100%;
}

/*--Products  SP--*/
@media (max-width:768px) {

  h1.sp{
    text-align: center;
  }

}


@media (max-width:640px) {
	.product_area{
		margin-top: 30px;
	}

	.contents03 .txt_area{
		margin-left: 0;
		margin-right: 0;
	}

}

.term-form{
	margin-bottom: 30px;
}
.term-form .s5-buttonContainer{
	margin: 0 10px;
}
@media (max-width:640px) {
	.term-form{
		display: block;
	}

	.term-form .s5-buttonContainer{
		margin: 0 auto;
	}
}




/*追従バナー*/
.c5-bnr-wrap {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 0;
  width: 100%;
  z-index: 2; }

.c5-bnr-inner {
  position: absolute;
  bottom: 17%;
  right: 1%;
  width: 17%;
  max-width: 215px; }

.c5-bnr-inner .bnr-close {
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 3;
  cursor: pointer; }

.c5-bnr-inner .bnr-close img {
  width: 20px;
  height: 20px; }

.c5-bnr-inner a img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%; }

@media screen and (max-width: 640px) {
  .c5-bnr-wrap {
    bottom: 60px;
    right: 15px; }
  .c5-bnr-inner {
    width: 30%; }
  .c5-bnr-inner .bnr-close img {
    width: 14px;
    height: 14px; }
	.c5-bnr-inner .bnr-close {
	  top: -20px;
		}

	}
