@charset "Shift_JIS";

/*=========================================================

	Site Name   SONY eraberu17winter
	File Name   style.css

==========================================================*/

h1 {
  margin: 0 0 30px;
}

h1 img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

@media (max-width:640px) {
  h1 img {
    width: 100%;
  }
}




/* tabmenu
-------------------------------------------------*/

#tab-cb {
  margin: 0 auto 30px;
  -js-display: flex;/*IE8,9対策*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: #ecc787;
  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: #af8d3d;
}

#tab-cb li.hover {
  background: #af8d3d;
}

.productA a.s5-button:before{
  content: "";
  width: 9px;
  height: 16px;
  background: url("../images/products/icn-arrow.png") no-repeat left center;
}

.disnon {
  display: none;
}

@media (max-width:640px) {
  #tab-cb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
  }
}


/* Contents
----------------------------------------------------------*/

.content_wrap {
  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_area02 {
  margin: 0;
  color: red;
}
.product_area{
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px;
}

.ind {
  margin-bottom: 50px;
}

.ind p {
  max-width: 530px;
  width: auto;
  margin: 0 auto;
  line-height: 1.2;
}

.appbtnwrap {
  overflow: hidden;
}

.appbtn {
  float: left;
  max-width: 540px;
  width: 45%;
  margin: 40px 0 30px 2.666666666666667%;
}

.appbtn.last {
  float: right;
  width: 45%;
  margin: 0 2.666666666666667% 30px 0;
}

.appbtn.last p {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.btnarrow {
  float: left;
  max-width: 2.5833333333333335%;
  margin: 5% 1%;
}

.btnarrow img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.appbtn a {
  margin: 0 auto 20px;
}

.appbtn img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

@media (max-width:1000px) {
  .btnarrow {
    float: left;
    max-width: 2.5833333333333335%;
    margin: 6% 1%;
  }
}

@media (max-width:768px) {
  .btnarrow {
    float: left;
    max-width: 2.5833333333333335%;
    margin: 8% 1%;
  }
}

@media (max-width:640px) {
  .ind {
    margin-bottom: 30px;
  }
  .ind p {
    max-width: 500px;
    width: auto;
    margin: 0 auto;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
  }
  .ind p span {
    display: inline-block;
    width: 1em;
    text-indent: 0;
  }
  .appbtnwrap {
    overflow: hidden;
  }
  .appbtn {
    float: none;
    max-width: 540px;
    width: 100%;
    margin: 0 auto 8%;
  }
  .appbtn.last {
    float: none;
    width: 100%;
    margin: 0 auto 8%;
  }
  .appbtn.last p {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  .btnarrow {
    display: none;
  }
  .appbtn a {
    margin: 0 auto 20px;
  }
  .appbtn img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }
}

/*--見出し--*/

.mod-column1 h2 {
    margin: 0 0 20px 0;
    height: auto;
    border-left: 14px #af8d3d solid;
    border-bottom: 1px solid #cbae90;
    padding: 0 0 0 .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: #af8d3d;
}

h3 {
  margin: 0 0 20px;
  height: auto;
}

@media (max-width:640px) {
  h2 {
    position: relative;
    height: auto;
  }
  h2 span {
    display: block;
    text-indent: 0;
    height: auto;
    color: #3c77b2;
  }
  h2 span.p0101 {
    background: none;
  }
  h2 span.p0102 {
    background: none;
  }
  h2 span.p0103 {
    background: none;
  }
  h2 span.p0104 {
    background: none;
  }
  h2 span.p0105 {
    background: none;
  }
  h2 span.p0201 {
    background: none;
  }
  h2 span.p0202 {
    background: none;
  }
  h2 span.p0203 {
    background: none;
  }
  h2 span.p0204 {
    background: none;
  }
  h2 span.p0205 {
    background: none;
  }
  h3 {
    margin: 0 0 20px;
    height: auto;
    text-indent: 0;
    position: relative;
  }
  h3.ssttl0204 {
    background: none;
  }
  h3.ssttl0205 {
    background: none;
  }
  h3.ssttl0206 {
    background: none;
  }
  h3.ssttl0207 {
    background: none;
  }
  h3.ssttl0208 {
    background: none;
  }
  h3.ssttl0209 {
    background: none;
  }
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/*--Products  PC--*/

.flexBox{
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wm-border{
  border: 5px solid #d7c69e;
  border-radius: 38px;
}

.productTop{
  box-sizing: border-box;
  width: 100%;
  background: url("../images/products/walkman.png") no-repeat top center, linear-gradient(to bottom, transparent, transparent 55%, rgba(215, 198, 158, 0.2));
  background-size: auto, auto;
  padding: 62px 16px 16px;
}

.productA{
  width: 49%;
}
.proImg,
.proInfo{
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.proImg img{
  width: auto;
  max-width: 100%;
}
.proImg img.mt9{
  margin-top: 9px;
}
.proInfo{
  margin-top: 15px;
}
.proName .small{
  font-size: .6em;
}

.proName .small2{
  font-size: .9em;
  padding-top: 7px;
}

.proName{
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  padding-right: .5em;
  vertical-align: middle;
  color: #666666;
}
.proInfo .s5-button{
  padding: 4px 18px;
  background: #af8d3d;
  border-radius: 10px;
  font-size: 1.25rem;
}
.proInfo .s5-button:hover{
  opacity: .7;
}

.wm-plus{
  display: block;
  margin: 20px auto;
}
.productBottom{
  box-sizing: border-box;
  width: 65%;
  background: url("../images/products/wiress-hp.png") no-repeat top center, linear-gradient(to bottom, transparent, transparent 55%, rgba(215, 198, 158, 0.2));
  background-size: auto, auto;
  padding: 78px 16px 16px;
  margin: 0 auto;
}

.productB{
  width: 85%;
  margin: 0 auto;
}



/*--Products  SP--*/

@media (max-width:1024px) {
  .productTop,
  .productBottom{
    background-size: 450px auto, auto;
  }
  .proName{
    font-size: 1.5em;
  }
  .proInfo .s5-button{
    font-size: .7em;
  }
  .wm-border{
    border-radius: 27px;
  }
}


@media (max-width:768px) {
  .productTop.wm-border{
    border: none;
  }
  .productTop{
    flex-direction: column;
    padding: 0;
    background: none;
  }
  .aBorder{
    width: 100%;
  }
  .aBorder img{
    width: 100%;
  }
  .productA{
    width: 100%;
    border-right: 5px solid #d7c69e;
    border-left: 5px solid #d7c69e;
    box-sizing: border-box;
  }
  .productTop .productA.left{
    background: url("../images/products/walkman.png") no-repeat top center, linear-gradient(to bottom, transparent, transparent 55%, rgba(215, 198, 158, 0.2));
    background-size: 450px auto, auto;
  }
  .productA.left{
    padding: 62px 16px 42px;
    border-top: 5px solid #d7c69e;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
  }
  .productA.right{
    position: relative;
    padding: 42px 16px 16px;
    border-bottom: 5px solid #d7c69e;
    border-bottom-left-radius: 38px;
    border-bottom-right-radius: 38px;
    background: linear-gradient(to bottom, transparent, transparent 55%, rgba(215, 198, 158, 0.2));
  }
  .productA.right:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -3.8vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85%;
    max-width: 579px;
    height: 100%;
    max-height: 57px;
    background: url("../images/products/or_1_sp.png") no-repeat top center;
    background-size: contain;
  }
  .proImg img{
    width: auto;
  }
  .aBorder{
    display: none;
  }
  .proName{
    font-size: 1.8em;
  }
  .proInfo .s5-button{
    font-size: .875em;
  }
  .productBottom{
    width: 100%;
  }

}



@media (max-width:640px) {
  .productTop .productA.left,
  .productBottom{
    background-size: 80% auto, auto;
  }
  .productA.left{
    height: 100%;
    padding: 11% 16px 42px;
  }
  .productA.right{
    height: 100%;
    padding: 8% 16px 16px;
  }
  .proName{
    font-size: 1.2em;
  }
  .proName .small{
    font-size: .8em;
  }
}



@media (max-width:500px) {
  .wm-plus{
    margin: 10px auto;
    width: 40px;
    height: auto;
  }
  .proInfo a{
    letter-spacing: -2px;
  }
  a.s5-link:before{
    background-size: 6px auto;
  }
  .productA a.s5-button:before{
    background-size: 6px auto;
  }
}


@media (max-width:320px) {
  .proName{
    display: inline-block;
  }
}



/*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: inline-block;
	background: #eeeeee;
	padding: 20px;
  vertical-align: top;
	margin-bottom:10px;
	width:43%;
}

.howto-txtarea h4{
	margin:0!important;
}

.howto-txtarea-flex{
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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;
}

@media (max-width:768px) {
	.howto-txtarea,.howto-txtarea:nth-child(2) {
  	display:block;
    box-sizing: border-box;
  	width:100%;
	}

	.stepentry_area{
		margin:0 auto 30px;
	}
}

@media (max-width:479px) {
	.howto-txtarea-flex{
		display: block;
}
	.howto-txtarea img.howto-qr{
		margin: 10px auto;
		display: block;
	}
	.none480{
		display:none;
	}
}

/*--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 li.num01 {
  background: url(../images/no01.gif) no-repeat 0 .3em;
  padding-left: 20px;
}

ul.numberlist li.num02 {
  background: url(../images/no02.gif) no-repeat 0 .3em;
  padding-left: 20px;
}

ul.numberlist li.num03 {
  background: url(../images/no03.gif) no-repeat 0 .3em;
  padding-left: 20px;
  margin-bottom: 30px;
}

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;
}


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 li.hosyoulist ul li {
  	float: none;
  	width: 100%;
  	}
  	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;
  	}
  }


.stepnum{
	margin:0 0.3% 0 0.2%;
}

.stepnum img{
  vertical-align: middle;
}

.stepnum-s img{
/*	vertical-align:text-top!important;*/
  vertical-align:middle;
}

@media (max-width:480px) {
  img.hosyou {
    width: 100%;
    height: 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登録方法--*/

ul.entry {
  -js-display: flex;/*IE8,9対策*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
}

@media (max-width:640px) {
  ul.entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
  }
}

.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 #d7c69e;
	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_icon.gif) no-repeat left 43%;
}

@media (max-width:640px) {
  p.pagelink span {
    display: block;
    text-indent: 0;
    height: 27px;
    color: #3c77b2;
  }
  .sheet-all {
    display: none;
    position: relative;
    text-align: center;
  }
  .sheet-480 {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }
}

.lastAlert{
  margin-top: 40px;
}


/*--FAQ見出し--*/
h2.faq{
	margin:0 0 20px 0;
	height:28px;
	background:#af8d3d !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;
    height: auto;
    background: #af8d3d !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 {
    background: none;
  }
  h2.faq span.faq02 {
    background: none;
  }
  h2.faq span.faq03 {
    background: none;
  }
  .terminate{
    font-size: 1.2em;
    margin-top: 20px;
    padding: 7px;
  }
}

dl.faq{
  border-bottom: 1px solid #d7c69e;
  margin: 0 0 10px;
  padding: 0 0 7px;
}
.lineBg{
  border-bottom: 1px solid #d7c69e;
  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;
}

.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:hover {
  opacity: .8!important;
	filter: alpha(opacity=80)!important;
  -ms-filter: alpha(opacity=80)!important;
/*  transform: opacity .3s!important;*/
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
/*
  .lt500{
    display: none;
  }
*/
}
@media (max-width:500px) {
/*
  .lt500{
    display: block;
  }
  .proInfo a{
    line-height: 1.2;
  }
*/
}

.eraberu--bottom--banner .s5-getStarted{
  margin-bottom: 0;
}
.s5-p3{
  font-size: 14px;
}

.sp_banner{
  display: none;
}
@media (max-width:640px) {
  .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{
	margin-bottom: 30px;
}
.flexbox-term-form{
  -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;
}
.term-form .s5-buttonContainer{
	margin: 0 10px;
}
@media (max-width:640px) {
	.term-form{
		display: block;
	}

	.term-form .s5-buttonContainer{
		margin: 0 auto;
	}
}
