@charset "UTF-8";
/* contents
==========================*/
#yjContentsBody{ color: #333; /* link text */ }
#yjContentsBody a { text-decoration: none; }
#yjContentsBody a:link { color: #09a; }
#yjContentsBody a:visited { color: #639; }
#yjContentsBody a:hover { color: #CC3434; text-decoration: underline; }
#yjContentsBody a:active { color: #CC3434; }

/* main
==========================*/
.main {	font-size: 14px; text-align: left;}
.pc .main a {
	color: #0000eb;
    text-decoration: underline;
}
.pc .main a {
	color: #1a75ff;
    text-decoration: underline;
}

/* common oocss
==========================*/
.gray{ color: #666;}
.hide{ display: none;}
.emphasis { color: #0098a9;}
.emphasis_high { color: #df0539;}
.ycolor{ color:#FFF100; }
.hcolor { color: #FFF; }
.bunderline {
    color: #df0539;
    font-weight: bold;
    padding-bottom: 1px;
}
.msg_alert{
   border: 2px solid #c00;
   padding: 5px;
   background: #ffe;
   color: #000;
   margin-bottom: 10px;
   font-size:13px;
}
.pc .msg_alert{
   font-size:14px;
}
.pc span.block{
	display: block;
}
.msg_alert a:link,
.msg_alert a:visited,
.msg_alert a:hover,
.msg_alert a:active{
	color: #0000eb;
}
@media screen and (max-width: 450px){
.msg_alert {
    text-align: left;
}
}

.alertBox{
	background: #fbf9e9;
	border: 1px solid #f7eb85;
  	font-size: 12px;
	width: 280px;
	margin: 10px auto;
	padding: 10px;
}
.pc .alertBox{ width: 950px; }

.alertBox2rap{
	margin: 15px 10px 10px;
	background: #fbf9e9;
	border: 1px solid #f7eb85;
	font-size: 13px;
	padding: 10px;
}
.pc .alertBox2{
	width: 920px;
	margin: 0 auto 20px;
}
.alertBox2rap .alettitle{
	font-weight: bold;
}
.alertBox2pre{
	width: 920px;
	font-size: 13px;
	margin: 0 auto 20px;
	padding: 10px;
	background: #fbf9e9;
	border: 1px solid #f7eb85;
}
.alertBox2 .alettitle{
	font-weight: bold;
}

/* ついてくるボタンjs用のCSS
==========================*/
#fixedArea{
  width: 100%;
  background: rgba(255,255,255,0.7);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff)";
  position: static;
  z-index:1000;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#fixedArea.fixed{
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  height: auto;
  box-sizing: border-box;
}
#applyform{
  height: 90px;
}
.sp #applyform{
  height: 60px;
}
.close{
  visibility: hidden;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* top_bnr
==========================*/
.sp .top_bnr {
    max-width: 600px;
    margin: 10px auto 0;
}
.sp .top_bnr img{
    width: 90%;
    padding: 0 10px 5px;
    box-sizing: border-box;
}
.pc .top_bnr {
    width: 950px;
    margin: 10px auto 40px;
    text-align: center;
}
.pc .top_bnr img{
    width: 640px;
}

/* share
==========================*/
.share{
	padding-top:6px;
	text-align:center;
	float: right;
	line-height:1;
}
.sp .share {
    text-align: right;
}
.pc .share{
	float: right;
	margin-top:8px;
}

.share:after{
	content: "";
	display: table;
	clear: both;
}
.share li{
	display: inline-block;
	vertical-align:middle;
}
.pc .share li{
	float: left;
}
.sp .share li.tw{
  margin-top: 5px;
  height: 21px;
  margin-right: 8px;
}
.pc .share li.tw{
    overflow: hidden;
    padding-right: 10px;
}
.pc .share li.ylink{
	margin-left: 10px;
	font-size: 87.5%;
}
.pc .share li.ylink a:link,
.pc .share li.ylink a:visited{
	color: #fff !important;
	text-decoration: underline !important;
}
.sp .share .fb {
   /* width: 100px; */
    margin: 0 5px 0 0;
}
.sp .fb_iframe_widget iframe{
	z-index:15;
}
.sp .fb_iframe_widget > span {
  vertical-align: bottom !important;
  padding-top: 4px;
}

.snsarea {
    text-align: center;
    margin-bottom: 10px;
}
.pc .snsarea li {
    display: inline-block;
}
.pc .snsarea li:not(:first-child) {
    margin-left: 16px;
}

.pc .share li.ylink a:link, .pc .share li.ylink a:visited {
    color: inherit !important;
}

.sp .share li.ylink a:link, .sp .share li.ylink a:visited {
    margin-right: 10px;
    display: block;
    background-image: url(https://s.yimg.jp/c/icon/s/bsc/2.0/y56.png);
    -ms-background-size: 28px 28px;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    font-size: 0 !important;
    height: 30px;
    width: 40px;
    background-position-x: right;
}

.sp .snsarea:after {
    display: block;
    content: "";
    clear: both;
}

.sp .snsarea li {
    float: left;
}

.sp .snsarea li:nth-of-type(2) {
    margin-left: 10px;
}

.sp .snsarea {
    margin: 20px auto;
    width: 195px;
    height: 20px;
}

.sp .fb_iframe_widget > span {
    padding-top: 0 !important;
    display: block;
}



/* mainVisual
==========================*/
.mainVisualHead{
    text-align: center;
}
.sp .mainVisualHead img{
   width: 100%;
   max-width:600px;
}
.mainVisualBody{
	height: auto;
	overflow: hidden;
	position: relative;
}
.sp .mainVisualBody{ max-width: 610px; 	margin: 0 auto 1px; }
.pc .mainVisualBody{
    width: 950px;
    margin: 0 auto;
}
.mainVisualBottom .body{ margin: 0 auto; }

.mainVisual{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
    margin: 0 auto;
	line-height: 0;
}
.pc .mainVisual{
    width: 950px;
}
.mainVisualBody img {
    width: 100%;
}
.mainVisualBottom{
	margin: 0 auto;
	color: #666;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.sp .mainVisualBottom{
	width: 300px;
	padding: 0 10px;	
	margin-bottom:10px;
}
.pc .mainVisualBottom{
	width: 950px;
	padding: 10px 0 30px;
	font-size :114%;	
}
.mainVisualBottom .small{
	font-size: 75%;
	margin: 0 0 15px 20px;
	color: #949494;
}

/* caution
==========================*/
.caution{
	margin: 0 auto 10px; 
	font-size: 12px; 
	color: #333; 
	max-width:610px; 
	padding:0 10px;
	line-height: 1.3em;
}

.pc .caution{
	margin: 10px auto 15px;
	max-width: 950px;
	font-size: 14px;
}
.sp .caution>p:first-child {
    margin-top: 5px;
}
.pc .caution>p:first-child {
    margin-top: 10px;
}

.caution .note{
    color: #b00;
    font-weight: bold;
}
.caution_box{
    /* font-size: 11px; */
    /* border: 1px solid #333; */
    padding: 2px;
    box-sizing: border-box;
    color: #333;
    margin-top: 8px;
    text-align: center;
}
.sp .caution_box{
    max-width: 610px;
}
.pc .caution_box{
    max-width: none;
    padding: 3px 10px;
    margin: 5px auto;
}

.caution_msgbox{
    margin: 0 auto;
    text-align: center;
}
.sp .caution_msgbox{
    max-width: 610px;
}

.caution_msg{
    color: #000;
    background: #eee;
    padding: 4px 5px 4px;
    margin: 10px 0;
    border-radius: 2px;
}
.pc .caution_msg{
    font-size: 14px;
    padding: 4px 10px 2px;
    margin: 10px auto;
    border-radius: 4px;
    display: inline-block;
}

.sp .caution_msgbox .declaration {
    text-align:left;
    margin-top: 15px;
}
.pc .caution_msgbox .declaration {
    margin: 0 auto 30px;
}

/* endmessage
==========================*/
.endmessage{
    margin:10px auto;
    padding:10px;
    border:#ff0000 1px solid;
    color:#ff0000;
    font-weight:bold;
    text-align:center;
    max-width:600px;
}
.pc .endmessage{
    max-width:928px;
}

/* btnTop
==========================*/
.btnTop{
	text-align: center;
	font-size: 14px;
	color:#e0002a;
	padding:0 10px 15px;
	font-weight: bold;
	box-sizing: border-box;
}
.pc .btnTop{
	width: 950px;
	margin: 0 auto 15px;
	color:#E0002A;
}

.pc .btnTop_attention {
    margin-top: 20px;
}
.sp .btnTop_attention {
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.applyBtn input{
	width: 300px;
	height:65px;
	display:block;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	background: url(https://s.yimg.jp/images/yjcard/campaign/sp/img/register/2.0.0/segment/btn_apply_softbank.png) no-repeat center 100%;
	background-size: 300px auto;
	cursor:pointer;
	border: 0;
	z-index: 500;
}
.applyBtn input.softbank{
	background: url(https://s.yimg.jp/images/yjcard/campaign/sp/img/register/2.0.0/segment/btn_apply_softbank.png) no-repeat 0 0;
}
.pc .applyBtn input{
	width:732px;
	height:90px;
	margin: 5px auto 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(https://s.yimg.jp/images/yjcard/campaign/pc/img/register/2.0.0/segment/btn_apply_softbank.png) no-repeat 0 0;
	cursor:pointer;
	border: 0;
}

.pc .applyBtn input.softbank{
	background: url(https://s.yimg.jp/images/yjcard/campaign/pc/img/register/2.0.0/segment/btn_apply_softbank.png) no-repeat 0 0;
}
.applyBtn input:hover{
	opacity: 0.8;
}

.sp .applyBtn img {
    width: 100%;
    height: auto;
    max-width: 450px;
}


/* ymobile_btnTop */

.ymobile_btnArea{
	text-align: center;
	margin: 10px;
	padding-bottom: 0px;
	border: 2px solid #c00;
}
.pc .ymobile_btnArea{
    margin: 10px auto;
    width: 950px;
}
.ymobile_btnArea p{
	padding: 5px;	
	width: auto;
	box-sizing: border-box;
}
.ymobile_exp div {
    padding-bottom: 3px;
    border-bottom: 1px dashed #aaa;
}
.ymobile_btnArea .ymobile_exp p {
    background: #ffc;
}
.ymobile_btnArea .ymobile_exp span{
	display: block;
	font-size: 13px;
	padding: 16px 0 8px;
}
.ymobile_btnArea a.idsetting {
    font-size: 18px;
}
.pc .ymobile_btnArea a.idsetting {
    font-size: 18px;
    margin-top: 8px;
    display: block;
}
.ymobile_btnArea .btnTop{
	padding-bottom: 0px;
}
.pc .ymobile_btnArea .btnTop{
	margin: 0 auto;
}

.ymobile_btnArea .ymobile_exp span.close{
	display: none;
}

.ymobile_btnArea .ymobile_exp span.open{
	display: block;
}

.ymobile_btnArea .ymobile_exp span.open a{
	font-size: 14px;
}

/* disabled */
.applyBtn.disabled img{
    margin:0 auto;
	cursor:default;
}
.applyBtn.disabled img:hover{
	opacity: inherit;
}
.sp .applyBtn.disabled img{
    width: 100%;
    max-width: 300px;
}
.pc .applyBtn.disabled img{
    width:723px;
}


/* loginMod */
.loginMod{
	margin: 0 10px 15px;
	border: 3px solid #ddd;
	text-align: center;
	background: #FCFCFC;
	font-size:14px;
}
.pc .loginMod{
	width: 950px;
	margin: 0 auto 30px;
}

.loginMod .formText{
	border: 2px solid #333;
	border-radius: 5px;
	font-size:25px;
	font-weight: bold;
	padding: 10px;
	margin: 15px 10px 10px;
	word-break: break-all;
	word-wrap: break-word;
	height: auto;
	line-height: 1em;
	font-size: 150%;
}
.pc .loginMod .formText{
	width: 350px;
	padding: 10px;
	margin: 15px auto 10px;
}
/* goToDetail */
.sp .goToDetail{
	padding: 15px 10px;
	position: relative;
	background:#efefef;
	color: #666;
	font-size: 14px;
	text-align:left;
}
.pc .goToDetail{
    background: #EFEFEF;
    color: #666;
    font-size: 87.5%;
    position: relative;
    padding: 20px 0 20px 60px;
    text-align: left;
}

.sp .goToDetail p{
	margin-bottom: 10px;
}

.sp .goToDetail .detailBtn {
	position: relative;
	height:40px;
	margin: 0 auto;
	line-height:40px;
	text-align:center;
	border: 1px solid #09a;
	border-radius:4px;
	background: #fff;
}
.pc .goToDetail .detailBtn{
	position: absolute;
	right:60px;
	bottom: 10px;
	border-radius: 150px;
    border: 2px solid #1a75ff;
    background: #fff;
}
.pc.softbank .goToDetail .detailBtn{
	bottom: -13px;
}
.sp .goToDetail .detailBtn a{
	height:30px;
	display:block;
	color: #09a;
	text-decoration:none;
}
.pc .goToDetail .detailBtn a{
    display: block;
    width: 103px;
    height: 103px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 32px 16px 0;
    font-size: 13px;
    text-align: center;
}
.sp .goToDetail .detailBtn:after{
	position: absolute;
    display: block;
    content: "";
    right: 25px;
    top: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #0099aa transparent transparent transparent;
}
.pc .goToDetail .detailBtn a:after{
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid #1a75ff;
    content: "";
    display: block;
    position: relative;
    left: 29px;
    top: 4px;
}

.pc .goToDetail .detailBtn a:link,
.pc .goToDetail .detailBtn a:visited,
.pc .goToDetail .detailBtn a:hover{
	color: #09a !important;
}
.pc .goToDetail .detailBtn a:hover{
	opacity: 0.8;
}
.sp .comment{
	padding:10px;
}
.pc .comment{
	padding:15px;
	font-size:16px;
}

.comment_head {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}
.pc .comment_head {
    text-align: center;
    font-size: 14px;
}

.pc .comment p:nth-child(2){
    font-weight: bold;
}
.pc .detailLeft{
	font-size:14px;
}
/* privilegeNotice
==========================*/
.privilegeNotice{
    width: 100%;
    margin: 10px auto 30px;
    padding: 0 10px;
    font-size: 87.5%;
    max-width: 610px;
    box-sizing: border-box;
}
.pc .privilegeNotice{
	max-width: 950px;
	margin: 0 auto 30px;
	border: 3px solid #ddd;
	background: #FCFCFC;
	font-size: 14px;
}
.privilegeNotice dt{
	font-weight: bold;
}
.sp .privilegeNotice dt{
    text-align: left;
}
.pc .privilegeNotice dt{
	padding: 5px 0;
	margin: 0 20px 20px;
	text-align: center;
	border-bottom: 2px solid #ddd;
	font-size:16px;
}
.privilegeNotice dd{
	text-align: left;
}
.pc .privilegeNotice dd{
	font-size: 87.5%;
	text-align: left;
	padding: 0 20px 20px;
}
.privLink{
	width: 290px;
	margin: 0 auto 20px;
	text-align: right;
	font-size: 14px;
}
.pc .privLink{
	width: 950px;
	margin: 0 auto 10px;
}

/* explainBox
==========================*/
.explainBox{
	width: 250px;
	padding: 20px;
	margin: 0 auto 30px;
	border: 5px solid #ddd;
	text-align: left;
}
.pc .explainBox{
	width: 890px;
	padding: 35px 25px 30px;
	position: relative;
}
.explainBox:after{
	content: "";
	display: table;
	clear: both;
}
.sp .explainBox .title{
	background: url(https://s.yimg.jp/images/yjcard/campaign/sp/img/register/2.0.0/segment/sprite_explain.png) no-repeat -5px top;
	background-size: 250px auto;
	width: 250px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}
.sp .explainBox.cardDesign{
	position: relative;
}
.sp .explainBox.cardDesign .title{
	background-position: 0 -44px;
}
.explainBox .tCard .title{
	background-position: 0px -125px;
	height: 40px;
}
.pc .explainBox .tCard .title{
	background: url(https://s.yimg.jp/images/yjcard/campaign/pc/img/register/2.0.0/segment/sprite_explain.png) no-repeat 0 -200px;
	text-indent: -9999px;
	overflow: hidden;
	width: 420px;
	height: 57px;
	margin-bottom: 10px;
}

.sp .explainBox .tCard .text p{
	margin-bottom: 10px;
}





.explainBox .tCard_m .title{
	background-position: 0px -181px;
	height: 65px;
}

.explainBox .tCard_m .text:before {
    background: url(https://s.yimg.jp/images/yjcard/campaign/sp/img/register/2.0.0/segment/tcard_m.png) no-repeat center 0px;
    background-size: 250px auto;
    padding-top: 225px;
    margin-top: 15px;
    content: "";
    display: block;
    position: relative;
}

.pc .explainBox .tCard_m .text:before {
    background: url(https://s.yimg.jp/images/yjcard/campaign/pc/img/register/2.0.0/segment/tcard_m.png) no-repeat center 0px;
    position: absolute;
    width: 380px;
    content: "";
    top: 5px;
    z-index: 20;
    display: block;
    left: -10px;
}


.pc .explainBox .tCard_m .title{
	background: url(https://s.yimg.jp/images/yjcard/campaign/pc/img/register/2.0.0/segment/sprite_explain.png) no-repeat 0 -345px;
	text-indent: -9999px;
	overflow: hidden;
	width: 480px;
	height: 57px;
	margin-bottom: 10px;
}


.explainBox .tCard .title{
	background-position: 0px -125px;
	height: 40px;
}

.sp .explainBox .tCard .text p{
	margin-bottom: 10px;
}



.explainBox .tcube{
	background: url("https://s.yimg.jp/images/yjcard/campaign/pc/img/20171002/sprite_explain_1002.png") no-repeat;
}
.pc .explainBox .text{
	letter-spacing: 1px;
	width: 450px;
	line-height:1.9;
}



.sp .explainBox .tCard_m .title{
	background-position: 0px -181px;
	height: 65px;
}



/* tCard */
.pc .explainBox .tCard{
	z-index:1;
	padding: 0px 0px 25px 410px;
	position: relative;
}
.sp .explainBox .tCard_m{
	margin-top: 25px;
	position: relative;
}
.pc .explainBox .tCard_m{
	z-index:1;
	padding: 10px 0px 10px 410px;
	position: relative;
	height: 200px;
}
.explainBox .tCard p{
	margin-bottom: 10px;
}
.explainBox .tCard .tcube{
	position: absolute;
	z-index:3;
	left: -79px;
	bottom: -96px;
	display: block;
	width: 175px;
	height: 170px;
	background-position: 0 -1500px;
}

.sp .explainBox .tCard .text:before {
    background: url(https://s.yimg.jp/images/yjcard/campaign/sp/img/register/2.0.0/segment/tcard.png) no-repeat center 0px;
    background-size: 250px auto;
    padding-top: 171px;
    content: "";
    display: block;
    margin-top: 5px;
}
.pc .explainBox .tCard .text:before {
    background: url(https://s.yimg.jp/images/yjcard/campaign/pc/img/register/2.0.0/segment/tcard.png) no-repeat center 0px;
    position: absolute;
    width: 380px;
    height: 260px;
    content: "";
    top: -5px;
    z-index: 20;
    left: -10px;
}





/* privilege01 */
.privilege01 {
    margin-top: 30px;
}

/* privilege02 */

.bodyBottom{
	border: 3px solid #dedede;
	border-radius:10px;
	width: 944px;
	margin: 0 auto 20px;
}
.bodyBottom:after{
	content: "";
	display: table;
	clear: both;
}
.bodyBottom .left{
	font-size:125%;
	font-weight: bold;
	color: #e0002a;
	width: 474px;
	float: left;
	text-align:center;
	margin: 12px 0;
}
.bodyBottom .right{
	float: right;
	width: 470px;
	text-align: center;
	background: #dedede;
	padding: 8px 0;
}
.bodyBottom .detailBtn{
	margin: 0 auto;
	width: 200px;
    height: 40px;
    line-height: 40px;
    background: #333333;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px 0px;
    border-radius: 4px;
}
.bodyBottom .detailBtn a{
	width:200px;
	height:30px;
	display:block;
	color:#ffffff;
	text-decoration:none;
}
.bodyBottom .detailBtn a:link,
.bodyBottom .detailBtn a:visited,
.bodyBottom .detailBtn a:hover{
	color: #fff !important;
}
.bodyBottom .detailBtn a:hover {
	text-decoration:underline;
}
.privilege05 .banner{
	margin: 0 auto 25px;
	text-align: center;
	width: 950px;
}
#yjContentsBody .loginMod a:link,
#yjContentsBody .privilegeNotice a:link,
#yjContentsBody .campaignInfo a:link,
#yjContentsBody .explainBox a:link{
	color: #1a75ff;
    text-decoration: underline;
}
#yjContentsBody .loginMod .detailBtn a:link{
	text-decoration: none;
}

/* .contentbro
==========================*/
.contentbro {
	width: 100%;
    max-width: 610px;
    padding-top: 3px;
    margin: 0 auto;
    background: #fff;
    border-top: solid 2px #e4e4e6;
    border-bottom: solid 2px #e4e4e6;
    -moz-border-radius: 10px;
    position: relative;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#d7eaf5 .1px, #fff .1em);
    background-image: linear-gradient(#d7eaf5 .1px, #fff .1em);
    background-size: 100% 0.6em;
    line-height: 1.5em;
    text-align: left;
}

.pc .contentbro {
	max-width : 950px;
	margin: 35px auto;
    border: solid 3px #CECED4;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */
	position: relative;
	padding-top: 3px;
	background-image: none;
}
.contentbro div:nth-child(1) .enclosure {
    margin-top: 45px;
}
.pc .contentbro div:nth-child(1) .enclosure {
    margin-top: 70px;
}
.contentbro .enclosure{
   margin-bottom: 30px;
}
.sp .due_date,
.sp .enclosure_footer .due_date{
   font-size: 12px;
   margin: 0 0 8px;
}
.pc .due_date,
.pc .enclosure_footer .due_date{
    font-size: 18px;	    		
}
.sp .enrollment .subword,
.sp .useofcard .subword{
    font-size: 11px;
    margin-left: 0;
}

/* contentbro_element
==========================*/
.sp .contentbro_element {
    margin: 0 5px;
    max-width: 610px;
}

.contentbro_element .figure_a {
    margin-bottom: 25px;
    text-align: center;
}

/* ....
==========================*/
.sp .cpbenefits p {
    font-size: 0.8em;
    margin: 0 0 0 10px;
    letter-spacing: -0.1px;
}
.sp .cpbenefits .content{
    line-height: 1.4em;
}

.cpbenefits .enclosure_body{
    margin-top: 8px;
}
.pc .cpbenefits .enclosure_body{
    font-size: 24px;
    margin: 25px 170px 25px 30px;
}
.enrollment .enclosure_body {
    line-height: 1.4em;
}
.pc .enrollment .enclosure_body {
    margin: 15px 165px 0 30px;
}

.useofcard .enclosure_body{
    line-height: 1.4em;
}
.useofcard .presentation_point .content{
    margin-bottom: 10px;
}
.pc .useofcard .presentation_point .content{
    margin-bottom: 45px;
}

.cpbenefits .color_b {
    color: #004098;
    border-bottom: 2px dotted;
    padding-bottom: 7px;
}
.cpbenefits .color_r{
	color: #cf0a2f;
}
.period__figure{
	position: relative;
}
.period__figure .period__figurebody .tiny{
	font-size:18px;
    letter-spacing: -0.06em;
}
.period__figure .custom{
			width: 690px;
   			padding-left: 10px;
    		padding-bottom: 8px;
    		margin: 25px 0px 15px;
	    	border-bottom: dotted 2px #3D3D3E;
	    	font-size:1.5em;
	    	color:#444;
	    	font-weight: bold;
}

/* .contentbro_head
==========================*/
.contentbro_head{
    position: absolute;
    width: 100%;
    top: 15px;
    font-size: 21px;
    color: #0098a9;
    padding: 0 0 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    z-index: 20;
}
.pc .contentbro_head{
    top: 5px;
    font-size: 3em;
    padding: 32px 0 23px;
}
.contentbro_head span{
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
}
.pc .contentbro_head span{
    font-size: 48px;
}

/* .contentbro_body
==========================*/
.contentbro_body{
    padding: 0;
    margin: 0 auto;
    line-height: 1.5em;
    position: relative;
}
.pc .contentbro_body{
	padding:20px 35px 0;
	margin: 0 15px;
  line-height:1.5em;
	position: relative;
}

.sp .enclosure_body .content{
	margin-right: 100px;
}
.sp .enclosure_body .due_date{
	font-size: 12px;
}
.contentbro_body .enclosure dl{
    font-size: 1.6em;
		font-weight: bold;
	margin: 20px 25px;
}
.contentbro_body .enclosure dl:after {
	content: "";
	clear: both;
}
.contentbro_body .enclosure dt{
	float:left;
	color:#444;
	width: 140px;
    padding-right: 20px;
	-moz-text-align-last: justify;   	
		text-align-last: justify;
}
.contentbro_body .enclosure dd{
	margin-left:155px;
	border-left: 1px solid #333;
	padding-left: 20px;
	color: #004098;
	letter-spacing:-0.06em;
}


.contentbro_body .enclosure{
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */
	position: relative;
}
.pc .contentbro_body .enclosure{
	border: 3px solid #999;
}

.contentbro_body .useofcard .bunderline{
    letter-spacing: 1px;
}

.contentbro_body .enrollment .due_date{
    top: 190px;
    right: 215px;
}

.contentbro_body .useofcard .due_date{
    top: 180px;
    right: 215px;
}

.contentbro_body .subword{
    font-size: 14px !important;
}
/* enclosure_footer
==========================*/
.enclosure_footer{
    padding-top: 11px;
	font-size: 11px;
    border-top: 1px solid #ccc;
}
.pc .enclosure_footer{
    padding-top: 25px;
    margin: 0 30px;
    border-top: 2px solid #ccc;
}
.enrollment .enclosure_footer,
.useofcard .enclosure_footer{
    margin-bottom: 20px;
}
.sp .enrollment .enclosure_footer,
.sp .useofcard .enclosure_footer{
    margin: 12px 10px 10px;
}
.subword{
   margin-top: 10px;
}

/* content_block
==========================*/
.content_sub_title{
	background-image: -webkit-linear-gradient(
		-45deg,
		#fff 25%,
		#f0f9fa 25%, #f0f9fa 50%,
		#fff 50%, #fff 75%,
		#f0f9fa 75%, #F0F4F9
	);
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#f0f9fa 25%, #f0f9fa 50%,
		#fff 50%, #fff 75%,
		#f0f9fa 75%, #F0F4F9
	);
    background-size: 8px 8px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid #ccc;
    padding: 12px 0;
    text-align: center;
    line-height: 1.1em;
    font-weight: bold;
    color: #333;
}		
.pc .content_sub_title{
	margin:2px;
	background-size: 15px 15px;
	font-size: 32px;
	border-bottom: 3px solid #999;
	padding: 18px 0 12px;
}		
	
/*contentbro_balloon
==========================*/
.contentbro_balloon{
    position: absolute;
    z-index: 25;
    padding: 6px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 5px;
    font-weight: bold;
    background-color: #df0539;
    transform: rotate( -7deg );
    letter-spacing: -1px;
}
.pc .contentbro_balloon{
  padding: 20px;
  width: 140px;
  height: 140px;
  font-size: 19px;
  letter-spacing: 0px;
}
.contentbro_balloon::before{
    width: 0;
    height: 0;
    bottom: 23px;
    left: -18px;
    content: '';
    position: absolute;
    display: block;
    transform: rotate(-10deg);
    border-style: solid;
    border-color: transparent #df0539 transparent transparent;
    border-width: 12px 29px 12px 0;
}
.pc .contentbro_balloon::before{
    top: 97px;
    left: -24px;
    bottom: 39px;
    border-right: 40px solid #df0539;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    transform: rotate(-15deg);
}

/* --------------------
.contentbro_balloon
--------------------- */
.enrollment .contentbro_balloon {
    top: 75px;
    right: -3px;
    z-index: 10;
    line-height: 3.3em;
    z-index: 10;
    font-size: 11px;
}
@media screen and (min-width: 568px) {
  .enrollment .contentbro_balloon {
    top: 45px;
  }
}

.pc .enrollment .contentbro_balloon{
    top: -20px;
    right: -25px;
    line-height: 3.9em;
    font-size: 19px;
}
.presentation_point .contentbro_balloon{
    top: 75px;
    right: -3px;
    line-height: 3em;
}
@media screen and (min-width: 568px) {
  .presentation_point .contentbro_balloon{
    top: 45px;
  }
}

.pc .presentation_point .contentbro_balloon{
    top: -20px;
    right: -25px;
    line-height: 3.6em;
}
.additional_points .contentbro_balloon{
    top: 130px;
    right: -3px;
    line-height: 3em;
    background-color: #df0539;
}
.pc .additional_points .contentbro_balloon{
    top: 50px;
    right: -5px;
    line-height: 3em;
    background-color: #df0539;
}
.pc .additional_points .contentbro_balloon{
    top: 170px;
    right: -25px;
    line-height: 3.6em;
}
.additional_points .contentbro_balloon::before{
    border-color: transparent #df0539 transparent transparent;
    border-width: 12px 29px 12px 0;
}

/*噴出しのポイントの位置*/

.cpbenefits .enclosure_body .balloon_point{
    display: block;
    font-size: 14px;
    position: absolute;
}
.pc .cpbenefits .enclosure_body .balloon_point {
	font-size: 30px;
}
.pc .enrollment .balloon_point{
    top: 85px;
}
.enrollment .balloon_point{
	 top: 35px;
}

.useofcard .balloon_point{
    line-height: 0.5em;
    display: block;
    font-size: 22px;
    position: absolute;
    top: 30px;
    left: 0px;
    text-align: center;
    width: 80px;
}
.pc .useofcard .balloon_point{
    top: 70px;
    display: block;
    width: 167px;
}

.contentbro_body .enrollment .balloon_point{
    line-height: 16px;
    position: absolute;
}

.contentbro_body .useofcard .balloon_point{
    line-height: 1.5em;
}

.sp .enclosure_body .content{
	font-size:14px;
}

/* other_benefits
==========================*/
.other_benefits{
	margin:0 auto 25px;
}
.sp .other_benefits{
    max-width:400px;
}
.pc .other_benefits{
	width: 950px;
}
.sp .other_benefits img{
    width:100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.pc .other_benefits img{
    width: 950px;
}

/* applyFlow
==========================*/
.applyFlow{
	margin:0 auto 25px;	
}
.sp .applyFlow{
    max-width:400px;
}
.pc .applyFlow{
    width:950px;
}
.sp .applyFlow img{
    width:100%;
}
.pc .applyFlow img{
    width: 950px;
}

/* campaignInfo
==========================*/
.campaignInfo{
    max-width: 610px;
	padding: 0 10px;
	margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
 	text-align: left;   
}
.pc .campaignInfo {
	max-width:950px;
	padding:20px 0;
	font-size:13px;
}
.pc .campaignInfo .cf:after{
	content: "";
	display: table;
	clear: both;
}
.pc .campaignInfo .fleft{
	float: left;
}
.pc .campaignInfo .fright{
	float: right;
}
.campaignInfo .InfoTitle{
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	font-size: 18px;
	text-align: center;
}
.sp .campaignInfo .InfoTitle{
    margin-bottom: 10px;
}
.sp .campaignInfo .InfoTitle:not( :first-child ) {
	margin-top:30px;
}
.pc .campaignInfo .InfoTitle {
	width:930px;
	height:30px;
	line-height:30px;
	padding:0 10px;
}
.campaignInfo dl{
	border-bottom: 1px solid #666;
}
.pc .campaignInfo dl {
	padding:20px;
	border-bottom:1px dotted #ccc;
}
.campaignInfo dl.noBorder{
	border-bottom: none;
}
.campaignInfo dl dt {
	width:285px;
	font-weight:bold;
	line-height:1em;
}
.sp .campaignInfo dt{
	padding: 6px 0 5px;
}
.sp .campaignInfo dd{
	padding: 5px 0 6px;
	font-size: 14px;
}
.pc .campaignInfo dd {
	width:605px;
	font-size:13px;
}
.pc .campaignInfo dd.wide {
    width: auto;
}
.campaignInfo dl dd strong {
	font-weight:bold;
	margin:0 0 3px 0;
}
.campaignInfo dl dd p {
	margin:0 0 10px 0;
}
.campaignInfo dl dd p.ind {
	margin-left:1em;
}
.pointnotice{font-size:95%;font-weight:bold;color:#F00;padding:10px 0 0 20px;text-align:center;}
.bdr{border-top: 1px dotted #cccccc;padding-top:10px;}


/* ログイン_ID取得ボタン
==========================*/
regend,fieldset{
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	line-height: 0;
}

.sp fieldset {
    margin: 20px 10px 20px;
    padding: 15px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    text-align: center;
    line-height: 0;
}

.pc fieldset {
	width: 950px;
	margin: 30px auto 20px;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #333;
	box-sizing: border-box;
    height: 155px;
}

fieldset a {
    text-decoration: none;
}

.sp fieldset img {
    width: 45%;
    max-width: 300px;
}
.pc .btnTop_read{
	font-size: 20px;
	text-indent: 0.8em;
}
/*Chromeのみに対応*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.pc .btnTop_read{
   padding: 1px 0;
}
}

.applyBtn_login input:hover,
.applyBtn_id input:hover{
	opacity: 0.8;
}

/*firefoxのみに対応*/
@-moz-document url-prefix() {
legend {
position: relative;
	width: 940px;
}
legend::before,
legend::after {
	position: absolute;
	top: 35%;
	left: 0;
	width: calc((100% - 23em) / 2);
	content: ' ';
	border-top: 1px solid #333;
	margin-right: -6px;
}
legend::after {
	right: 0;
	left: auto;
}
.btnTop_read{
	margin-top: 0px;
}
.pc fieldset{	
border-top: none;	
}
}


@media all and (-ms-high-contrast: none) {
legend {
position: relative;
	width: 940px;
}
legend::before,
legend::after {
	position: absolute;
	top: 35%;
	left: 0;
	width: calc((100% - 23em) / 2);
	content: ' ';
	border-top: 1px solid #333;
}
legend::after {
	right: 0;
	left: auto;
}
.btnTop_read{
	margin-top: 0px;
	text-align:center;
}
}
.pc .loginidbox{
	width:950px;
	margin:0 auto;
}
.loginidbox img {
	width: 30%;
}
#fixedArea a:hover,#fixedEnd a:hover {
	text-decoration: none;
}
sp .btnTop_read {
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 370px){
.btnTop_read {
    font-size: 12px;
    text-align: center;
}
}

/* ページ上部に戻るボタン
==========================*/
.pc .page-up-move{
	width: 950px;
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: right;
	font-size: small;
}
.sp .page-up-move{
    text-align: center;
    font-size: small;
    padding: 15px;
    border-top: 3px solid #d4d7db;
}
.page-up-move a:link,.page-up-move a:visited{
    color: #09a;	
}
.page-up-move .page-up{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: middle;
	text-decoration: none;
}
.page-up-move .page-up::after,.page-up-move .page-up:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle
}
.page-up-move .page-up-lnk::before{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #09a;
}
.page-up-move .page-up-lnk::after{
    left: 5px;
    top: 2px;
    width: 4px;
    height: 4px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pc .cmpsubtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.sp .cmpsubtitle {
  text-align: center;
  margin-bottom: 15px;
}

.pc .cmpsubtitle--txt {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #fff362 40%, #fff362 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 40%,#fff362 40%,#fff362 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 40%,#fff362 40%,#fff362 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff362',GradientType=0 );
}
.sp .cmpsubtitle--txt {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #fff362 60%, #fff362 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 60%,#fff362 60%,#fff362 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,#fff362 60%,#fff362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff362',GradientType=0 );
}

.mono_content_wrap{
  padding: 0 10px 20px;
}
.pc .mono_content_wrap{
  padding-left: 25px;
  padding-right: 25px;
}
.sp .mono_content_wrap{
  font-size: 12px;
}



/* ログインボタン下テキスト
==========================*/
.mainVisualBody_paypay{
  margin-bottom: 20px;
}

.btnBottomMsg,
.btnBottomMsg_sb,
.btnBottomMsg_wrap
{
  text-align: center;
}

.btnBottomMsg_sb{
  margin-top: 10px;
}

.btnBottomMsg_wrap{
  margin-bottom: 20px;
}

.btnBottomMsg_individual{
  margin-top: 20px;
}

.btnBottomMsgWarning {
  font-size:16px;
  font-weight: bold;
  color: #E0002A;
}
.sp .btnBottomMsgWarning {
  padding: 0 12px;
}

.msgCpOver {
  padding: 5px 12px 0;
  color: #333;
  font-weight: normal;
  text-align: left;
}

.btnBottomMsg_sb{
  margin-top:10px;
}

.msgCpOver--archive {
  padding-bottom: 15px;
}

.pc .msgCpOver {
  margin-top: 10px;
  text-align: center;
}
.pc .msgCpOver--archive {
  padding-bottom: 30px;
}




/* いい買い物の日
==========================*/

.pointer_events_none {
  position: relative;
  display: inline-block;
}
.pointer_events_none:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
}

body.w11event {
  overflow-x: hidden;
}

.w11event #wrapper.sp {
  width: 100vw;
  overflow-x: hidden;
}

.w11event .pc .header {
  background-color: inherit;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.w11event .sp .yjsmhHeader {
  background-color: #fff;
  margin-bottom: 5px;
}

.w11event .pc .w11event--txtPeriod {
  float: left;
  margin-top: 10px;
  margin-left: 15px;
}

.w11event #wrapper.pc {
  position: relative;
  overflow: hidden;
}

.w11event #wrapper.pc:before {
  position:  absolute;
  display: block;
  content: "";
  height: 520px;
  top: 0;
  left: 0;
  right: 0;
  background-image:  url(https://s.yimg.jp/images/evt/kaimono/masthead/2017/pc/img/bg_bright.png);
  background-color:  #df001e;
}
.w11event #wrapper.sp:before {
  position:  absolute;
  display: block;
  content: "";
  height: 76.5vw;
  top: 0;
  left: 0;
  right: 0;
  background-image:  url(https://s.yimg.jp/images/evt/kaimono/masthead/2017/pc/img/bg_bright.png);
  background-size: 32px auto;
  background-color:  #df001e;
}
@media screen and (min-width: 568px) {
.w11event #wrapper.sp:before {
  height: 405px;
}
}

.w11event #wrapper.pc:after {
  display:  block;
  content:  "";
  position:  absolute;
  left:  0;
  right:  0;
  border-bottom:  solid 175px #fff;
  border-left: transparent 100vw solid;
  top:345px;
}
.w11event #wrapper.sp:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: solid 9vw #fff;
  border-left: transparent 100vw solid;
  top: 0;
  margin-top: 67.7vw;
}
@media screen and (min-width: 568px) {
.w11event #wrapper.sp:after {
  border-bottom: solid 64px #fff;
  border-left: transparent 100vw solid;
  margin-top: 341px;
}
}

.w11event #contents {
  position: relative;
  z-index: 1;
}

.w11event .pc .mstcd_version {
  padding-top: 10px;
}

.w11event .pc .mainVisual {
  width: auto;
  text-align: center;
  border-top: none;
  border-bottom: none;
  position: relative;
  z-index: 1;
}

.w11event .sp .mainVisual {
  border-top: none;
  border-bottom: none;
}

.w11event .pc .mainVisualBody {
  width: auto !important;
  text-align: center;
  overflow: inherit;
}

.w11event .sp .mainVisualBody {
  overflow: inherit;
}

.w11event .sp .mainVisualBody h2 {
  margin-left: -18%;
  margin-right: -26.5%;
}
.w11event.mstcd .sp .mainVisualBody h2 {
    margin-left: -20%;
}

.w11event .pc .mainVisualBody:before {
  content: url( https://s.yimg.jp/images/yjcard/campaign/pc/img/register/2.0.0/segment/w11/t_engine.png );
  display: block;
  position: absolute;
  bottom: 105px;
  right: 50%;
  margin-right: 290px;
}

.w11event .pc .mainVisualBody:after {
  content: url( https://s.yimg.jp/images/yjcard/campaign/pc/img/register/2.0.0/segment/w11/t_kensaku.png );
  display: block;
  position: absolute;
  bottom: 109px;
  left: 50%;
  margin-left: 320px;
}

.w11event .pc .mainVisualBody img {
  width: auto;
}

.w11event .pc .applyBtn input {
  background: url(https://s.yimg.jp/images/yjcard/campaign/pc/img/register/2.0.0/segment/w11/btn_apply_softbank.png) no-repeat 0 0;
  width: 837px;
  height: 137px;
}

.w11event .sp .applyBtn input {
  background: url(https://s.yimg.jp/images/yjcard/campaign/sp/img/register/2.0.0/segment/w11/btn_apply_softbank.png) no-repeat center;
  background-size: 300px auto;
}

.w11event .pc .contentbro {
  border: solid 3px #ffcb04;
}

.w11event .sp .contentbro {
  border-top: none;
  border-bottom: none;
  background-image: none;
}

.w11event .content_sub_title {
  background-image: -webkit-linear-gradient( -45deg, #fff 25%, #fffae5 25%, #fffae5 50%, #fff 50%, #fff 75%, #fffae5 75%, #fffae5 );
  background-image: linear-gradient( -45deg, #fff 25%, #fffae5 25%, #fffae5 50%, #fff 50%, #fff 75%, #fffae5 75%, #fffae5 );
  background-size: 8px 8px;
}

.w11event .pc .content_sub_title {
  background-size: 15px 15px;
}

.w11event .contentbro_head {
  color: #e20014;
}

.w11event .pc .goToDetail .detailBtn a:link,
.w11event .pc .goToDetail .detailBtn a:visited,
.w11event .pc .goToDetail .detailBtn a:hover{
  color: #1a75ff !important;
}

.w11event .contentbro_balloon {
  background-color: #e20014;
}

.w11event .pc #mstcd_benefits {
  margin-bottom: 120px;
}
.w11event .sp #mstcd_benefits {
  margin-bottom: 35px;
}

.w11event .sp .iikmNav li a {
  text-align: left;
}

/* キャッシュレス
==========================*/
.pc .cashless_wrap {
  width: 950px;
  margin: 50px auto 50px;  
}
.sp .cashless_wrap {
  max-width: 400px;
  margin: 30px auto 40px;
    
}
.sp .cashless_wrap img{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.pc .cashless_wrap .caution{
  color: #333333;
  width: 480px;
  margin: 15px auto 0;
  text-indent: -1em;
  padding-left: 1em;
}
.sp .cashless_wrap .caution p{
  width: 100%;
  margin: 15px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.sp .cashless_wrap .caution p{
  color: #333333;
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
pc .disp_none{
    display: none;
}




