@charset "Shift_JIS";

/*=========================================================

	Site Name   SONY eraberu17winter
	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: #f6bfd7;
  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: #e4007e;
}

#tab-cb li.hover {
  background: #e4007e;
}

a.s5-link:before{
  content: "";
  width: 8px;
  height: 11px;
  background: url("../images/icn-arrow2.gif") no-repeat left center;
}

.productsWrap a.s5-button:before{
  content: "";
  width: 8px;
  height: 12px;
  background: url("../images/icn-arrow3.png") no-repeat left center;
}
.annotation{
  text-align: right;
  font-size: 1em;
  padding-right: 1em;
}
.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;
  }
}

/*--見出し--*/

h2 {
  margin: 0 0 20px;
  height: 29px;
  border-left: 8px #e4007e solid;
  border-bottom: 1px dotted #e4007e;
  padding: 0 0 0 5px;
  position: relative;
}
.s5-header2 h2.s5-header2__heading{
  border: none;
}

h2 span {
  display: block;
  height: 27px;
  margin: 0;
  padding: 0;
  color: #212121;
  font-size: 76%;
}

h3 {
  margin: 0 0 20px;
  height: auto;
  font-size: 1.1em;
}

@media (max-width:640px) {
  h2 {
    position: relative;
    height: auto;
  }
  h2 span {
    display: block;
    text-indent: 0;
    height: auto;
    color: #e4007e;
  }
  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;
  }
}


/*--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: 2px solid #e4007e;
  border-radius: 38px;
}

.productTop{
  box-sizing: border-box;
  width: 100%;
  background: url("../images/products/ttl-walkman.png") no-repeat top left;
  background-size: auto;
  padding: 27px 30px 0 0;
  margin-bottom: 45px;
}






.proInfo{
  margin-top: 10px;
}
.proName .small{
  font-size: .6em;
}

.proName .small2{
  font-size: .9em;
  padding-top: 7px;
}

.proName{
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  padding-right: .5em;
  vertical-align: middle;
}
.productsWrap a.s5-button{
  background: #212121;
}
.productsWrap a.s5-button:hover{
  opacity: .7;
}

.productBottom{
  position: relative;
}

.productBottom-inner{
  box-sizing: border-box;
  width: 100%;
  background: url("../images/products/ttl-oldwalkman.png") no-repeat top left;
  background-size: auto;
  padding: 80px 30px 25px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.productBottom-inner ul{
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.productBottom-inner ul li{
  box-sizing: border-box;
  font-weight: bold;
  list-style:none;
  padding-left: 1.2em;
}
.productBottom-inner-top li:first-child{
  float: left;
  width: 75%;
  max-width: 800px;
  background: url("../images/products/dot.gif") no-repeat left center;
}
.productBottom-inner-top li:last-child{
  float: right;
  width: 20%;
  min-width: 150px;
  position: absolute;
  right: 3%;
  list-style: none;
}

.productBottom-inner-bottom li{
  background: url("../images/products/dot.gif") no-repeat left center;
}

.productBottom-inner .proName{
  font-size: 25px;
}

/*--Products  SP--*/

@media (max-width:1024px) {
  .productTop{
    background-size: 235px auto;
  }
  .proName{
    font-size: 1.5em;
  }
  .productsWrap a.s5-button{
    font-size: .7em;
  }
  .productBottom-inner{
    background-size: 460px auto;
  }

  .wm-border{
    border-radius: 27px;
  }
  .productBottom-inner-top li:last-child{
  }
}


@media (max-width:768px) {
  .productTop{
    flex-direction: column;
    margin-bottom: 25px;
  }
  .aBorder{
    width: 100%;
  }
  .aBorder img{
    width: 100%;
  }
  .productA{
    width: 100%;
  }
  .proName{
    font-size: 1.8em;
  }
  .productsWrap a.s5-button{
    font-size: .875em;
  }
  .productBottom-inner{
    background: url("../images/products/ttl-oldwalkman_sp.png") no-repeat top left;
  }

  .productBottom-inner ul li{
    padding-left: 1.4em;
  }
  .productBottom-inner-top li:first-child,
  .productBottom-inner-top li:last-child{
    clear: both;
    position: static;
    width: 100%;
  }
  .productBottom-inner-top li:last-child{
    margin: 15px auto 20px;
    text-align: center;
  }

  .productBottom-inner-top li:first-child,
  .productBottom-inner-bottom .proName{
    background-size: 16px 16px;
    font-size: 16px;
  }
  .productBottom{
    flex-direction: column;
  }
  .productBottom-inner{
    width: 100%;
    margin-bottom: 0;
    padding: 80px 15px 20px;
    justify-content: space-around;
    position: relative;
    background-size: 300px auto;
  }

}



@media (max-width:640px) {
  .proName{
    font-size: 1.2em;
  }
  .proName .small{
    font-size: .8em;
  }
}



@media (max-width:500px) {
  .productTop.qa-product{
    background-size: 67% auto;
  }
  .aBorder{
    margin: 20px auto;
  }
  .productBottom-inner ul li{
    font-size: 1em;
  }
  .productBottom-inner .proName{
    padding-left: 1.5em;
  }

  .productB{
    margin-bottom: 20px;
  }
  .productC{
    margin-bottom: 20px;
  }
  .proInfo a{
    letter-spacing: -2px;
  }
  a.s5-link:before{
    background-size: 6px auto;
  }

  .productsWrap a.s5-button:before{
    background-size: 6px auto;
  }
  .qa-product .productBottom-inner{
    background-size: 90% 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%;
}





/*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:39%;
}

.howto-txtarea:nth-child(2) {
	width:47%;
}

.howto-txtarea h4{
	margin:0!important;
}

.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;
}

@media (max-width:700px) {
	.howto-txtarea,.howto-txtarea:nth-child(2) {
  	display:block;
    box-sizing: border-box;
  	width:100%;
	}

	.stepentry_area{
		margin:0 auto;
	}
}

@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 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;
	vertical-align:top;
}

  @media (max-width:640px) {
  	ul.numberlist li.hosyoulist ul li {
  	float: none;
  	width: 100%;
  	}
  }


.stepnum{
	margin:0 0.3% 0 0.2%;
  position: relative;
  bottom: 2px;
}

.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;
}


/*--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{
  margin: 0 auto;
}

.download-sheet img {
	max-width: 100%;
}
@media (max-width:768px) {
  .download-sheet{
    max-width: 402px;
  }
}
/*--03よくあるご質問--*/

p.pagelink {
  margin: 0 0 15px;
  height: 29px;
  border-left: none;
  padding: 0;
  border-bottom: 1px dotted #e4007e;
}

p.pagelink span{
  display: block;
  height: 27px;
  margin: 0;
  padding: 0 0 0 13px;
  color: #e4007e;
  font-weight: 700;
  background: url(../images/faq/lk_icon.gif) 0 38% no-repeat;
}

p.pagelink a {
  color: #e4007e;
}

@media (max-width:640px) {
  p.pagelink span {
    display: block;
    text-indent: 0;
    height: 27px;
    color: #e4007e;
  }
  .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: #e4007e !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: #e4007e !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;
  }
}

dl.faq{
  background: url(../images/faq/line02.gif) bottom repeat-x;
  margin: 0 0 10px;
  padding: 0 0 7px;
}
.lineBg{
  background: url(../images/faq/line02.gif) bottom repeat-x;
  padding-bottom: 30px;
  margin-bottom: 10px;
}


dl.lineNone{
  background: 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.faq dd.lineNone{
  margin-bottom: 0;
  padding-bottom: 0;
}

@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
----------------------------------------------------------*/

.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;
}

.mt40 {
  margin-top: 40px;
}

.tabChange {
  text-decoration: underline;
	cursor: pointer;
}
.eraberu--link{
  text-decoration: underline;
}
#moushikomi-2,
#question-2{
  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;
  }
}


.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;
  }
}




/*180206 add*/
.productsWrap{
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.productA-top-wrap{
  position: relative;
  margin-bottom: 40px;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.productA{
  width: auto;
  max-width: 100%;
}
.proImg,
.proInfo{
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.proImg img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.proImg-en{
  display: inline-block;
  width: 100%;
  max-width: 121px;
}
.proImg-en img{
  width: 100%;
}


.productA.left{
  width: 30%;
  margin: 0 15px 0 30px;
}
.productA.left .proImg-en{
  margin-right: 45px;
  position: relative;
  top: -10px;
}
.productA.right{
  width: 54%;
  margin: 0 30px 0 15px;
}
.productA.right .proImg .proImg-en{
  margin-right: 25px;
}

.productA .proImg{
  -js-display: flex;/*IE8,9対策*/
  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: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.productA.left .pro-width{
  width: 100%;
  max-width: 47.6%;
}
.productA.right .pro-width{
  width: 100%;
  max-width: 74.5%;
}

.aBorder.bottom{
  box-sizing: border-box;
  width: 100%;
  max-width: 1007px;
  margin-left: auto;
  padding-left: 15px;
}
.aBorder.bottom img{
  width: 100%;
}

.productA.bottom{
  justify-content: space-around;
  align-items: flex-end;
  position: relative;
  bottom: 60px;
  left: 14px;
  margin-bottom: -20px;
  padding-left: 20px;
}
.productA.bottom .proImg-en{
  position: relative;
  top: 66px;
  right: 20px;
  z-index: 1;
}



@media (max-width:1024px) {

 .productA-top-wrap{
    align-items: center;
    margin-bottom: 20px;
 }
 .aBorder.bottom{
    width: 96%;
    margin: 0 auto;
 }
 .productA.left .proImg-en{
    max-width: 34%;
 }
 .productA.left .pro-width{
 }
 .productA.right .proImg-en{
    max-width: 19%;
 }
 .productA.right .pro-width{
 }
 .productA.bottom{
   bottom: 40px;
 }
 .productA.bottom .proImg-en{
   right: 0;
   top: 46px;
   max-width: 39%;
 }
 .productA.bottom .product{
   box-sizing: border-box;
   padding-right: 25px;
   width: 100%;
   max-width: 32%;
  }
 .productA.bottom .product:last-child{
    padding-right: 0;
 }
}

@media (max-width:768px) {
  h1.sp{
    text-align: center;
  }
  .productTop{
    padding: 80px 15px 0;
  }

  .productA-top-wrap.flexBox,
  .productA.bottom.flexBox{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .productA .proImg{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 90%;
  }
  .proImg img{
    width: auto;
  }
  .productA.left,
  .productA.right{
    width: 100%;
    max-width: 100%;
    margin: 18px 0 0 0;
    padding-bottom: 18px;
    border-bottom: 2px solid #e4007e;
    text-align: center;
  }
  .productA.left{
    margin-top: 0;
  }
  .productA.left .proImg-en,
  .productA.right .proImg-en{
    margin-right: 0;
  }
  .productA.left .proImg-en{
    top: 0;
  }
  .productA.right .proImg-en{
    position: absolute;
    max-width: 30%;
  }
  .productA.right .pro-width{
    display: inline-block;
    margin-top: 127px;
    max-width: 100%;
  }

  .productA.bottom{
    position: static;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
  }

  .productA.bottom .proImg-en{
    display: block;
    top: 0;
    left: 0;
    max-width: 18.5%;
  }
  .productA.bottom .product{
    padding-right: 0;
    margin-bottom: 35px;
    max-width: 100%;
  }
  .productA.bottom .product:first-child{
    margin-bottom: 0;
  }
  .productA.bottom .product:first-child .proImg{
    top: -37px;
    z-index: -1;
  }
  .productA.bottom .product:first-child .proInfo{
    position: relative;
    top: -37px;
  }
  .productA.bottom .product:last-child{
    margin-bottom: 15px;
  }

}
@media (max-width:500px){
  .productA .proImg{

  }
  .productA.left .proImg-en,.productA.right .proImg-en{
    position: absolute;
    left: -15px;
    max-width: 32%;
    margin-right: 0;
  }
  .productA.left .pro-width{
    display: inline-block;
    padding-left: 90px;
  }
  .productA.right .proImg-en{
  }
  .productA.right .pro-width{
    margin-top: 105px;
  }
  .productA.bottom .proImg-en{
    max-width: 29%;
  }
}

/*popup*/

.mfp-close-wrap{
  width: 100%;
  max-width: 1030px;
  height: 60px;
  background: #adaeaf;
  margin: 0 auto;
}

.mfp-close{
  position: relative;
  width: inherit;
  max-width: inherit;
  height: 42px;
  line-height: 42px;
  opacity: 1;
  padding-top: 0px;
  background: url("../images/products/popup/btn-close.gif") no-repeat 97% center;
  background-size: 42px auto;
}
.mfp-close:hover{
  cursor: pointer;
}

.popup-wrap{
  box-sizing: border-box;
  display: block;
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto 100px;
}
.popup-wrap-inner-wrap{
  padding: 25px 45px 20px;
}
.popup-wrap-inner{
  max-width: 100%;
  border: 2px solid #e4007e;
  margin-bottom: 25px;
}
.pop-year{
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #e4007e;
}
.pop-models{
  margin: 0;
  padding: 0;
}

.pop-models li{
  height: 125px;
  -js-display: flex;/*IE8,9対策*/
  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;
  border-bottom: 1px solid #e4007e;
  list-style: none;
  font-size: 1.1em;
  padding: 0 20px 0 30px;
}
.pop-models li:last-child{
  border-bottom: none;
}
.pop-name{
  width: 26%;
  text-align: center;
  font-weight: bold;
  text-align: left;
}
.pop-image{
  width: 74%;
  text-align: center;
}
.pop-image img{
  max-width: 100%;
}
.pop-copy{
  display: block;
  line-height: 1.1;
  font-weight: normal;
  font-size: .8em;
  padding-top: 0;
  margin-top: 0;
  text-align: right;
}

@media (max-width:768px) {
  .popup-wrap-inner-wrap{
    padding: 25px 15px 20px;
  }
  .mfp-close{
    right: 10px;
  }
  .pop-models li{
    height: auto;
    padding: 20px;
    flex-direction: column;
  }
  .pop-name{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .pop-image{
    width: 100%;
  }
}
.contents02-txt_area-list{
  padding: 0;
}


/* /180206 add*/
