@charset "Shift_JIS";

/*=========================================================

	Site Name   SONY
	File Name   style.css

==========================================================*/

h1 {
  margin: 30px 0;
}

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: #8a89bb;
  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: #151477;
}

#tab-cb li.hover {
  background: #151477;
}

a.s5-link:before{
  content: "";
  width: 8px;
  height: 11px;
  background: url("../images/icn-arrow2.gif") 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;
  position: relative;
}

.txt_area02 {
  margin: 0;
  color: red;
}
.c5-indent--txt{
  padding-left: 1em;
  text-indent: -1em;
}
.c5-indent--txt li{
  list-style: none;
}

/*--見出し--*/

h2 {
  margin: 0 0 20px;
  height: 29px;
  border-bottom: 1px dotted #151477;
  padding: 0;
  position: relative;
}
h2::before{
  display: inline-block;
  content: '';
  width: 14px;
  height: 29px;
  background-color: #151477;
  border-radius: 0 5px 0 0/0 5px 0 0;
}
h2.faq::before{
  display: none;
}

.s5-header2 h2.s5-header2__heading{
  border: none;
}

h2 span {
  display: inline-block;
  vertical-align: top;
  height: 27px;
  margin: 0;
  padding-left: 5px;
  color: #212121;
  font-size: 76%;
}

h3 {
  margin: 0 0 20px;
  height: auto;
}

@media (max-width:640px) {
  h2 {
    position: relative;
    height: auto;
  }
  h2 span {
    text-indent: 0;
    height: auto;
    vertical-align: bottom;
  }
  h2::before{
    vertical-align: bottom;
  }
  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;
  }


}
@media (max-width:360px) {
  h2 {
    letter-spacing: -1px;
  }
}

/*01 Text*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}
.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}




/*02moushikomi-houhou*/
.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;
}

.howto-txtarea img.howto-qr{
  width: auto;
  max-width: 90px;
	margin:10px;
}

@media (max-width:700px) {
  .howto-txtarea.flexbox{
    flex-direction: column;
    align-items: center;
  }
  .howto-txt {
    width: 100%;
  }
  .howto-txtarea img.howto-qr{
    width: 100%;
    display: block;
    margin: 10px auto;
  }
	.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;
	}
  .stepentry_area.flexbox{
    flex-direction: column;
  }
}

@media (max-width:479px) {
	.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_letter {
	position:relative;
	margin:0!important;
	padding:0!important;
}


ul.numberlist_letter li{
	list-style:none;
	position:relative;
	margin-bottom:20px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
	display: block;
	vertical-align:top;
}

ul.numberlist_letter li img{
  width: 100%;
  display: block;
  margin: 20px auto;
}

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{
      padding-left: 0;
      padding-right: 0;
    }
  	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%;
  position: relative;
  bottom: 2px;
}

.stepnum img{
  vertical-align: middle;
}
.stepnum-s {
  position: relative;
  bottom: 2px;
}
.stepnum-s img{
  vertical-align:middle;
}
*/
.num-color{
  color: #568cf5;
}



@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;
}


/*--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{
  width: 100%;
}
.download-sheet.flexbox{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.download-sheet img{
	width:50%;
  max-width: 485px;
}
.download-sheet img:first-child{
  margin-right: 15px;
}

@media (max-width:640px) {
  .download-sheet{
    flex-direction: column;
  }
  .download-sheet img:first-child{
    margin-right: 0;
    margin-bottom: 30px;
  }
  .download-sheet img {
  	width:100%;
  }


}

/*--03よくあるご質問--*/

p.pagelink {
  margin: 0 0 15px;
  height: 29px;
  border-left: none;
  padding: 0;
  border-bottom: 1px dotted #151477;
}

p.pagelink span{
  display: block;
  height: 27px;
  margin: 0;
  padding: 0 0 0 13px;
  color: #111111;
  font-weight: 700;
  background: url(../images/faq/lk_icon.gif) 0 38% no-repeat;
}

p.pagelink a {
  color: #151477;
}

@media (max-width:640px) {
  p.pagelink span {
    display: block;
    text-indent: 0;
    height: 27px;
    color: #151477;
  }
  .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;
  height: 28px;
  background: #151477 !important;
  border: none;
  padding: 0 5px;
}

h2.faq span {
  display: block;
  height: 27px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 76%;
}

@media (max-width:640px) {
  h2.faq {
    margin: 0 0 20px;
    height: auto;
    background: #151477 !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;
  }
}

.faq{
  border-bottom: 1px dotted #151477;
  margin: 0 0 10px;
  padding: 0 0 7px;
}


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;
}
.lineNone{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.line{
  border-bottom: 1px dotted #151477;
}

@media (max-width:640px) {
  .s5-button{
    padding: 8px 15px 8px 1.5em;
    text-indent: -0.4em;
  }

  .s5-button:before{
    margin: 0 .4em .05em 0;
  }
}

/* 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;
}

.arrow {
  padding-left: 10px;
  background: url(../images/icn_arrow.gif) no-repeat 0 .35em;
  display: block;
}

/* Clearfix
----------------------------------------------------------*/


.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}


/* margin
----------------------------------------------------------*/
.mb0{
  margin-bottom: 0!important;
}

.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;
}
.ml5{
  margin-left: 5px;
}
.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.pl1em{
  padding-left: 1em;
}
.pl2em{
  padding-left: 2em;
}

.fwb{
  font-weight: bold;
}

.tabChange {
  text-decoration: underline;
	cursor: pointer;
}
.eraberu--link{
  text-decoration: underline;
}
.eraberu--link:hover{
  cursor: pointer;
}

/* ============================================
  mouseover effect
   ============================================*/
.mod-effect img{
  transition: opacity .3s!important;
}

.mod-effect img:hover {
  opacity: .8!important;
	filter: alpha(opacity=80)!important;
  -ms-filter: alpha(opacity=80)!important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

}


.eraberu--bottom--banner .s5-getStarted{
  margin-bottom: 0;
}
.s5-p3{
  font-size: 14px;
}

.sp_banner{
  display: none;
}
@media (max-width:640px) {
  .sp_banner{
    display: block;
  }
  .s5-getStarted{
    margin-bottom: 0;
  }
  .s5-p3{
    font-size: 13px;
  }
}


/* =============================================
  Products  PC
  ============================================== */
.productsWrap a.s5-button:before {
    content: "";
    width: 8px;
    height: 12px;
    background: url(../images/icn-arrow3.png) no-repeat left center;
}

.product_area{
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px;
}

.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;
}


.wm-border{
  border: 6px solid #151477;
}

.productTop{
  box-sizing: border-box;
  width: 48%;
  margin: 0 auto 45px;
}



.proName{
  width: 49%;
  font-size: 30px;
  color: #595757;
  line-height: 1.2;
  margin-bottom: 18px;
}
.proName-top{
  font-size: 16px;
}
.pro_logo{
  width: 49%;
  max-width: 184px;
}

.proImg{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.proImg.right{
  width: 59%;
  margin: 0 auto;
}
.proImg img{
  width: 100%;
}
.proImg.left img{
  max-width: 527px;
}
.proImg.right img{
  max-width: 308px;
  position: relative;
  top: 10px;
}


.productsWrap a.s5-button{
  display: block;
  background: #212121;
  width: 100%;
  max-width: 270px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  transition: all .3s;
  margin: 0 auto;
}

.productsWrap a.s5-button:hover{
  opacity: .7;
}


/*180508 add*/
.productsWrap{
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.productTop{
  background: #cbcbcb;
  background: -moz-linear-gradient(top, #cbcbcb 0%, #ffffff 60%);
  background: -webkit-linear-gradient(top, #cbcbcb 0%,#ffffff 60%);
  background: linear-gradient(to bottom, #cbcbcb 0%,#ffffff 60%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#ffffff',GradientType=0 );"
}
.product-top-wrap{
  position: relative;
  box-sizing: border-box;
  padding: 65px 10px 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.product{
  box-sizing: border-box;
  width: 100%;
}

.product-top-ttl{
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 231px;
  background-color: #151477;
  padding: 8px;
  border-radius: 0 0 15px 0 / 0 0 15px 0;
}
.product-top-ttl p{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/*--Products  SP--*/
@media (max-width:1200px) {

}

@media (max-width:1024px) {
  .product-top-wrap{
    padding: 55px 15px 25px;
  }
  .productTop{
    background-size: 180px auto;
  }

  .proName{
    font-size: 1.3em;
  }
  .productsWrap a.s5-button{
    font-size: .875em;
  }


}

@media (max-width:768px) {
  .wm-border{
    border: 3px solid #151477;
  }
  .product-top-wrap{
    padding: 65px 15px 20px;
  }

  .productTop{
    margin-bottom: 25px;
    background-size: 115px auto;
  }

  .productsWrap a.s5-button{
    font-size: .7em;
  }

  h1.sp{
    text-align: center;
  }

  .proName{
    font-size: 1.2em;
  }
  .proName-top{
    font-size: .7em;
  }
  .contents03 .txt_area{
    margin-left: 0;
    margin-right: 0;
  }
  .product-top-ttl p{
    font-size: 16px;
  }
}


@media (max-width:640px) {
  .productsWrap{
    flex-direction: column;
  }
  .proName{
  }
  .productTop{
    width: 100%;
/*
    background: url("../images/products/ttl-walkman_sp.png") no-repeat left top;
    background-size: 30% auto;
*/
  }
  .pro_info{
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  .proName,.pro_logo{
    width: 100%;
  }
  .product-top-ttl {
    width: 50%;
  }
  .product-top-ttl p{
    font-size: 14px;
  }

}



@media (max-width:500px) {
  .product-top-wrap{
    padding: 65px 10px 25px;
  }
  .productTop{

  }


  .proName{
    margin: 9px 0;
  }
  .productsWrap a.s5-button{
    font-size: 4px;
  }

  a.s5-link:before{
    background-size: 6px auto;
  }

  .productsWrap a.s5-button:before{
    background-size: 6px auto;
  }
}
